Minor tweaks to custom groups.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * cus-edit.el (hardware): Doc fix.
4
5 * man.el (man): Add to external custom group.
6
7 * delim-col.el (columns): Move to wp custom group.
8
9 * doc-view.el (doc-view): Add to data custom group.
10
11 * cedet/data-debug.el (data-debug): Move to extensions group.
12
13 * cedet/ede.el (ede):
14 * cedet/srecode.el (srecode):
15 * cedet/semantic.el (semantic): Put in tools and extensions group.
16
17 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces
18 group.
19
20 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
21 by ispell-parse-output (Bug#5575).
22
23 2010-02-16 Kenichi Handa <handa@m17n.org>
24
25 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
26 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
27 (skkdic-convert): Use `euc-japan' coding system for writing.
28
29 2010-02-16 Glenn Morris <rgm@gnu.org>
30
31 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
32 tex-main-file before using it. (Bug#5562)
33
34 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
37 warnings, since it is annoying for the user to see them each time he
38 runs the code.
39
40 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
41
42 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
43 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
44 instead of PROC for caching "first-password-request". Otherwise,
45 new processes would not profit from passwords already entered.
46
47 * net/tramp-cache.el (tramp-dump-connection-properties):
48 Don't save "first-password-request" property.
49
50 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
51
52 * outline.el (outline-head-from-level):
53 * simple.el (with-wrapper-hook):
54 * cedet/ede.el (ede-run-target, project-delete-target)
55 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
56 (ede-adebug-project, ede-adebug-project-parent)
57 (ede-adebug-project-root):
58 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
59 (elint-defun, elint-buffer-env, elint-top-form-logged)
60 (elint-unbound-variable):
61 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
62 Fix typos in docstrings.
63
64 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
65
66 * files.el (insert-directory): When WILDCARD-REGEXP and
67 FULL-DIRECTORY-P are nil, insert the file entry instead of the
68 whole directory. (Bug#5551)
69
70 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
71 dired's alignment sanity. (Bug#5516)
72
73 2010-02-14 Juri Linkov <juri@jurta.org>
74
75 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
76 Remove remaining ^H with their preceding chars. (Bug#5566)
77
78 2010-02-13 Glenn Morris <rgm@gnu.org>
79
80 * simple.el (transpose-subr): Give it a doc-string.
81
82 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
83 Doc fixes.
84
85 2010-02-12 Juri Linkov <juri@jurta.org>
86
87 * arc-mode.el (archive-unique-fname): Make directories for nested
88 archives. (Bug#5540)
89
90 2010-02-12 Juri Linkov <juri@jurta.org>
91
92 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
93
94 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * subr.el (copy-overlay): Handle deleted overlays.
97
98 * man.el (Man-completion-table): Don't signal an error if we can't run
99 manual-program (bug#4056).
100
101 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
102
103 * textmodes/artist.el (artist-mt): Fix typos in docstring.
104
105 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
106
107 * info.el (Info-bookmark-jump): Simplify.
108
109 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
110 (bookmark-default-handler): Accept new bookmark field `buffer'.
111
112 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
113
114 * iswitchb.el (iswitchb-completions): Revert last change.
115
116 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
117
118 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
119 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
120 This prevents file names like "~/" being listed literally.
121
122 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
123
124 * term/xterm.el (xterm-maybe-set-dark-background-mode):
125 Remove dead code. (Bug#5546)
126
127 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
128
129 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
130 correctly (Bug#5548).
131
132 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
133
134 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
135 (ada-adjust-case): Don't adjust case in hexadecimal number
136 literals.
137
138 2010-02-08 Kenichi Handa <handa@m17n.org>
139
140 * international/mule-util.el (with-coding-priority): Add autoload
141 cookie for putting `lisp-indent-function'.
142
143 2010-02-07 Glenn Morris <rgm@gnu.org>
144
145 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
146 Move F2003 named interfaces from keywords-2 to keywords-1, and
147 use function-name-face rather than constant-face.
148 Simplify "abstract interface" regexp.
149
150 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
151
152 * eshell/esh-util.el (eshell-file-attributes): New optional arg
153 ID-FORMAT. Pass it to `file-attributes'.
154
155 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
156
157 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
158
159 * faces.el (set-face-attribute): Allow calling
160 internal-set-lisp-face-attribute with 'unspecified family and
161 foundry argument (Bug#5536).
162
163 2010-02-07 Glenn Morris <rgm@gnu.org>
164
165 * progmodes/f90.el (f90-font-lock-keywords-2)
166 (f90-looking-at-type-like, f90-looking-at-program-block-end):
167 Handle F2003 named interfaces.
168
169 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
170
171 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
172 beg and end before calling c-get-state-before-change-functions.
173
174 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
175
176 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
177
178 2010-02-05 Juri Linkov <juri@jurta.org>
179
180 * doc-view.el (doc-view-mode):
181 * image-mode.el (image-mode): Put property mode-class=special.
182 (Bug#4896)
183
184 2010-02-05 Mark A. Hershberger <mah@everybody.org>
185
186 * vc-svn.el (vc-svn-revision-table): New function.
187
188 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/ange-ftp.el (ange-ftp-insert-directory):
191 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
192 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
193 Handle also directories. (Bug#5478)
194
195 2010-02-05 Glenn Morris <rgm@gnu.org>
196
197 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
198
199 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
200
201 * startup.el (command-line-1): Convert options beginning with a
202 single dash as well (Bug#5519).
203
204 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
207 * minibuffer.el (completion-initials-expand): Only check the presence
208 of delims *within* the boundaries, since otherwise the / delim is
209 always found for files.
210
211 Fix up various corner case problems.
212 * doc-view.el (doc-view-last-page-number): New function.
213 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
214 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
215 (doc-view-kill-proc): Avoid inf-loop in freak cases.
216 (doc-view-reconvert-doc): Use the new recursive delete-directory.
217 (doc-view-convert-current-doc): Don't create the resolution.el file
218 here any more.
219 (doc-view-pdf/ps->png): Do it here instead.
220 (doc-view-already-converted-p): Check that resolution.el is present.
221 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
222 windows that are not yet showing images.
223
224 2010-02-04 Alan Mackenzie <acm@muc.de>
225
226 Change strategy for marking < and > as template delimiters: mark
227 them strictly in matching pairs.
228
229 * cc-mode.el (c-before-change):
230 Use c-get-state-before-change-functions.
231 (c-common-init): Adapt to use
232 c-get-state-before-change-functions (note plural).
233
234 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
235 for searching syntactically for matching <s and >s.
236 (c-get-state-before-change-functions): New language variable (note
237 the plural) which supersedes c-get-state-before-change-function.
238
239 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
240 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
241 (c-clear->-pair-props-if-match-before)
242 (c-before-change-check-<>-operators): New functions.
243 (c-after-change-check-<>-operators): Use macro
244 c-unmark-<->-as-paren.
245
246 * cc-defs.el (c-search-backward-char-property): New macro.
247
248 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
249 and > any more. (These will be handled by font locking.)
250
251 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
252
253 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
254 `dired-uncache' for every elemnt which is an absolute file name.
255
256 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
257 directory, handle its directory component.
258 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
259 function is called permanently and creates noise, otherwise.
260
261 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
262 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
263 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
264
265 2010-02-04 David Burger <dburger@google.com> (tiny change)
266
267 * macros.el (apply-macro-to-region-lines):
268 Minor simplification. (Bug#5485)
269
270 2010-02-04 Glenn Morris <rgm@gnu.org>
271
272 * mail/rmail.el (rmail-show-message-1): Handle malformed
273 quoted-printable text. (Bug#5441)
274
275 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
276
277 * simple.el (visual-line-mode): Capitalize lighter.
278
279 2010-02-03 John Wiegley <jwiegley@gmail.com>
280
281 * iswitchb.el (iswitchb-completions): Add bookmark files to the
282 list of files considered for "virtual buffer" completions.
283
284 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
285
286 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
287 also in case of (and (not full) (not wildcard)). This is needed,
288 when dired is called with a list of files, which are not in
289 `default-directory'. (Bug#5478)
290
291 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
294
295 2010-02-02 Juri Linkov <juri@jurta.org>
296
297 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
298 from unidiff to allow function-line after @@.
299
300 2010-02-02 Juri Linkov <juri@jurta.org>
301
302 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
303 '(RCS SCCS) with inverted condition.
304
305 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
306
307 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
308 messages.
309
310 2010-02-01 Juri Linkov <juri@jurta.org>
311
312 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
313 compare with "pkunzip" and "pkzip" instead of only "pkzip".
314 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
315 only when (car archive-zip-extract) is "unzip". (Bug#5475)
316
317 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
320 (doc-view-revert-buffer): New command.
321 (doc-view-mode-map): Use it.
322
323 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
324
325 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
326 pending merge is detected.
327
328 2010-01-31 Juri Linkov <juri@jurta.org>
329
330 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
331 beginning of interactive spec like all other grep commands do.
332 Put "all" in front of "gz". (Bug#5260)
333
334 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
335
336 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
337
338 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
339
340 * dirtrack.el (dirtrack): Warn instead of signalling error if the
341 regexp is incorrect (Bug#5476).
342
343 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
344
345 * net/tramp.el (tramp-handle-insert-directory): Handle also
346 symlinks, when FILENAME is not in `default-directory'.
347
348 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
349
350 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
351 FILE is not in `default-directory'. (Bug#5478)
352
353 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
354 of SWITCHES. Handle the case, FILENAME is not in
355 `default-directory'. (Bug#5478)
356 (tramp-register-file-name-handlers): Add safe-magic property.
357
358 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
359
360 * arc-mode.el (archive-zip-extract): Quote the argument passed to
361 unzip (Bug#5475).
362
363 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
364
365 * progmodes/flymake.el (flymake-allowed-file-name-masks)
366 (flymake-master-make-header-init): Add other C++ filename masks.
367 (flymake-find-possible-master-files)
368 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
369
370 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
371
372 Fix some busybox annoyances.
373
374 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
375 not responding." string.
376 (tramp-open-connection-setup-interactive-shell): Dump stty
377 settings. Enable "neveropen" arg for all `tramp-send-command'
378 calls. Handle "=" in variable values properly.
379 (tramp-find-inline-encoding): Raise an error, when no encoding is
380 found.
381 (tramp-wait-for-output): Check, whether PROC buffer is available.
382 Remove spurious " ^H" sequences, sent by busybox.
383 (tramp-get-ls-command): Suppress coloring, if possible.
384
385 2010-01-28 Glenn Morris <rgm@gnu.org>
386
387 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
388
389 * log-edit.el (log-edit-strip-single-file-name): Add missing
390 :safe, :group, and :version tags.
391
392 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
393
394 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
395 buffers. (Bug#5477)
396
397 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
398
399 * files.el (delete-directory): Handle moving to trash without
400 first doing recursion (Bug#5436).
401
402 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
403
404 * vc-hooks.el (vc-path): Mark as obsolete.
405
406 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
407
408 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
409 names too.
410
411 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
412 for the short log.
413 (vc-bzr-log-view-mode): Adjust regexp for the above change.
414
415 2010-01-25 Mark A. Hershberger <mah@everybody.org>
416
417 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
418
419 * vc-bzr.el (vc-bzr-revision-table): New function.
420
421 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
422
423 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
424 diff-index command. This requires at least git-1.5.5. (Bug#1589).
425
426 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
427
428 Remove support for adding --signoff on commit.
429 Future support will use an incompatible generic mechanism.
430 * vc-git.el (vc-git-add-signoff): Remove variable.
431 (vc-git-toggle-signoff): Remove function.
432 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
433
434 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
435 from xterm-set-background-mode. Return t if the background mode
436 was set.
437 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
438 earlier, call it again in case the background mode has changed.
439
440 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
441
442 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
443 (Bug#3541).
444
445 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
446
447 * emacs-lisp/assoc.el (aelement): Doc fix.
448 (aput, adelete, amake): Use lexical-let (Bug#5450).
449
450 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
451
452 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
453 is the same as subprogram call, not declaration. (Bug#5435).
454
455 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
456
457 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
458 (tramp-smb-maybe-open-connection): Use it.
459
460 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
461
462 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
463
464 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
467 just because we see "encoding: 8bit".
468 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
469
470 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
471
472 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
473
474 2010-01-22 Eli Zaretskii <eliz@gnu.org>
475
476 * jka-compr.el (jka-compr-load): If load-file is not in
477 load-history, try its file-truename version. (bug#5447)
478
479 2010-01-21 Alan Mackenzie <acm@muc.de>
480
481 Fix a situation where deletion of a cpp construct throws an error.
482 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
483 invoking c-with-all-but-one-cpps-commented-out, check that the
484 special cpp construct is still in the buffer.
485 (c-parse-state): Record the special cpp with markers, not numbers.
486
487 2010-01-21 Kenichi Handa <handa@m17n.org>
488
489 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
490 process last-command-event, as it is now decoded first (Bug#5380).
491
492 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
493
494 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
495
496 2010-01-20 Glenn Morris <rgm@gnu.org>
497
498 * indent.el (tab-always-indent): Fix custom-type.
499
500 2010-01-19 Alan Mackenzie <acm@muc.de>
501
502 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
503 buffer throws "args out of range".
504 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
505 playing the role of delimiter.
506
507 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
508
509 * progmodes/ada-mode.el: Fix bug#5400.
510 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
511 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
512 changed. Delete RECURSIVE parameter; never used. Improve doc string.
513 Improve comments in "is" portion. Handle null procedure declaration.
514 (ada-move-to-end): Improve doc string.
515
516 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
517
518 * ido.el (ido-cur-list): Initialize to nil.
519 Remove obsolete information from commentary.
520 (ido-choice-list): Initialize to nil.
521 (ido-get-bufname): Reject minibuffers.
522 (ido-make-buffer-list): If "default" is a nonexistent
523 buffer, ignore it, as per the function's comment.
524 (ido-kill-buffer-internal): New function.
525 (ido-kill-buffer-at-head): Use it.
526 (ido-visit-buffer): Likewise.
527
528 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
529
530 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
531
532 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
533
534 * cedet/ede/locate.el (ede-locate-file-in-project)
535 (ede-locate-file-in-project-impl): Fix typos in docstrings.
536 (ede-enable-locate-on-project): Fix typos in error messages.
537
538 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
539 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
540 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
541 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
542 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
543 Fix typos in menu help.
544
545 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
546 Fix typos in chart titles.
547
548 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
549 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
550 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
551 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
552 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
553 (semantic-parse-stream, semantic-parse-region)
554 (semantic-parse-region-default, semantic--set-buffer-cache)
555 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
556 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
557 (semantic-default-submodes):
558 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
559 (semanticdb-create-ebrowse-database)
560 (semanticdb-find-tags-for-completion-method)
561 (semanticdb-find-tags-by-class-method)
562 (semanticdb-deep-find-tags-by-name-method)
563 (semanticdb-deep-find-tags-for-completion-method):
564 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
565 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
566 (semanticdb-find-tags-for-completion-method)
567 (semanticdb-find-tags-by-class-method)
568 (semanticdb-deep-find-tags-for-completion-method):
569 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
570 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
571 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
572 (semanticdb-find-tags-by-name-method)
573 (semanticdb-find-tags-by-name-regexp-method)
574 (semanticdb-find-tags-for-completion-method)
575 (semanticdb-find-tags-by-class-method)
576 (semanticdb-find-tags-external-children-of-type-method)
577 (semanticdb-find-tags-subclasses-of-type-method)
578 (semanticdb-deep-find-tags-by-name-method)
579 (semanticdb-deep-find-tags-by-name-regexp-method)
580 (semanticdb-deep-find-tags-for-completion-method):
581 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
582 (semanticdb-enable-gnu-global-in-buffer)
583 (semanticdb-find-tags-for-completion-method)
584 (semanticdb-deep-find-tags-by-name-method)
585 (semanticdb-deep-find-tags-for-completion-method):
586 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
587 (javascript-mode, semanticdb-find-translate-path)
588 (semanticdb-find-tags-for-completion-method)
589 (semanticdb-find-tags-by-class-method)
590 (semanticdb-deep-find-tags-by-name-method)
591 (semanticdb-deep-find-tags-for-completion-method)
592 (semanticdb-find-tags-external-children-of-type-method):
593 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
594 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
595 (global-semantic-idle-scheduler-mode):
596 * cedet/srecode/dictionary.el (srecode-field-value)
597 (srecode-dictionary-add-section-dictionary):
598 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
599 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
600 (describe-class, eieio-describe-generic, describe-generic):
601 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
602 (eieio-speedbar-expand):
603 * emulation/viper-cmd.el (viper-exec-form-in-vi)
604 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
605 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
606 (viper-del-backward-char-in-replace, viper-backward-indent)
607 (viper-brac-function, viper-register-to-point, viper-submit-report):
608 * net/tramp.el (tramp-remote-coding-commands):
609 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
610 Fix typos in docstrings.
611
612 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
613
614 * mail/sendmail.el (mail-yank-original): Set the mark if the
615 specified function for yanking does not do it.
616
617 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
618
619 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
620
621 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
622 resyncing a directory.
623
624 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
625
626 * progmodes/ada-mode.el: Fix bug#1920.
627 (ada-ident-re): Delete ., allow multibyte characters.
628 (ada-goto-label-re): New; matches goto labels.
629 (ada-block-label-re): New; matches block labels.
630 (ada-label-re): New; matches both.
631 (ada-named-block-re): Deleted; callers changed to use
632 `ada-block-label-re' instead.
633 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
634 Use `ada-block-label-re'.
635 (ada-indent-on-previous-lines): Improve handling of goto labels.
636 (ada-get-indent-block-start): Special-case block label.
637 (ada-get-indent-label): Split into `ada-indent-block-label' and
638 `ada-indent-goto-label'.
639 (ada-goto-stmt-start, ada-goto-next-non-ws):
640 Optionally ignore goto labels.
641 (ada-goto-next-word): Simplify.
642 (ada-indent-newline-indent-conditional): Insert newline before
643 trying to fix indentation; doc fix.
644
645 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
646
647 * calc/calc.el (calc-command-flags): Give it an initial value.
648
649 2010-01-17 Glenn Morris <rgm@gnu.org>
650
651 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
652
653 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
654
655 * cedet/semantic.el (semantic-mode):
656 * files.el (minibuffer-with-setup-hook):
657 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
658 (artist-key-draw-continously, artist-key-do-continously-continously)
659 (artist-key-set-point-continously, artist-mouse-draw-continously):
660 Fix typos in docstrings.
661
662 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
663
664 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
665 return t (Bug#3898).
666
667 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
668
669 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
670 can parse the output of the external commands (Bug#5279).
671
672 2010-01-16 Jari Aalto <jari.aalto@cante.net>
673
674 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
675
676 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
677
678 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
679
680 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
681
682 * startup.el (command-line): Remove unused --icon-type arg.
683 Handle --display arg, passing it to command-line-1 (Bug#5392).
684
685 2010-01-16 Mario Lang <mlang@delysid.org>
686
687 * cedet/ede/cpp-root.el (ede-cpp-root-project):
688 * cedet/ede/files.el (ede-expand-filename):
689 * cedet/ede/simple.el (ede-simple-project):
690 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
691 (semantic-complete-inline-tag-engine):
692 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
693 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
694 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
695 * cedet/semantic/db.el (semanticdb-equivalent-mode):
696 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
697 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
698 * emacs-lisp/chart.el (chart-translate-namezone):
699 * textmodes/artist.el (artist-compute-popup-menu-table):
700 Remove duplicated words in doc-strings.
701
702 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
703
704 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
705 to mairix-search to suppress threading (Bug#5342).
706
707 2010-01-15 Kenichi Handa <handa@m17n.org>
708
709 * international/mule-cmds.el (canonicalize-coding-system-name):
710 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
711
712 2010-01-15 Glenn Morris <rgm@gnu.org>
713
714 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
715
716 * wid-edit.el (widget-keymap): Doc fix.
717
718 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
719 former seems to be more widely accepted by various svn versions.
720
721 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
722
723 * find-cmd.el (find-constituents):
724 * vc-arch.el (vc-arch-root):
725 * window.el (window-body-height, pop-up-frames):
726 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
727 (semantic-no-reparse-needed-change-hook):
728 * cedet/srecode/insert.el (srecode-resolve-argument-list)
729 (srecode-template-inserter-blank, srecode-template-inserter-variable)
730 (srecode-template-inserter-ask, srecode-template-inserter-width)
731 (srecode-template-inserter-section-start)
732 (srecode-template-inserter-section-end, srecode-insert-method):
733 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
734 * progmodes/ada-stmt.el (ada-if):
735 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
736 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
737 (ispell-encoding8-command, ispell-aspell-supports-utf8)
738 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
739
740 * progmodes/flymake.el (flymake-post-syntax-check):
741 Fix typo in error message.
742
743 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
744
745 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
746 which is always a string. (Bug#5313)
747
748 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
749
750 * progmodes/ada-xref.el (ada-default-prj-properties):
751 Simplify previous change.
752
753 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
754
755 * progmodes/ada-xref.el (ada-default-prj-properties):
756 Default ada_project_path to $ADA_PROJECT_PATH.
757
758 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
759
760 * progmodes/ada-mode.el (ada-create-keymap):
761 Override `narrow-to-defun' with `ada-narrow-to-defun'.
762
763 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
764
765 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
766 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
767 (ada-get-current-indent, ada-imenu-generic-expression)
768 (ada-which-function): Check for it.
769
770 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
771
772 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
773 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
774
775 2010-01-14 Glenn Morris <rgm@gnu.org>
776
777 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
778
779 2010-01-14 Kenichi Handa <handa@m17n.org>
780
781 * composite.el (auto-composition-mode): Make it a buffer local
782 variable (permanent-local).
783 (auto-composition-function): Set the default value to
784 auto-compose-chars.
785 (auto-composition-mode): Make it a simple function, not a minor mode.
786 (global-auto-composition-mode): Likewise.
787 (turn-on-auto-composition-if-enabled): Delete it.
788
789 2010-01-13 Karl Fogel <kfogel@red-bean.com>
790
791 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
792
793 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
794
795 * files.el (copy-directory): Compute target for recursive
796 directories with identical names. (Bug#5343)
797
798 2010-01-12 Glenn Morris <rgm@gnu.org>
799
800 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
801 it to bug-gnu-emacs rather than emacs-pretest-bug.
802
803 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
804
805 * cedet/data-debug.el (data-debug): Fix customization group reference.
806
807 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
808
809 * cedet/semantic/analyze.el (semantic-analyze-push-error)
810 (semantic-analyze-context, semantic-analyze-context-assignment)
811 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
812 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
813 (semantic-java-doc-keywords-map):
814 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
815 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
816 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
817 (semantic-c-classname, semantic-format-tag-uml-prototype)
818 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
819 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
820 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
821 (semantic-get-local-variables, semantic-end-of-command)
822 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
823 (lisp-mode):
824 * cedet/semantic/bovine/make.el (makefile-mode):
825 * cedet/semantic/wisent/python.el (wisent-python-string-re)
826 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
827 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
828 (semantic-lex, semantic-get-local-variables, python-mode):
829 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
830 * cedet/srecode/extract.el (srecode-extract-state-set)
831 (srecode-extract-method): Fix typos in docstrings.
832
833 2010-01-11 Sam Steingold <sds@gnu.org>
834
835 * imenu.el (imenu-default-create-index-function): Detect infinite
836 loops caused by imenu-prev-index-position-function.
837
838 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
839
840 * htmlfontify.el (htmlfontify-load-rgb-file)
841 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
842 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
843 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
844 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
845 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
846 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
847 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
848 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
849 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
850 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
851 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
852 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
853 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
854 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
855 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
856 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
857 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
858 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
859 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
860 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
861 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
862 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
863 backslash-quoting from parentheses, etc.
864
865 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
866
867 * progmodes/js.el: Autoload javascript-mode alias.
868
869 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
870
871 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
872 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
873 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
874 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
875 Fix typos in docstrings.
876 (ffap-url-regexp): Doc fix.
877 (ffap-at-mouse): Fix typo in message.
878
879 2010-01-11 Glenn Morris <rgm@gnu.org>
880
881 * version.el (emacs-copyright): Set copyright year to 2010.
882
883 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * format.el (format-annotate-function): Only set
886 write-region-post-annotation-function after running to-fn so as not to
887 affect nested write-region calls (bug#5273).
888
889 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
890
891 * cedet/semantic.el (semantic-new-buffer-setup-functions):
892 Add python parser.
893
894 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
895 wisent/python.el.
896
897 2010-01-10 Richard Kim <emacs18@gmail.com>
898
899 * cedet/semantic/wisent/python-wy.el:
900 * cedet/semantic/wisent/python.el: New files.
901
902 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
903
904 * man.el (Man-goto-section): Signal error if the section is not
905 found (Bug#5317).
906
907 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
908
909 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
910 URLs with a leading triple slash in the file: scheme. (Bug#5345)
911
912 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
913
914 * progmodes/compile.el: Don't treat compile-command as safe if
915 compilation-read-command might be nil (Bug#4218).
916
917 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
918
919 * startup.el (command-line-1): Use orig-argi to check for ignored X and
920 NS options.
921
922 2010-01-08 Kenichi Handa <handa@m17n.org>
923
924 * international/fontset.el (build-default-fontset-data):
925 Exclude characters in scripts kana, hangul, han, or cjk-misc.
926
927 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
928
929 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
930 to `create-file-buffer' as it expects, not just a buffer name.
931 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
932 to help uniquify. (Bug#3224)
933
934 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
935
936 * font-setting.el (font-setting-change-default-font): Use user-spec
937 instead of name.
938
939 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
940
941 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
942
943 2010-01-05 Tom Tromey <tromey@redhat.com>
944
945 * progmodes/python.el (python-font-lock-keywords):
946 Handle qualified decorators (Bug#881).
947
948 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
949
950 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
951 in a lightweight checkout.
952
953 2010-01-05 Kenichi Handa <handa@m17n.org>
954
955 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
956
957 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
958
959 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
960
961 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
962
963 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
964 checkouts. (Bug#618)
965 (vc-bzr-log-view-mode): Also highlight the author.
966 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
967 (vc-bzr-shelve-menu-map):
968 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
969 (vc-bzr-shelve-apply): Make prompt more explicit.
970
971 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
972
973 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
974 They are valid characters in URL paths (rfc3986), and at least
975 Firefox does not understand the encoded version (Bug#3166).
976
977 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
978
979 * progmodes/octave-mod.el (octave-end-keywords)
980 (octave-block-begin-or-end-regexp, octave-block-match-alist):
981 Add "end" keyword (Bug#3061).
982 (octave-end-as-array-index-p): New function.
983 (calculate-octave-indent): Use it.
984
985 2010-01-02 Karl Fogel <kfogel@red-bean.com>
986
987 * bookmark.el: Consistently put the text property on the bookmark name.
988 (bookmark-bmenu-marks-width): Bump back to 2, to include
989 annotation marks.
990 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
991 property on the bookmark name, instead of not putting it at all.
992 (bookmark-bmenu-list): Fix where we put the text property.
993
994 2010-01-02 Karl Fogel <kfogel@red-bean.com>
995
996 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
997 for showing buffer modified state (as added in the previous change).
998
999 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1000
1001 * bookmark.el: Show modified state of bookmark buffer more accurately.
1002 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1003 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1004 (with-buffer-modified-unmodified): New macro.
1005 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1006 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1007 Use new macro to preserve the buffer modified state.
1008
1009 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1010
1011 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1012 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1013 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1014 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1015 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1016 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1017 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1018
1019 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1020
1021 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1022 Make the lines in the generated doc string shorter. (Bug#4668)
1023
1024 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1025
1026 * net/rcirc.el: Add follow-link binding (Bug#4738).
1027
1028 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1029
1030 * Makefile.in (bzr-update): Rename from cvs-update.
1031 (cvs-update): New target for backward compatibility.
1032
1033 * makefile.w32-in (bzr-update): Rename from cvs-update.
1034 (cvs-update): New target for backward compatibility.
1035
1036 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1037
1038 * bookmark.el: Remove gratuitous gratitude.
1039
1040 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1041
1042 * bookmark.el (bookmark-bmenu-any-marks): New function
1043 (bookmark-bmenu-save): Clear buffer modification if no marks.
1044
1045 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1046
1047 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1048 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1049 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1050 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1051
1052 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1053 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1054 To: emacs-devel {_AT_} gnu.org
1055 Subject: bookmark.el bug report
1056 Date: Mon, 28 Dec 2009 14:19:16 +0800
1057 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1058
1059 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1060
1061 * bookmark.el: Improvements suggested by Drew Adams:
1062 (bookmark-bmenu-ensure-position): New name for
1063 `bookmark-bmenu-check-position'. Just ensure the position,
1064 don't return any meaningful value.
1065 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1066 New constants.
1067
1068 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1071 (bookmark-yank-point, bookmark-bmenu-check-position):
1072 Fix typos in docstrings.
1073 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1074 (bookmark-name-from-full-record, bookmark-get-position)
1075 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1076 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1077 Remove useless quoting of parenthesis, etc. in docstrings.
1078
1079 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1080 (ediff-append-custom-diff): Fix typo in error message.
1081 (ediff-meta-mark-equal-files): Fix typos in messages.
1082
1083 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1084
1085 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1086 Fix typo in docstring.
1087
1088 * net/imap-hash.el (imap-hash-make): Doc fix.
1089 (imap-hash-test): Fix typo in error message; reflow docstring.
1090 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1091 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1092 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1093 Fix typos in docstrings.
1094 (imap-hash-open-connection): Fix typo in error message.
1095
1096 * play/gomoku.el (gomoku): Fix typos in docstring.
1097
1098 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1099 (gdb-jsonify-buffer): Fix typos in docstring.
1100 (gdb-goto-breakpoint): Fix typo in error message.
1101 ("Display Other Windows"): Fix typo in help message.
1102 (gdb-speedbar-expand-node): Fix typo in question.
1103
1104 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1105 (idlwave-html-system-help-location, idlwave-html-help-location)
1106 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1107 (idlwave-help-browser-generic-args, idlwave-help-directory)
1108 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1109 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1110 (idlwave-online-help, idlwave-help-html-link)
1111 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1112 Fix typos in docstrings.
1113 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1114 Reflow docstrings.
1115 (idlwave-help-assistant-start): Fix typo in error message.
1116
1117 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1118 (octave-electric-space): Fix typos in docstrings.
1119
1120 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1123
1124 2010-01-01 Juri Linkov <juri@jurta.org>
1125
1126 * comint.el (comint-input-ring-size): Make it a defcustom and
1127 increase the default to 500 (Bug#5148).
1128
1129 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1130
1131 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1132 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1133 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1134
1135 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1136
1137 Show working revision correctly for mercurial.
1138 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1139 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1140
1141 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1142
1143 Declare some functions for the byte-compiler.
1144 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1145 (speedbar-timer-fn, speedbar-change-expand-button-char)
1146 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1147
1148 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1149
1150 This changeset reverts GDB Graphical Interface to use annotations.
1151 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1152
1153 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1154
1155 Make vc-dir work on subdirectories of the bzr root.
1156 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1157 file names relative to it.
1158 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1159 relative directory to vc-bzr-after-dir-status.
1160
1161 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1162
1163 * font-lock.el (font-lock-refresh-defaults): New function, which
1164 can be used to let font-lock react to external changes in
1165 variables like font-lock-defaults and keywords.
1166 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1167
1168 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1169
1170 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1171
1172 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1173
1174 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1175
1176 Supersede color.diff settings in git log (bug#5211).
1177
1178 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1179 escape chars in its output when the user has color.diff set to `always'.
1180 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1181
1182 2009-12-26 Kevin Ryde <user42@zip.com.au>
1183
1184 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1185 node. Keep previous "Index" name to work with past coreutils too.
1186
1187 * man.el (man): Revise docstring a bit to show -a and -l as
1188 examples. Add -k description since support for it has otherwise
1189 been a secret. (Further to bug#3717.)
1190 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1191 "no matches" rather than "Can't find manpage", as the latter reads
1192 like -k was interpreted as a page name, which is not so. (Bug#5431)
1193
1194 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1195
1196 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1197 switches. Check also for //SUBDIRED// line.
1198
1199 2009-12-25 Kenichi Handa <handa@m17n.org>
1200
1201 * language/indian.el (devanagari-composable-pattern): Fixed to
1202 handle ZWNJ and ZWJ. Use it in composition-function-table for
1203 Devanagari.
1204 (malayalam-composable-pattern): Fix previous change.
1205
1206 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1207
1208 * ps-print.el (ps-face-attributes): It was not returning the
1209 attribute face for faces specified as string. Reported by harven
1210 <harven@free.fr>.
1211 (ps-print-version): New version 7.3.5.
1212
1213 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1214
1215 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1216 timezone names.
1217 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1218 (icalendar--add-diary-entry): Remove the trailing blank that
1219 diary-make-entry inserts.
1220
1221 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1222
1223 Make `file-expand-wildcards' work for remote files.
1224
1225 * files.el (file-expand-wildcards): In case of remote files, check
1226 only local file name part for wildcards. Provide feature 'files
1227 and subfeature 'remote-wildcards. (Bug#5198)
1228
1229 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1230 if there is already an established connection.
1231 (tramp-advice-file-expand-wildcards): Remove it.
1232
1233 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1234 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1235 Activate advice for older GNU Emacs versions. (Bug#5237)
1236
1237 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1238
1239 Some doc fixes (more needed).
1240
1241 * find-cmd.el (find-constituents): Reflow docstring.
1242 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1243 (find-generic): Doc fix.
1244
1245 2009-12-17 Juri Linkov <juri@jurta.org>
1246
1247 Fix regression from 23.1 to allow multiple modes in Local Variables.
1248
1249 * files.el (hack-local-variables-filter): While ignoring duplicates,
1250 don't take `mode' into account.
1251 (hack-local-variables-filter, hack-dir-local-variables): Don't
1252 remove duplicate `mode' from local-variables-alist (like `eval').
1253
1254 2009-12-17 Juri Linkov <juri@jurta.org>
1255
1256 Make `dired-diff' more safe. (Bug#5225)
1257
1258 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1259 `current' or when `file' is a directory of the `current' file.
1260
1261 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1262
1263 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1264 unconditionally preloaded files.
1265
1266 2009-12-16 Juri Linkov <juri@jurta.org>
1267
1268 Revert to old 23.1 logic of using the file at the mark as default.
1269 * dired-aux.el (dired-diff): Use the file at the mark as default
1270 if it's not the same as the current file, and the target dir is
1271 the current dir or the mark is active. Add the current file
1272 as the arg of `dired-dwim-target-defaults'. Use the default file
1273 in the prompt. (Bug#5225)
1274
1275 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1276
1277 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1278 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1279 (tramp-check-for-regexp): Check also, when an echoing shell stops
1280 to echo sent commands.
1281
1282 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * Makefile.in: Revert last change (Bug#5191).
1285
1286 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1287
1288 * vc-hg.el (vc-hg-print-log): Fix argument order.
1289 (vc-hg-working-revision): Make sure the command is executed in a
1290 known environment so that we can parse the output. (Bug#4417)
1291
1292 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * progmodes/python.el (python-symbol-completions): Remove text
1295 properties from symbol string before calling python-send-receive.
1296
1297 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1298
1299 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1300 when there are values for both file and line. (Bug#5060)
1301
1302 2009-12-14 Juri Linkov <juri@jurta.org>
1303
1304 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1305 whitespace after the file name of the first line of unified format,
1306 because git-diff doesn't output whitespace and file modification time
1307 after the file name.
1308
1309 2009-12-14 David Kastrup <dak@gnu.org>
1310
1311 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1312 check if it already has the `display' property added by
1313 `Info-display-images-node', and not put the `invisible' property
1314 in this case.
1315
1316 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1317
1318 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1319 (semantic-mru-bookmark-mode): Doc fixes.
1320
1321 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1322 of assert.
1323
1324 2009-12-13 Glenn Morris <rgm@gnu.org>
1325
1326 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1327 (report-emacs-bug): In message-mode, sort manually before storing
1328 original report text. (Bug#5178)
1329 Remove superfluous save-excursion.
1330
1331 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1332
1333 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1334 when responding to "GetAll" properties.
1335
1336 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * simple.el (compose-mail): Remove mail-setup-with-from from
1339 customization checks.
1340
1341 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1342
1343 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1344 RAR archives created on Unix systems.
1345
1346 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1349 the varalias that was accidentally removed by the 2009-11-19 change
1350 (bug#5186).
1351
1352 2009-12-12 Kenichi Handa <handa@m17n.org>
1353
1354 * language/indian.el (indian-compose-regexp): New function.
1355 (malayalam-composable-pattern): Fix the pattern.
1356 (composition-function-table): Set malayalam-composable-pattern for
1357 Malayalam characters.
1358
1359 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1362 rather than down-mouse-1, based on follow-link conventions.
1363
1364 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1365 are compiled.
1366
1367 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1368
1369 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1370 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1371 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1372 (verilog-leap-to-head, verilog-backward-token):
1373 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1374
1375 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1376
1377 * progmodes/verilog-mode.el (verilog-auto-lineup)
1378 (verilog-nameable-item-re): Cleanup user-visible spelling and
1379 documentation errors. One reported by Gary Delp.
1380 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1381 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1382 package, bug195. Reported by Pierre-David Pfister.
1383
1384 2009-12-11 Glenn Morris <rgm@gnu.org>
1385
1386 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1387
1388 * mail/emacsbug.el: No longer require sendmail.
1389 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1390 (report-emacs-bug-orig-text): Doc fix.
1391 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1392 New local variables, to adapt to different mail-user-agents.
1393 (report-emacs-bug): Fix test for a gnu.org address.
1394 Use overlays for emphasis, since font-lock defeats 'face property.
1395 Pretest bugs also end up at the newsgroup these days.
1396 Stop message-mode stripping text properties.
1397 Set and use the new buffer-local variables.
1398 (report-emacs-bug-hook): Add doc-string.
1399 Remove some unnecessary save-excursions and simplify.
1400 Use the appropriate hook and send-command.
1401
1402 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1403 capitalization of some menu entries.
1404
1405 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1406
1407 * whitespace.el (whitespace-display-char-on): Ensure
1408 `buffer-display-table' is unique when two or more windows are
1409 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1410 New version 12.1.
1411
1412 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1413
1414 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1415 characters in the Attribute field.
1416
1417 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1418
1419 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1420
1421 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1424 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1425 Disregard autoload-excludes.
1426 (update-directory-autoloads): Obey autoload-excludes here instead.
1427 But don't store its contents in no-autoloads and remove entries that
1428 refer to excludes files.
1429
1430 2009-12-10 Glenn Morris <rgm@gnu.org>
1431
1432 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1433 (expand-mail-aliases): Define for compiler.
1434
1435 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1436 Define for compiler.
1437
1438 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1439 appropriate for the mail-user-agent in use.
1440
1441 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1444
1445 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1446
1447 Fix short log parsing and fontification.
1448 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1449 Fix fontification for the [merge] label.
1450
1451 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1452
1453 Drop some properties to avoid surprises.
1454 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1455 (hfy-fontify-buffer): Use it.
1456
1457 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 Minor cleanup.
1460 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1461 Adjust all callers.
1462 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1463 args compulsory. Adjust callers.
1464 (ffap-gopher-at-point): Remove unused var `name'.
1465
1466 Get rid of the ELCFILES abomination.
1467 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1468 (compile-elcfiles): New phony target.
1469 (compile-main): Compute ELCFILES dynamically.
1470 (compile-clean): New target to remove left-over elc files.
1471 (compile, all): Use it.
1472
1473 2009-12-09 Kenichi Handa <handa@etlken>
1474
1475 * international/mule-diag.el: Require help-mode instead of help-fns.
1476
1477 2009-12-09 Kenichi Handa <handa@m17n.org>
1478
1479 * international/mule-cmds.el (ucs-names): Supply sufficiently
1480 fine ranges instead of pre-calculating accurate ranges.
1481 Iterate with bigger gc-cons-threshold.
1482
1483 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 Add support for stashing a snapshot of the current tree.
1486 * vc-git.el (vc-git-stash-snapshot): New function.
1487 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1488
1489 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1490
1491 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1492 instead of `(beginning|end)-of-line'.
1493
1494 2009-12-08 Glenn Morris <rgm@gnu.org>
1495
1496 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1497
1498 * Makefile.in (ELCFILES): Regenerate.
1499
1500 2009-12-07 Juri Linkov <juri@jurta.org>
1501
1502 Don't lazy-highlight the comint output in history Isearch mode.
1503
1504 * comint.el (comint-history-isearch-search): Instead of
1505 `comint-line-beginning-position', use `comint-after-pmark-p'
1506 to check if point if before the process mark, and go to
1507 `process-mark' in this case.
1508
1509 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * textmodes/tex-mode.el (latex-complete)
1512 (latex-indent-or-complete): Remove.
1513 (latex-mode): Set completion-at-point-functions instead.
1514
1515 Provide a standard completion command and hook it into TAB.
1516 * minibuffer.el (completion-at-point-functions): New var.
1517 (completion-at-point): New command.
1518 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1519 * progmodes/python.el (python-mode-map): Use completion-at-point.
1520 (python-completion-at-point): Rename from python-partial-symbol and
1521 adjust for use in completion-at-point-functions.
1522 (python-mode): Setup completion-at-point for Python completion.
1523 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1524 extracted from lisp-complete-symbol.
1525 (lisp-complete-symbol): Use it.
1526 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1527 setup completion-at-point for Elisp completion.
1528 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1529 Use completion-at-point.
1530 * ielm.el (ielm-map): Use completion-at-point.
1531 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1532 * progmodes/sym-comp.el: Move to...
1533 * obsolete/sym-comp.el: Move from progmodes.
1534
1535 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1536
1537 Prevent save-buffer in Rmail buffers from using the coding-system
1538 of the current message, and from clobbering the encoding mnemonics
1539 in the mode line (Bug#4623).
1540
1541 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1542 flag, too.
1543 (rmail-message-encoding): New variable.
1544 (rmail-write-region-annotate): Record the encoding of the current
1545 message in rmail-message-encoding.
1546 (rmail-after-save-hook): New function, restores the encoding of
1547 the current message after the message collection is saved.
1548
1549 2009-12-07 Juri Linkov <juri@jurta.org>
1550
1551 * progmodes/grep.el (grep-read-files): Use `completing-read'
1552 instead of `read-string'. Set its `collection' arg to
1553 `read-file-name-internal'. (Bug#4301)
1554
1555 2009-12-07 Juri Linkov <juri@jurta.org>
1556
1557 Correctly restore original Isearch point. (Bug#4994)
1558
1559 * isearch.el (isearch-mode): Move `isearch-push-state' after
1560 `(run-hooks 'isearch-mode-hook)'.
1561 (isearch-cancel): When `isearch-push-state-function' is defined,
1562 let-bind `isearch-cmds' to the first state (the last element of
1563 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1564 function and restores the original point). Otherwise, move point
1565 to `isearch-opoint'.
1566
1567 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1570 chars that don't have names, so the table can be built much faster at
1571 run-time.
1572
1573 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1576 change. Suggested by David Kastrup.
1577
1578 * simple.el (compose-mail): Check for incompatibilities and warn.
1579 (compose-mail-user-agent-warnings): New option.
1580
1581 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 Support showing a single log entry from vc-annotate.
1584 * vc.el (print-log): Add a new argument: START-REVISION.
1585 (vc-print-log-internal): Add a new optional argument and
1586 pass it to the backend.
1587 (vc-print-log, vc-print-root-log): Adjust callers.
1588 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1589 buffer already displays the requested log entry, use it.
1590 Otherwise display only the log entry in question.
1591 * vc-svn.el (vc-svn-print-log):
1592 * vc-mtn.el (vc-mtn-print-log):
1593 * vc-hg.el (vc-hg-state):
1594 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1595 (vc-git-show-log-entry): Return t on success.
1596 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1597 (vc-bzr-show-log-entry): Return t on success.
1598 * vc-rcs.el (vc-rcs-print-log):
1599 * vc-sccs.el (vc-sccs-print-log):
1600 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1601
1602 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1605 Add menus to the meta mode. (Bug#5043)
1606
1607 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1608
1609 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1610 event-key.
1611
1612 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1613
1614 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1615
1616 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1617 Berbain <raphael.berbain@gmail.com>.
1618
1619 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1620 characters.
1621 (tramp-initial-end-of-output): New defconst.
1622 (tramp-methods, tramp-find-shell)
1623 (tramp-open-connection-setup-interactive-shell)
1624 (tramp-maybe-open-connection): Use it.
1625 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1626 existence of `#' and `$'.
1627
1628 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1629 `tramp-initial-end-of-output'.
1630
1631 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 Get the background mode from the terminal for xterm, and set
1634 faces accordingly.
1635 * term/xterm.el (xterm-set-background-mode): New function.
1636 (terminal-init-xterm): Use it in case xterm supports background
1637 color queries. Recompute faces after getting the background
1638 color.
1639
1640 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1641
1642 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1643 number comment back on its own line, for easier parsing.
1644
1645 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 Make it work for non-file buffers (bug#5102).
1648 * doc-view.el (doc-view-current-cache-dir):
1649 Use doc-view-buffer-file-name rather than buffer-file-name.
1650 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1651
1652 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1653
1654 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1655 author field is too short.
1656
1657 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1658
1659 * vc-git.el (vc-git-print-log): Handle a limit argument.
1660 Display the short log in graph form and with labels.
1661 (vc-git-log-view-mode): Handle labels.
1662
1663 Make vc-revert change VC state from 'added to 'unregistered.
1664 * vc-git.el (vc-git-revert): Call git reset first.
1665
1666 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1667
1668 * net/newst-backend.el, net/newst-plainview.el:
1669 * net/newst-reader.el, net/newst-ticker.el:
1670 * net/newst-treeview.el, net/newsticker.el:
1671 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1672
1673 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1676
1677 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1678 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1679 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1680 Update annotation regexp.
1681
1682 * simple.el (beginning-of-visual-line): Constrain to field
1683 boundaries (Bug#5106).
1684
1685 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1686
1687 * xml.el (xml-substitute-numeric-entities): Move
1688 newsticker--decode-numeric-entities in newst-backend.el to
1689 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1690 * net/newst-backend.el (newsticker--parse-generic-feed)
1691 (newsticker--parse-generic-items)
1692 (newsticker--decode-numeric-entities): Move
1693 newsticker--decode-numeric-entities in newst-backend.el to
1694 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1695
1696 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1697
1698 * progmodes/js.el (js--js-not): Add null to the list of values.
1699
1700 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1703
1704 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1705
1706 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1707 delimiter if it is at the end of the current line.
1708 (bibtex-generate-url-list): Fix docstring.
1709
1710 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1713 minibuffer's content with itself.
1714 Fold the confirm-after-completion case into the `confirm' case.
1715 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1716
1717 2009-12-06 Kevin Ryde <user42@zip.com.au>
1718
1719 * ffap.el (ffap-rfc-path): Make this a defcustom since
1720 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1721
1722 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1723 manuals, similar to existing setup for help-mode. (Bug#3913.)
1724
1725 2009-12-05 Juri Linkov <juri@jurta.org>
1726
1727 Save and restore dired buffer's point positions too. (Bug#4880)
1728
1729 * dired.el (dired-save-positions): Return in the first element
1730 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1731 Doc fix.
1732 (dired-restore-positions): First restore buffer's position.
1733 While restoring window's positions, check if window still displays
1734 the original buffer.
1735
1736 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1739 if possible.
1740
1741 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1742 Make argument optional.
1743
1744 * shell.el (shell): Require ansi-color (Bug#5113).
1745
1746 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1747
1748 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1749
1750 2009-12-05 Alan Mackenzie <acm@muc.de>
1751
1752 * progmodes/cc-mode.el (c-before-hack-hook)
1753 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1754 `c-file-style' to work again. This reversion restores the current
1755 software to its state in Emacs 23.1. (Bug#4146)
1756
1757 2009-12-05 Kevin Ryde <user42@zip.com.au>
1758
1759 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1760 comment-start-skip to comment-end-skip as comment (Bug#4781).
1761
1762 2009-12-05 Juri Linkov <juri@jurta.org>
1763
1764 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1765 for virtual nodes. (Bug#4147)
1766 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1767 when moving from a virtual node.
1768 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1769 (Info-mode): Add `Info-virtual-index' to the docstring.
1770
1771 2009-12-05 Eric Ludlam <zappo@gnu.org>
1772
1773 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1774 Describe project macro symbols.
1775
1776 * cedet/semantic/complete.el (semantic-complete-do-completion):
1777 Don't call semantic-collector-current-exact-match.
1778
1779 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1780 ede-objects as targets.
1781
1782 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1783 a target's object list even if compiler vars are already in the
1784 Makefile.
1785
1786 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1787 list of headers producing necessary macros.
1788
1789 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1790
1791 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1792 track of the buffer position of the end of a BibTeX entry as this
1793 position may change during reformatting.
1794 (bibtex-format-entry): Remove whitespace before processing
1795 numerical fields so that we recognize the latter properly.
1796 (bibtex-reformat): Do not use push which changes the global value
1797 of bibtex-entry-format.
1798 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1799 (bibtex-field-re-init): Replace only space characters by regexp
1800 for whitespace.
1801 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1802 (bibtex-initialize): Also update bibtex-strings.
1803 (bibtex-kill-field): Preserve white space at end of entry.
1804 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1805 Update bibtex-reference-keys.
1806
1807 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1810 point after a star, if that's the only place where modifications can
1811 make progress.
1812
1813 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1814
1815 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1816 in docstrings.
1817
1818 2009-12-04 Juri Linkov <juri@jurta.org>
1819
1820 * proced.el (proced): Call `(proced-update t)' to update process
1821 information instead of only running proced-post-display-hook.
1822 (proced-send-signal): Add a leading space to the buffer name
1823 " *Marked Processes*" to make this buffer ephemeral.
1824
1825 2009-12-04 Juri Linkov <juri@jurta.org>
1826
1827 * dired.el (dired-auto-revert-buffer): New defcustom.
1828 (dired-internal-noselect): Use it.
1829
1830 2009-12-04 Juri Linkov <juri@jurta.org>
1831
1832 Change roles of modes and functions in image-mode.el (Bug#5062).
1833
1834 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1835 in `auto-mode-alist'.
1836 (image-mode-previous-major-mode): New variable.
1837 (image-minor-mode-map): Rename from `image-mode-text-map'.
1838 (image-mode): Move graceful error-handling code from
1839 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1840 (image-minor-mode): Remove all image-handling code.
1841 Replace `image-mode-text-map' with `image-minor-mode-map'.
1842 Check for `image-type' in mode-line format string.
1843 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1844 (image-mode-as-text): New function with most code from
1845 `image-mode-maybe'.
1846 (image-toggle-display-text): Move code that removes image
1847 properties from `image-toggle-display' to here.
1848 (image-toggle-display-image): New function with code that adds
1849 image properties copied from `image-toggle-display'.
1850 (image-toggle-display): Remove most code with leaving only code
1851 that toggles between `image-mode-as-text' and `image-mode'.
1852
1853 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1854
1855 * net/newst-treeview.el
1856 (newsticker--treeview-list-highlight-start): Restored call to
1857 save-excursion: Selected item was stuck.
1858 (newsticker--treeview-list-select): New.
1859 (newsticker--treeview-item-show-text)
1860 (newsticker--treeview-item-show)
1861 (newsticker--treeview-item-update): Use new
1862 newsticker-treeview-item-mode.
1863 (newsticker-treeview-update): Keep current item.
1864 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1865 (newsticker--treeview-first-feed): Doc change.
1866 (newsticker-treeview-list-menu)
1867 (newsticker-treeview-item-menu): Added menu entries.
1868 (newsticker-treeview-item-mode): New.
1869
1870 * net/newst-backend.el (newsticker-customize): Delete other
1871 windows.
1872
1873 2009-12-04 Sam Steingold <sds@gnu.org>
1874
1875 * log-view.el (log-view-mode-map): "q" calls quit-window,
1876 like in all the other non-self-insert buffers.
1877
1878 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 Minor cleanup.
1881 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1882 key decoding rather than do it manually via last-input-event +
1883 ascii-character.
1884 (term-exec): Use delete-and-extract-region.
1885 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1886 (term-process-pager): Remove unused var `i'.
1887 (term-dynamic-simple-complete): Make obsolete.
1888 (serial-update-config-menu): Remove unused vars `y' and `str'.
1889 (term-update-mode-line): Remove unused var `temp'.
1890
1891 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 Limit the number of log entries displayed by default.
1894 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1895 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1896 using a prefix argument.
1897
1898 2009-12-03 Glenn Morris <rgm@gnu.org>
1899
1900 * progmodes/idlwave.el (class): Restore still useful declaration.
1901
1902 2009-12-03 Alan Mackenzie <acm@muc.de>
1903
1904 Enhance `c-parse-state' to run efficiently in "brace deserts".
1905
1906 * progmodes/cc-mode.el (c-basic-common-init):
1907 Call c-state-cache-init.
1908 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1909 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1910 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1911
1912 * progmodes/cc-langs.el (c-before-font-lock-function):
1913 c-extend-and-neutralize-syntax-in-CPP has been renamed
1914 c-neutralize-syntax-in-and-mark-CPP.
1915
1916 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1917 with `category' properties now, not `syntax-table' ones.
1918
1919 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1920 enhanced (but slower) version of c-end-of-macro that won't land
1921 inside a literal or on another awkward character.
1922 (c-state-cache-too-far, c-state-cache-start)
1923 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1924 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1925 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1926 (c-state-min-scan-pos, c-state-brace-pair-desert)
1927 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1928 buffer local variables.
1929 (c-state-literal-at, c-state-lit-beg)
1930 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1931 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1932 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1933 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1934 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1935 (c-renarrow-state-cache)
1936 (c-append-lower-brace-pair-to-state-cache)
1937 (c-state-push-any-brace-pair, c-append-to-state-cache)
1938 (c-remove-stale-state-cache)
1939 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1940 (c-invalidate-state-cache-1, c-parse-state-1)
1941 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1942 (c-parse-state): Enhance and refactor.
1943 (c-debug-parse-state): Amend to deal with all the new variables.
1944
1945 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1946 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1947 modify to use category text properties rather than syntax-table ones.
1948 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1949 to switch off/on the syntactic paren property of C++ template
1950 delimiters using the category property.
1951 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1952 template delims suppressed.
1953 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1954 New constant/macros which apply category properties to the start
1955 and end of preprocessor constructs.
1956 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1957 "comment out" the syntactic value of characters in preprocessor
1958 constructs.
1959 (c-with-cpps-commented-out)
1960 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1961 with characters in all or all but one preprocessor constructs
1962 "commented out".
1963
1964 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1965
1966 * proced.el (proced-filter-alist): Use regexp-quote.
1967
1968 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1969
1970 Cleanup.
1971 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1972 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1973 arguments. Expand `default-directory'.
1974
1975 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1976 the benefit of returning an expanded localname.
1977 (tramp-tramp-file-p): Handle the case NAME is not a string.
1978
1979 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 Add support for bzr shelve/unshelve.
1982 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1983 (vc-bzr-extra-menu-map): New variables.
1984 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1985 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1986 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1987 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1988 (vc-bzr-dir-extra-headers): Display shelves.
1989
1990 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1991
1992 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * textmodes/bibtex.el (bibtex-complete-internal):
1995 Use completion-in-region.
1996 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1997
1998 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 Support applying stashes. Improve UI.
2001 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2002 (vc-git-stash-apply, vc-git-stash-pop)
2003 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2004 (vc-git-stash-menu): New functions.
2005 (vc-git-stash-menu-map): New variable.
2006 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2007
2008 2009-12-03 Glenn Morris <rgm@gnu.org>
2009
2010 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2011 (vc-print-log-internal): Fix previous change.
2012 (vc-revert): Correct pluralization.
2013
2014 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2017 it to be an alist any more.
2018 (makefile-complete): Use completion-in-region.
2019
2020 * progmodes/octave-mod.el (octave-complete-symbol):
2021 Use completion-in-region.
2022
2023 Misc cleanup.
2024 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2025 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2026 (idlwave-complete-class): Don't quote lambda.
2027 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2028 (idlwave-mode-map): Move initialization into declaration.
2029 (idlwave-action-and-binding): Use backquotes.
2030 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2031 Simplify.
2032 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2033 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2034 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2035 `parts', and `all-parts'.
2036 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2037 (idlwave-convert-xml-system-routine-info): Remove unused string
2038 `version-string'.
2039 (idlwave-display-user-catalog-widget): Use dolist.
2040 (idlwave-scanning-lib): Declare dynamically-scoped var.
2041 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2042 (completion-highlight-first-word-only): Declare to silence bytecomp.
2043 (idlwave-popup-select): Tighten scope of `resp'.
2044 (idlwave-find-struct-tag): Remove unused var `beg'.
2045 (idlwave-after-load-rinfo-hook): Declare.
2046 (idlwave-sintern-class-info): Remove unused var `taglist'.
2047 (idlwave-find-class-definition): Remove unused var `list'.
2048 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2049 (idlwave-what-module-find-class): Remove unused var `classes'.
2050
2051 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2054
2055 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2058 buffers visited. Remove redundant current-buffer-saving.
2059
2060 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 Use completion-in-buffer and remove uses of dynamic scoping.
2063 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2064 (pascal-buffer-to-use, pascal-flag): Don't declare.
2065 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2066 (pascal-get-completion-decl, pascal-keyword-completion):
2067 Add `pascal-str' argument, save-excursion,
2068 return the found completions, and don't filter with pascal-pred.
2069 (pascal-completion-cache): New var.
2070 (pascal-completion): Don't switch buffer any more (it was never
2071 necessary). Don't save-excursion any more (it's done by the called
2072 subroutines). Use a cache to avoid redundant computations.
2073 Use complete-with-action rather than pascal-completion-response and
2074 let it apply the predicate as well.
2075 (pascal-complete-word): Use completion-in-buffer when
2076 pascal-toggle-completions is nil.
2077 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2078 not used any more.
2079 (pascal-comp-defun): Don't change buffer any more.
2080 Use complete-with-action rather than pascal-completion-response and
2081 let it apply the predicate as well.
2082 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2083 when neded.
2084
2085 2009-12-02 Kenichi Handa <handa@m17n.org>
2086
2087 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2088 shape for all Indic scripts.
2089
2090 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 Use completion-in-buffer.
2093 * wid-edit.el (widget-field-text-end): New function.
2094 (widget-field-value-get): Use it.
2095 (widget-string-complete, widget-file-complete)
2096 (widget-color-complete): Use it and completion-in-region.
2097 (widget-complete): Don't narrow the buffer.
2098
2099 2009-12-02 Glenn Morris <rgm@gnu.org>
2100
2101 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2102 (rmail-select-summary): Use rmail-pop-to-buffer.
2103 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2104 rmail-pop-to-buffer, to prevent horizontal splits.
2105
2106 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2107 save-excursion with save-current-buffer.
2108 Widen before searching. (Bug#5093)
2109 (diary-list-sexp-entries): Remove superfluous save-excursion.
2110
2111 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2112
2113 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2114 name. (Bug#5038)
2115
2116 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2117
2118 * ido.el (ido-file-internal): Handle filenames at point that do
2119 not have a directory part. (Bug#5049)
2120
2121 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2122
2123 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2124 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2125
2126 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2127
2128 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2129 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2130 any more.
2131
2132 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * comint.el (comint-insert-input): Ignore clicks to the right of
2135 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2136
2137 * vc.el (vc-print-log-internal): Don't wait for the process to
2138 terminate before setting up the major mode.
2139
2140 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2141 in case.
2142
2143 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2144 the last element.
2145
2146 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2147
2148 2009-12-01 Glenn Morris <rgm@gnu.org>
2149
2150 * window.el (window--display-buffer-2): Fix previous changes.
2151
2152 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2155
2156 2009-12-01 Glenn Morris <rgm@gnu.org>
2157
2158 * Makefile.in (ELCFILES): Add mpc.elc.
2159
2160 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * mpc.el: New file.
2163
2164 2009-12-01 Glenn Morris <rgm@gnu.org>
2165
2166 * window.el (window-to-use): Define for compiler.
2167
2168 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2169 consistent with others (no final period).
2170
2171 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2172 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2173
2174 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2175
2176 Make vc-print-log buttons work.
2177 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2178
2179 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2180
2181 * savehist.el (savehist-autosave-interval): Allow setting to nil
2182 through customize. (Bug#5056)
2183
2184 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2185
2186 Fix references to jit-lock properties.
2187 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2188 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2189 (perl-font-lock-special-syntactic-constructs):
2190 Quote jit-lock-defer-multiline property.
2191
2192 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2193
2194 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2195
2196 2009-11-30 Juri Linkov <juri@jurta.org>
2197
2198 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2199 value `buffer' of `multi-isearch-next-buffer-current-function'.
2200 Use `(current-buffer)' when `buffer' is nil.
2201 (multi-isearch-next-buffer-from-list): Don't fallback to
2202 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2203
2204 2009-11-30 Juri Linkov <juri@jurta.org>
2205
2206 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2207 of buffers with `get-buffer' to `multi-isearch-buffers'.
2208 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2209 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2210 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2211 FILES with `expand-file-name' converting relative file names
2212 to absolute. Doc fix. (Bug#4727)
2213
2214 2009-11-30 Juri Linkov <juri@jurta.org>
2215
2216 * misearch.el (multi-isearch-read-buffers)
2217 (multi-isearch-read-matching-buffers): New functions.
2218 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2219 Use them in the `interactive' spec. Doc fix.
2220 (multi-isearch-read-files, multi-isearch-read-matching-files):
2221 New functions.
2222 (multi-isearch-files, multi-isearch-files-regexp):
2223 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2224
2225 2009-11-30 Juri Linkov <juri@jurta.org>
2226
2227 * doc-view.el (doc-view-continuous):
2228 Rename from `doc-view-continuous-mode'.
2229 (doc-view-menu): Move "Toggle display" to the top.
2230 Add submenu "Continuous" with radio buttons "Off"/"On"
2231 and "Save as Default".
2232 (doc-view-scroll-up-or-next-page)
2233 (doc-view-scroll-down-or-previous-page)
2234 (doc-view-next-line-or-next-page)
2235 (doc-view-previous-line-or-previous-page): Rename
2236 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2237
2238 2009-11-30 Juri Linkov <juri@jurta.org>
2239
2240 * comint.el (comint-mode-map): Rebind `M-r' from
2241 `comint-previous-matching-input' to
2242 `comint-history-isearch-backward-regexp'.
2243 Unbind `M-s' to allow global key binding `M-s'.
2244 Add menu items for `comint-history-isearch-backward' and
2245 `comint-history-isearch-backward-regexp'. (Bug#3746)
2246
2247 2009-11-30 Juri Linkov <juri@jurta.org>
2248
2249 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2250 For def=recenter, replace `recenter' with `recenter-top-bottom'
2251 that is called with `this-command' and `last-command' let-bound
2252 to `recenter-top-bottom'. When the last `def' was not `recenter',
2253 set `recenter-last-op' to nil. (Bug#4981)
2254
2255 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 Minor cleanup and simplification.
2258 * filecache.el (file-cache-add-directory)
2259 (file-cache-add-directory-recursively)
2260 (file-cache-add-from-file-cache-buffer)
2261 (file-cache-delete-file-regexp, file-cache-delete-directory)
2262 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2263 (file-cache-temp-minibuffer-message): Delete function.
2264 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2265
2266 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2267 Don't signal an error when bumping into EOB in tr, s, or y.
2268
2269 2009-11-29 Juri Linkov <juri@jurta.org>
2270
2271 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2272 (Bug#4960)
2273
2274 * descr-text.el (describe-char-unidata-list): Use lowercase name
2275 for "Unicode name" like in other tags.
2276
2277 2009-11-29 Juri Linkov <juri@jurta.org>
2278
2279 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2280 New compatibility macro.
2281 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2282
2283 2009-11-29 Juri Linkov <juri@jurta.org>
2284
2285 Add defcustom to define the cycling order of `recenter-top-bottom'.
2286 (Bug#4981)
2287
2288 * window.el (recenter-last-op): Doc fix.
2289 (recenter-positions): New defcustom.
2290 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2291 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2292
2293 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2294
2295 Improve integration of Tramp and ange-ftp in eshell.
2296
2297 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2298 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2299 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2300
2301 * eshell/esh-util.el (top): Require also Tramp when compiling.
2302 (eshell-directory-files-and-attributes): Check for FTP remote
2303 connection.
2304 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2305 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2306 (eshell-file-attributes): Handle ".". Return `entry'.
2307
2308 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2309 (ange-ftp-directory-files-and-attributes)
2310 (ange-ftp-real-directory-files-and-attributes): New defuns.
2311
2312 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2313 shell with "exec" when possible. This prevents trailing prompts
2314 in `start-file-process'.
2315
2316 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 Try and remove assumptions about point-min==1.
2319 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2320 (rng-compute-mode-line-string): Show the validation percentage in
2321 terms of the narrowed text, not the widened text.
2322 (rng-do-some-validation): Don't catch internal errors when debugging.
2323 (rng-first-error): Simplify.
2324 (rng-after-change-function): Remove work around. AFAIK the bug has
2325 been fixed a while ago.
2326
2327 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2328 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2329
2330 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2331
2332 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2333 `cd' doesn't always do it for us (bug#5067).
2334
2335 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2336 on 2009-10-25 as part of some other change (bug#5067).
2337
2338 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2341 `suspicious'.
2342 (byte-compile-warnings): Use byte-compile-warning-types.
2343 (byte-compile-save-excursion): Warn about use of set-buffer right
2344 after save-excursion.
2345
2346 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2347 the excursion as well.
2348
2349 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2350
2351 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2352 providing a Tramp related implementation of "su" and "sudo".
2353 (eshell-unix-initialize): Add "su" and "sudo".
2354
2355 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2356
2357 * net/socks.el (socks-send-command): Convert binary request to
2358 unibyte before sending. This fixes mishandling of some port
2359 numbers such as 129.
2360
2361 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * help.el (describe-bindings-internal): Remove `interactive'.
2364
2365 * man.el (Man-completion-table): Trim a terminating "(".
2366 Remove the space between name page a section.
2367 Add the command's description on the `help-echo' property.
2368 Remove `process-connection-type' binding since it's unused by
2369 call-process.
2370 Provide completion for the "<section> <name>" format as well.
2371 (Man-default-man-entry): Remove spurious var shadowing the argument.
2372
2373 2009-11-26 Kevin Ryde <user42@zip.com.au>
2374
2375 * log-view.el: Add "Keywords: tools", since its other keywords
2376 aren't in finder-known-keywords, and following vc.el.
2377
2378 * sha1.el (sha1-string-external): default-directory "/" in case
2379 otherwise non-existent. process-connection-type pipe for touch of
2380 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2381
2382 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 Misc coding convention cleanups.
2385 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2386 hfy-init-kludge-hooks.
2387 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2388 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2389 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2390 and push.
2391 (hfy-slant, hfy-weight): Use tables rather than code.
2392 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2393 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2394 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2395 (hfy-face-to-css): Remove `nconc' with single arg.
2396 (hfy-p-to-face-lennart): Use `or'.
2397 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2398 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2399 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2400 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2401 (hfy-force-fontification): Use run-hooks.
2402
2403 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2404
2405 Various minor fixes.
2406 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2407 Javascript belongs in the header, not the body.
2408 (hfy-javascript): Remove.
2409 (hfy-fontify-buffer): Don't insert it any more.
2410 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2411 Fix bug in invis handling when there were no invis props in a chunk.
2412
2413 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2416
2417 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2418
2419 * finder.el (finder-mode-map): Add a menu.
2420
2421 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2422
2423 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2424 "unsigned" structs.
2425
2426 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2427 fork" statement better.
2428
2429 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2430
2431 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2432 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2433 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2434 Reported by Clay Douglass.
2435
2436 (verilog-auto-inst, verilog-auto-star-safe)
2437 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2438 Fix removing "// Interfaces" when saving .* expansions. Reported by
2439 Pierre-David Pfister.
2440
2441 2009-11-26 Glenn Morris <rgm@gnu.org>
2442
2443 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2444 the scope.
2445
2446 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2447
2448 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2449 Really use previous revision.
2450
2451 2009-11-25 Kevin Ryde <user42@zip.com.au>
2452
2453 * man.el (Man-completion-table): default-directory "/" in case
2454 doesn't otherwise exist. process-environment COLUMNS=999 so as
2455 not to truncate long names. process-connection-type pipe to avoid
2456 any chance of hitting the pseudo-tty TIOCGWINSZ.
2457 (man): completion-ignore-case t for friendliness and since man
2458 itself is case-insensitive on the command line.
2459 Further to Bug#3717.
2460
2461 * arc-mode.el: Add "Keywords: files", so the details in its
2462 commentary can be reached from finder-by-keyword.
2463 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2464 editing mode, but it's comms related and sgml-mode.el has "comm"
2465 on that basis too.
2466 * textmodes/bibtex-style.el: Add "Keywords: tex".
2467 * international/isearch-x.el, international/ja-dic-cnv.el:
2468 * international/ja-dic-utl.el, international/kkc.el:
2469 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2470
2471 2009-11-25 Juri Linkov <juri@jurta.org>
2472
2473 * man.el (Man-completion-table): Modify regexp to include
2474 section names to completion strings. (Bug#3717)
2475
2476 2009-11-25 Juri Linkov <juri@jurta.org>
2477
2478 Search recursively in gzipped files. (Bug#4982)
2479
2480 * progmodes/grep.el (grep-highlight-matches): Add new options
2481 `always' and `auto'. Doc fix.
2482 (grep-process-setup): Check `grep-highlight-matches' for
2483 `auto-detect' to determine the need to compute grep defaults.
2484 Move Windows/DOS specific --colors settings handling
2485 to `grep-compute-defaults'. Check `grep-highlight-matches'
2486 to get the value of "--color=".
2487 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2488 has the value `auto-detect'. Move Windows/DOS specific settings
2489 from `grep-process-setup'.
2490 (zrgrep): New command with alias `rzgrep'.
2491
2492 2009-11-25 Juri Linkov <juri@jurta.org>
2493
2494 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2495 to nil instead of switching off view-mode. (Bug#4896)
2496
2497 2009-11-25 Juri Linkov <juri@jurta.org>
2498
2499 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2500
2501 * mwheel.el (mwheel-scroll-up-function)
2502 (mwheel-scroll-down-function): New defvars.
2503 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2504 `scroll-up', and `mwheel-scroll-down-function' instead of
2505 `scroll-down'.
2506
2507 * doc-view.el (doc-view-scroll-up-or-next-page)
2508 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2509 Use this ARG in the call to image-scroll-up/image-scroll-down.
2510 Change `interactive' spec to "P". Goto next/previous page only
2511 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2512 SPC/DEL case). Doc fix.
2513 (doc-view-next-line-or-next-page)
2514 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2515 for consistency.
2516 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2517 `doc-view-scroll-up-or-next-page', and buffer-local
2518 `mwheel-scroll-down-function' to
2519 `doc-view-scroll-down-or-previous-page'.
2520
2521 2009-11-25 Juri Linkov <juri@jurta.org>
2522
2523 Provide additional default values (directories at other Dired
2524 windows) via M-n in the minibuffer of some Dired commands.
2525
2526 * dired-aux.el (dired-diff, dired-compare-directories)
2527 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2528 `minibuffer-default' in `minibuffer-with-setup-hook'.
2529 (dired-dwim-target-directory): Find a window that displays Dired
2530 buffer instead of failing when the next window is not Dired.
2531 Use `get-window-with-predicate' to find for the next Dired window.
2532 (dired-dwim-target-defaults): New function.
2533
2534 * ediff-util.el (ediff-read-file-name):
2535 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2536 in `minibuffer-with-setup-hook'.
2537
2538 2009-11-25 Juri Linkov <juri@jurta.org>
2539
2540 Provide additional default values (file name at point or at the
2541 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2542
2543 * minibuffer.el (read-file-name-defaults): New function.
2544 (read-file-name): Reset `minibuffer-default' to nil when
2545 it duplicates initial input `insdef'.
2546 Bind `minibuffer-default-add-function' to lambda that
2547 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2548 (minibuffer-insert-file-name-at-point): New command.
2549
2550 * files.el (file-name-at-point-functions): New defcustom.
2551 (find-file-default): Remove defvar.
2552 (find-file-read-args): Don't use `find-file-default'.
2553 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2554 to `read-file-name'.
2555 (find-file-literally): Use `read-file-name' with
2556 `confirm-nonexistent-file-or-buffer'.
2557
2558 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2559
2560 * dired.el (dired-read-dir-and-switches):
2561 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2562 to `read-file-name'.
2563 (dired-file-name-at-point): New function.
2564 (dired-mode): Add hook `dired-file-name-at-point' to
2565 `file-name-at-point-functions'.
2566
2567 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 Really make the *Completions* window soft-dedicated (bug#5030).
2570 * window.el (window--display-buffer-2): Add `dedicated' argument.
2571 (display-buffer): Pass it when needed so the dedicated flag is set
2572 after calling set-window-buffer, which would otherwise reset it.
2573
2574 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * progmodes/meta-mode.el (meta-complete-symbol):
2577 * progmodes/etags.el (complete-tag):
2578 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2579 Use completion-in-region.
2580
2581 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2582 (dabbrev-completion): Use completion-in-region.
2583 (dabbrev--abbrev-at-point): Simplify regexp.
2584
2585 * abbrev.el (abbrev--before-point): Use word-motion functions
2586 if :regexp is not specified (bug#5031).
2587
2588 * subr.el (string-prefix-p): New function.
2589
2590 * man.el (Man-completion-cache): New var.
2591 (Man-completion-table): Use it.
2592
2593 * vc.el (vc-print-log-internal): Make `limit' optional for better
2594 compatibility (e.g. with vc-annotate.el).
2595
2596 2009-11-24 Kevin Ryde <user42@zip.com.au>
2597
2598 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2599 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2600
2601 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2602 when .el source file not found or other error.
2603
2604 2009-11-24 Markus Triska <markus.triska@gmx.at>
2605
2606 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2607
2608 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 Handle the [back] button properly (bug#4979).
2611 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2612 Use help-setup-xref, help-buffer, and with-help-window.
2613 (describe-char): Add `buffer' argument.
2614 Pass proper command to help-setup-xref. Don't meddle with
2615 help-xref-stack-item directly.
2616 (describe-text-category): Use with-help-window and help-buffer.
2617
2618 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2619 for the displayed buffer (bug#4887).
2620
2621 * man.el (Man-completion-table): New function.
2622 (man): Use it.
2623
2624 2009-11-24 David Reitter <david.reitter@gmail.com>
2625
2626 * vc-git.el (vc-git-registered): Use checkout directory (where
2627 .git is) rather than the file's directory and a relative path spec
2628 to work around a bug in git.
2629
2630 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2631
2632 Improve handling of processes on remote hosts.
2633
2634 * eshell/esh-util.el (eshell-path-env): New defvar.
2635 (eshell-parse-colon-path): New defun.
2636 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2637
2638 * eshell/esh-ext.el (eshell-search-path):
2639 Use `eshell-parse-colon-path'.
2640 (eshell-remote-command): Remove argument HANDLER.
2641 (eshell-external-command): Check for FTP remote connection.
2642
2643 * eshell/esh-proc.el (eshell-gather-process-output):
2644 Use `file-truename', in order to start also symlinked files.
2645 Apply `start-file-process' instead of `start-process'.
2646 Shorten `command' to the local file name part.
2647
2648 * eshell/em-cmpl.el (eshell-complete-commands-list):
2649 Use `eshell-parse-colon-path'.
2650
2651 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2652
2653 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2654 to `eshell-directory-change-hook'.
2655
2656 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2657
2658 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2659 because it could be enabled automatically if view-read-only is non-nil.
2660
2661 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2662
2663 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2664 made on 2009-11-22.
2665
2666 2009-11-24 Glenn Morris <rgm@gnu.org>
2667
2668 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2669 deleted variable bookmark-bmenu-bookmark-column.
2670
2671 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2672 Move after definition of global-semantic-idle-tag-highlight-mode.
2673
2674 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2677
2678 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2679
2680 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2681 two slashes to the "file:" prefix.
2682 (browse-url-file-url): De-munge Cygwin filenames before passing
2683 them to Windows browser.
2684 (browse-url-default-windows-browser): Use call-process.
2685
2686 2009-11-23 Juri Linkov <juri@jurta.org>
2687
2688 Implement DocView Continuous mode. (Bug#4896)
2689 * doc-view.el (doc-view-continuous-mode): New defcustom.
2690 (doc-view-mode-map): Bind C-n/<down> to
2691 `doc-view-next-line-or-next-page', C-p/<up> to
2692 `doc-view-previous-line-or-previous-page'.
2693 (doc-view-next-line-or-next-page)
2694 (doc-view-previous-line-or-previous-page): New commands.
2695
2696 2009-11-23 Juri Linkov <juri@jurta.org>
2697
2698 Implement Isearch in comint input history. (Bug#3746)
2699 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2700 `isearch-mode-hook'.
2701 (comint-history-isearch): New defcustom.
2702 (comint-history-isearch-backward)
2703 (comint-history-isearch-backward-regexp): New commands.
2704 (comint-history-isearch-message-overlay): New buffer-local variable.
2705 (comint-history-isearch-setup, comint-history-isearch-end)
2706 (comint-goto-input, comint-history-isearch-search)
2707 (comint-history-isearch-message, comint-history-isearch-wrap)
2708 (comint-history-isearch-push-state)
2709 (comint-history-isearch-pop-state): New functions.
2710
2711 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2712
2713 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2714 return.
2715 (tramp-handle-make-symbolic-link)
2716 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2717 Quote file names.
2718 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2719 (tramp-handle-process-file): Use it.
2720
2721 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * window.el (move-to-window-line-last-op): Remove.
2724 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2725
2726 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2727
2728 Make M-r mirror the new cycling behavior of C-l.
2729 * window.el (move-to-window-line-last-op): New var.
2730 (move-to-window-line-top-bottom): New command.
2731 (global-map): Bind M-r move-to-window-line-top-bottom.
2732
2733 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2734
2735 * dired-x.el (dired-guess-shell-alist-default):
2736 Support xz format. (Bug#4953)
2737
2738 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * cedet/srecode/map.el (srecode-get-maps):
2741 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2742 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2743 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2744 (semantic-toggle-decoration-style):
2745 * cedet/semantic/decorate/include.el
2746 (semantic-decoration-include-describe)
2747 (semantic-decoration-unknown-include-describe)
2748 (semantic-decoration-unparsed-include-describe)
2749 (semantic-decoration-all-include-summary):
2750 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2751 * cedet/semantic/analyze/complete.el
2752 (semantic-analyze-possible-completions):
2753 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2754 (semantic-show-unmatched-syntax-mode)
2755 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2756 (semantic-highlight-func-mode):
2757 * cedet/semantic/util.el (semantic-describe-buffer):
2758 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2759 (semantic-symref-find-tags-by-name)
2760 (semantic-symref-find-tags-by-regexp)
2761 (semantic-symref-find-tags-by-completion)
2762 (semantic-symref-find-file-references-by-name)
2763 (semantic-symref-find-text):
2764 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2765 (senator-yank-tag):
2766 * cedet/semantic/scope.el (semantic-calculate-scope):
2767 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2768 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2769 (define-semantic-idle-service):
2770 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2771 (semantic-complete-analyze-inline-idle):
2772 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2773 * cedet/mode-local.el (describe-mode-local-bindings)
2774 (describe-mode-local-bindings-in-mode):
2775 * cedet/ede/make.el (ede-make-check-version):
2776 * cedet/ede/locate.el (ede-enable-locate-on-project):
2777 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2778 (cedet-idutils-version-check):
2779 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2780 (cedet-gnu-global-version-check):
2781 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2782 (cedet-cscope-version-check): Use called-interactively-p instead
2783 of interactive-p.
2784
2785 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2786 Use semantic-format-tag-prototype.
2787
2788 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2789
2790 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2791 last-command-char/last-command-event.
2792 (viper-prefix-arg-value): Do correct conversion of event-char for
2793 XEmacs.
2794
2795 * emulation/viper-util.el, emulation/viper.el:
2796 Use viper-last-command-char instead of
2797 last-command-char/last-command-event.
2798
2799 * ediff-init.el, ediff-mult.el, ediff-util.el:
2800 Replace last-command-char and last-command-event
2801 with (ediff-last-command-char) everywhere.
2802
2803 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2804 created in fundamental mode.
2805
2806 * ediff.el (ediff-version): Revert the change of interactive-p to
2807 called-interactively-p.
2808
2809 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2810
2811 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2812 generation from word-movement command names.
2813
2814 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2817 (semantic-complete-jump-local, semantic-complete-jump):
2818 Improve prompt string.
2819
2820 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2821
2822 * cus-start.el (all): Add native condition for font-use-system-font.
2823
2824 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2825
2826 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2827 Correct the patch from 2009-11-18. (Bug#3910)
2828
2829 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2830
2831 * progmodes/subword.el: Rename from lisp/subword.el.
2832
2833 * subword.el: Rename to progmodes/subword.el.
2834
2835 * Makefile.in (ELCFILES): Adapt to subword.el move.
2836
2837 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2838 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2841 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2842 (bookmark-bmenu-show-filenames): Use push.
2843 (bookmark-bmenu-hide-filenames): Use local var instead of
2844 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2845 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2846 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2847 filenames now that the bookmark names are always available.
2848
2849 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2852 (bookmark-search-pattern): Move and leave unbound.
2853 (bookmark-bmenu-mode-map): Change binding.
2854 (bookmark-read-search-input): Simplify.
2855 Don't use text-char-description. Don't error on non-char events.
2856 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2857 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2858 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2859 Use a local var for the timer.
2860 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2861 (i.e. bookmark-bmenu-search).
2862
2863 2009-11-21 Glenn Morris <rgm@gnu.org>
2864
2865 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2866
2867 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2868
2869 * net/browse-url.el (browse-url-default-windows-browser):
2870 Use cygstart for cygwin.
2871
2872 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2873
2874 * bookmark.el: Formatting and doc fixes only:
2875 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2876 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2877 Minor grammar and punctuation fixes in doc string.
2878 (bookmark-read-search-input): Adjust to fit within 80 columns.
2879
2880 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2881
2882 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2883 (c-backward-into-nomenclature): Adapt to subword renaming.
2884
2885 * subword.el (subword-forward, subword-backward, subword-mark)
2886 (subword-kill, subword-backward-kill, subword-transpose)
2887 (subword-downcase, subword-upcase, subword-capitalize)
2888 (subword-forward-internal, subword-backward-internal):
2889 Rename from forward-subword, backward-subword, mark-subword,
2890 kill-subword, backward-kill-subword, transpose-subwords,
2891 downcase-subword, upcase-subword, capitalize-subword,
2892 forward-subword-internal, backward-subword-internal.
2893
2894 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2895
2896 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2897 New options.
2898 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2899 New vars.
2900 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2901 (bookmark-bmenu-filter-alist-by-regexp)
2902 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2903 (bookmark-bmenu-search): New command.
2904 (bookmark-bmenu-mode-map): Bind it.
2905
2906 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2909
2910 * cedet/semantic/idle.el (define-semantic-idle-service)
2911 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2912
2913 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2914
2915 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2916 backward-subword to quit the byte-compiler.
2917
2918 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2919
2920 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2921
2922 * progmodes/cc-cmds.el (c-update-modeline)
2923 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2924 Refer to subword.el functions instead of cc-subword.el.
2925
2926 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2927 subword.el functions instead of cc-subword.el.
2928
2929 * progmodes/cc-subword.el: Rename to subword.el.
2930 * subword.el: Rename from progmodes/cc-subword.el.
2931 (subword-mode-map): Rename from c-subword-mode-map.
2932 (subword-mode): Rename from c-subword-mode.
2933 (global-subword-mode): New global minor mode.
2934 (forward-subword): Rename from c-forward-subword.
2935 (backward-subword): Rename from c-backward-subword.
2936 (mark-subword): Rename from c-mark-subword.
2937 (kill-subword): Rename from c-kill-subword.
2938 (backward-kill-subword): Rename from c-backward-kill-subword.
2939 (transpose-subwords): Rename from c-tranpose-subword.
2940 (downcase-subword): Rename from c-downcase-subword.
2941 (capitalize-subword): Rename from c-capitalize-subword.
2942 (forward-subword-internal): Rename from c-forward-subword-internal.
2943 (backward-subword-internal): Rename from c-backward-subword-internal.
2944
2945 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2948 from a dired buffer.
2949 (vc-dired-deduce-fileset): New function.
2950 (vc-root-diff, vc-print-root-log): Use it.
2951
2952 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2953 nil LIMIT argument to vc-print-log-internal.
2954
2955 2009-11-20 Glenn Morris <rgm@gnu.org>
2956
2957 * Makefile.in (ELCFILES): Regenerate.
2958
2959 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2962
2963 * cedet/semantic.el: Enable idle-mode menu items only if
2964 global-semantic-idle-scheduler-mode is enabled.
2965 (semantic-default-submodes): Doc fix.
2966
2967 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2968 When turning off, disable other idle modes.
2969
2970 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2971
2972 * calc/calc.el (calc-set-mode-line):
2973 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2974 (math-format-number): Rename `math-format-complement-signed' to
2975 `math-format-twos-complement'.
2976
2977 * calc/calc-bin.el (math-format-twos-complement): Rename from
2978 math-format-complement-signed.
2979 (calc-radix): Rename `calc-complement-signed-mode' to
2980 `calc-twos-complement-mode'.
2981 (calc-octal-radix, calc-hex-radix): Add an argument for
2982 two's complement.
2983
2984 * calc/calc-embed.el (calc-embedded-mode-vars):
2985 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2986
2987 * calc/calc-ext.el (calc-init-extensions):
2988 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2989 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2990
2991 * calc/calc-units.el (math-build-units-table-buffer):
2992 Let `calc-twos-complement-mode' be nil.
2993
2994 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2995 entries.
2996
2997 * calc/calc-vec.el (calcFunc-vunpack):
2998 * calc/calc-aent.el (calc-do-calc-eval):
2999 * calc/calc-forms.el (math-format-date):
3000 * calc/calc-graph.el (calc-graph-plot):
3001 * calc/calc-math.el (math-use-emacs-fn):
3002 * calc/calccomp.el (math-compose-expr):
3003 Let `calc-twos-complement-mode' be nil.
3004
3005 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3008 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3009 * minibuffer.el (completion-in-region-functions): New hook.
3010 (completion-in-region): New function.
3011 * emacs-lisp/lisp.el (lisp-complete-symbol):
3012 * pcomplete.el (pcomplete-std-complete): Use it.
3013
3014 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3017 (latex-complete-alist): New vars.
3018 (latex-string-prefix-p, latex-complete-bibtex-keys)
3019 (latex-complete-envnames, latex-complete-refkeys)
3020 (latex-complete-data): New functions.
3021 (latex-complete, latex-indent-or-complete): New commands.
3022
3023 * window.el (display-buffer-mark-dedicated): New var.
3024 (display-buffer): Obey it.
3025 * minibuffer.el (minibuffer-completion-help): Use it.
3026
3027 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3028
3029 * filecache.el (file-cache-add-file): Use push and cons.
3030 (file-cache-delete-file-regexp): Use push.
3031 (file-cache-complete): Use completion-in-region.
3032
3033 * simple.el (with-wrapper-hook): Fix thinko.
3034
3035 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3036 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3037 Use with-current-buffer and string-to-number.
3038 (hfy-fallback-colour-values): Use assoc-string.
3039 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3040 (hfy-face-at): Remove unused var `found-face'.
3041 (hfy-compile-stylesheet): Remove unused var `css'.
3042 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3043 and `orig-buffer'.
3044 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3045 Use with-current-buffer.
3046 (hfy-text-p): Use expand-file-name and fewer setq.
3047
3048 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3049
3050 * htmlfontify.el, hfy-cmap.el: New files.
3051
3052 2009-11-19 Juri Linkov <juri@jurta.org>
3053
3054 * minibuffer.el (completions-format): New defcustom.
3055 (completion--insert-strings): Implement vertical format.
3056
3057 * simple.el (switch-to-completions): Move point to the first
3058 completion when point was at the beginning of the buffer.
3059
3060 2009-11-19 Juri Linkov <juri@jurta.org>
3061
3062 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3063
3064 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3065
3066 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3069 (mail-signature): Change default to t.
3070 (mail-from-style): Deprecate `system-default' value.
3071 (mail-insert-from-field): For default value of mail-from-style,
3072 default to `angles' unless `angles' needs quoting and `parens'
3073 does not.
3074 (mail-citation-prefix-regexp): Use citation regexp from
3075 message-mode.
3076
3077 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3078
3079 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3080 Set variables for computing the prompt for reading password.
3081
3082 2009-11-19 Glenn Morris <rgm@gnu.org>
3083
3084 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3085
3086 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3087
3088 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3089 (newsticker-treeview-listwindow-height): Fix custom type.
3090
3091 2009-11-19 Kenichi Handa <handa@m17n.org>
3092
3093 * descr-text.el (describe-char-padded-string): Compose with TAB
3094 only if there's a font for CH.
3095 (describe-char): Fix the condition for detecting a trivial composition.
3096
3097 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3098
3099 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3100 more accurate version of the regexp. (Bug#3910)
3101
3102 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3103
3104 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3105
3106 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3109 (font-setting-change-default-font): Fix typo in docstring.
3110
3111 2009-11-18 Alan Mackenzie <acm@muc.de>
3112
3113 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3114
3115 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3116
3117 * font-setting.el (font-use-system-font): Move ...
3118
3119 * cus-start.el (all): ... to here.
3120
3121 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3122
3123 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3124 Don't set `ad-return-value' if `ad-do-it' doesn't.
3125
3126 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3127 modification time.
3128
3129 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3130
3131 * menu-bar.el: Put "Use system font" in Option-menu.
3132 (menu-bar-options-save): Add font-use-system-font.
3133
3134 * loadup.el: If feature system-font-setting or font-render-setting is
3135 there, load font-setting.
3136
3137 * Makefile.in (ELCFILES): Add font-settings.el.
3138 * font-setting.el: New file.
3139
3140 2009-11-17 Glenn Morris <rgm@gnu.org>
3141
3142 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3143
3144 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3145 Preserve point in the list buffer. (Bug#4939)
3146 Use point-at-eol.
3147 (newsticker--treeview-list-update-highlight)
3148 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3149
3150 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3151
3152 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3153 Remove.
3154
3155 * calc/calc-ext.el (calc-init-extensions): Remove references to
3156 symclip.
3157
3158 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3159
3160 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3161 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3162 `calc-symclip'.
3163
3164 2009-11-16 Kevin Ryde <user42@zip.com.au>
3165
3166 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3167 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3168
3169 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3170 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3171 Ignore trailing spaces by omit-nulls to split-string (fixing
3172 regression from Emacs 21 due to the incompatible split-string
3173 change). (Bug #4928.)
3174
3175 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3176
3177 * vc.el (vc-log-show-limit): Default to 2000.
3178 (vc-print-log-internal): Insert buttons to request more entries
3179 when limiting the output.
3180
3181 * vc-sccs.el (vc-sccs-print-log):
3182 * vc-rcs.el (vc-rcs-print-log):
3183 * vc-cvs.el (vc-cvs-print-log):
3184 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3185 LIMIT is non-nil.
3186
3187 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3188
3189 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3190 error when `tramp-gvfs-dbus-event-vector' is set.
3191 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3192
3193 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3196
3197 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3198
3199 * net/dbus.el (dbus-unregister-service): New defun.
3200 (dbus-register-property): Register the handlers of
3201 "org.freedesktop.DBus.Properties" for SERVICE.
3202 (dbus-property-handler): Fix docstring.
3203
3204 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3205
3206 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3207 Quote doc string reference in defvaralias as it is not in special form.
3208 (byte-compile-output-docform): Doc fix.
3209
3210 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3211
3212 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3213 (calc-complement-signed-mode): New variables.
3214 (calc-set-mode-line): Add indicator for twos-complements.
3215 (math-format-number): Format twos-complement notation.
3216
3217 * calc/calc-bin.el (calc-word-size): Reset the variables
3218 `math-2-word-size' and `math-half-2-word-size'.
3219 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3220 (calc-symclip): New functions.
3221
3222 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3223
3224 * calc/calc-embed.el (calc-embedded-mode-vars):
3225 Add `calc-complement-signed-mode' to the list of modes.
3226
3227 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3228 (calc-b-oper-keys): Add `calc-symclip' to list.
3229
3230 * calc/calc-ext.el (math-read-number-fancy): Read complement
3231 signed numbers.
3232 (calc-init-extensions): Add binding for `calc-symclip'.
3233 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3234
3235 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3236 `calc-symclip'.
3237 (calc-modes-menu): Add item for twos complement mode.
3238
3239 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3240
3241 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * register.el (jump-to-register, insert-register): Handle Semantic
3244 tags. From commented-out advice in semantic/senator.el.
3245
3246 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * vc.el (vc-log-show-limit): New variable.
3249 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3250 when using a prefix argument.
3251 (vc-print-log-internal): Add new argument LIMIT.
3252
3253 * vc-svn.el (vc-svn-print-log):
3254 * vc-mtn.el (vc-mtn-print-log):
3255 * vc-hg.el (vc-hg-print-log):
3256 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3257 pass it to the log command when set. Make the BUFFER argument
3258 non-optional.
3259
3260 * vc-sccs.el (vc-sccs-print-log):
3261 * vc-rcs.el (vc-rcs-print-log):
3262 * vc-git.el (vc-git-print-log):
3263 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3264 ignore it. Make the BUFFER argument non-optional
3265
3266 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3267
3268 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * dired.el (dired-mode-map): Move encryption items to "Operate"
3271 menu (Bug#4703).
3272
3273 * strokes.el (strokes-update-window-configuration): Make strokes
3274 buffer current before erasing (Bug#4906).
3275
3276 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3277 (semantic-idle-summary-mode): Define using define-minor-mode
3278 instead of define-semantic-idle-service.
3279 (semantic-idle-summary-mode): New function.
3280 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3281 that mouse motion does not reset the echo area.
3282
3283 2009-11-15 Juri Linkov <juri@jurta.org>
3284
3285 * simple.el (set-mark-default-inactive): Add :type, :group
3286 and :version. (Bug#4876)
3287
3288 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3289
3290 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3291 (archive-unique-fname): ... here. (Bug#4929)
3292
3293 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3296 with a real fix.
3297
3298 * novice.el (disabled-command-function): Add useful args.
3299 Setup the help buffer so that [back] works.
3300 Remove redundant call to help-mode.
3301 (disabled-command-function): Use `case'.
3302 (en/disable-command): New function extracted from enable-command.
3303 (enable-command, disable-command): Use it.
3304
3305 2009-11-14 Glenn Morris <rgm@gnu.org>
3306
3307 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3308 constants. (Bug#4913)
3309
3310 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3311
3312 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3313
3314 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3315 defined in C that have no doc-strings. (Bug#1063)
3316
3317 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3318
3319 * cus-edit.el (data, files):
3320 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3321
3322 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * simple.el (shell-command): Doc fix (Bug#4891).
3325
3326 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3327
3328 2009-11-14 Glenn Morris <rgm@gnu.org>
3329
3330 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3331 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3332 If they are already loaded, eval-after-load will do the right thing.
3333
3334 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3335 compiling.
3336
3337 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3338
3339 * simple.el (x-selection-owner-p): Declare.
3340 (read-mail-command): Use custom radio type rather than choice.
3341 (completion-no-auto-exit): Doc fix.
3342
3343 * custom.el (defgroup):
3344 * epg-config.el (epg): Doc fixes.
3345
3346 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3347
3348 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3349 * international/ccl.el (define-ccl-program): Do not purecopy the
3350 docstring, defconst does it anyway.
3351
3352 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3355 a second time.
3356
3357 * x-dnd.el (x-dnd-maybe-call-test-function):
3358 * window.el (split-window-vertically):
3359 * whitespace.el (whitespace-help-on):
3360 * vc-rcs.el (vc-rcs-consult-headers):
3361 * userlock.el (ask-user-about-lock-help)
3362 (ask-user-about-supersession-help):
3363 * type-break.el (type-break-force-mode-line-update):
3364 * time-stamp.el (time-stamp-conv-warn):
3365 * terminal.el (te-set-output-log, te-more-break, te-filter)
3366 (te-sentinel, terminal-emulator):
3367 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3368 (term-write-input-ring, term-check-source, term-start-output-log):
3369 (term-display-buffer-line, term-dynamic-list-completions):
3370 (term-ansi-make-term, serial-term):
3371 * subr.el (selective-display):
3372 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3373 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3374 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3375 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3376 (speedbar-remove-localized-speedbar-support)
3377 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3378 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3379 (speedbar-buffers-line-directory):
3380 * simple.el (shell-command-on-region, append-to-buffer)
3381 (prepend-to-buffer):
3382 * shadowfile.el (shadow-save-todo-file):
3383 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3384 (scroll-bar-maybe-set-window-start):
3385 * sb-image.el (speedbar-image-dump):
3386 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3387 (load-save-place-alist-from-file):
3388 * ps-samp.el (ps-print-message-from-summary):
3389 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3390 (ps-background-image, ps-begin-job, ps-do-despool):
3391 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3392 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3393 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3394 (pr-call-process, pr-file-list, pr-interface-save):
3395 * novice.el (disabled-command-function)
3396 (enable-command, disable-command):
3397 * mouse.el (mouse-buffer-menu-alist):
3398 * mouse-copy.el (mouse-kill-preserving-secondary):
3399 * macros.el (kbd-macro-query):
3400 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3401 * informat.el (batch-info-validate):
3402 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3403 * hippie-exp.el (try-expand-dabbrev-visible):
3404 * help-mode.el (help-make-xrefs):
3405 * help-fns.el (describe-variable):
3406 * generic-x.el (bat-generic-mode-run-as-comint):
3407 * finder.el (finder-mouse-select):
3408 * find-dired.el (find-dired-sentinel):
3409 * filesets.el (filesets-file-close):
3410 * files.el (list-directory):
3411 * faces.el (list-faces-display, describe-face):
3412 * facemenu.el (list-colors-display):
3413 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3414 * epg.el (epg--process-filter, epg-cancel):
3415 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3416 (epa--read-signature-type):
3417 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3418 (emerge-file-names):
3419 * ehelp.el (electric-helpify):
3420 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3421 * ediff-vers.el (rcs-ediff-view-revision):
3422 * ediff-util.el (ediff-setup):
3423 * ediff-mult.el (ediff-append-custom-diff):
3424 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3425 (ediff-wordify):
3426 * echistory.el (Electric-command-history-redo-expression):
3427 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3428 * disp-table.el (describe-display-table):
3429 * dired.el (dired-find-buffer-nocreate):
3430 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3431 * dabbrev.el (dabbrev--same-major-mode-p):
3432 * chistory.el (list-command-history):
3433 * apropos.el (apropos-documentation):
3434 * allout.el (allout-obtain-passphrase):
3435 (allout-copy-exposed-to-buffer):
3436 (allout-verify-passphrase): Use with-current-buffer.
3437
3438 2009-11-13 Glenn Morris <rgm@gnu.org>
3439
3440 * Makefile.in (ELCFILES): Regenerate.
3441
3442 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3443
3444 * net/dbus.el (dbus-registered-objects-table): Rename from
3445 `dbus-registered-functions-table', because it contains also properties.
3446 (dbus-unregister-object): Unregister also properties.
3447 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3448 Use a timeout of 500 msec, in order to not block.
3449 (dbus-register-property, dbus-property-handler): New defuns.
3450
3451 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * simple.el (minibuffer-default-add-completions): Drop deprecated
3454 4th arg.
3455
3456 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3457
3458 * textmodes/artist.el (artist-mouse-choose-operation):
3459 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3460 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3461 (artist-compute-up-event-key): New function.
3462 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3463
3464 2009-11-13 Kenichi Handa <handa@m17n.org>
3465
3466 * language/japan-util.el: Make sure that the value of jisx0208
3467 property is jisx0208 character.
3468
3469 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3470
3471 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3472 car or each item, not the whole list.
3473
3474 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * minibuffer.el (minibuffer-completion-help):
3477 Use minibuffer-hide-completions.
3478
3479 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3480
3481 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3482 (dired-revert): Use them (bug#4880).
3483
3484 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3485
3486 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3487
3488 2009-11-12 Juri Linkov <juri@jurta.org>
3489
3490 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3491 New functions.
3492 (find-file-literally-at-point): Alias of `ffap-literally'.
3493
3494 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * textmodes/ispell.el (ispell-skip-region-alist):
3497 * textmodes/css-mode.el (auto-mode-alist):
3498 * progmodes/compile.el (auto-mode-alist):
3499 * international/mule.el (ctext-non-standard-encodings-alist)
3500 (ctext-non-standard-encodings-regexp):
3501 * simple.el (shell-command-switch, text-read-only):
3502 * replace.el (occur-mode-map):
3503 * paths.el (rmail-file-name):
3504 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3505 * find-file.el (ff-special-constructs):
3506 * files.el (file-name-handler-alist):
3507 * composite.el: Purecopy strings.
3508
3509 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3510
3511 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3512
3513 * widget.el (define-widget): Purecopy the docstring.
3514 * international/mule-cmds.el (charset): Do not purecopy the
3515 docstring here, define-widget does it.
3516
3517 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3518 * textmodes/bibtex-style.el (auto-mode-alist):
3519 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3520 * progmodes/compile.el (compile-command):
3521 * language/korea-util.el (default-korean-keyboard):
3522 * international/mule-conf.el (file-coding-system-alist):
3523 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3524 * tooltip.el (tooltip-frame-parameters):
3525 * newcomment.el (comment-end, comment-padding):
3526 * dired.el (dired-trivial-filenames):
3527 * comint.el (comint-file-name-prefix): Purecopy initial values.
3528
3529 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3530
3531 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3532 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3533 `tramp-unload'.
3534 (tramp-advice-make-auto-save-file-name)
3535 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3536 after removing the advice.
3537
3538 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3539
3540 * progmodes/grep.el (grep-regexp-alist):
3541 * international/mule-cmds.el (iso-2022-control-alist):
3542 * emacs-lisp/timer.el (timer-duration-words):
3543 * subr.el (version-separator, version-regexp-alist):
3544 * minibuffer.el (completion-styles-alist):
3545 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3546 Change defvars to defconsts.
3547
3548 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3549 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3550 * international/mule-conf.el: Allow to be byte compiled.
3551
3552 * international/mule.el (define-charset): Purecopy props.
3553 (load-with-code-conversion): Purecopy doc string and file name.
3554 (put-charset-property): Purecopy strings.
3555 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3556
3557 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3558 (define-char-code-property): Correctly purecopy the table.
3559
3560 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3561
3562 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3563
3564 * subr.el (add-hook): Purecopy strings.
3565 (eval-after-load): Purecopy load-history-regexp and the form.
3566
3567 * custom.el (custom-declare-group): Purecopy load-file-name.
3568
3569 * subr.el (menu-bar-separator): New defconst.
3570 * net/eudc.el (eudc-tools-menu):
3571 * international/mule-cmds.el (set-coding-system-map)
3572 (mule-menu-keymap):
3573 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3574 * vc-hooks.el (vc-menu-map):
3575 * replace.el (occur-mode-map):
3576 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3577 (menu-bar-edit-menu, menu-bar-goto-menu)
3578 (menu-bar-custom-menu, menu-bar-showhide-menu)
3579 (menu-bar-options-menu, menu-bar-tools-menu)
3580 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3581 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3582 (menu-bar-help-menu):
3583 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3584 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3585
3586 * term/x-win.el (x-gtk-stock-map):
3587 * progmodes/vera-mode.el (auto-mode-alist):
3588 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3589 (inferior-lisp-program, inferior-lisp-load-command):
3590 * progmodes/hideshow.el (hs-special-modes-alist):
3591 * progmodes/gud.el (same-window-regexps):
3592 * progmodes/grep.el (grep-program, find-program, xargs-program):
3593 * net/telnet.el (same-window-regexps):
3594 * net/rlogin.el (same-window-regexps):
3595 * language/ethiopic.el (font-ccl-encoder-alist):
3596 * vc-sccs.el (vc-sccs-master-templates):
3597 * vc-rcs.el (vc-rcs-master-templates):
3598 * subr.el (cl-assertion-failed):
3599 * simple.el (next-error-overlay-arrow-position):
3600 * lpr.el (lpr-command):
3601 * locate.el (locate-ls-subdir-switches):
3602 * info.el (same-window-regexps, info)
3603 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3604 * image-mode.el (image-mode, auto-mode-alist):
3605 * hippie-exp.el (hippie-expand-ignore-buffers):
3606 * format.el (format-alist):
3607 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3608 (find-name-arg):
3609 * facemenu.el (facemenu-keybindings):
3610 * dired.el (dired-listing-switches, dired-chown-program):
3611 * diff.el (diff-switches, diff-command):
3612 * cus-edit.el (same-window-regexps):
3613 * bindings.el (mode-line-mule-info)
3614 (mode-line-buffer-identification): Purecopy strings.
3615
3616 2009-11-11 Juri Linkov <juri@jurta.org>
3617
3618 * simple.el (dired-get-filename) <declare-function>:
3619 Tell the byte-compiler about dired-get-filename.
3620 (shell-command): In Dired mode, get filename from the current line
3621 as the default value.
3622
3623 2009-11-10 Glenn Morris <rgm@gnu.org>
3624
3625 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3626 * calendar/holidays.el, progmodes/cperl-mode.el:
3627 Update x-popup-menu declarations.
3628
3629 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3630 (list-load-path-shadows): Use dolist.
3631 (list-load-path-shadows): Use with-current-buffer.
3632
3633 2009-11-10 Juri Linkov <juri@jurta.org>
3634
3635 * minibuffer.el (read-file-name): Support a list of default values
3636 in `default-filename'. Use the first file name where only one
3637 element is required. Doc fix.
3638
3639 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * net/dbus.el (dbus-unregister-object): Release service, if no
3642 other method is registered for it.
3643
3644 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3645
3646 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3647 bookmark-sort-flag is non-nil (Bug#4653).
3648
3649 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3652 the progress reporter entirely.
3653
3654 * emulation/cua-base.el: Add CUA property to some CC mode commands
3655 (Bug#4100).
3656
3657 2009-11-08 Kevin Ryde <user42@zip.com.au>
3658
3659 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3660 at end of sentence (Bug#4818).
3661
3662 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3663
3664 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3665 Handle "see declaration of" MSFT statements (Bug#4100).
3666
3667 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3668
3669 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3670 (tramp-advice-file-expand-wildcards): Unload via
3671 `ad-remove-advice'.
3672
3673 * net/trampver.el: Update release number.
3674
3675 2009-11-08 Kevin Ryde <user42@zip.com.au>
3676
3677 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3678 `ad-do-it'.
3679
3680 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3681
3682 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3683 in order to keep context in SELinux.
3684
3685 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * dired-aux.el (dired-query): Place cursor in echo area and allow
3688 C-g.
3689
3690 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3691 menu item if not on a directory (Bug#4701).
3692
3693 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3694
3695 Sync with Tramp 2.1.17.
3696
3697 * net/tramp.el (tramp-handle-copy-directory): Don't use
3698 `file-remote-p' (due to compatibility).
3699
3700 * net/tramp-compat.el (tramp-compat-copy-directory)
3701 (tramp-compat-delete-directory): New defuns.
3702
3703 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3704 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3705 `tramp-compat-delete-directory'.
3706
3707 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3708 (tramp-smb-handle-delete-directory): Use
3709 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3710
3711 * net/trampver.el: Update release number.
3712
3713 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * tar-mode.el (tar-copy): Call write-region on the right buffer
3716 (Bug#4857).
3717
3718 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3719 by hand, if necessary (Bug#4878).
3720
3721 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3724 align size column (Bug#4839).
3725
3726 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3727 statement.
3728
3729 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3730
3731 * progmodes/ld-script.el (auto-mode-alist):
3732 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3733
3734 * cus-face.el (custom-declare-face): Purecopy face spec.
3735
3736 2009-11-06 Kenichi Handa <handa@m17n.org>
3737
3738 * international/uni-bidi.el: Re-generated.
3739 * international/uni-category.el: Re-generated.
3740 * international/uni-combining.el: Re-generated.
3741 * international/uni-mirrored.el: Re-generated.
3742
3743 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3746 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3747 (tex-start-options, slitex-run-command, latex-run-command)
3748 (tex-run-command, tex-directory):
3749 * textmodes/ispell.el (ispell-html-skip-alists)
3750 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3751 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3752 (adaptive-fill-regexp):
3753 * textmodes/dns-mode.el (auto-mode-alist):
3754 * progmodes/python.el (interpreter-mode-alist):
3755 * progmodes/etags.el (tags-compression-info-list):
3756 * progmodes/etags.el (tags-file-name):
3757 * net/browse-url.el (browse-url-galeon-program)
3758 (browse-url-firefox-program):
3759 * mail/sendmail.el (mail-signature-file)
3760 (mail-citation-prefix-regexp):
3761 * international/mule-conf.el (eight-bit):
3762 * international/latexenc.el (latex-inputenc-coding-alist):
3763 * international/fontset.el (x-pixel-size-width-font-regexp):
3764 * emacs-lisp/warnings.el (warning-type-format):
3765 * emacs-lisp/trace.el (trace-buffer):
3766 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3767 (emacs-lisp-mode-map):
3768 * calendar/holidays.el (holiday-solar-holidays)
3769 (holiday-bahai-holidays, holiday-islamic-holidays)
3770 (holiday-christian-holidays, holiday-hebrew-holidays)
3771 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3772 (hebrew-holidays-1, holiday-oriental-holidays)
3773 (holiday-general-holidays):
3774 * x-dnd.el (x-dnd-known-types):
3775 * tool-bar.el (tool-bar):
3776 * startup.el (site-run-file):
3777 * shell.el (shell-dumb-shell-regexp):
3778 * rfn-eshadow.el (file-name-shadow-tty-properties)
3779 (file-name-shadow-properties):
3780 * paths.el (remote-shell-program, news-directory):
3781 * mouse.el ([C-down-mouse-3]):
3782 * menu-bar.el (menu-bar-tools-menu):
3783 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3784 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3785 (jka-compr-compression-info-list):
3786 * isearch.el (search-whitespace-regexp):
3787 * image-file.el (image-file-name-extensions):
3788 * find-dired.el (find-ls-option):
3789 * files.el (directory-listing-before-filename-regexp)
3790 (directory-free-space-args, insert-directory-program)
3791 (list-directory-brief-switches, magic-fallback-mode-alist)
3792 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3793 (automount-dir-prefix):
3794 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3795 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3796 (face-font-registry-alternatives, face-font-registry-alternatives)
3797 (face-font-family-alternatives):
3798 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3799 (facemenu-foreground-menu, facemenu-face-menu):
3800 * epa-hook.el (epa-file-name-regexp):
3801 * dnd.el (dnd-protocol-alist):
3802 * textmodes/rst.el (auto-mode-alist):
3803 * button.el (default-button): Purecopy strings.
3804
3805 2009-11-06 Glenn Morris <rgm@gnu.org>
3806
3807 * Makefile.in (ELCFILES): Update.
3808
3809 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3812 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3813
3814 * nxml/xsd-regexp.el (xsdre-gen-categories):
3815 * nxml/xmltok.el (xmltok-parse-entity):
3816 * nxml/rng-parse.el (rng-parse-validate-file):
3817 * nxml/rng-maint.el (rng-format-manual)
3818 (rng-manual-output-force-new-line):
3819 * nxml/rng-loc.el (rng-save-schema-location-1):
3820 * nxml/rng-cmpct.el (rng-c-parse-file):
3821 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3822 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3823
3824 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3825
3826 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3827 Remove extra save-excursions and make-variable-buffer-local's.
3828 Suggested by Stefan Monnier.
3829
3830 (verilog-getopt-file, verilog-module-inside-filename-p)
3831 (verilog-set-define): Merge GNU 1.35 and repair changes from
3832 switching to using with-current-buffer.
3833
3834 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3835 being treated as a number and confusing AUTORESET.
3836 Reported by Dan Dever.
3837
3838 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3839 Add verilog-auto-ignore-concat to fix backward compatibility with
3840 older verilog-modes. Reported by Dan Katz.
3841
3842 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3843 containing closing anchors "...$".
3844
3845 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3846 Reported by Wade Smith.
3847
3848 (verilog-batch-execute-func): Comment on function usage.
3849
3850 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3851
3852 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3853 for labels.
3854
3855 (verilog-label-re, verilog-calc-1): Support proper indent of named
3856 asserts.
3857
3858 (verilog-backward-token, verilog-basic-complete-re)
3859 (verilog-beg-of-statement, verilog-indent-re): Support proper
3860 indent of the assert statement at the beginning of a block of text.
3861
3862 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3863 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3864 tokens as begins.
3865
3866 2009-11-05 Glenn Morris <rgm@gnu.org>
3867
3868 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3869 Emacs 19. (Bug#1531)
3870 (byte-compile-fix-header): Update for the above change.
3871 Drop test for epoch::version.
3872
3873 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3874 * cus-dep.el (custom-make-dependencies):
3875 * finder.el (finder-compile-keywords):
3876 Use autoload-rubric's feature argument.
3877
3878 * calendar/diary-lib.el (top-level): Make load behave more like require.
3879
3880 * vc-git.el (vc-git-stash-map): Move definition before use.
3881
3882 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * custom.el (custom-declare-group): Purecopy standard-value.
3885 (custom-declare-group): Purecopy custom-prefix.
3886
3887 * international/mule.el (load-with-code-conversion):
3888 Call do-after-load-evaluation unconditionally.
3889
3890 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3891
3892 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3895
3896 2009-11-04 Glenn Morris <rgm@gnu.org>
3897
3898 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3899 (byte-compile-compatibility): Remove option.
3900 (byte-compile-close-variables, byte-compile-fix-header)
3901 (byte-compile-insert-header, byte-compile-output-docform)
3902 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3903 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3904 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3905 (byte-compile-insert, byte-compile-defun):
3906 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3907 (byte-defop-compiler19): Remove.
3908 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3909 used by anything. Replace all calls with byte-defop-compiler.
3910
3911 2009-11-04 Juri Linkov <juri@jurta.org>
3912
3913 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3914 (menu-bar-options-menu): Don't quote the `prop' arg of
3915 `menu-bar-make-mm-toggle'.
3916
3917 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * calendar/calendar.el (cal-loaddefs):
3920 * calendar/diary-lib.el (diary-loaddefs):
3921 * calendar/holidays.el (hol-loaddefs):
3922 * eshell/esh-module.el (esh-groups): Load rather than require.
3923
3924 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3927 point-min==1.
3928 (todo-top-priorities): Only display-buffer when called interactively.
3929 (todo-item-start): Don't save excursion point.
3930 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3931 (todo-insert-item-here, todo-file-item, todo-remove-item):
3932 Adjust uses of todo-item-start and todo-item-end.
3933
3934 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3935 (autoload-rubric): Don't use any more.
3936 * cedet/semantic/fw.el (semantic/loaddefs):
3937 * cedet/srecode.el (srecode/loaddefs):
3938 * cedet/ede.el (ede/loaddefs): Load rather than require.
3939 * cedet/ede/cpp-root.el:
3940 * cedet/ede/emacs.el:
3941 * cedet/ede/files.el:
3942 * cedet/ede/linux.el:
3943 * cedet/ede/locate.el:
3944 * cedet/ede/make.el:
3945 * cedet/ede/shell.el:
3946 * cedet/ede/speedbar.el:
3947 * cedet/ede/system.el:
3948 * cedet/ede/util.el:
3949 * cedet/semantic/analyze.el:
3950 * cedet/semantic/bovine.el:
3951 * cedet/semantic/complete.el:
3952 * cedet/semantic/ctxt.el:
3953 * cedet/semantic/db-file.el:
3954 * cedet/semantic/db-find.el:
3955 * cedet/semantic/db-global.el:
3956 * cedet/semantic/db-mode.el:
3957 * cedet/semantic/db-typecache.el:
3958 * cedet/semantic/db.el:
3959 * cedet/semantic/debug.el:
3960 * cedet/semantic/dep.el:
3961 * cedet/semantic/doc.el:
3962 * cedet/semantic/edit.el:
3963 * cedet/semantic/find.el:
3964 * cedet/semantic/format.el:
3965 * cedet/semantic/html.el:
3966 * cedet/semantic/ia-sb.el:
3967 * cedet/semantic/ia.el:
3968 * cedet/semantic/idle.el:
3969 * cedet/semantic/lex-spp.el:
3970 * cedet/semantic/lex.el:
3971 * cedet/semantic/mru-bookmark.el:
3972 * cedet/semantic/scope.el:
3973 * cedet/semantic/senator.el:
3974 * cedet/semantic/sort.el:
3975 * cedet/semantic/symref.el:
3976 * cedet/semantic/tag-file.el:
3977 * cedet/semantic/tag-ls.el:
3978 * cedet/semantic/tag-write.el:
3979 * cedet/semantic/tag.el:
3980 * cedet/semantic/util-modes.el:
3981 * cedet/semantic/analyze/complete.el:
3982 * cedet/semantic/analyze/refs.el:
3983 * cedet/semantic/bovine/c.el:
3984 * cedet/semantic/bovine/gcc.el:
3985 * cedet/semantic/bovine/make.el:
3986 * cedet/semantic/bovine/scm.el:
3987 * cedet/semantic/decorate/include.el:
3988 * cedet/semantic/decorate/mode.el:
3989 * cedet/semantic/symref/cscope.el:
3990 * cedet/semantic/symref/global.el:
3991 * cedet/semantic/symref/grep.el:
3992 * cedet/semantic/symref/idutils.el:
3993 * cedet/semantic/symref/list.el:
3994 * cedet/semantic/wisent/java-tags.el:
3995 * cedet/semantic/wisent/javascript.el:
3996 * cedet/srecode/compile.el:
3997 * cedet/srecode/cpp.el:
3998 * cedet/srecode/document.el:
3999 * cedet/srecode/el.el:
4000 * cedet/srecode/expandproto.el:
4001 * cedet/srecode/getset.el:
4002 * cedet/srecode/insert.el:
4003 * cedet/srecode/java.el:
4004 * cedet/srecode/map.el:
4005 * cedet/srecode/mode.el:
4006 * cedet/srecode/template.el:
4007 * cedet/srecode/texi.el: Remove the file-local setting of
4008 generated-autoload-feature.
4009
4010 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4011 and only put a prop if it is non-nil.
4012
4013 2009-11-03 Juri Linkov <juri@jurta.org>
4014
4015 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4016 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4017
4018 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4019 and "Menu" to make top-level menu item visually one unit (like
4020 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4021 multi-word menu items). Fix :help string for quit-window.
4022
4023 2009-11-03 Glenn Morris <rgm@gnu.org>
4024
4025 * cedet/mode-local.el (with-mode-local): Doc fix.
4026
4027 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4028 (byte-compile-file-form-define-abbrev-table)
4029 (byte-compile-file-form-custom-declare-variable)
4030 (byte-compile-variable-ref, byte-compile-defvar):
4031 Whether or not a warning is enabled should only affect whether we issue
4032 the warning, not whether or not we collect the relevant data.
4033 Eg warnings can be turned on and off throughout the course of a file.
4034
4035 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4036 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4037
4038 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4041 * play/mpuz.el (mpuz-create-buffer):
4042 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4043 (lm-print-y,s,noise, lm-print-w0, lm-init):
4044 * play/gomoku.el (gomoku-prompt-for-move):
4045 * play/fortune.el (fortune-in-buffer):
4046 * play/dissociate.el (dissociated-press):
4047 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4048 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4049 * mail/supercite.el (sc-eref-show):
4050 * mail/smtpmail.el (smtpmail-send-it):
4051 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4052 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4053 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4054 (rmail-summary-goto-msg, rmail-summary-expunge)
4055 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4056 (rmail-summary-add-label, rmail-summary-output-menu)
4057 (rmail-summary-output-body):
4058 * mail/rfc822.el (rfc822-addresses):
4059 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4060 * mail/mailpost.el (post-mail-send-it):
4061 * mail/hashcash.el (hashcash-generate-payment):
4062 * mail/feedmail.el (feedmail-run-the-queue)
4063 (feedmail-queue-send-edit-prompt-help-first)
4064 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4065 (feedmail-deduce-address-list):
4066 * eshell/esh-ext.el (eshell-remote-command):
4067 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4068 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4069 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4070 (viper-save-string-in-file, viper-valid-marker):
4071 * emulation/viper-keym.el (viper-toggle-key):
4072 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4073 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4074 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4075 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4076 (viper-exec-form-in-emacs, viper-brac-function):
4077 * emulation/viper.el (viper-delocalize-var):
4078 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4079 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4080 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4081 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4082 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4083 * emulation/edt.el (edt-electric-helpify):
4084 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4085 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4086 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4087 (cua-indent-to-global-mark-column):
4088 * calendar/diary-lib.el (calendar-mark-1):
4089 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4090 Use with-current-buffer.
4091 * emulation/viper.el (viper-delocalize-var): Use dolist.
4092
4093 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * comint.el (comint-replace-by-expanded-history-before-point):
4096 Replace !! with the previous input string literally (Bug#1795).
4097
4098 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4099
4100 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4101 to be made up of whitespace.
4102
4103 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4104
4105 * minibuffer.el (read-file-name): Don't use file dialogs for
4106 remote directories (Bug#99).
4107
4108 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4111
4112 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4113
4114 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4115 instead of deleting the window or frame.
4116
4117 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4120 Support face colors.
4121
4122 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4123 New function. Support face colors (Bug#1168).
4124 (tex-common-initialization): Use it.
4125
4126 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4127 mode allows it (Bug#1168).
4128
4129 2009-10-31 Juri Linkov <juri@jurta.org>
4130
4131 * facemenu.el (list-colors-display): Don't mark buffer as
4132 modified (Bug#3948).
4133
4134 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * international/mule-diag.el (list-character-sets-1): Minor
4137 message fix (Bug#3526).
4138
4139 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4140 face property (Bug#4834).
4141 (etags-list-tags, etags-tags-apropos-additional)
4142 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4143 property.
4144
4145 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4146 items.
4147
4148 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4149 items.
4150
4151 * cedet/ede.el (ede-minor-mode):
4152 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4153
4154 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * textmodes/two-column.el (2C-split):
4157 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4158 * textmodes/tex-mode.el (tex-set-buffer-directory):
4159 * textmodes/spell.el (spell-region, spell-string):
4160 * textmodes/reftex.el (reftex-erase-buffer):
4161 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4162 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4163 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4164 (reftex-select-item):
4165 * textmodes/reftex-ref.el (reftex-label-info-update)
4166 (reftex-offer-label-menu):
4167 * textmodes/reftex-index.el (reftex-index-change-entry)
4168 (reftex-index-phrases-info):
4169 * textmodes/reftex-global.el (reftex-create-tags-file)
4170 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4171 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4172 (reftex-view-crossref-from-bibtex):
4173 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4174 (reftex-extract-bib-entries-from-thebibliography)
4175 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4176 * textmodes/refbib.el (r2b-capitalize-title):
4177 (r2b-convert-buffer, r2b-help):
4178 * textmodes/page-ext.el (pages-directory)
4179 (pages-directory-goto-with-mouse):
4180 * textmodes/bibtex.el (bibtex-validate-globally):
4181 * textmodes/bib-mode.el (bib-capitalize-title):
4182 * textmodes/artist.el (artist-clear-buffer, artist-system):
4183 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4184 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4185 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4186 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4187 (xscheme-send-control-g-interrupt, xscheme-start-process)
4188 (xscheme-process-sentinel, xscheme-cd):
4189 * progmodes/verilog-mode.el (verilog-read-always-signals)
4190 (verilog-set-define, verilog-getopt-file)
4191 (verilog-module-inside-filename-p):
4192 * progmodes/sh-script.el:
4193 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4194 (python-pdbtrack-grub-for-buffer, python-execute-file):
4195 * progmodes/octave-inf.el (inferior-octave):
4196 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4197 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4198 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4199 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4200 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4201 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4202 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4203 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4204 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4205 (idlwave-shell-examine-display, idlwave-shell-run-region)
4206 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4207 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4208 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4209 (idlwave-help-get-help-buffer):
4210 * progmodes/gud.el (gud-basic-call, gud-find-class)
4211 (gud-tooltip-activate-mouse-motions-if-enabled):
4212 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4213 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4214 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4215 (ebrowse-tags-next-file):
4216 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4217 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4218 (ebnf-eps-finish-and-write):
4219 * progmodes/cpp.el (cpp-edit-save):
4220 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4221 * progmodes/cc-defs.el (c-emacs-features):
4222 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4223 (antlr-directory-dependencies):
4224 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4225 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4226 (ada-find-any-references, ada-make-filename-from-adaname)
4227 (ada-make-body-gnatstub):
4228 * obsolete/rnews.el (news-list-news-groups):
4229 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4230 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4231 * net/rcirc.el (rcirc-debug):
4232 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4233 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4234 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4235 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4236 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4237 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4238 (newsticker--treeview-list-clear-highlight)
4239 (newsticker--treeview-list-update-highlight)
4240 (newsticker--treeview-list-highlight-start)
4241 (newsticker--treeview-tree-update-highlight)
4242 (newsticker--treeview-get-selected-item)
4243 (newsticker-treeview-mark-list-items-old)
4244 (newsticker--treeview-set-current-node):
4245 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4246 * net/newst-backend.el (newsticker--get-news-by-funcall)
4247 (newsticker--get-news-by-wget, newsticker--image-get)
4248 (newsticker--image-sentinel):
4249 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4250 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4251 (eudc-ph-close-session):
4252 * net/eudc.el (eudc-save-options):
4253 * language/thai-word.el (thai-update-word-table):
4254 * language/japan-util.el (japanese-string-conversion):
4255 * international/titdic-cnv.el (tsang-quick-converter)
4256 (ziranma-converter, ctlau-converter):
4257 * international/mule-cmds.el (describe-language-environment):
4258 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4259 (skkdic-convert-postfix, skkdic-convert-prefix):
4260 (skkdic-convert-okuri-nasi, skkdic-convert):
4261 * emacs-lisp/re-builder.el (reb-update-overlays):
4262 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4263 * emacs-lisp/gulp.el (gulp-send-requests):
4264 * emacs-lisp/find-gc.el (trace-call-tree):
4265 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4266 (eieio-describe-generic):
4267 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4268 * emacs-lisp/edebug.el (edebug-outside-excursion):
4269 * emacs-lisp/debug.el (debugger-make-xrefs):
4270 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4271 * emacs-lisp/chart.el (chart-new-buffer):
4272 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4273 Use with-current-buffer.
4274 * textmodes/artist.el (artist-system): Don't call
4275 copy-sequence on a fresh string.
4276 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4277
4278 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4279
4280 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4281 is no item to edit. (Bug#4820)
4282 (todo-top-priorities): Restore point and restore narrowing in Todo
4283 buffer. (Bug#4820)
4284
4285 2009-10-31 Glenn Morris <rgm@gnu.org>
4286
4287 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4288 (comint-last-output-start, comint-last-input-start)
4289 (comint-last-input-end): Don't defvar when compiling.
4290 (ange-ftp-process-file): Use bound-and-true-p.
4291
4292 * pcmpl-rpm.el (top-level): Move provide statement to end.
4293 (pcmpl-rpm): Remove unused custom group.
4294
4295 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4296
4297 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4298
4299 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4300 (byte-compile-warnings): Add `constants' as an option.
4301 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4302 (display-call-tree): Update for byte-compile-fdefinition possibly
4303 returning `(macro lambda ...)'. (Bug#4778)
4304 (byte-compile-variable-ref, byte-compile-setq-default):
4305 Respect `constants' member of byte-compile-warnings.
4306
4307 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4308 Use mapc rather than mapcar because the return value is never used.
4309
4310 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4311 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4312 * cedet/semantic/html.el:
4313 Suppress harmless warnings about setting up semantic-imenu (not
4314 part of Emacs) variables.
4315
4316 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4319 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4320 to "submit:".
4321
4322 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4323 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4324 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4325 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4326 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4327 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4328 (semantic-analyzer-debug-global-symbol)
4329 (semantic-analyzer-debug-missing-innertype)
4330 (semantic-analyzer-debug-insert-include-summary):
4331 * cedet/semantic/util.el (semantic-file-tag-table):
4332 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4333 (semantic-recursive-find-nonterminal-by-name):
4334 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4335 * cedet/semantic/tag-file.el (semantic-prototype-file):
4336 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4337 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4338 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4339 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4340 (semantic-idle-summary-maybe-highlight):
4341 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4342 (semantic-ia-sb-tag-info):
4343 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4344 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4345 * cedet/semantic/ede-grammar.el (project-compile-target):
4346 (ede-proj-makefile-insert-variables):
4347 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4348 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4349 (semantic-debug-mode, semantic-debug):
4350 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4351 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4352 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4353 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4354 (semanticdb-find-translate-path-includes--internal)
4355 (semanticdb-reset-log, semanticdb-find-log-activity):
4356 * cedet/semantic/db-file.el (object-write):
4357 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4358 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4359 (semanticdb-create-ebrowse-database):
4360 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4361 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4362 (semantic-collector-calculate-completions-raw)
4363 (semantic-complete-read-tag-analyzer):
4364 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4365 * cedet/ede/util.el (ede-update-version-in-source):
4366 * cedet/ede/proj.el (project-delete-target):
4367 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4368 (ede-proj-flush-autoconf):
4369 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4370 (ede-proj-configure-synchronize):
4371 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4372 * cedet/ede/linux.el (ede-linux-version):
4373 * cedet/ede/emacs.el (ede-emacs-version):
4374 * cedet/ede/dired.el (ede-dired-add-to-target):
4375 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4376 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4377 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4378 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4379 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4380 (cedet-idutils-version-check):
4381 * cedet/cedet-global.el (cedet-gnu-global-call):
4382 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4383 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4384 * cedet/cedet-cscope.el (cedet-cscope-call)
4385 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4386 Use with-current-buffer.
4387 * cedet/ede.el (ede-make-project-local-variable)
4388 (ede-set-project-variables, ede-set): Use dolist.
4389
4390 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4391
4392 * textmodes/ispell.el (ispell-skip-region-alist):
4393 * international/mule-conf.el (eight-bit):
4394 * international/fontset.el (font-encoding-alist):
4395 * startup.el (pure-space-overflow-message):
4396 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4397 * paths.el (gnus-nntp-service, rmail-spool-directory)
4398 (term-file-prefix):
4399 * files.el (save-some-buffers-action-alist):
4400 * cmuscheme.el (same-window-buffer-names):
4401 * ielm.el (same-window-buffer-names):
4402 * shell.el (same-window-buffer-names):
4403 * mail/sendmail.el (same-window-buffer-names):
4404 * progmodes/inf-lisp.el (same-window-buffer-names):
4405 * bindings.el (mode-line-client)
4406 (mode-line-column-line-number-mode-map):
4407 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4408 (tibetan-precomposed-regexp): Purecopy string arguments.
4409
4410 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4413 (calcDigit-nondigit):
4414 * calc/calc-yank.el (calc-copy-to-buffer):
4415 * calc/calc-units.el (calc-invalidate-units-table):
4416 * calc/calc-trail.el (calc-trail-yank):
4417 * calc/calc-store.el (calc-insert-variables):
4418 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4419 * calc/calc-prog.el (calc-read-parse-table):
4420 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4421 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4422 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4423 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4424 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4425 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4426 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4427 * calc/calc-ext.el (calc-realign):
4428 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4429 (calc-embedded-finish-edit, calc-embedded-make-info)
4430 (calc-embedded-finish-command, calc-embedded-stack-change):
4431 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4432
4433 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4434 (overload-docstring-extension): Use that info.
4435 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4436 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4437 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4438 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4439 (semantic-nonterminal-full-name): Add the new `when' info.
4440 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4441 `assert'.
4442
4443 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4444 shell-dynamic-complete-filename in preference to
4445 comint-dynamic-complete-filename.
4446
4447 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4448 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4449 Don't consider whether the display supports colors.
4450 (bookmark-import-new-list): Use dolist.
4451 (bookmark-bmenu-mode-map): Move initialization into declaration.
4452 (bookmark-bmenu-list): Use dolist, simplify.
4453 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4454 (menu-bar-final-items): Use push.
4455
4456 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4457
4458 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4459 it works on remote files.
4460 (vc-hg-diff): Don't pass any `--cwd' argument.
4461
4462 2009-10-27 Kevin Ryde <user42@zip.com.au>
4463
4464 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4465 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4466 (Further to Bug#3921).
4467
4468 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4471 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4472 calling `tramp-imap-put-file'. Add file size to the call.
4473 (tramp-imap-get-file-entries): Compute also user name, file size,
4474 and date.
4475 (tramp-imap-handle-insert-directory): Insert uid and gid.
4476 (tramp-imap-handle-file-attributes): Transform uid and gid
4477 according to `id-format'.
4478 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4479 size in header X-Size.
4480
4481 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * simple.el (transpose-subr): Give clearer error when the mark
4484 is not set. (Bug#4807)
4485
4486 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4487
4488 * net/tramp.el (tramp-perl-file-truename): New defconst.
4489 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4490 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4491 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4492 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4493
4494 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4495 Ignore `dired-call-process'.
4496 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4497
4498 2009-10-26 Julian Scheid <julians37@gmail.com>
4499
4500 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4501 (tramp-get-remote-readlink): New defun.
4502 (tramp-handle-file-truename): Use it.
4503 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4504 file exists if cache value present.
4505 (tramp-check-cached-permissions): New defun.
4506 (tramp-handle-file-readable-p): Use it.
4507 (tramp-handle-file-writable-p): Likewise.
4508 (tramp-handle-file-executable-p): Likewise.
4509 (tramp-handle-file-name-all-completions): Try using Perl to get
4510 partial completions. When perl not available, combine `cd' and
4511 `ls' into single remote operation and use shell expansion to get
4512 partial remote directory contents. Set `file-exists-p' cache for
4513 directory and any files returned by ls. Change cache handling to
4514 support partial directory contents. Use error message emitted by
4515 remote `cd' or Perl code for local tramp-error.
4516 (tramp-do-copy-or-rename-file-directly): Avoid separate
4517 tramp-send-command-and-check call.
4518 (tramp-handle-process-file): Merge three remote ops into one.
4519 Do not flush all caches when `process-file-side-effects' is set.
4520 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4521 file-attributes shows uid/gid to be set already.
4522
4523 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4524
4525 * textmodes/tex-mode.el (tex-dvi-view-command)
4526 (tex-show-queue-command, tex-open-quote):
4527 * progmodes/ruby-mode.el (auto-mode-alist)
4528 (interpreter-mode-alist): Purecopy strings.
4529
4530 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4531
4532 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4533 string for the hook, keymap and abbrev table.
4534
4535 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4536
4537 * x-dnd.el (x-dnd-xdnd-to-action):
4538 * startup.el (fancy-startup-text, fancy-about-text): Change to
4539 defconst from defvar.
4540
4541 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4542
4543 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4544 Purecopy initialization strings.
4545
4546 * mail/sendmail.el (mail-header-separator)
4547 (mail-personal-alias-file):
4548 * mail/rmail.el (rmail-default-dont-reply-to-names)
4549 (rmail-ignored-headers, rmail-retry-ignored-headers)
4550 (rmail-highlighted-headers, rmail-secondary-file-directory)
4551 (rmail-secondary-file-regexp):
4552 * files.el (null-device, file-name-invalid-regexp)
4553 (locate-dominating-stop-dir-regexp)
4554 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4555 (interpreter-mode-alist): Use mapcar instead of mapc.
4556
4557 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4558
4559 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4560 (completion-ignored-extensions):
4561 (debug-ignored-errors): Purecopy strings.
4562
4563 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4566 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4567 (pcomplete--here): Use push.
4568
4569 * subr.el (all-completions): Declare the 4th arg obsolete.
4570
4571 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4574 (pcomplete-unquote-argument): New function.
4575 (pcomplete--common-suffix): Always pay attention to case.
4576 (pcomplete--table-subvert): Quote and unquote the text.
4577 (pcomplete--common-quoted-suffix): New function.
4578 (pcomplete-std-complete): Use it and pcomplete-begin.
4579
4580 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4581 we're inside a dedicated or minibuffer window.
4582
4583 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * cedet/semantic/fw.el (semantic-alias-obsolete)
4586 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4587 (define-mode-overload-implementation):
4588 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4589 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4590 * cedet/semantic/util.el (semantic-file-token-stream)
4591 (semantic-something-to-stream):
4592 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4593 (semantic-expand-nonterminal):
4594 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4595 (semantic-find-dependency, semantic-find-nonterminal)
4596 (semantic-find-dependency):
4597 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4598 (semantic-flex-text, semantic-flex-make-keyword-table)
4599 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4600 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4601 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4602 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4603 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4604 (semantic-after-idle-scheduler-reparse-hooks):
4605 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4606 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4607 * cedet/semantic.el (semantic-toplevel-bovine-table)
4608 (semantic-toplevel-bovine-cache)
4609 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4610 (semantic-init-mode-hooks, semantic-init-db-hooks)
4611 (semantic-bovination-working-type): Provide the `when' arg.
4612
4613 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4614
4615 * bookmark.el: Update documentation, especially documentation
4616 of `bookmark-alist' and of the bookmark file format.
4617 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4618
4619 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4622 keybindings apply to the mail buffer (Bug#4003). Shrink help
4623 window to buffer.
4624
4625 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4626 (global-whitespace-mode, global-whitespace-newline-mode)
4627 (whitespace-toggle-options, global-whitespace-toggle-options):
4628 Doc fix (Bug#3660).
4629
4630 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4631 of xmltok-start before the end tag was inserted (Bug#2840).
4632
4633 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4634 patterns that are preceded by an open-paren (Bug#1320).
4635
4636 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4637
4638 * files.el (delete-directory): Delete symlinks to directories with
4639 delete-file (Bug#4739).
4640
4641 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4642
4643 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4644 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4645 argument to make-obsolete.
4646
4647 * cedet/semantic/fw.el (semantic-alias-obsolete)
4648 (semantic-varalias-obsolete): Add optional WHEN argument.
4649
4650 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4651
4652 * vc.el (vc-backend-for-registration): Rename from
4653 vc-get-backend-for-registration. Update callers.
4654
4655 * international/mule-cmds.el (set-language-info-alist):
4656 Purecopy lang-env.
4657 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4658 (charset): Purecopy the name.
4659 (define-char-code-property): Purecopy string arguments.
4660
4661 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4662 Purecopy string arguments.
4663
4664 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4665 * ediff-hook.el (menu-bar-ediff-menu):
4666 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4667 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4668
4669 2009-10-24 Glenn Morris <rgm@gnu.org>
4670
4671 * comint.el (comint-dynamic-list-completions):
4672 * term.el (term-dynamic-list-completions): Use choose-completion rather
4673 than obsolete alias mouse-choose-completion.
4674
4675 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4676 file-cache-choose-completion.
4677 (file-cache-choose-completion): Handle an optional event argument.
4678 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4679
4680 * progmodes/octave-mod.el (octave-complete-symbol):
4681 Use choose-completion if mouse-choose-completion is ever removed.
4682
4683 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4684 use.
4685
4686 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4687 compiler.
4688
4689 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4690
4691 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4694 Ignore `pred' now that we receive one.
4695 Handle test-completion specially.
4696
4697 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4698
4699 * vc.el (vc-responsible-backend): Throw an error if not backend is
4700 found. Remove the REGISTER argument. Move the code dealing with
4701 REGISTER ...
4702 (vc-get-backend-for-registration): ... here. New function.
4703 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4704 of vc-responsible-backend, pass the file name instead of the
4705 directory name.
4706
4707 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4710 New funs.
4711 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4712 (pcomplete-comint-setup): Don't modify a global var via
4713 accidental side-effects.
4714 (pcomplete-shell-setup): Adjust call accordingly.
4715 (pcomplete-parse-comint-arguments): Use push.
4716
4717 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4720 Allow uncapitalized info node names (Bug#3921).
4721
4722 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4723 to the DEBUG file (Bug#3781).
4724
4725 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4726
4727 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4728 dictionary entry (Bug#4579).
4729
4730 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4733 from `rfn-eshadow-update-overlay-hook' when unloading.
4734 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4735 "rsyncc". Adjust doc string.
4736 (tramp-temp-buffer-file-name): New buffer-local defvar.
4737 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4738 Keep temporary file when indicated by method ("rsync" and
4739 "rsyncc").
4740 (tramp-handle-write-region): Handle APPEND.
4741 (tramp-delete-temp-file-function): New defun. Added to
4742 `kill-buffer-hook'.
4743
4744 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4745
4746 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4747
4748 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4751 (color-name-rgb-alist, tty-standard-colors)
4752 (tty-color-mode-alist): Change to defconst.
4753
4754 * simple.el (mark-inactive): Purecopy message.
4755
4756 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4757 (global-map, yank-menu):
4758 * textmodes/ispell.el (ispell-menu-map):
4759 * net/eudc.el (eudc-tools-menu):
4760 * international/mule-cmds.el (describe-language-environment-map)
4761 (setup-language-environment-map, set-coding-system-map)
4762 (mule-menu-keymap):
4763 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4764 * replace.el (occur-mode-map):
4765 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4766
4767 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4768
4769 * calc/calc.el (math-read-number, math-read-number-simple): Use
4770 `save-match-data'.
4771
4772 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4775 rather than fiddling with global-map bindings, since it should only
4776 affect per-terminal settings.
4777 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4778
4779 * minibuffer.el (completion-table-with-terminator): Allow to specify
4780 the terminator-regexp.
4781
4782 * simple.el (switch-to-completions): Look for *Completions* in other
4783 frames as well.
4784
4785 * pcomplete.el: Allow the use of completion-tables.
4786 (pcomplete-std-complete): New command.
4787 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4788 (pcomplete--here): Use a function for `form' rather than an expression,
4789 so it can be byte-compiled.
4790 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4791 Add edebug declaration.
4792 (pcomplete-show-completions): Remove unused var `curbuf'.
4793 (pcomplete-do-complete, pcomplete-stub):
4794 Don't assume `completions' is a list of strings any more.
4795
4796 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * find-dired.el (find-name-arg): Fix typo in docstring.
4799
4800 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4803 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4804
4805 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4806 pcomplete-entries.
4807
4808 * comint.el (comint-read-input-ring, comint-write-input-ring)
4809 (comint-substitute-in-file-name)
4810 (comint-dynamic-complete-as-filename)
4811 (comint-dynamic-simple-complete)
4812 (comint-dynamic-list-filename-completions)
4813 (comint-dynamic-list-completions)
4814 (comint-redirect-results-list-from-process): Minor simplifications.
4815
4816 2009-10-21 Kevin Ryde <user42@zip.com.au>
4817
4818 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4819 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4820 the first form. And insert a blank line after ";;; Code" since
4821 that's usual style. (Bug#4612)
4822
4823 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4824
4825 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * minibuffer.el (completion-table-with-terminator): Properly implement
4828 boundaries, in case `terminator' appears in the suffix.
4829 (completion--embedded-envvar-table): Don't return boundaries if
4830 there's no valid completion. Simplify.
4831 (completion-file-name-table): New completion table extracted from
4832 completion--file-name-table.
4833 (completion--file-name-table): Use it.
4834 (read-file-name-predicate): Declare obsolete.
4835 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4836 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4837 completion-file-name-table, and use the `pred' argument.
4838 * files.el (locate-file-completion-table): Use the `pred' arg rather
4839 than read-file-name-predicate.
4840 (abbreviate-file-name): Use \` rather than ^ for BOS.
4841
4842 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4843
4844 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4845 vc-responsible-backend to register, it causes problems.
4846
4847 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4850
4851 2009-10-21 Eric Ludlam <zappo@gnu.org>
4852
4853 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4854 (semantic-c-debug-mode-init-pch): New functions.
4855 (semantic-c-debug-mode-init-last-mode): New var.
4856 (semantic-c-parse-lexical-token): Use them.
4857
4858 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4859 When extracting the argument list, limit only by point-max.
4860
4861 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4862
4863 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4864 (tramp-smb-handle-file-attributes): Use it.
4865 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4866 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4867 `mapcar'. Use `tramp-smb-get-stat-capability'.
4868 Add `dired-filename' text properties.
4869 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4870 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4871 version.
4872
4873 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * subr.el (read-key-delay): Reduce to 0.01.
4876 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4877 (bug#4751).
4878
4879 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4882
4883 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4884 (Info-menu): Remove unused vars `last' and `completions'.
4885 (Info-index-nodes): Remove unused var `node'.
4886
4887 * info.el (Info-complete-menu-item): Use complete-with-action.
4888
4889 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 Make vc-annotate work through copies and renames.
4892 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4893 Return the file name too.
4894 (vc-annotate-revision-at-line)
4895 (vc-annotate-find-revision-at-line)
4896 (vc-annotate-revision-previous-to-line)
4897 (vc-annotate-show-log-revision-at-line): Update to get the file
4898 name from vc-annotate-extract-revision-at-line.
4899 (vc-annotate-show-diff-revision-at-line-internal): Change the
4900 argument to mean whether to show a file diff or not. Get the file
4901 name from vc-annotate-extract-revision-at-line.
4902 (vc-annotate-show-diff-revision-at-line):
4903 Update vc-annotate-show-diff-revision-at-line call.
4904 (vc-annotate-warp-revision): Add an optional file argument.
4905
4906 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4907 (vc-git-annotate-extract-revision-at-line): Also return the file
4908 name if found.
4909
4910 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4911 command. Remove unused code.
4912 (vc-hg-annotate-re): Update to match --follow output.
4913 (vc-hg-annotate-extract-revision-at-line): Also return the file
4914 name if found.
4915
4916 * vc.el: Update annotate-extract-revision-at-line documentation.
4917
4918 2009-10-18 Kevin Ryde <user42@zip.com.au>
4919
4920 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4921 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4922
4923 * net/browse-url.el (browse-url): Identify alist with "consp and
4924 not functionp" and let all other things go down the `apply' leg,
4925 as suggested by Stefan. (Further to bug#4531.)
4926
4927 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * minibuffer.el (read-file-name): Check for repeat before putting
4930 a default argument in file-name-history (Bug#4657).
4931
4932 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4933 read syntax (Bug#4737).
4934
4935 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4936
4937 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4938
4939 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4940 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4941 entries and make note of obsolete tags.
4942
4943 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4946
4947 2009-10-18 Glenn Morris <rgm@gnu.org>
4948
4949 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4950 grep, so that binary files (eg international/uni-bidi.el) can match.
4951 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4952 now, and in any case the file header format has changed.
4953
4954 2009-10-17 Glenn Morris <rgm@gnu.org>
4955
4956 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4957 (flyspell-get-word, flyspell-large-region)
4958 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4959
4960 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * Makefile.in (ELCFILES): Add ede/shell.
4963
4964 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4965
4966 * term/common-win.el (x-colors): Purecopy it.
4967
4968 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4971 permissive for when the buffer is empty.
4972 (tar-header-block-tokenize): Decode the username and groupname.
4973 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4974
4975 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * cedet/srecode/srt.el:
4978 * cedet/srecode/compile.el:
4979 * cedet/semantic/mru-bookmark.el:
4980 * cedet/semantic/debug.el:
4981 * cedet/semantic/complete.el:
4982 * cedet/semantic/analyze.el: Require CL when compiling.
4983
4984 2009-10-17 Eric Ludlam <zappo@gnu.org>
4985
4986 * cedet/semantic/scope.el
4987 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4988 tmpscope so that the regular scope will continue to work.
4989
4990 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4991 Use semantic-idle-summary-highlight-face as the highlighting.
4992
4993 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4994 contains multibyte characters, choose first applicable coding
4995 system automatically.
4996
4997 * cedet/ede/project-am.el (project-run-target): New method.
4998 (project-run-target): New method.
4999
5000 * cedet/ede.el (ede-target): Add run target menu item.
5001 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5002 (ede-run-target): New function.
5003 (ede-target::project-run-target): New method.
5004
5005 * cedet/ede/proj.el (project-run-target): New method.
5006
5007 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5008 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5009 Add :rules.
5010 (ede-proj-target-makefile-shared-object): Only libtool compilers
5011 now available. Add linkers for libtool.
5012 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5013 (ede-proj-makefile-target-name): Always use .la extension.
5014
5015 * cedet/ede/proj-prog.el (project-run-target): New method.
5016
5017 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5018 (ede-g++-linker): Change Change link lines.
5019
5020 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5021 When searching for old variables, go to the end of the buffer and
5022 search backward from there.
5023 (ede-proj-makefile-automake-insert-subdirs)
5024 (ede-proj-makefile-automake-insert-extradist): New methods.
5025 (ede-proj-makefile-create): Use them.
5026
5027 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5028 Force FILE to expand to the current target. Use file-exists-p to
5029 check that it exists.
5030
5031 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5032 (ede-linux-load): Wrap dir in file-name-as-directory.
5033 Set :version slot.
5034
5035 * cedet/ede/files.el (ede-get-locator-object): When enabling
5036 locate, do so on "top".
5037
5038 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5039 file-name-as-directory during compare.
5040 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5041 Get version number from different places. Don't call egrep.
5042 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5043 to set the directory.
5044
5045 * cedet/ede/shell.el: New file.
5046
5047 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5048 alpha/beta variants.
5049
5050 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * international/mule-cmds.el (select-safe-coding-system): If the file
5053 has a coding cookie, use it regardless of any other setting (bug#4712).
5054
5055 2009-10-17 Glenn Morris <rgm@gnu.org>
5056
5057 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5058 All errors should have messages.
5059
5060 * foldout.el (foldout-mouse-swallow-events):
5061 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5062
5063 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5064 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5065 (dired-keep-marker-symlink, dired-dwim-target)
5066 (dired-copy-preserve-time): Do not autoload these defcustoms.
5067
5068 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5069 messages from messing up the file coding. (Bug#4623)
5070
5071 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5072
5073 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5074 if no match is found for the current dictionary. (Bug#4578)
5075
5076 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5077 optional, since that is how it is documented, and this is often called
5078 with a nil argument. (Bug#4577)
5079 (flyspell-external-point-words, flyspell-auto-correct-word)
5080 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5081 (flyspell-word-search-backward): Remove nil argument in calls to
5082 flyspell-get-word, since it is not needed now.
5083
5084 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5085
5086 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5087
5088 2009-10-16 Glenn Morris <rgm@gnu.org>
5089
5090 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5091
5092 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5093
5094 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5095 (ange-ftp-file-size): New function.
5096 (ange-ftp-file-attributes): Use it.
5097
5098 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5099
5100 * net/tramp-smb.el (tramp-smb-version): New defvar.
5101 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5102 repeated checks.
5103
5104 2009-10-16 Glenn Morris <rgm@gnu.org>
5105
5106 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5107 Maybe copy some custom properties from old to new name. (Bug#4706)
5108
5109 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * subr.el (error, sit-for, start-process-shell-command)
5112 (start-file-process-shell-command): Set the calling convention
5113 after the function definition.
5114
5115 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * subr.el (error, sit-for, start-process-shell-command)
5118 (start-file-process-shell-command): Use the new
5119 set-advertised-calling-convention feature.
5120
5121 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5122
5123 * international/ucs-normalize.el (ucs-normalize-version):
5124 Change to 1.2.
5125 (check-range): Adjust for Unicode 5.2.
5126
5127 2009-10-15 Juri Linkov <juri@jurta.org>
5128
5129 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5130 to the `menu-item' format.
5131
5132 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5133
5134 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5135 if the environment variable does not exist.
5136
5137 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5138 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5139 parameter.
5140 (tramp-smb-handle-add-name-to-file)
5141 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5142 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5143 (tramp-smb-handle-file-attributes)
5144 (tramp-smb-do-file-attributes-with-stat)
5145 (tramp-smb-handle-file-local-copy)
5146 (tramp-smb-handle-insert-directory)
5147 (tramp-smb-handle-make-directory)
5148 (tramp-smb-handle-make-directory-internal)
5149 (tramp-smb-handle-make-symbolic-link)
5150 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5151 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5152 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5153 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5154 Handle long file names.
5155 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5156 process is running.
5157 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5158 Read share names with "-g" option.
5159
5160 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5161
5162 * net/rcirc.el (rcirc-view-log-file): New command.
5163 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5164 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5165 specified.
5166
5167 2009-10-15 Glenn Morris <rgm@gnu.org>
5168
5169 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5170 from the second command-line argument.
5171 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5172 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5173 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5174 w32-batch-update-autoloads.
5175 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5176 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5177
5178 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5179 the headers cannot be located. Simplify, subtracting superflous
5180 save-excursions.
5181
5182 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 Replace completion-base-size by completion-base-position to fix bugs
5185 such as (bug#4699).
5186 * simple.el (completion-base-position): New var.
5187 (completion-base-size): Mark as obsolete.
5188 (choose-completion): Make it work for mouse events as well.
5189 Pass the new base-position to choose-completion-string.
5190 (choose-completion-guess-base-position): New function, extracted from
5191 choose-completion-delete-max-match.
5192 (choose-completion-delete-max-match): Use it. Make obsolete.
5193 (choose-completion-string): Use the new base-position info.
5194 (completion-root-regexp): Delete.
5195 (completion-setup-function): Preserve completion-base-position.
5196 Eliminate obsolete base-size manipulation.
5197 * minibuffer.el (display-completion-list): Don't mess with base-size.
5198 (minibuffer-completion-help): Set completion-base-position instead.
5199 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5200 choose-completion.
5201 * textmodes/bibtex.el (bibtex-complete):
5202 * emacs-lisp/crm.el (crm--choose-completion-string):
5203 Adjust to new calling convention.
5204 * complete.el (partial-completion-mode): Use minibufferp to avoid
5205 bumping into incompatible change to choose-completion-string-functions.
5206 * ido.el (ido-choose-completion-string): Make its calling convention
5207 more permissive.
5208 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5209 base-size manipulation.
5210 (comint-dynamic-list-input-ring): Use dotimes and push.
5211 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5212 fundamental-mode. Use `or'.
5213
5214 2009-10-14 Juri Linkov <juri@jurta.org>
5215
5216 * misearch.el (multi-isearch-next-buffer-from-list)
5217 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5218
5219 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5222 `bytecomp.el'.
5223
5224 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5225 string we return is all made up of text from the completions rather
5226 than part from the completions and part from the input (bug#4219).
5227
5228 * ido.el (ido-everywhere): Use define-minor-mode.
5229
5230 * buff-menu.el (list-buffers, ctl-x-map):
5231 Mark the entry points with ;;;###autoload cookies.
5232
5233 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5234
5235 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5236 correctly in the detached head case.
5237 (vc-git-print-log): Remove unused binding.
5238
5239 * vc.el (vc-responsible-backend): When a directory is passed for
5240 for registration create a VC repository if no backend is
5241 responsible for the directory argument.
5242 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5243
5244 * vc.el: Move comments about RCS and SCCS ...
5245 * vc-rcs.el:
5246 * vc-sccs.el: ... here, respectively.
5247
5248 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * minibuffer.el (completion--file-name-table): Return nil if there's
5251 no file completion, even if substitute-in-file-name changed
5252 the string (bug#4708).
5253
5254 2009-10-13 Juri Linkov <juri@jurta.org>
5255
5256 * files-x.el (read-file-local-variable-value): Don't filter out
5257 minor modes from mode name completion (bug#4664).
5258
5259 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * international/mule-cmds.el (ucs-names): Remove exclusion of
5262 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5263
5264 2009-10-13 Kenichi Handa <handa@m17n.org>
5265
5266 * international/uni-name.el: Regenerated.
5267
5268 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5271 should be automatically buffer-local, but isn't.)
5272
5273 2009-10-12 Sam Steingold <sds@gnu.org>
5274
5275 * progmodes/compile.el (compilation-next-error-function): Fix the
5276 timestamps if the buffer has been visited before.
5277 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5278 non-anchored patterns, like the perl one (bug#3928).
5279
5280 2009-10-12 Glenn Morris <rgm@gnu.org>
5281
5282 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5283 Let-bind `size'.
5284
5285 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * proced.el (proced-unload-function): New function.
5288
5289 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5290 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5291 Doc fix.
5292
5293 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5294
5295 2009-10-11 Juri Linkov <juri@jurta.org>
5296
5297 * files-x.el (read-file-local-variable-value):
5298 Provide default value only for bound variables (bug#4664).
5299
5300 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5301
5302 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5303 connection methods like smb.
5304
5305 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5306 can be empty.
5307
5308 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5309 (tramp-smb-file-name-handler-alist): Add handlers for
5310 `add-name-to-file', `make-symbolic-link'.
5311 (tramp-smb-handle-add-name-to-file)
5312 (tramp-smb-do-file-attributes-with-stat)
5313 (tramp-smb-handle-make-symbolic-link)
5314 (tramp-smb-get-cifs-capabilities): New defuns.
5315 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5316 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5317 (tramp-smb-handle-file-local-copy)
5318 (tramp-smb-handle-make-directory-internal)
5319 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5320 The file name syntax depends on cifs capabilities.
5321 (tramp-smb-handle-file-attributes):
5322 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5323 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5324 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5325
5326 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5327
5328 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5329 (eieio-defclass): Apply deftype handler and setf-method properties
5330 directly.
5331 (eieio-add-new-slot): Avoid union function from cl library.
5332 (eieio--typep): New function.
5333 (eieio-perform-slot-validation): Use it.
5334
5335 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5336
5337 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5338 Update documentation to refer to the variables documented in r1.135.
5339 (Bug#4188)
5340
5341 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5342
5343 * bookmark.el (Info-suffix-list): Remove this unused variable.
5344 (bookmark-current-point): Remove this obsolete variable.
5345 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5346 Adjust for removal of bookmark-current-point.
5347
5348 (bookmarks-already-loaded, bookmark-current-buffer)
5349 (bookmark-yank-point): Document. (Bug#4188)
5350
5351 2009-10-10 Glenn Morris <rgm@gnu.org>
5352
5353 * frame.el (frame-height): Doc fix.
5354
5355 * calendar/calendar.el (calendar-split-width-threshold): New option.
5356 (calendar-basic-setup): Use calendar-split-width-threshold.
5357
5358 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5359
5360 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5361 Use .la for Automake.
5362
5363 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5364
5365 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5366 Use "autoreconf -i". Suggested by Andreas Schwab.
5367
5368 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5371 Ideographic Supplement" range (U+1F200..U+1F2FF).
5372
5373 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5374
5375 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5376 since the list will have been rebuilt anyway. (Bug#4349)
5377
5378 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5379
5380 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5381 (bookmark-bmenu-execute-deletions): Don't save here, as
5382 bookmark-delete will now do so if necessary.
5383 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5384 (Bug#4348)
5385
5386 2009-10-09 Glenn Morris <rgm@gnu.org>
5387
5388 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5389
5390 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5391
5392 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5393 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5394 argument now, so the two function's behaviors will match. (Bug#3645)
5395
5396 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5397
5398 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5399 Fix filename test.
5400 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5401 to expand file names.
5402
5403 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5404
5405 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5406 (tramp-file-name-real-host, tramp-file-name-port):
5407 Apply `save-match-data'.
5408
5409 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5410 case both directories are remote.
5411 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5412 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5413
5414 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5417 (ede-proj-target-makefile-objectcode): Use it.
5418
5419 * cedet/ede/source.el (ede-want-any-source-files-p)
5420 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5421 Return search result. This error was introduced while merging.
5422
5423 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5424
5425 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5426
5427 2009-10-07 Glenn Morris <rgm@gnu.org>
5428
5429 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5430 of concat.
5431
5432 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * files-x.el (read-file-local-variable): Include some
5435 non-user-variables in the completion table (bug#4664).
5436
5437 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5438
5439 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5440 message.
5441
5442 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5443 (tramp-smb-file-name-handler-alist): Add handler for
5444 `copy-directory', `expand-file-name', `set-file-modes'.
5445 (tramp-smb-handle-copy-directory)
5446 (tramp-smb-handle-expand-file-name)
5447 (tramp-smb-handle-set-file-modes): New defuns.
5448 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5449 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5450 entry.
5451 (tramp-smb-handle-insert-directory): Don't flush the cache.
5452 (tramp-smb-maybe-open-connection): Check for samba client and
5453 server versions.
5454
5455 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5456
5457 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5458 to not error out of search for "^lisp=" fails.
5459
5460 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5461
5462 * makefile.w32-in (WINS_UPDATES): New macro.
5463 (custom-deps, finder-data, autoloads): Use it.
5464
5465 2009-10-07 Glenn Morris <rgm@gnu.org>
5466
5467 * Makefile.in (autoloads): Revert previous change.
5468 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5469 the list of preloaded files passed on the command-line, get
5470 it from src/Makefile.
5471
5472 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5473 show the original buffer rather than a random one.
5474
5475 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5476
5477 * help.el (describe-no-warranty): Place point in a slightly better
5478 position in the GPLv3 text.
5479
5480 2009-10-06 Sam Steingold <sds@gnu.org>
5481
5482 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5483 the comm attribute is present before calling regexp-quote.
5484
5485 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5486
5487 * play/animate.el (animate-string): For good effect, make sure
5488 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5489
5490 * play/animate.el (animate-sequence, animate-birthday-present):
5491 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5492
5493 2009-10-06 Glenn Morris <rgm@gnu.org>
5494
5495 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5496
5497 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5498 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5499 (batch-update-autoloads): Process a string value of autoload-excludes,
5500 set during the build process.
5501 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5502
5503 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5504 inside with-parsed... macro so that `v' is defined.
5505
5506 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5507 * progmodes/fortran.el (fortran-end-of-block)
5508 (fortran-beginning-of-block):
5509 Also push mark in the macro case.
5510
5511 * emerge.el (emerge-show-file-name):
5512 * calc/calc.el (calc-quit):
5513 * calc/calc-misc.el (calc-big-or-small):
5514 * calc/calc-graph.el (calc-graph-view):
5515 * calc/calc-ext.el (calc-reset):
5516 * calendar/calendar.el (calendar-basic-setup):
5517 Use window-full-height-p.
5518
5519 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5520 header we don't understand, don't insert another. (Bug#4624)
5521 If changing mime charset, insert the new one in the right place.
5522
5523 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5524
5525 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5526 (cal-tex-cursor-month): Correctly increment the end date for diary and
5527 holiday listing. (Bug#4626)
5528
5529 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * help-fns.el (describe-function-1): Don't burp if the function is not
5532 a symbol.
5533
5534 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5535
5536 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5537 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5538 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5539 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5540
5541 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5542 (eieio-default-superclass): Reflow docstrings.
5543 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5544 (eieio-unbind-method-implementations, defmethod)
5545 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5546 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5547 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5548 (eieio-slot-originating-class-p, eieio-slot-name-index)
5549 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5550 (constructor, initialize-instance, no-next-method, object-print)
5551 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5552 Fix typos in docstrings.
5553 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5554 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5555 (next-method-p): Doc fixes.
5556 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5557 Fix typos in error messages.
5558 (eieio-defmethod): Fix typo in description of generic method.
5559
5560 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5561 (eieio-persistent-save-interactive, slot-missing):
5562 Fix typos in docstrings.
5563 (eieio-instance-inheritor-slot-boundp): Doc fix.
5564
5565 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5566 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5567
5568 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5569 (eieio-custom-object-apply-reset):
5570 Fix typos in docstrings and error messages.
5571
5572 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5573 Fix typo in docstring.
5574
5575 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5576 (eieio-browse-tree): Doc fix.
5577 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5578 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5579 Fix typos in docstrings.
5580
5581 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5582 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5583 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5584 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5585 Reflow docstrings.
5586
5587 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5588
5589 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5590 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5591 Set log-view-vc-backend so that diff can work.
5592
5593 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5594 vc-version-diff.
5595 (vc-diff-internal): Autoload this instead of vc-version-diff.
5596
5597 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5598
5599 * simple.el (eval-expression): Doc fix.
5600
5601 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5602
5603 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * files.el (directory-files-no-dot-files-regexp): New defconst.
5606 (delete-directory): Use it.
5607 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5608
5609 * net/tramp.el (tramp-verbose): Fix docstring.
5610 (tramp-methods): Add recursive option to `tramp-copy-args'.
5611 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5612 "scp1_old", "scp2_old", "rsync", "rsyncc".
5613 (tramp-default-method): Check also for `auth-source-user-or-password'.
5614 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5615 Add handler for `copy-directory'.
5616 (tramp-handle-copy-directory): New defun.
5617 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5618 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5619 Optimize sent command.
5620
5621 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5624 window if necessary.
5625
5626 * calendar/calendar.el (calendar-basic-setup): Don't call
5627 switch-to-buffer in a dedicated window.
5628
5629 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5630
5631 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5632 don't do anything related to relocating, just return nil.
5633 (bookmark-error-no-filename): New error.
5634 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5635 bookmark has no file. Don't even attempt to handle things that
5636 are not files; the whole point of custom handlers is to keep that
5637 knowledge elsewhere anyway. Tighten some comments.
5638 (bookmark-file-or-variation-thereof): Remove now-unused function.
5639 (bookmark-location): Doc string fix.
5640 (Bug#4250)
5641
5642 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5643
5644 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5645 don't use a file dialog, because they usually don't know how to read
5646 a directory target from the user. (Bug#4230)
5647 Also, make sure the prompt can display directories as well as files.
5648
5649 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5650
5651 * bookmark.el (bookmark-set, bookmark-buffer-name):
5652 Improve doc strings. (Bug#1193)
5653
5654 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5655
5656 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5657 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5658 (bookmark-get-annotation, bookmark-set-annotation)
5659 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5660 (bookmark-set-position, bookmark-get-front-context-string)
5661 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5662 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5663 (bookmark-jump-other-window, bookmark-handle-bookmark)
5664 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5665 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5666 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5667 Improve doc strings to say whether bookmark can be a string or
5668 a record or both, and make other consistency and clarity fixes.
5669 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5670 (bookmark-default-annotation-text, bookmark-yank-word)
5671 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5672 (bookmark-import-new-list, bookmark-maybe-rename)
5673 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5674 (bookmark-bmenu-bookmark): Give these doc strings.
5675 (bookmark-bmenu-check-position): Give this a doc string, but also
5676 add a FIXME comment about how the function may be pointless.
5677 (bookmark-default-handler): Rework doc string and change a
5678 parameter name, to clarify that this takes a bookmark record
5679 not a bookmark name.
5680 (bookmark-set): Change a parameter name to indicate its meaning,
5681 and improve the doc string a bit.
5682 (Bug#4188)
5683
5684 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5685
5686 * bookmark.el (bookmark-alist): Document the new `handler' element
5687 in the param alist.
5688 (bookmark-make-record-function): Adjust documentation for above.
5689 (Bug#4193)
5690
5691 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5692
5693 * info.el (Info-bookmark-make-record): Document this function.
5694 (Info-bookmark-jump): Document with a doc string, not just a comment.
5695 (Bug#4203)
5696
5697 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5698
5699 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5700 (semantic-new-buffer-fcn): Call parser setup functions here.
5701 (semantic-mode): Don't call parser setup functions here, it's done
5702 in semantic-new-buffer-fcn now.
5703 (semantic-mode): Parse all existing buffers when enabled.
5704
5705 * cedet/srecode/compile.el (srecode-compile-file):
5706 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5707
5708 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5711
5712 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5713 (proj-comp-insert-variable-once): New macro, renamed from
5714 ede-pmake-insert-variable-once in ede/pmake.edl.
5715 (ede-proj-makefile-insert-variables): Use it.
5716
5717 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * files.el (copy-directory): New defun.
5720
5721 * dired-aux.el (dired-copy-file-recursive): Use it.
5722
5723 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5726 (makefile-end-of-command):
5727 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5728 (semantic-end-of-context): Fix previous change. Doc fixes.
5729
5730 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * files-x.el (modify-dir-local-variable)
5733 (copy-dir-locals-to-file-locals-prop-line):
5734 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5735 (makefile-end-of-command):
5736 * cedet/semantic/lex.el (semantic-lex-token):
5737 * cedet/semantic/analyze/fcn.el
5738 (semantic-analyze-dereference-metatype-1):
5739 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5740 (semantic-lex-cpp-undef):
5741 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5742 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5743 (semantic-end-of-context): Fix typos in docstrings.
5744
5745 * recentf.el (recentf-unload-function): New function.
5746
5747 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * cedet/ede.el (ede-project-placeholder-cache-file):
5750 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5751 * cedet/srecode/map.el (srecode-map-save-file):
5752 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5753
5754 2009-10-04 Glenn Morris <rgm@gnu.org>
5755
5756 * window.el (window-full-height-p): Add doc string.
5757
5758 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5759
5760 * window.el (window-full-height-p): New function. (Bug#4543)
5761
5762 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * cedet/srecode/insert.el: Require srecode/args.
5765
5766 * cedet/srecode/args.el: Require srecode/dictionary instead of
5767 srecode/insert.
5768
5769 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5770
5771 * files.el (auto-mode-alist): Add .srt and Project.ede.
5772
5773 * cedet/semantic.el (semantic-mode):
5774 Handle srecode-template-mode-hook as well.
5775 (semantic-mode): Use js-mode-hook for Javascript hook.
5776
5777 * cedet/srecode/template.el: Remove hook variable.
5778
5779 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5780
5781 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5782 projects exist.
5783 (ede-project-placeholder-cache-file): Default to a file in
5784 user-emacs-directory.
5785
5786 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5787 templates in data-directory.
5788 (srecode-map-save-file): Default to a file in user-emacs-directory.
5789
5790 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5791 directory.
5792
5793 2009-09-30 Eric Ludlam <zappo@gnu.org>
5794
5795 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5796 Doc fix.
5797
5798 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5799 Only insert each variable once.
5800
5801 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5802 (ede-pmake-insert-variable-shared): Use it.
5803
5804 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5805 for lexical table iff table is nil.
5806
5807 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5808
5809 * vc.el: Remove commented out code.
5810 (vc-derived-from-dir-mode): Remove, unused.
5811 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5812
5813 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5814
5815 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5816 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5817 there could be recursive loading when `default-directory' is a
5818 remote file name. (Bug#4614)
5819
5820 2009-10-03 Glenn Morris <rgm@gnu.org>
5821
5822 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5823 the frame is wide.
5824 (calendar-generate-window): Test for shrinkability rather than width.
5825
5826 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5827 declaration, currently false.
5828
5829 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5830 reusing existing buffers, in case we happen to visit two files with the
5831 same basename. (Bug#4593)
5832
5833 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5834
5835 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5836 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5837 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5838 subdirs of cedet as well.
5839 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5840
5841 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5844 Obey advertised-signature-table.
5845
5846 * help-fns.el (help-function-arglist): Don't check
5847 advertised-signature-table.
5848 (describe-function-1): Do it here instead so it also applies to subrs.
5849
5850 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * simple.el (start-file-process): Say in the doc-string, that file
5853 handlers might not support pty association, if PROGRAM is nil.
5854
5855 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5856 HOST and USER are strings. They are nil, when there are
5857 incomplete entries in ~/.netrc, for example.
5858 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5859 root directory ("device busy" error otherwise).
5860
5861 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5862 Flush file properties of created directory.
5863
5864 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5865
5866 * makefile.w32-in (WINS_BASIC): Remove cedet.
5867 (WINS_CEDET): Add cedet.
5868 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5869
5870 2009-10-02 Kevin Ryde <user42@zip.com.au>
5871
5872 * net/browse-url.el (browse-url): Pass any symbol in
5873 browse-url-browser-function to `apply', since if you've mistakenly put
5874 an unbound symbol then the error is clearer. (Bug#4531)
5875
5876 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * allout.el (allout-init, allout-back-to-current-heading)
5879 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5880 (allout-ascend, allout-up-current-level, allout-end-of-level)
5881 (allout-previous-visible-heading, allout-forward-current-level)
5882 (allout-backward-current-level, allout-show-children):
5883 * apropos.el (apropos-describe-plist):
5884 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5885 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5886 * completion.el (add-completion, add-permanent-completion):
5887 * descr-text.el (describe-text-category, describe-char):
5888 * desktop.el (desktop-lazy-abort):
5889 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5890 * dired.el (dired-build-subdir-alist):
5891 * ediff.el (ediff-version):
5892 * elide-head.el (elide-head, elide-head-show):
5893 * emerge.el (emerge-version):
5894 * env.el (getenv):
5895 * face-remap.el (variable-pitch-mode):
5896 * faces.el (describe-face):
5897 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5898 (dired-at-point):
5899 * files.el (find-file-existing, auto-save-mode):
5900 * font-lock.el (font-lock-fontify-buffer):
5901 * help-fns.el (describe-function, describe-variable)
5902 (describe-syntax, describe-categories):
5903 * help.el (view-lossage, describe-bindings, describe-key)
5904 (describe-mode):
5905 * hexl.el (hexl-current-address):
5906 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5907 * info.el (Info-goto-emacs-key-command-node):
5908 * log-edit.el (log-edit-insert-cvs-template)
5909 (log-edit-insert-cvs-rcstemplate):
5910 * menu-bar.el (menu-bar-mode):
5911 * mouse.el (mouse-appearance-menu):
5912 * newcomment.el (comment-indent-new-line):
5913 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5914 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5915 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5916 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5917 * recentf.el (recentf-mode):
5918 * savehist.el (savehist-mode, savehist-save):
5919 * shadowfile.el (shadow-copy-files):
5920 * simple.el (kill-ring-save, next-line, previous-line)
5921 (normal-erase-is-backspace-mode):
5922 * strokes.el (strokes-update-window-configuration)
5923 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5924 (strokes-xpm-for-stroke):
5925 * time.el (emacs-uptime, emacs-init-time):
5926 * tutorial.el (tutorial--describe-nonstandard-key)
5927 (tutorial--detailed-help):
5928 * type-break.el (type-break-mode)
5929 (type-break-mode-line-message-mode, type-break-query-mode)
5930 (type-break-guesstimate-keystroke-threshold):
5931 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5932 * version.el (emacs-version):
5933 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5934 * winner.el (winner-mode):
5935 * calendar/timeclock.el (timeclock-in, timeclock-out)
5936 (timeclock-status-string, timeclock-change)
5937 (timeclock-workday-remaining-string)
5938 (timeclock-workday-elapsed-string)
5939 (timeclock-when-to-leave-string):
5940 * calendar/todo-mode.el (todo-add-category):
5941 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5942 * emacs-lisp/autoload.el (update-file-autoloads):
5943 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5944 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5945 (checkdoc-message-text, checkdoc-defun):
5946 * emacs-lisp/debug.el (debugger-list-functions):
5947 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5948 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5949 (eieio-describe-generic):
5950 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5951 * emacs-lisp/shadow.el (list-load-path-shadows):
5952 * emulation/cua-base.el (cua-mode):
5953 * emulation/edt.el (edt-set-scroll-margins):
5954 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5955 (tpu-toggle-regexp, tpu-toggle-search-direction)
5956 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5957 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5958 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5959 (viper-set-parsing-style-toggling-macro)
5960 (viper-set-emacs-state-searchstyle-macros):
5961 * emulation/viper.el (viper-set-hooks):
5962 * eshell/esh-mode.el (eshell-truncate-buffer):
5963 * international/mule-cmds.el (prefer-coding-system)
5964 (describe-input-method, describe-language-environment):
5965 * international/mule-diag.el (list-character-sets)
5966 (describe-character-set, describe-coding-system)
5967 (describe-fontset, list-fontsets, list-input-methods):
5968 * mail/sendmail.el (mail-signature):
5969 * net/ange-ftp.el (ange-ftp-copy-file):
5970 * net/browse-url.el (browse-url):
5971 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5972 * net/quickurl.el (quickurl-add-url):
5973 * net/rcirc.el (names, topic):
5974 * net/xesam.el (xesam-mode):
5975 * play/5x5.el (5x5-new-game):
5976 * play/yow.el (apropos-zippy):
5977 * progmodes/ada-mode.el (ada-mode-version):
5978 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5979 (f90-end-of-block)
5980 (f90-beginning-of-block):
5981 * progmodes/fortran.el (fortran-end-of-block)
5982 (fortran-beginning-of-block):
5983 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5984 * progmodes/python.el (python-describe-symbol, python-shell):
5985 * term/ns-win.el (ns-print-buffer):
5986 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5987 * textmodes/flyspell.el (flyspell-mode-on):
5988 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5989 (pages-directory-for-addresses):
5990 * textmodes/table.el (table-recognize-cell)
5991 (table-query-dimension, table-generate-source)
5992 (table-insert-sequence, table--warn-incompatibility):
5993 * textmodes/tex-mode.el (tex-validate-buffer):
5994 * textmodes/texinfmt.el (texinfmt-version)
5995 (texinfo-format-buffer):
5996 Use `called-interactively-p' instead of `interactive-p'.
5997
5998 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * image-mode.el (image-toggle-display):
6001 * emacs-lisp/elp.el (elp-instrument-function):
6002 * emacs-lisp/advice.el (ad-make-advised-definition):
6003 * emacs-lisp/easy-mmode.el (define-minor-mode):
6004 * net/browse-url.el (browse-url-maybe-new-window):
6005 * progmodes/sh-script.el (sh-learn-buffer-indent):
6006 Pass new argument 'any to `called-interactively-p'.
6007
6008 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * international/uni-bidi.el:
6011 * international/uni-category.el:
6012 * international/uni-combining.el:
6013 * international/uni-comment.el:
6014 * international/uni-decimal.el:
6015 * international/uni-decomposition.el:
6016 * international/uni-digit.el:
6017 * international/uni-lowercase.el:
6018 * international/uni-mirrored.el:
6019 * international/uni-name.el:
6020 * international/uni-numeric.el:
6021 * international/uni-old-name.el:
6022 * international/uni-titlecase.el:
6023 * international/uni-uppercase.el:
6024 Regenerate from Unicode 5.2.0 data.
6025
6026 2009-10-01 Glenn Morris <rgm@gnu.org>
6027
6028 * Makefile.in (ELCFILES): Regenerate.
6029
6030 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * subr.el (interactive-p): Mark obsolete.
6033 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6034 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6035 advertised-signature-table for subroutines as well.
6036
6037 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6038 (set-advertised-calling-convention): New function.
6039 (make-obsolete, define-obsolete-function-alias)
6040 (make-obsolete-variable, define-obsolete-variable-alias):
6041 Make the optional-ness of `when' obsolete.
6042 (define-obsolete-face-alias): Make `when' non-optional.
6043 * help-fns.el (help-function-arglist):
6044 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6045 Use advertised-signature-table.
6046
6047 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6048
6049 * files.el (delete-directory): New defun. The original function
6050 in fileio.c has been renamed to `delete-directory-internal'.
6051
6052 * dired.el (dired-delete-file): Call `delete-directory' with
6053 RECURSIVE parameter.
6054
6055 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6056 parameter RECURSIVE. Implementation is missing.
6057
6058 * net/tramp.el (tramp-handle-make-directory): Flush upper
6059 directory's file properties.
6060 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6061 (tramp-handle-dired-recursive-delete-directory): Flush directory
6062 properties after the remove command only.
6063
6064 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6065 Handle optional parameter RECURSIVE.
6066
6067 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6068 Handle optional parameter RECURSIVE.
6069
6070 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6071 connection timeout.
6072 (tramp-smb-handle-delete-directory): Handle optional parameter
6073 RECURSIVE.
6074
6075 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6078 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6079 (byte-compile-defmacro): Use backquotes.
6080
6081 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6082
6083 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6084 has no associated file.
6085 (vc-resynch-buffer): Use vc-dir-buffers.
6086
6087 2009-10-01 Glenn Morris <rgm@gnu.org>
6088
6089 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6090 (chart-file-count):
6091 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6092 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6093 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6094 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6095 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6096 (eieio-copy-parents-into-subclass, make-instance, class-children)
6097 (eieio-generic-form):
6098 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6099 * cedet/cedet-idutils.el (cedet-idutils-search)
6100 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6101 (cedet-idutils-version-check):
6102 * cedet/cedet.el (cedet-version):
6103 * cedet/data-debug.el (data-debug-insert-overlay-button)
6104 (data-debug-insert-overlay-list-button)
6105 (data-debug-insert-buffer-button)
6106 (data-debug-insert-buffer-list-button)
6107 (data-debug-insert-process-button, data-debug-insert-ring-button)
6108 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6109 (data-debug-insert-stuff-vector-button)
6110 (data-debug-insert-symbol-button, data-debug-insert-string)
6111 (data-debug-insert-number, data-debug-insert-lambda-expression)
6112 (data-debug-insert-nil, data-debug-insert-simple-thing)
6113 (data-debug-insert-custom, data-debug-edebug-expr):
6114 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6115 (global-ede-mode-map, ede-new, ede-debug-target)
6116 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6117 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6118 (semantic-fetch-tags, semantic-submode-list)
6119 (semantic-default-submodes):
6120 * cedet/ede/source.el (ede-source-match):
6121 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6122 (project-am-package-info):
6123 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6124 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6125 * cedet/ede/proj-comp.el (ede-current-build-list):
6126 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6127 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6128 * cedet/ede/cpp-root.el (initialize-instance):
6129 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6130 (autoconf-parameter-strip, autoconf-insert-new-macro):
6131 * cedet/semantic/wisent.el (wisent-lex-eoi):
6132 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6133 (semantic-show-parser-state-mode):
6134 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6135 * cedet/semantic/tag.el (semantic-tag-new-variable)
6136 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6137 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6138 (semantic--tag-deep-copy-tag-list)
6139 (semantic-tag-components-with-overlays-default):
6140 * cedet/semantic/symref.el (semantic-symref-find-text):
6141 * cedet/semantic/senator.el (senator-yank-tag)
6142 (senator-transpose-tags-up):
6143 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6144 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6145 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6146 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6147 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6148 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6149 * cedet/semantic/lex-spp.el
6150 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6151 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6152 * cedet/semantic/idle.el
6153 (semantic-idle-summary-current-symbol-info-brutish)
6154 (semantic-idle-summary-current-symbol-info-default):
6155 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6156 (semantic--grammar-macro-compl-dict):
6157 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6158 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6159 (semantic-format-tag-canonical-name-default):
6160 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6161 (semantic-find-tags-for-completion)
6162 (semantic-find-tags-by-scope-protection-default)
6163 (semantic-deep-find-tags-for-completion):
6164 * cedet/semantic/edit.el
6165 (semantic-edits-incremental-reparse-failed-hook)
6166 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6167 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6168 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6169 * cedet/semantic/dep.el (semantic-dependency-include-path):
6170 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6171 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6172 (semanticdb-project-roots):
6173 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6174 (semanticdb-find-adebug-insert-scanned-tag-cons)
6175 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6176 (semanticdb-brute-deep-find-tags-for-completion):
6177 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6178 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6179 (semantic-end-of-context-default)
6180 (semantic-ctxt-current-function-default)
6181 (semantic-ctxt-scoped-types-default):
6182 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6183 (semantic-complete-inline-tag-engine)
6184 (semantic-complete-inline-custom-type)
6185 (semantic-complete-read-tag-analyzer):
6186 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6187 (semantic-chart-database-size):
6188 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6189 (semantic-analyze-current-context):
6190 * cedet/semantic/symref/list.el (semantic-symref)
6191 (semantic-symref-hide-buffer, semantic-symref-symbol):
6192 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6193 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6194 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6195 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6196 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6197 (semantic-c-dereference-template):
6198 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6199 (semantic--analyze-refs-full-lookup-with-parents)
6200 (semantic--analyze-refs-full-lookup-simple):
6201 * cedet/semantic/analyze/complete.el
6202 (semantic-analyze-possible-completions):
6203 * cedet/srecode/table.el (srecode-mode-table-new):
6204 * cedet/srecode/srt.el (srecode-read-variable-name):
6205 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6206 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6207 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6208 * cedet/srecode/map.el (srecode-current-map):
6209 * cedet/srecode/insert.el (srecode-insert)
6210 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6211 (srecode-template-inserter-point-override)
6212 (srecode-insert-include-lookup):
6213 * cedet/srecode/getset.el (srecode-auto-choose-class):
6214 * cedet/srecode/extract.el (srecode-inserter-extract):
6215 * cedet/srecode/document.el
6216 (srecode-document-autocomment-return-last-alist)
6217 (srecode-document-autocomment-param-type-alist)
6218 (srecode-document-insert-function-comment)
6219 (srecode-document-insert-variable-one-line-comment)
6220 (srecode-document-function-name-comment):
6221 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6222 (srecode-compound-toString):
6223 * cedet/srecode/compile.el (srecode-flush-active-templates):
6224 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6225 Doc/message fixes.
6226
6227 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6228 match-data. (Bug#4555).
6229
6230 * cedet/semantic/bovine/gcc.el
6231 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6232 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6233
6234 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6235 rather than parsing it as a regexp. This relaxes the layout
6236 requirements and makes errors easier to detect.
6237 (check-declare-verify): Check file is regular.
6238 (check-declare-directory): Doc fix.
6239 * subr.el (declare-function): Doc fix.
6240
6241 * ibuffer.el (ibuffer-format-qualifier):
6242 * isearch.el (hi-lock-regexp-okay):
6243 * calc/calc.el (math-zerop):
6244 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6245 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6246 Remove unused declarations.
6247
6248 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6249
6250 * cedet/semantic/wisent/javat-wy.el
6251 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6252
6253 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * cedet/srecode/expandproto.el: Fix provide statement.
6256
6257 2009-09-30 Eric Ludlam <zappo@gnu.org>
6258
6259 * emacs-lisp/eieio.el (boolean-p): Delete.
6260
6261 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6262
6263 * cedet/ede/srecode.el: Fix provide statement.
6264
6265 2009-09-30 Glenn Morris <rgm@gnu.org>
6266
6267 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6268 * cedet/ede/proj-aux.el (ede-aux-source):
6269 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6270 (ede-misc-source):
6271 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6272 (semantic-mrub-switch-tags): Fix doc typos.
6273
6274 * cedet/semantic/db-global.el (data-debug-new-buffer)
6275 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6276 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6277
6278 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6279
6280 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6281 use of CL function `remove-if-not'.
6282
6283 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6284
6285 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6286 filename is not a string.
6287
6288 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * files.el (safe-local-eval-forms): Fix typo.
6291
6292 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * vc-hooks.el (vc-dir-buffers): New var.
6295 (vc-state-refresh): New function.
6296 (vc-state): Use it.
6297 (vc-after-save): Always ask the backend to recompute the new state.
6298 Always call vc-dir if necessary, using vc-dir-buffers.
6299 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6300 Use vc-dir-buffers.
6301 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6302 (vc-dir-prepare-status-buffer, vc-dir-update)
6303 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6304 Don't call expand-file-name on default-directory.
6305
6306 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * speedbar.el (speedbar-item-delete):
6309 * calc/calc-prog.el (calc-kbd-if):
6310 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6311
6312 * epa.el (epa-key-list-mode-map):
6313 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6314
6315 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6316 (hs-show-hook): Fix typo in docstring.
6317
6318 2009-09-29 Glenn Morris <rgm@gnu.org>
6319
6320 * cedet/semantic/symref/idutils.el:
6321 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6322
6323 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6324
6325 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6326 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6327 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6328 Mark declarations not understood by check-declare.
6329
6330 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6331 file-name-nondirectory call preventing location of cedet files.
6332 (check-declare-verify): Use literal search rather than re-search.
6333 Add basic defmethod and defclass, and define-overloadable-function.
6334
6335 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6336 Use tramp-compat-file-attributes rather than nonexistent
6337 tramp-compat-handle-file-attributes.
6338
6339 * Makefile.in (lisptagsfiles4): New.
6340 (AUTOGENEL): Add cedet loaddefs files.
6341 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6342 (update-elclist, compile-always, backup-compiled-files)
6343 (bootstrap-clean): Add yet another directory level.
6344 (update-elclist): Use LC_COLLATE rather than COLLATE.
6345 (ELCFILES): Update, via `make update-elclist'.
6346
6347 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6348
6349 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6350 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6351 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6352
6353 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6354
6355 * Makefile.in (lisptagsfiles3): Define.
6356 (TAGS, TAGS-LISP): Use it.
6357 (update-elclist): Add third directory level to look for elc files.
6358 (compile-always): Likewise.
6359 (backup-compiled-files): Likewise.
6360 (bootstrap-clean): Likewise.
6361 (ELCFILES): Update.
6362
6363 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * Makefile.in (ELCFILES): Add CEDET files.
6366
6367 2009-09-28 Eric Ludlam <zappo@gnu.org>
6368
6369 CEDET (development tools) package merged.
6370
6371 * cedet/*.el:
6372 * cedet/ede/*.el:
6373 * cedet/semantic/*.el:
6374 * cedet/srecode/*.el: New files.
6375
6376 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6377
6378 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6379
6380 * net/tramp.el (top): Require tramp-imap.
6381
6382 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6383 Use `tramp-compat-handle-file-attributes'.
6384
6385 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6386
6387 * net/tramp-imap.el: New package.
6388
6389 2009-09-28 Eric Ludlam <zappo@gnu.org>
6390
6391 * emacs-lisp/chart.el:
6392 * emacs-lisp/eieio-base.el:
6393 * emacs-lisp/eieio-comp.el:
6394 * emacs-lisp/eieio-custom.el:
6395 * emacs-lisp/eieio-datadebug.el:
6396 * emacs-lisp/eieio-opt.el:
6397 * emacs-lisp/eieio-speedbar.el:
6398 * emacs-lisp/eieio.el: New files.
6399
6400 * cedet/cedet-cscope.el:
6401 * cedet/cedet-files.el:
6402 * cedet/cedet-global.el:
6403 * cedet/cedet-idutils.el:
6404 * cedet/data-debug.el:
6405 * cedet/inversion.el:
6406 * cedet/mode-local.el:
6407 * cedet/pulse.el: New files.
6408
6409 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6410
6411 * whitespace.el (whitespace-trailing-regexp)
6412 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6413 Fix doc string.
6414
6415 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6418 menu.
6419
6420 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6421 menu-bar-ediff-menu.
6422
6423 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6424 define-overloadable-function.
6425
6426 * progmodes/autoconf.el: Provide autoconf as well, so that this
6427 file can be `require'd.
6428
6429 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6430
6431 * emacs-lisp/autoload.el (generated-autoload-feature)
6432 (generated-autoload-load-name): New vars.
6433 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6434 (make-autoload): Recognize define-overloadable-function and
6435 defclass forms (for EIEIO).
6436
6437 * Makefile.in (update-subdirs): Exclude cedet directory.
6438
6439 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6440
6441 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6442
6443 * faces.el: Default light-background background for region face to
6444 ns_selection_color under NS.
6445
6446 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6447
6448 * net/imap-hash.el: New library, see NEWS.
6449
6450 * Makefile.in (ELCFILES): Add imap-hash.el.
6451
6452 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6455 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6456 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6457 definition where the docstring could be taken for the return value.
6458
6459 2009-09-26 Glenn Morris <rgm@gnu.org>
6460
6461 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6462 Add option to only show images below a certain size.
6463 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6464 save-excursion calls.
6465
6466 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6467
6468 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6469 subdirectories) and eieio.
6470
6471 2009-09-26 Alan Mackenzie <acm@muc.de>
6472
6473 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6474 buggy bracketing. (Bug#4289)
6475
6476 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6477 character constants (as case labels). (Bug#4289)
6478
6479 2009-09-25 Juri Linkov <juri@jurta.org>
6480
6481 * files.el (safe-local-eval-forms): Allow time-stamp in
6482 before-save-hook (Bug#4554).
6483
6484 2009-09-25 Drew Adams <drew.adams@oracle.com>
6485
6486 * menu-bar.el (list-buffers-directory): Doc fix.
6487
6488 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6491 Try and avoid copying twice the same paragraph.
6492 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6493 Remove save-excursion.
6494 (log-edit-changelog-entry): Do it here instead.
6495
6496 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6497
6498 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6499 when available, instead of hardcoding mode names. Doc fix.
6500
6501 * menu-bar.el (list-buffers-directory): Add docstring.
6502 Make automatically buffer-local.
6503
6504 * dired.el (dired-mode):
6505 * files.el (cd-absolute):
6506 * pcvs.el (cvs-temp-buffer):
6507 * pcvs-util.el (cvs-get-buffer-create):
6508 * shell.el (shell-mode):
6509 * vc-dir.el (vc-dir-mode):
6510 Don't make `list-buffers-directory' buffer local.
6511
6512 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6513
6514 * comint.el (comint-exec, comint-run, make-comint):
6515 Doc fixes (Bug#4542).
6516
6517 2009-09-25 Glenn Morris <rgm@gnu.org>
6518
6519 * mail/rmailmm.el (rmail-mime): New custom group.
6520 Move all defcustoms in this file into this group.
6521 (rmail-mime-media-type-handlers-alist): Revert previous change.
6522 (rmail-mime-show-images): New option.
6523 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6524 references to it, since it wasn't actually used for anything.
6525 (rmail-mime-insert-image): New function.
6526 (rmail-mime-image): Use rmail-mime-insert-image.
6527 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6528 obey the value of `rmail-mime-show-images' option. Print the size of
6529 attachments.
6530
6531 2009-09-25 David Engster <deng@randomsample.de>
6532
6533 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6534
6535 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6536
6537 * whitespace.el: Does not highlight trailing spaces While point is
6538 at end of line. Does not highligt spaces at beginning of buffer
6539 while point is at beginning of buffer. Does not highlight spaces
6540 at end of buffer while point is at end of buffer. (Bug#4177)
6541 New version 12.0.
6542 (whitespace-display-mappings): Adjust initialization.
6543 (whitespace-point, whitespace-font-lock-refontify): New vars.
6544 (whitespace-color-on, whitespace-color-off): Adjust code.
6545 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6546 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6547 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6548
6549 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6552
6553 * textmodes/sgml-mode.el: Remove xml-mode alias.
6554
6555 * files.el (auto-mode-alist, conf-mode-maybe)
6556 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6557
6558 2009-09-24 Alan Mackenzie <acm@muc.de>
6559
6560 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6561 c-forward-conditionals, but it doesn't move point and doesn't set
6562 the mark.
6563 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6564 (c-down-conditional-with-else, c-backward-conditional)
6565 (c-forward-conditional): Refactor to use c-scan-conditionals.
6566
6567 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6568
6569 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6570 (help-default-arg-highlight): Remove.
6571 (help-highlight-arg): New function.
6572 (help-do-arg-highlight): Use it.
6573 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6574
6575 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6578 Undo last change, which didn't fix the problem and introduced others.
6579
6580 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * progmodes/gdb-mi.el: Don't require speedbar.
6583 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6584
6585 2009-09-24 Glenn Morris <rgm@gnu.org>
6586
6587 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6588
6589 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6590
6591 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6592 there is no newline after the final mime boundary. (Bug#4539)
6593 Move markers on insertion so that any buttons inserted don't end up in
6594 the next part of a multipart message.
6595 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6596 (rmail-mime-bulk-handler): Optionally handle images.
6597 (rmail-mime-image): New button action.
6598 (rmail-mime-image-handler): New function.
6599 (rmail-mime-mode): New mode.
6600 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6601
6602 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6605 than just dropping elements from it (bug#4504).
6606
6607 * term.el (term-set-scroll-region): Don't move cursor any more.
6608 (term-handle-ansi-escape): Call term-goto here instead.
6609 Suggested by Ivan Kanis <apple@kanis.eu>.
6610
6611 * term.el: Require CL.
6612 (term-ansi-reset): New function.
6613 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6614 (term-handle-colors-array): Simplify.
6615
6616 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * allout.el (allout-overlay-interior-modification-handler)
6619 (allout-obtain-passphrase):
6620 * epa-file.el (epa-file-write-region):
6621 * ps-print.el (ps-begin-job):
6622 * vc-hooks.el (vc-toggle-read-only):
6623 * vc-rcs.el (vc-rcs-rollback):
6624 * vc-sccs.el (vc-sccs-rollback):
6625 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6626 (vc-version-diff, vc-revert, vc-rollback):
6627 * wdired.el (wdired-check-kill-buffer):
6628 * emacs-lisp/authors.el (authors):
6629 * net/socks.el (socks-open-connection):
6630 * net/zeroconf.el (zeroconf-service-add-hook):
6631 * obsolete/vc-mcvs.el (vc-mcvs-register):
6632 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6633 (gdb-select-frame):
6634 * progmodes/grep.el (lgrep, rgrep):
6635 * progmodes/idlw-help.el (idlwave-help-check-locations)
6636 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6637 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6638 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6639 (reftex-toc-rename-label): Fix typos in error messages.
6640
6641 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6642 (dired-copy-how-to-fn): Doc fix.
6643 (dired-files-attributes, dired-read-shell-command):
6644 Fix typos in docstrings.
6645
6646 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6647 (dired-x-find-file-other-window): Reflow docstrings.
6648 (dired-omit-marker-char, dired-read-shell-command)
6649 (dired-x-submit-report): Fix typos in docstrings.
6650
6651 * shell.el (shell-mode-hook):
6652 * view.el (View-scroll-line-forward):
6653 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6654 Fix typos in docstrings.
6655
6656 * net/dig.el (dig-invoke): Fix typo in docstring.
6657 (query-dig): Reflow docstring.
6658
6659 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6660 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6661 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6662 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6663 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6664 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6665 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6666 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6667 (idlwave-completion-map, idlwave-current-indent)
6668 (idlwave-custom-ampersand-surround, idlwave-customize)
6669 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6670 (idlwave-define-abbrev, idlwave-determine-class-special)
6671 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6672 (idlwave-end-block-reg, idlwave-end-of-statement)
6673 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6674 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6675 (idlwave-explicit-class-listed, idlwave-file-header)
6676 (idlwave-fill-paragraph, idlwave-find-class-definition)
6677 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6678 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6679 (idlwave-in-quote, idlwave-indent-action-table)
6680 (idlwave-indent-expand-table, idlwave-indent-line)
6681 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6682 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6683 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6684 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6685 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6686 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6687 (idlwave-outlawed-buffers, idlwave-popup-select)
6688 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6689 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6690 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6691 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6692 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6693 (idlwave-statement-type, idlwave-struct-skip)
6694 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6695 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6696 (idlwave-what-module-find-class): Fix typos in docstrings.
6697 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6698 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6699 (idlwave-find-module, idlwave-find-structure-definition)
6700 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6701 (idlwave-list-load-path-shadows, idlwave-next-statement)
6702 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6703 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6704 (idlwave-template): Reflow docstrings.
6705
6706 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6707 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6708 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6709 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6710 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6711 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6712 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6713 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6714 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6715 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6716 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6717 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6718 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6719 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6720 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6721 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6722 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6723 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6724 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6725 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6726 Fix typos in docstrings.
6727 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6728 (idlwave-shell-hide-output, idlwave-shell-mode)
6729 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6730 Reflow docstrings.
6731
6732 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6733
6734 2009-09-24 Ivan Kanis <apple@kanis.eu>
6735
6736 * term.el (term-bold-attribute): New var.
6737 (term-handle-colors-array): Use it.
6738
6739 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * progmodes/gdb-mi.el (gdb-version): New variable.
6742 (gdb-non-stop-handler): Set gdb-version.
6743 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6744 Condition "--thread" option on gdb-version.
6745 (gdb-invalidate-threads): Remove unused argument.
6746
6747 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6750 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6751
6752 2009-09-23 Glenn Morris <rgm@gnu.org>
6753
6754 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6755 replying to mail without References or Message-Id. (Bug#4525)
6756
6757 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6758
6759 * term/ns-win.el (ns-reg-to-script): New variable.
6760
6761 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6762
6763 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6764
6765 2009-09-22 Sam Steingold <sds@gnu.org>
6766
6767 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6768 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6769 to 1 because hg returns status 1 when nothing is found.
6770 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6771
6772 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * textmodes/fill.el: Convert to utf-8 encoding.
6775 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6776 pre-unicode days.
6777
6778 * add-log.el (change-log-fill-forward-paragraph): New function.
6779 (change-log-mode): Use it so fill-region DTRT.
6780 Set fill-indent-according-to-mode here rather than in
6781 change-log-fill-paragraph.
6782 (change-log-fill-paragraph): Remove.
6783
6784 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6787 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6788
6789 2009-09-22 Glenn Morris <rgm@gnu.org>
6790
6791 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6792 the scroll-bar scroll the calendar window rather than the buffer.
6793
6794 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6795 commands that move point (as opposed to scrolling).
6796
6797 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6798
6799 * emacs-lisp/elint.el (elint): New custom group.
6800 (elint-log-buffer): Make it a defcustom.
6801 (elint-scan-preloaded, elint-ignored-warnings)
6802 (elint-directory-skip-re): New options.
6803 (elint-builtin-variables): Doc fix.
6804 (elint-preloaded-env): New variable.
6805 (elint-unknown-builtin-args): Add an entry for encode-time.
6806 (elint-extra-errors): Make it a variable rather than a constant.
6807 (elint-preloaded-skip-re): New constant.
6808 (elint-directory): Skip files matching elint-directory-skip-re.
6809 (elint-features): New variable, local to linted buffers.
6810 (elint-update-env): Initialize elint-features. Possibly add
6811 elint-preloaded-env to the buffer's environment.
6812 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6813 Skip quoted forms.
6814 (elint-init-form): New function, extracted from elint-init-env.
6815 Make non-list forms a warning rather than an error.
6816 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6817 easy-menu-define, put that adds an error-condition, and provide.
6818 When requiring cl, also require cl-macs. Really require cl, to handle
6819 some cl macros. Store required libraries in the list elint-features,
6820 so as not to re-load them. Treat cc-require like require.
6821 (elint-init-env): Call elint-init-form to do the work.
6822 Handle eval-and-compile and such like.
6823 (elint-add-required-env): Do not clear messages.
6824 (elint-special-forms): Add handlers for function, defalias, if, when,
6825 unless, and, or.
6826 (elint-form): Add optional argument to ignore elint-special-forms,
6827 useful to prevent recursive calls from handlers. Doc fix.
6828 Respect elint-ignored-warnings.
6829 (elint-form): Respect elint-ignored-warnings.
6830 (elint-bound-variable, elint-bound-function): New variables.
6831 (elint-unbound-variable): Respect elint-bound-variable.
6832 (elint-get-args): Respect elint-bound-function.
6833 (elint-check-cond-form): Add some simple handling for (f)boundp and
6834 featurep tests.
6835 (elint-check-defalias-form): New handler.
6836 (elint-check-let-form): Make an empty let a warning rather than an
6837 error.
6838 (elint-check-setq-form): Make an empty setq a warning rather than an
6839 error. Respect elint-ignored-warnings.
6840 (elint-check-defvar-form): Accept null doc-strings.
6841 (elint-check-conditional-form): New handler. Does some simple-minded
6842 checking of featurep and (f)boundp tests.
6843 (elint-put-function-args): New function.
6844 (elint-initialize): Use elint-scan-doc-file rather than
6845 elint-find-builtin-variables. Use elint-put-function-args.
6846 Possibly scan preloaded-file-list.
6847 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6848 extend to handle functions as well.
6849
6850 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6851
6852 * linum.el (linum-delete-overlays, linum-update-window):
6853 Do not modify the right margin. (Bug#3971)
6854
6855 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6856
6857 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6858 nxml-mode instead of xml-mode.
6859
6860 2009-09-21 Kevin Ryde <user42@zip.com.au>
6861
6862 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6863
6864 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * net/dig.el (dig-mode): Use define-derived-mode.
6867
6868 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6869
6870 * vc-dispatcher.el (vc-do-command): Return the process object in
6871 the asynchronous case. Use when instead of if. Do not run
6872 vc-exec-after to display a message if not enabled. (Bug#4463)
6873
6874 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6875 properties to the stash strings.
6876 (vc-git-stash-list): Return a list of strings.
6877 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6878 (vc-git-stash-show-at-point): New functions.
6879 (vc-git-stash-map): New keymap.
6880
6881 * register.el (ctl-x-r-map): Define the keys here instead of
6882 using autoload.
6883
6884 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6885
6886 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6887 list, to workaround performance problem (bug#4485).
6888
6889 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6890
6891 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6892
6893 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6894
6895 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6896 Document that this option is not recommended to use.
6897
6898 2009-09-19 Glenn Morris <rgm@gnu.org>
6899
6900 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6901 variable `var'.
6902
6903 * calc/calc-alg.el (var):
6904 * calc/calcalg2.el (var): Define for compiler.
6905
6906 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6907
6908 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6909 Doc fix (Bug#3932).
6910
6911 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6912
6913 * time-stamp.el (time-stamp-month-dd-yyyy)
6914 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6915 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6916 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6917 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6918 Remove functions that have been obsolete since 1995 (Bug#4436).
6919
6920 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6921 indent buffer only if called interactively (Bug#4452).
6922
6923 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6924 Eli Zaretskii <eliz@gnu.org>
6925
6926 This fixes bug#4197 (merged to bug#865, though not identical).
6927 * server.el (server-auth-dir): Add docstring note about FAT32.
6928 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6929 but warn against using them.
6930
6931 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6932
6933 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6934 older GDB where there is no has_more field.
6935
6936 2009-09-19 Glenn Morris <rgm@gnu.org>
6937
6938 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6939
6940 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6941
6942 * files.el (auto-mode-alist): Change default for XML files to nXML
6943 mode (Bug#4169).
6944
6945 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * server.el (server-ensure-safe-dir): Pass 'integer
6948 to `file-attributes', as suggested.
6949
6950 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6953 (dired-query): Use read-key.
6954
6955 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6956
6957 * cus-start.el (ns-use-qd-smoothing): Remove.
6958
6959 2009-09-18 Glenn Morris <rgm@gnu.org>
6960
6961 * allout.el (top-level): Remove unnecessary progn.
6962
6963 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6964
6965 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6966 definition of abbrev table.
6967
6968 * speedbar.el (speedbar-track-mouse):
6969 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6970 * net/eudc.el (eudc-expand-inline):
6971 * net/newst-backend.el (newsticker--cache-read-feed):
6972 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6973 condition-case handlers.
6974
6975 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6976
6977 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6978 (gdb-var-list): Add an element for has_more field.
6979 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6980 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6981 (gdb-var-update-handler-1): Parse output of dynamic variable
6982 objects (STL containers).
6983 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6984 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6985
6986 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6987 gdb-var-list.
6988 (gud-speedbar-buttons): Make node expandable if expression "has more"
6989 children.
6990
6991 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6992
6993 * startup.el (emacs-quick-startup): Remove variable and all uses.
6994 (command-line): Set `inhibit-x-resources' instead.
6995 (command-line-1): Use `inhibit-x-resources' instead.
6996
6997 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6998
6999 * subr.el: Fix last change to avoid using the `unless' macro,
7000 which breaks bootstrapping.
7001
7002 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7005 extended definitions, in case we reload subr.el after having
7006 loaded CL.
7007 (eval-next-after-load): Mark as obsolete.
7008
7009 2009-09-17 Juri Linkov <juri@jurta.org>
7010
7011 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7012 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7013 (menu-bar-showhide-menu, menu-bar-tools-menu)
7014 (menu-bar-describe-menu, menu-bar-help-menu)
7015 (minibuffer-local-completion-map, minibuffer-local-map):
7016 Fix list quoting.
7017
7018 2009-09-17 Glenn Morris <rgm@gnu.org>
7019
7020 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7021 arguments, whether or not it has a handler.
7022
7023 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7024
7025 * simple.el (hard-newline): Give it a doc-string.
7026
7027 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7028 (lisp-mode-syntax-table): Give them doc-strings.
7029
7030 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7033 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7034 (menu-bar-options-menu, menu-bar-showhide-menu)
7035 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7036 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7037 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7038 (menu-bar-options-menu, menu-bar-tools-menu)
7039 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7040 (menu-bar-help-menu):
7041 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7042 string arguments.
7043
7044 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7045 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7046 calls for the menu names and :help.
7047
7048 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7051 to :minor-mode-function (bug#4455).
7052
7053 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * startup.el (command-line): Initialize the window-system after
7056 processing the command-line.
7057
7058 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7059 page-delimiter matches the empty string.
7060
7061 2009-09-16 Glenn Morris <rgm@gnu.org>
7062
7063 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7064 byte-compile-not-obsolete-var. It's a list now.
7065 (byte-compile-not-obsolete-funcs): New variable.
7066 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7067 byte-compile-not-obsolete-funcs.
7068 (byte-compile-variable-ref, byte-compile-defvar): Update for
7069 byte-compile-not-obsolete-vars name-change and list nature.
7070 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7071 and variables behind (f)boundp tests.
7072 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7073
7074 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7075
7076 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7077
7078 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7081 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7082 Don't autoload.
7083
7084 2009-09-15 Stephen Eglen <stephen@gnu.org>
7085
7086 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7087 the virtual-buffers, use the name of the buffer specified by
7088 find-file-noselect, as the match may be a symlink. (This was a
7089 problem if the target and the symlink had different names.)
7090
7091 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7094
7095 * desktop.el (desktop-path): Check user-emacs-directory.
7096
7097 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7098
7099 * loadup.el: Use after-load-functions to GC after loading each file.
7100 Remove the explicit GC calls that used to be sprinkled around.
7101
7102 * subr.el (after-load-functions): New hook.
7103 (do-after-load-evaluation): Run it. Use string-match-p to detect
7104 `obsolete' packages, rather than painfully extracting the relevant
7105 directory name.
7106
7107 2009-09-15 Glenn Morris <rgm@gnu.org>
7108
7109 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7110 free variable `doc'.
7111
7112 * dired.el (dired-mode-map): Add menu entry for async shell command.
7113
7114 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7115 variables, also consider the .elc files, since the .el files are
7116 normally gzipped (subsequent code locates the .el.gz from the .elc).
7117
7118 * calc/calc-prog.el (arglist): Define for compiler.
7119
7120 * calendar/diary-lib.el (diary-display-function): Change the default to
7121 fancy display.
7122 (body): Define for compiler.
7123
7124 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7125 (byte-compile-file-form, byte-compile-lambda)
7126 (byte-compile-top-level-body, byte-compile-form)
7127 (byte-compile-variable-ref, byte-compile-setq)
7128 (byte-compile-setq-default, byte-compile-body)
7129 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7130 (batch-byte-compile): Give some more local variables with common names
7131 a "bytecomp-" prefix to avoid masking warnings about free variables.
7132
7133 * startup.el (command-line-1): Give local variables with common names a
7134 distinguishing prefix, so as not to hide free variable warnings during
7135 bootstrap.
7136
7137 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7138 clever and add a suffix to make a unique name, just let the user decide
7139 whether or not to overwrite it. If the input is a directory, write the
7140 default filename to that directory. (Bug#4388)
7141 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7142 is a filename-as-a-directory.
7143
7144 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * textmodes/page.el (what-page): Don't move to beginning of line.
7147 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7148
7149 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7150
7151 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7152
7153 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7154
7155 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7156 * help.el (help-for-help-internal): Add purecopy calls for text.
7157
7158 * vc.el (top): print-log method now takes an optional SHORTLOG
7159 argument. Add a new method: root.
7160 (vc-root-diff, vc-print-root-log): New functions.
7161 (vc-log-short-style): New variable.
7162 (vc-print-log-internal): Add support for showing short logs.
7163
7164 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7165 vc-print-root-log and vc-print-root-diff.
7166
7167 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7168 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7169 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7170 short logs.
7171
7172 * vc-cvs.el (vc-cvs-print-log):
7173 * vc-mtn.el (vc-mtn-print-log):
7174 * vc-rcs.el (vc-rcs-print-log):
7175 * vc-sccs.el (vc-sccs-print-log):
7176 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7177 that is ignored for now.
7178
7179 * vc-mtn.el (vc-mtn-annotate-command):
7180 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7181
7182 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7185 to function-key-map, and give them ascii-character property.
7186 * term/x-win.el (x-alternatives-map):
7187 * term/ns-win.el (ns-alternatives-map):
7188 * term/internal.el (msdos-key-remapping-map):
7189 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7190
7191 2009-09-14 Glenn Morris <rgm@gnu.org>
7192
7193 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7194 temp-buffers (2009-09-12).
7195
7196 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7199 the new read-key function.
7200
7201 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7202
7203 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7204 is defined (Bug#4405).
7205
7206 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7207
7208 * recentf.el (recentf-cleanup): Use a hash table to find
7209 duplicates (Bug#4407).
7210
7211 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7212
7213 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7214 kp-0 to ascii equivalents (Bug#4325).
7215
7216 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7217
7218 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7219
7220 * eshell/em-hist.el:
7221 * eshell/em-dirs.el (eshell-complete-user-reference):
7222 Declare pcomplete functions and variables to avoid compiler warnings.
7223
7224 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7225
7226 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7227 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7228 * eshell/em-alias.el (eshell-aliases-file):
7229 * eshell/em-hist.el (eshell-history-file-name):
7230 Use expand-file-name instead of concat to make file names (Bug#4308).
7231
7232 2009-09-13 Glenn Morris <rgm@gnu.org>
7233
7234 * ediff-merg.el (ediff-do-merge):
7235 * filesets.el (filesets-run-cmd):
7236 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7237 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7238 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7239 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7240 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7241 Replace empty `let's with `progn'.
7242
7243 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * mail/sendmail.el (send-mail-function):
7246 * tooltip.el (tooltip-mode):
7247 * simple.el (transient-mark-mode):
7248 * rfn-eshadow.el (file-name-shadow-mode):
7249 * frame.el (blink-cursor-mode):
7250 * font-core.el (global-font-lock-mode):
7251 * files.el (temporary-file-directory)
7252 (small-temporary-file-directory, auto-save-file-name-transforms):
7253 * epa-hook.el (auto-encryption-mode):
7254 * composite.el (global-auto-composition-mode):
7255 Use custom-initialize-delay.
7256 * startup.el (command-line): Don't explicitly call
7257 custom-reevaluate-setting for all the above vars.
7258 * custom.el (custom-initialize-safe-set)
7259 (custom-initialize-safe-default): Delete.
7260
7261 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * term/x-win.el (x-initialize-window-system):
7264 * term/w32-win.el (w32-initialize-window-system):
7265 * term/ns-win.el (ns-initialize-window-system): Don't call
7266 mouse-wheel-mode since it's enabled globally by default already.
7267
7268 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7269 actually define the variable, but only silences the byte-compiler.
7270 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7271 before looking it up.
7272 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7273 is changed.
7274
7275 2009-09-12 Glenn Morris <rgm@gnu.org>
7276
7277 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7278 1000.
7279 (elint-add-required-env): Don't beep on error.
7280 (elint-forms): In case of error, return ENV unchanged.
7281 (elint-init-env): Skip non-list forms.
7282 (elint-log): Handle unknown file positions.
7283
7284 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7285
7286 * epg.el (epg-make-context): Add autoload cookie.
7287 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7288 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7289 (epg-verify-string, epg-start-sign, epg-sign-file)
7290 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7291 (epg-encrypt-string, epg-start-export-keys)
7292 (epg-export-keys-to-file, epg-export-keys-to-string)
7293 (epg-start-import-keys, epg-import-keys-from-file)
7294 (epg-import-keys-from-string, epg-start-receive-keys)
7295 (epg-receive-keys, epg-import-keys-from-server)
7296 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7297 (epg-sign-keys, epg-start-generate-key)
7298 (epg-generate-key-from-file, epg-generate-key-from-string):
7299 Remove autoload cookie.
7300
7301 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7302
7303 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7304 reevaluation of trash-directory.
7305
7306 * mwheel.el: Fix last change.
7307 (mouse-wheel-mode): New defvar.
7308 (mouse-wheel-mode): Remove autoload cookie.
7309
7310 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * mwheel.el (mwheel-installed-bindings): New var.
7313 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7314 the bindings we set last time. Use custom-initialize-delay.
7315 * loadup.el: Load mwheel after term/*-win.el.
7316 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7317 and mouse-wheel-up-event now that their first evaluation is done
7318 sufficiently late to be correct.
7319
7320 * startup.el (tutorial-directory): Make it a defcustom.
7321 Use custom-initialize-delay rather than eval-at-startup to set it.
7322 * image.el (image-load-path): Make it a defcustom.
7323 Use custom-initialize-delay rather than eval-at-startup to set it.
7324 * subr.el (eval-at-startup): Remove.
7325 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7326
7327 * subr.el (do-after-load-evaluation): Warn the user after loading an
7328 obsolete package.
7329
7330 2009-09-12 Glenn Morris <rgm@gnu.org>
7331
7332 * proced.el (proced-mark-alt): Remove alias.
7333 (proced-mode-map): Remove proced-mark-alt.
7334
7335 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7336 Elint file and directory. Remove initialization entry.
7337
7338 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7339 commands.
7340 (elint-current-buffer): Set mode-line-process.
7341 (elint-init-env): Handle define-derived-mode.
7342 Fix declare-function with unspecified arglist. Guard against odd
7343 defalias statements (eg iso-insert's 8859-1-map).
7344 (elint-add-required-env): Use a temp buffer.
7345 (elint-form): Just print the function/macro name, not the whole form.
7346 Return env unchanged if we fail to parse a macro.
7347 (elint-forms): Guard against parse errors.
7348 (elint-output): New function, to handle batch mode.
7349 (elint-log-message): Add optional argument. Use elint-output.
7350 (elint-set-mode-line): New function.
7351
7352 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7353
7354 * emacs-lisp/elp.el (elp-not-profilable): Add more
7355 functions (Bug#4233).
7356
7357 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7358
7359 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7360 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7361
7362 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7365 (gdb-var-list-children): Use json parsing.
7366
7367 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7368
7369 * progmodes/js.el (js--proper-indentation): Handle the case where
7370 char-before is null. Reported by Deniz Dogan.
7371
7372 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7375
7376 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7377
7378 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7379 (epg-digest-algorithm-alist): Add SHA224.
7380 (epg-context-set-passphrase-callback)
7381 (epg-context-set-progress-callback): Add description about
7382 callback function.
7383
7384 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * custom.el (custom-delayed-init-variables): New var.
7387 (custom-initialize-delay): New function.
7388 * startup.el (command-line): "Re"evaluate all vars in
7389 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7390 explicitly any more.
7391 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7392 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7393
7394 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7395
7396 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7399 (gdb-var-update-handler): Use json parsing.
7400
7401 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7404 decode annotated text, regardless of language environment. (Bug#2741)
7405
7406 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * Makefile.in (autoloads): Make rmail.el writable as well.
7409
7410 2009-09-11 Glenn Morris <rgm@gnu.org>
7411
7412 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7413 loaddefs.el.
7414 * dired.el: Regenerate with extracted autoloads.
7415 * Makefile.in (autoloads): Make dired.el writable.
7416
7417 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7418 * ibuffer.el: Regenerate with extracted autoloads.
7419 * Makefile.in (autoloads): Make ibuffer.el writable.
7420
7421 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7422 * version.el (emacs-copyright, emacs-major-version)
7423 (emacs-minor-version): Reformat doc-strings for make-docfile.
7424
7425 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7426 functions and variables, since they must be stuff specific to some other
7427 platform.
7428 (apropos-print): Make mouse-click message less specific about button.
7429
7430 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7431 that records where a macro was defined.
7432 * help-fns.el (describe-function-1): Mention if a function has a
7433 compiler-macro.
7434 * help-mode.el (help-function-cmacro): New button.
7435
7436 * locate.el (top-level): Always require dired.
7437 (locate-mode-map): Initialize inside the defvar.
7438
7439 * net/ange-ftp.el (dired-compress-file): Declare.
7440 (ange-ftp-dired-compress-file): Add doc string.
7441
7442 * term/ns-win.el (x-display-name, x-setup-function-keys):
7443 Unify doc-strings with X versions.
7444
7445 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * emulation/crisp.el (crisp-mode-map): Move initialization
7448 into declaration.
7449 (crisp-mode): Use define-minor-mode.
7450
7451 * progmodes/xscheme.el (xscheme-evaluation-commands):
7452 Put a :advertised-binding property rather than using
7453 advertised-xscheme-send-previous-expression.
7454 (advertised-xscheme-send-previous-expression): Declare obsolete.
7455 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7456 `advertised-undo'.
7457 (crisp-mode): Add corresponding bindings to
7458 undo's :advertised-binding instead.
7459 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7460 than using dired-advertised-find-file.
7461 (dired-advertised-find-file):
7462 * simple.el (advertised-undo):
7463 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7464 (widget-keymap): Put a :advertised-binding property rather
7465 than using advertised-widget-backward.
7466 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7467 than using advertised-undo.
7468 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7469
7470 2009-09-10 Simon South <ssouth@slowcomputing.org>
7471
7472 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7473 Mark mode is enabled and region is active; otherwise indent or
7474 insert TAB as usual.
7475 (delphi-mode): Update description of TAB-key binding.
7476
7477 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7478
7479 * subr.el (define-key-rebound-commands): Mark obsolete.
7480 * startup.el (precompute-menubar-bindings): Remove.
7481 (normal-top-level): Remove obsolete code that tried to precompute
7482 menubar bindings.
7483 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7484 define-key-rebound-commands and precompute-menubar-bindings.
7485
7486 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7487
7488 * net/imap.el (imap-interactive-login): Better messages.
7489 (imap-open): Fix bug with renamed buffer on reconnect.
7490 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7491 for easier debugging and cleaner code. On successful (guessed based on
7492 server capabilities) secondary authentication, set imap-state
7493 correctly.
7494 (imap-last-authenticator): Define imap-last-authenticator as a variable
7495 to avoid warnings.
7496
7497 2009-09-10 Glenn Morris <rgm@gnu.org>
7498
7499 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7500
7501 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7502 (byte-compile-file-form-autoload): Don't warn about unknown functions
7503 where the autoload statement comes after the use.
7504 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7505 that any handlers inside the body (eg require) are in turn respected.
7506
7507 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7508 effects.
7509
7510 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7511 and syntax and abbrev tables basic docs, if they don't have any.
7512
7513 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7514
7515 * international/mule-cmds.el (top-level): Require cl when compiling.
7516 (view-hello-file): Use default-value rather than
7517 default-enable-multibyte-characters.
7518
7519 * progmodes/fortran.el: Move all safe and risky properties into the
7520 defcustoms.
7521
7522 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7523 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7524 * mail/undigest.el:
7525 Put autoloads in rmail.el rather than loaddefs.el.
7526 * mail/rmail.el: Regenerate with extracted autoloads.
7527
7528 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7529 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7530
7531 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7532
7533 Reported in thread for Bug#4375.
7534 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7535 "-data-evaluate-expression" instead of print.
7536 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7537 (gdb-tooltip-print): Parse output from above MI command.
7538 (gdb): Revert 2009-08-11 change. User should detach inferior
7539 manually.
7540
7541 Remove the word "separate" from IO functions as inferior
7542 output is now never displayed in the GUD buffer.
7543
7544 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7545
7546 * startup.el (command-line-normalize-file-name): On Windows and
7547 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7548
7549 2009-09-10 Juri Linkov <juri@jurta.org>
7550
7551 * isearch.el (isearch-text-char-description): Propertize escape
7552 character sequences with the `escape-glyph' face. (Bug#4344)
7553
7554 * simple.el (shell-command): Set asynchronous process filter to
7555 `comint-output-filter'. (Bug#4343)
7556
7557 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7558 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7559 the list. Move "asm" to the bottom.
7560 (grep-find-ignored-directories): Add `choice' with nil value
7561 to empty the list easily.
7562 (grep-find-ignored-files): New option.
7563 (grep-files-history): Set to nil by default instead of '("ch" "el").
7564 (grep-compute-defaults): Add "<X>" to `grep-template'.
7565 (grep-read-files): Bind new local variables `default-alias' and
7566 `default-extension'. Use a list of default values for the file prompt.
7567 (lgrep): Add `--exclude=' command line options composed from
7568 `grep-find-ignored-files'.
7569 (rgrep): Add `-name' command line options composed from
7570 `grep-find-ignored-files'. (Bug#4301)
7571
7572 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7575 (bug#4368).
7576
7577 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7578
7579 * calendar/time-date.el (autoload):
7580 Expand define-obsolete-function-alias into defalias and make-obsolete
7581 for old Emacsen that Gnus supports.
7582 (with-no-warnings): Define it for old Emacsen.
7583 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7584 is available.
7585 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7586 float-time is available; suppress compile warning for time-to-seconds.
7587
7588 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7589
7590 * net/imap.el (imap-message-map): Docstring fix.
7591
7592 2009-09-09 Glenn Morris <rgm@gnu.org>
7593
7594 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7595 line numbers too. (Bug#4374)
7596
7597 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * smerge-mode.el (smerge-remove-props, smerge-refine):
7600 Use with-silent-modifications (bug#4342).
7601
7602 * subr.el (with-silent-modifications): New macro.
7603
7604 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7605
7606 * files.el (top-level): Require `cl' when compiling.
7607
7608 2009-09-07 Glenn Morris <rgm@gnu.org>
7609
7610 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7611
7612 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7613 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7614
7615 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7616
7617 * vc-git.el (vc-git-annotate-command): Use separator to parse
7618 arguments correctly.
7619
7620 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7621
7622 * proced.el (proced-mode): Doc fix.
7623
7624 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7625
7626 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7627 lstat fails.
7628 (tramp-do-file-attributes-with-ls): Check for file existence at
7629 remote end.
7630 (tramp-do-file-attributes-with-stat): Likewise.
7631 (tramp-convert-file-attributes): Return nil when attr is nil.
7632
7633 2009-09-05 Glenn Morris <rgm@gnu.org>
7634
7635 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7636 properties to this button.
7637 (diary-fancy-display): Don't extend the button to the final newline.
7638 (diary-fancy-display-mode): Continue to define "q" as a local key.
7639
7640 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7641 efficient.
7642
7643 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7644
7645 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7646 (byte-compile-dest-file-function): New option.
7647 (byte-compile-dest-file): Doc fix.
7648 Obey byte-compile-dest-file-function.
7649 (byte-compile-cl-file-p): New function.
7650 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7651 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7652 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7653 than for file being previously loaded.
7654 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7655 (byte-compile-file-form-require): Handle the case where requiring a file
7656 indirectly causes CL to be loaded.
7657
7658 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7659
7660 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7661 before killing the old buffer, since by the time `kill-buffer' is
7662 run so many buffer variables have been set to nil that it may not
7663 behave as expected. (Bug#4061)
7664
7665 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7666
7667 * files.el (find-alternate-file): If the old buffer is modified
7668 and visiting a file, behave similarly to `kill-buffer' when
7669 killing it, thus reverting to the pre-1.878 behavior; see
7670 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7671 for discussion. Also, consult `buffer-file-name' as a variable
7672 not as a function, for consistency with the rest of the code.
7673
7674 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7675
7676 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7677 also when adding a new directory.
7678
7679 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7680 defun.
7681
7682 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * files.el (locate-file-completion-table): Make it provide boundary
7685 information, so partial-completion works better.
7686
7687 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7688
7689 * mail/footnote.el (Footnote-text-under-cursor):
7690 Check footnote-text-marker-alist before using it (bug#4324).
7691
7692 2009-09-04 Glenn Morris <rgm@gnu.org>
7693
7694 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7695 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7696 * play/solitaire.el, play/tetris.el:
7697 Remove leading * from defcustom and defface docs.
7698
7699 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7700 necessary.
7701 (diary-fancy-overriding-map): New variable.
7702 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7703 Use view-mode.
7704
7705 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7706 goto-line.
7707
7708 2009-09-03 Glenn Morris <rgm@gnu.org>
7709
7710 * arc-mode.el (archive-mode):
7711 * dos-fns.el (set-default-process-coding-system):
7712 * man.el (Man-getpage-in-background):
7713 * menu-bar.el (menu-bar-describe-menu):
7714 * server.el (server-process-filter):
7715 * startup.el (command-line):
7716 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7717 * w32-fns.el (set-default-process-coding-system):
7718 * x-dnd.el (x-dnd-handle-file-name):
7719 * international/mule-cmds.el (mule-menu-keymap)
7720 (set-default-coding-systems, language-info-alist, set-language-info)
7721 (set-language-environment, standard-display-european-internal)
7722 (set-locale-environment):
7723 * international/mule-diag.el (mule-diag):
7724 * mail/emacsbug.el (report-emacs-bug):
7725 * mail/rmail.el (rmail-mode):
7726 * mail/sendmail.el (mail-setup):
7727 Use default-value rather than default-enable-multibyte-characters.
7728
7729 * progmodes/f90.el: Move all safe properties into the defcustoms.
7730 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7731
7732 * calendar/appt.el (appt-check):
7733 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7734 (diary-check-diary-file, diary-list-entries)
7735 (diary-include-other-diary-files, diary-simple-display)
7736 (diary-fancy-display, diary-print-entries)
7737 (diary-mark-included-diary-files, diary-make-entry):
7738 Don't call substitute-in-file-name on diary-file.
7739
7740 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7741 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7744 (footnote-mode-map): Move initialization into the declaration.
7745 (footnote-minor-mode-map): Define it rather than changing global-map.
7746 (footnote-mode): Use define-minor-mode.
7747
7748 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7749
7750 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7751 (tramp-do-file-attributes-with-perl)
7752 (tramp-do-file-attributes-with-stat): Rename from
7753 `tramp-handle-file-attributes-with-*'.
7754 (tramp-handle-file-attributes): Use them.
7755 (tramp-do-directory-files-and-attributes-with-perl)
7756 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7757 `tramp-handle-directory-files-and-attributes-with-*'.
7758 (tramp-handle-directory-files-and-attributes): Use them.
7759 (tramp-method-out-of-band-p): Additional parameter SIZE.
7760 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7761 (tramp-handle-write-region): Use it.
7762 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7763 (tramp-handle-vc-registered): Check, whether the first run did
7764 return files to be tested.
7765 (tramp-advice-make-auto-save-file-name): Do not call directly
7766 `tramp-handle-make-auto-save-file-name', because this would bypass
7767 the locking mechanism.
7768
7769 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7770 (file-remote-p, process-file, start-file-process, set-file-times)
7771 (tramp-compat-file-attributes): Compatibility functions shall not
7772 call directly `tramp-handle-*', because this would bypass the
7773 locking mechanism.
7774 (tramp-compat-number-sequence): New defun.
7775
7776 2009-09-02 Glenn Morris <rgm@gnu.org>
7777
7778 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7779 alias for float-time.
7780 (time-to-number-of-days): In Emacs, use float-time.
7781 * net/newst-backend.el (time-add): Suppress warnings from compat
7782 function.
7783 * time.el (emacs-uptime, emacs-init-time):
7784 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7785 Use float-time rather than time-to-seconds.
7786
7787 * minibuffer.el (completion-initials-expand): Fix typo.
7788
7789 * faces.el (modeline, modeline-inactive, modeline-highlight)
7790 (modeline-buffer-id):
7791 * info.el (info-menu-5): Mark these face aliases as obsolete.
7792
7793 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7794
7795 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7796 space ...
7797 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7798 no "--thread" option.
7799 (gdb-stopped): Don't print "Switched to thread" message when it is
7800 unchanged.
7801
7802 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * minibuffer.el (completion-try-completion)
7805 (completion-all-completions): Remove ill-defined (and
7806 mistakenly installed and luckily never used nor documented)
7807 `completion-styles' property.
7808 (completion-initials-expand, completion-initials-all-completions)
7809 (completion-initials-try-completion): New functions.
7810 (completion-styles-alist): Add doc to each entry.
7811 Add new `initials' entry.
7812
7813 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7816 MI command -var-evaluate-expression.
7817 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7818 and tweak for case of string child.
7819 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7820
7821 2009-09-01 Glenn Morris <rgm@gnu.org>
7822
7823 * add-log.el (change-log-date-face, change-log-name-face)
7824 (change-log-email-face, change-log-file-face, change-log-list-face)
7825 (change-log-conditionals-face, change-log-function-face)
7826 (change-log-acknowledgement-face):
7827 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7828 (custom-modified-face, custom-set-face, custom-changed-face)
7829 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7830 (custom-documentation-face, custom-state-face, custom-comment-face)
7831 (custom-comment-tag-face, custom-variable-tag-face)
7832 (custom-variable-button-face, custom-face-tag-face)
7833 (custom-group-tag-face-1, custom-group-tag-face):
7834 * diff-mode.el (diff-header-face, diff-file-header-face)
7835 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7836 (diff-added-face, diff-changed-face, diff-function-face)
7837 (diff-context-face, diff-nonexistent-face):
7838 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7839 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7840 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7841 (Info-title-4-face):
7842 * isearch.el (isearch-lazy-highlight-face):
7843 * log-view.el (log-view-file-face, log-view-message-face):
7844 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7845 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7846 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7847 (cvs-msg-face):
7848 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7849 (smerge-base-face, smerge-markers-face):
7850 * wid-edit.el (widget-documentation-face, widget-button-face)
7851 (widget-field-face, widget-single-line-field-face)
7852 (widget-inactive-face, widget-button-pressed-face):
7853 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7854 (woman-addition-face):
7855 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7856 (eshell-ls-executable-face, eshell-ls-readonly-face)
7857 (eshell-ls-unreadable-face, eshell-ls-special-face)
7858 (eshell-ls-missing-face, eshell-ls-archive-face)
7859 (eshell-ls-backup-face, eshell-ls-product-face)
7860 (eshell-ls-clutter-face):
7861 * eshell/em-prompt.el (eshell-prompt-face):
7862 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7863 * obsolete/old-whitespace.el (whitespace-highlight-face):
7864 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7865 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7866 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7867 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7868 (antlr-font-lock-literal-face):
7869 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7870 (ebrowse-root-class-face, ebrowse-file-name-face)
7871 (ebrowse-default-face, ebrowse-member-attribute-face)
7872 (ebrowse-member-class-face, ebrowse-progress-face):
7873 * progmodes/make-mode.el (makefile-space-face):
7874 * progmodes/sh-script.el (sh-heredoc-face):
7875 * textmodes/flyspell.el (flyspell-incorrect-face)
7876 (flyspell-duplicate-face):
7877 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7878 * textmodes/texinfo.el (texinfo-heading-face):
7879 Mark face aliases with "-face" suffix as obsolete.
7880
7881 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7882 compiler.
7883
7884 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7885 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7886 easy-menu-define wants to modify these.
7887
7888 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7889
7890 * net/browse-url.el (browse-url-file-url):
7891 * term/internal.el (dos-codepage-setup):
7892 Use default-value rather than default-enable-multibyte-characters.
7893
7894 * progmodes/etags.el (etags-goto-tag-location):
7895 * progmodes/flymake.el (flymake-highlight-line)
7896 (flymake-goto-file-and-line, flymake-goto-line):
7897 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7898 (gdb-goto-breakpoint):
7899 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7900 * progmodes/python.el (python-find-function)
7901 (python-pdbtrack-track-stack-file):
7902 * progmodes/verilog-mode.el (verilog-surelint-off):
7903 * term/ns-win.el (ns-open-file-select-line):
7904 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7905 Use forward-line rather than goto-line.
7906
7907 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7908 * textmodes/reftex-index.el (reftex-display-index):
7909 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7910 * textmodes/reftex-toc.el (reftex-toc):
7911 Remove unnecessary bindings of default-major-mode (all are followed by
7912 major-mode check and possible mode switch).
7913
7914 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7915
7916 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7917 Handle watchpoints (bug#4282).
7918 (def-gdb-thread-buffer-command): Enable thread to be selected by
7919 clicking without selecting threads buffer first.
7920 (gdb-current-context-command): Use selected frame so that "up",
7921 "down" etc work in the GUD buffer.
7922 (gdb-update): Find selected frame before rendering stack buffer.
7923 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7924
7925 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * progmodes/sym-comp.el (displayed-completions): Remove.
7928 (symbol-complete): Use minibuffer-complete.
7929
7930 2009-08-31 Glenn Morris <rgm@gnu.org>
7931
7932 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7933
7934 * apropos.el (apropos-symbols-internal):
7935 Handle (obsolete) face aliases.
7936
7937 * faces.el (describe-face): Adjust the output format to be more like
7938 describe-variable, and to mention (obsolete) face aliases.
7939 Adjust the whitespace so that help-setup-xref works.
7940
7941 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7942 * calendar/diary-lib.el (diary-button-face):
7943 Mark these face aliases as obsolete.
7944
7945 * calendar/calendar.el (calendar-today): Doc fix.
7946
7947 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7948
7949 * progmodes/gdb-mi.el (gdb-control-all-threads)
7950 (gdb-control-current-thread): Force tool bar update.
7951 (gdb-non-stop-handler): New function.
7952 (gdb-init-1): Use it to test if non-stop mode is supported.
7953 Remove unused gdbmi buffer type.
7954
7955 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7956
7957 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7958 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7959
7960 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7961
7962 * comint.el (comint-exec-1): Check command is non-null first.
7963 Part of gdb-mi.el change (2009-08-28).
7964
7965 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7968
7969 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7970
7971 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7972 instead of `dolist' to avoid a recursive require when bootstrapping.
7973
7974 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7977
7978 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7979
7980 * net/imap.el (imap-send-command): Simplify.
7981 (imap-wait-for-tag): point-max -> buffer-size.
7982
7983 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7984
7985 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7986 with constant argument.
7987
7988 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7989
7990 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7991
7992 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7993 Change default, since most of our files don't have a history.
7994 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7995 the user.
7996
7997 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7998 Add comint-run.
7999
8000 * calc/calc.el: Improve commenting convention.
8001 (calc-digit-map, toplevel): Simplify.
8002
8003 * comint.el (comint-insert-input): Be careful to only set point if we
8004 don't delegate to some other command.
8005
8006 * proced.el (proced-signal-list): Make it an alist.
8007 (proced-grammar-alist): Capitalize names.
8008 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8009 Disable undo manually and make it read-only.
8010 Use completion-annotate-function.
8011
8012 * minibuffer.el (minibuffer-message): If the current buffer is not
8013 a minibuffer, insert the message in the echo area rather than at the
8014 end of the buffer.
8015 (completion-annotate-function): New variable.
8016 (minibuffer-completion-help): Use it.
8017 (completion--embedded-envvar-table): Environment vars are
8018 always case-sensitive.
8019
8020 2009-08-30 Glenn Morris <rgm@gnu.org>
8021
8022 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8023 from fortran-current-defun.
8024 (fortran-beginning-of-subprogram): Be more precise about finding the
8025 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8026 (fortran-end-of-subprogram): Simplify.
8027 (fortran-current-defun): Use fortran-start-prog-re.
8028
8029 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * subr.el (do-after-load-evaluation): Simplify.
8032
8033 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8034
8035 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8036
8037 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8038 (vc-rcs-print-log): Use it.
8039
8040 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8041
8042 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * paths.el (abbrev-file-name): Move to abbrev.el.
8045 * abbrev.el (abbrev-file-name): Move from paths.el.
8046 Obey user-emacs-directory.
8047 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8048 user-emacs-directory.
8049 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8050 abbrev-file-name and calc-settings-file any more.
8051 * startup.el (command-line): Recompute abbrev-file-name and
8052 abbreviated-home-dir.
8053 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8054 of the special code for when C-h bindings haven't been changed.
8055 (display-startup-echo-area-message): Use with-current-buffer.
8056 (command-line-1): Use a list of strings, rather than a list of lists
8057 of strings for longopts.
8058
8059 * files.el (get-free-disk-space): Use / for default-directory.
8060
8061 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8062 Use with-current-buffer.
8063
8064 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8065 Recognize immutable variables like most-positive-fixnum.
8066 (byte-compile-setq-default): Check and warn if trying to assign
8067 to an immutable variable, or a non-variable.
8068
8069 * progmodes/cc-vars.el (c-comment-continuation-stars):
8070 * progmodes/cc-engine.el (c-looking-at-bos):
8071 * progmodes/cc-cmds.el (c-toggle-auto-state)
8072 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8073 (c-comment-line-break-function): Add version of obsolescence.
8074
8075 2009-08-28 Juri Linkov <juri@jurta.org>
8076
8077 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8078 associated with `archive-mode'.
8079
8080 * image.el (image-type-header-regexps): Use only JPEG magic number
8081 to determine JPEG images, and don't use `image-jpeg-p' because
8082 Emacs can display non-JFIF non-Exif JPEG images.
8083
8084 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8085
8086 * arc-mode.el (archive-mode):
8087 * emacs-lisp/re-builder.el (re-builder-unload-function):
8088 Protect against the default value of `major-mode' being nil.
8089
8090 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8091
8092 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8093 Fix typos in docstrings.
8094
8095 * progmodes/js.el (js--macro-decl-re): Doc fix.
8096 (js--plain-method-re, js--split-name): Refloc docstring.
8097 (js--class-styles, js--make-merged-item, js--splice-into-items):
8098 Fix typos in docstrings; reflow docstrings.
8099 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8100 (js--variable-decl-matcher, js--inside-pitem-p)
8101 (js--parse-state-at-point, js--get-all-known-symbols)
8102 (js--symbol-history, js-find-symbol, js--js-references)
8103 (js--moz-interactor, js--js-encode-value, js--read-tab):
8104 Fix typos in docstrings.
8105
8106 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * textmodes/reftex.el (reftex-get-file-buffer-force):
8109 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8110 * emulation/viper.el (viper-go-away, viper-set-hooks):
8111 * emacs-lisp/re-builder.el (re-builder-unload-function):
8112 * emacs-lisp/bytecomp.el (byte-compile-file):
8113 * ses.el (ses-unload-function):
8114 * hexl.el (hexl-find-file):
8115 * files.el (normal-mode):
8116 * ehelp.el (with-electric-help):
8117 * autoinsert.el (auto-insert-alist):
8118 * arc-mode.el (archive-mode):
8119 Use (default-value 'major-mode) instead of default-major-mode.
8120
8121 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8122 * international/mule.el (load-with-code-conversion):
8123 * emacs-lisp/debug.el (debug):
8124 * ediff-vers.el (ediff-rcs-get-output-buffer):
8125 * dired.el (dired-internal-noselect): Don't let-bind
8126 default-major-mode around code that doesn't use it.
8127 E.g. buffer creation via get-buffer-create doesn't use it.
8128
8129 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8130
8131 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8132 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8133 when writing the temp file. Otherwise, epa-file gets confused.
8134 (tramp-register-file-name-handlers): Make it a defun. Move also
8135 `epa-file-handler' to the front of `file-name-handler-alist'.
8136
8137 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8140 start right after a ^M.
8141 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8142 (tramp-completion-file-name-regexp-separate)
8143 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8144 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8145 Don't modify last-coding-system-used by accident.
8146 (tramp-completion-file-name-handler): Apply the checks here,
8147 instead during registration.
8148 (tramp-register-file-name-handlers): Renamed from
8149 `tramp-register-file-name-handler'. Register both
8150 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8151 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8152
8153 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8154
8155 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8156 Remove variable ...
8157 (gdb-init-1, gdb-display-separate-io-buffer)
8158 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8159 references to it.
8160 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8161 (gdb-inferior-filter): Use comint-output-filter to stop
8162 echoing and remove ^M characters.
8163
8164 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * emulation/viper-init.el (viper-restore-cursor-type):
8167 * emulation/cua-base.el (cua--update-indications):
8168 Replace default-cursor-type with (default-value 'cursor-type).
8169
8170 * mail/sendmail.el (mail-recover-1):
8171 * international/mule-diag.el (describe-current-coding-system-briefly)
8172 (describe-current-coding-system):
8173 * international/mule-cmds.el (select-safe-coding-system)
8174 (select-message-coding-system)
8175 (set-language-environment-coding-systems, set-locale-environment):
8176 * hexl.el (hexl-insert-multibyte-char):
8177 * dos-w32.el (find-buffer-file-type-coding-system):
8178 * simple.el (what-cursor-position):
8179 Replace uses of default-buffer-file-coding-system
8180 with (default-value 'buffer-file-coding-system).
8181
8182 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8183 Replace uses of default-cursor-in-non-selected-windows
8184 with (default-value 'cursor-in-non-selected-windows).
8185 Use with-current-buffer.
8186
8187 * mail/feedmail.el: Use CL macros.
8188 (feedmail-run-the-queue, feedmail-send-it-immediately):
8189 * dos-w32.el (find-buffer-file-type): Replace uses of
8190 default-buffer-file-type with (default-value 'buffer-file-type).
8191
8192 2009-08-28 Glenn Morris <rgm@gnu.org>
8193
8194 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8195 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8196 Use default-value of major-mode rather than default-major-mode.
8197
8198 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * Makefile.in (update-elcfiles): Report left over elc files.
8201
8202 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8203 expand-file-name and with-current-buffer.
8204 (mail-get-names, mail-directory): Use with-current-buffer.
8205
8206 * vc.el (vc-read-revision): New function.
8207 (vc-version-diff, vc-merge): Use it.
8208
8209 2009-08-27 Sam Steingold <sds@gnu.org>
8210
8211 * simple.el (kill-do-not-save-duplicates): New user option.
8212 (kill-new): When it is non-nil, and the new string is the same as
8213 the latest kill, set replace to t to avoid duplicates in kill-ring.
8214
8215 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8216
8217 * net/tramp.el (tramp-handle-process-file): Do not flush all
8218 caches when `process-file-side-effects' is set.
8219 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8220 instead of `tramp-find-file-exists-command'.
8221 Unset `process-file-side-effects'.
8222
8223 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * net/tramp.el (tramp-methods): New method "rsyncc".
8226 (top): Add completion function for "rsyncc".
8227 (tramp-message-show-message): New defvar.
8228 (tramp-message, tramp-error): Use it.
8229 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8230 remote copying.
8231 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8232 `tramp-methods' entry `copy-env' of "rsyncc".
8233 (tramp-vc-registered-read-file-names): New defconst.
8234 (tramp-vc-registered-file-names): New defvar.
8235 (tramp-handle-vc-registered): Implement optimization strategy.
8236 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8237 (tramp-vc-file-name-handler): New defun.
8238 (tramp-get-ls-command, tramp-get-test-command)
8239 (tramp-get-file-exists-command, tramp-get-remote-ln)
8240 (tramp-get-remote-perl, tramp-get-remote-stat)
8241 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8242
8243 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8244 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8245 timestamps.
8246 (tramp-get-file-property): Check for timestamps in
8247 `tramp-cache-inhibit-cache'.
8248 (tramp-set-file-property): Write timestamp.
8249
8250 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8251
8252 * language/japan-util.el (japanese-symbol-table): Add entries for
8253 cp932-2-byte.
8254
8255 * international/characters.el: Add category `j' to cp932-2-byte.
8256
8257 2009-08-27 Kenichi Handa <handa@m17n.org>
8258
8259 * international/fontset.el (build-default-fontset-data): New macro.
8260 (setup-default-fontset): Use build-default-fontset-data for CJK,
8261 tibetan, ethiopic, and ipa.
8262
8263 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8266 (enable-multibyte-characters): Not customizable any more.
8267
8268 * subr.el (default-mode-line-format, default-header-line-format)
8269 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8270 (default-direction-reversed, default-truncate-lines)
8271 (default-left-margin, default-tab-width, default-case-fold-search)
8272 (default-left-margin-width, default-right-margin-width)
8273 (default-left-fringe-width, default-right-fringe-width)
8274 (default-fringes-outside-margins, default-scroll-bar-width)
8275 (default-vertical-scroll-bar, default-indicate-empty-lines)
8276 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8277 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8278 (default-scroll-down-aggressively, default-fill-column)
8279 (default-cursor-type, default-buffer-file-type)
8280 (default-cursor-in-non-selected-windows)
8281 (default-buffer-file-coding-system, default-major-mode)
8282 (default-enable-multibyte-characters): Mark as obsolete.
8283
8284 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8285
8286 * vc-dir.el (vc-dir-update): Remove debug helper.
8287
8288 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8289
8290 2009-08-26 Sam Steingold <sds@gnu.org>
8291
8292 * simple.el (save-interprogram-paste-before-kill): New user option.
8293 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8294 save the interprogram-paste into kill-ring before overriding it
8295 with the Emacs kill.
8296
8297 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8298
8299 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8300 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8301 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8302 and move to vc-rcs.el.
8303 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8304 move to vc-rcs.el.
8305 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8306 (vc-rcs-update-changelog): Remove.
8307 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8308 and move to vc-rcs.el.
8309
8310 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8311 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8312 renaming.
8313 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8314 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8315 vc.el, renamed to be RCS specific.
8316
8317 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8318 New functions.
8319 (vc-cvs-update-changelog): Move here from vc.el.
8320
8321 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8322 New functions.
8323
8324 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8327
8328 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8329
8330 * vc-git.el (vc-git-register): Use "git add" for directories.
8331 (vc-git-stash, vc-git-stash-show): New functions.
8332 (vc-git-extra-menu-map): Bind them.
8333
8334 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8335 directory correctly in case the item is a directory itself.
8336
8337 * vc.el: Document the desired behavior for reverted files in the
8338 `added' state.
8339 (vc-default-prettify-state-info): Remove function, unused.
8340
8341 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8342
8343 2009-08-26 Glenn Morris <rgm@gnu.org>
8344
8345 * bindings.el (standard-mode-line-format): Reposition dashes in
8346 which-func entry. (Bug#4217)
8347
8348 * files.el (enable-local-variables, enable-local-eval)
8349 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8350 the defcustoms.
8351 (auto-mode-alist, ignored-local-variables)
8352 (save-some-buffers-action-alist): Move risky declarations to the
8353 definitions.
8354 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8355 (font-lock-defaults, format-alist, imenu--index-alist)
8356 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8357 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8358 (mode-line-modified, mode-line-mule-info, mode-line-position)
8359 (mode-line-process, mode-line-remote, outline-level)
8360 (parse-time-rules, rmail-output-file-alist)
8361 (special-display-buffer-names, vc-mode):
8362 Move risky declarations to the relevant files.
8363 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8364 (mode-line-modified, mode-line-process, mode-line-position)
8365 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8366 * font-core.el (font-lock-defaults):
8367 * format.el (format-alist):
8368 * vc-hooks.el (vc-mode):
8369 * window.el (special-display-buffer-names):
8370 * international/mule-cmds.el (input-method-alist):
8371 Define riskiness here (dumped file) rather than in files.el.
8372 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8373 * imenu.el (imenu-generic-expression, imenu--index-alist):
8374 * outline.el (outline-level):
8375 * time.el (display-time-string):
8376 * calendar/parse-time.el (parse-time-rules):
8377 * mail/rmailout.el (rmail-output-file-alist):
8378 Autoload riskiness here, rather than placing in files.el.
8379
8380 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8381
8382 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8383
8384 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8385
8386 * simple.el (process-file-side-effects): New defvar.
8387
8388 * dired-aux.el (dired-show-file-type):
8389 * vc.el (vc-diff-internal):
8390 * vc-arch.el (vc-arch-diff):
8391 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8392 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8393 * vc-git.el (vc-git-registered, vc-git-working-revision)
8394 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8395 (vc-git--empty-db-p):
8396 * vc-hooks.el (vc-user-login-name):
8397 * vc-svn.el (vc-svn-registered, vc-svn-state)
8398 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8399 * progmodes/grep.el (grep-probe): Let-bind
8400 `process-file-side-effects' with nil.
8401
8402 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8403
8404 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8405 daemon. Replace ping by checking for running service for bluez
8406 and zeroconf. (Bug#4239)
8407
8408 2009-08-25 Kevin Ryde <user42@zip.com.au>
8409
8410 * net/dig.el (dig): Add autoload cookie.
8411
8412 2009-08-25 Glenn Morris <rgm@gnu.org>
8413
8414 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8415 load-history for absolute file-names.
8416 (byte-compile-file-form-require): Warn about use of the cl package.
8417
8418 * format.el (format-alist): Doc fix.
8419
8420 * play/bubbles.el (top-level): Don't require cl at run-time.
8421
8422 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8423 run-time cl).
8424
8425 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8426
8427 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8428 from cl package.
8429 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8430
8431 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8432
8433 * calc/calc-alg.el (math-trig-rewrite)
8434 (math-hyperbolic-trig-rewrite): New functions.
8435 (calc-simplify): Simplify trig functions when asked.
8436
8437 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8440
8441 2009-08-24 Kenichi Handa <handa@m17n.org>
8442
8443 * language/ind-util.el (mapthread): Delete it.
8444 (combinatorial): New function.
8445 (indian--puthash-cv): Use combinatorial instead of mapthread.
8446
8447 2009-08-22 Kevin Ryde <user42@zip.com.au>
8448
8449 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8450 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8451 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8452 Clarify docstring that the value is strings not symbols.
8453 (checkdoc-list-of-strings-p): New function.
8454
8455 2009-08-22 Glenn Morris <rgm@gnu.org>
8456
8457 * files.el (auto-mode-alist):
8458 * hippie-exp.el (he-concat-directory-file-name):
8459 * lpr.el (lpr-windows-system, printer-name):
8460 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8461 * ps-print.el (ps-windows-system):
8462 * startup.el (command-line):
8463 * emulation/viper-ex.el (viper-glob-function):
8464 * international/mule-cmds.el (set-language-environment-coding-systems):
8465 * net/ange-ftp.el (ange-ftp-write-region):
8466 * obsolete/fast-lock.el (fast-lock-cache-name):
8467 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8468 unisoft-unix, vax-vms, win32, w32.
8469
8470 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8471 given name if the pattern is not more specific.
8472
8473 * calendar/lunar.el (lunar-phase-names): New option.
8474 (lunar-phase): Doc fix.
8475 (lunar-cycles-per-year): New constant.
8476 (lunar-index): New function.
8477 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8478 (lunar-phase-name): Use lunar-phase-names.
8479 (calendar-lunar-phases): Use format.
8480 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8481
8482 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8483 Copy imenu-example--name-and-position function here for own use.
8484 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8485
8486 * bs.el (bs--redisplay):
8487 * cus-edit.el (custom-redraw):
8488 * ibuffer.el (ibuffer-bury-buffer):
8489 * server.el (server-goto-line-column):
8490 * startup.el (command-line-1):
8491 * strokes.el (strokes-xpm-for-stroke):
8492 * term.el (term-display-buffer-line):
8493 * view.el (View-goto-line):
8494 * calc/calc.el (calc-do, calc-trail-buffer):
8495 * play/gamegrid.el (gamegrid-add-score-insecure):
8496 * progmodes/ada-mode.el (ada-compile-goto-error):
8497 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8498 (ebrowse-select-1st-to-9nth):
8499 * progmodes/cperl-mode.el (cperl-time-fontification):
8500 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8501 * progmodes/gud.el (gud-display-line):
8502 (idlwave-shell-display-line):
8503 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8504 * progmodes/make-mode.el (makefile-browser-toggle):
8505 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8506 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8507 * textmodes/picture.el (picture-draw-rectangle):
8508 * textmodes/reftex-index.el (reftex-index-goto-letter):
8509 (reftex-select-jump-to-previous):
8510 * textmodes/reftex-sel.el (reftex-find-start-point)
8511 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8512 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8513 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8514 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8515 * textmodes/two-column.el (2C-associated-buffer):
8516 Use forward-line rather than goto-line.
8517
8518 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8519 goto-line.
8520
8521 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8522 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8523 (quick-check-list-to-regexp): Declare.
8524
8525 * progmodes/make-mode.el (makefile-browser-insert-selection):
8526 Use goto-char rather than goto-line.
8527
8528 * progmodes/prolog.el (compilation-error-regexp-alist)
8529 (compilation-forget-errors): Declare.
8530
8531 2009-08-22 Juri Linkov <juri@jurta.org>
8532
8533 * progmodes/grep.el (lgrep, rgrep): At the beginning
8534 set `dir' to `default-directory' unless `dir' is a non-nil
8535 readable directory. (Bug#4052)
8536 (lgrep, rgrep): Change a weird way to report an error
8537 from using `read-string' to using `error'.
8538 Instead of using interactive arguments in the function body,
8539 add new argument `confirm'.
8540
8541 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * textmodes/remember.el (remember-buffer):
8544 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8545 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8546 (icalendar-extract-ical-from-buffer):
8547 * net/newst-treeview.el (newsticker-groups-filename):
8548 * net/newst-backend.el (newsticker-cache-filename):
8549 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8550 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8551 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8552 (speedbar-buffers-line-path, speedbar-path-line)
8553 (speedbar-buffers-line-path):
8554 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8555 (epg-sign-keys):
8556 * epa.el (epa-display-verify-result):
8557 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8558
8559 2009-08-21 Glenn Morris <rgm@gnu.org>
8560
8561 * progmodes/js.el (inferior-moz-process): Fix declaration.
8562
8563 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8564
8565 * obsolete/rnewspost.el (news-mail-reply):
8566 Use goto-char rather than goto-line.
8567
8568 * term/ns-win.el (ns-open-file-select-line):
8569 Use line-beginning-position rather than goto-line.
8570
8571 * apropos.el (apropos-command):
8572 * ehelp.el (electric-helpify):
8573 * printing.el (pr-show-setup):
8574 * strokes.el (strokes-help):
8575 * tutorial.el (tutorial--describe-nonstandard-key)
8576 (tutorial--detailed-help):
8577 * woman.el (woman-mini-help, woman-display-extended-fonts):
8578 * calc/calc-help.el (calc-describe-key):
8579 * emulation/edt.el (edt-electric-helpify):
8580 * international/mule-diag.el (mule-diag):
8581 * play/yow.el (apropos-zippy):
8582 * progmodes/python.el (python-describe-symbol):
8583 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8584 * textmodes/table.el (*table--cell-describe-mode)
8585 (*table--cell-describe-bindings):
8586 Use help-print-return-message rather than the now obsolete alias.
8587
8588 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8589 (calendar-cursor-to-visible-date):
8590 * play/5x5.el (5x5-position-cursor):
8591 * play/decipher.el (decipher):
8592 * play/gomoku.el (gomoku-goto-xy):
8593 * play/landmark.el (lm-goto-xy):
8594 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8595 (mpuz-paint-digit):
8596 Use forward-line, not goto-line.
8597
8598 * mail/rmail.el (rmail-obsolete): Delete custom group.
8599 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8600 (rmail-remote-password, rmail-remote-password-required):
8601 Remove unneeded :set-after and :set properties.
8602
8603 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8604
8605 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8606
8607 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8608
8609 * loadup.el: Remove leftover macos code.
8610
8611 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8612 Explicitly pass the date format to git blame so that user local
8613 so that the output format can be parsed.
8614
8615 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8616
8617 * net/dbus.el (top): Don't check for (getenv
8618 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8619
8620 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8621
8622 * log-edit.el (log-edit-strip-single-file-name): New var.
8623 (log-edit-insert-changelog): Use it. Bug#3571
8624
8625 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8628 Bug#3287
8629
8630 * help.el (help-print-return-message): Rename from
8631 print-help-return-message.
8632
8633 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8634 cvs-mode-map parent hack.
8635 (log-view-mode): Derive from special-mode.
8636
8637 * linum.el (linum-mode): window-size-change-functions is redundant.
8638 Adapt to new window-configuration-change-hook behavior.
8639 (linum-after-size, linum-after-config): Remove.
8640
8641 * imenu.el (imenu-example--name-and-position)
8642 (imenu-example--lisp-extract-index-name)
8643 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8644 Mark as obsolete.
8645
8646 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8647 (inferior-prolog-mode): Use it.
8648 (inferior-prolog-load-file): Reset list of errors.
8649
8650 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8651
8652 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8653
8654 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8655
8656 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8657
8658 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8659 is running already.
8660
8661 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * subr.el (listify-key-sequence-1): Use normal syntax since those
8664 integers are nowadays always represented by the same (positive) number
8665 on all platforms.
8666 (read-key-empty-map): New const.
8667 (read-key-delay): New var.
8668 (read-key): New function.
8669 (force-mode-line-update): Use with-current-buffer.
8670 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8671 (start-process-shell-command, start-file-process-shell-command):
8672 Discourage the use of command-args.
8673
8674 2009-08-19 Glenn Morris <rgm@gnu.org>
8675
8676 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8677
8678 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * simple.el (choose-completion-string): Don't rely on
8681 minibuffer-completing-file-name and ad-hoc checks to decide whether
8682 to continue completion or not.
8683
8684 * minibuffer.el (minibuffer-hide-completions): New function.
8685 (completion--do-completion): Use it.
8686 (completions-annotations): New face.
8687 (completion--insert-strings): Use it.
8688 (completion-pcm--delim-wild-regex): Add docstring.
8689 (completion-pcm--string->pattern): Add support for 0-width delimiters
8690 in completion-pcm--delim-wild-regex.
8691
8692 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8695 Remove unused var `buffer-modified-p'.
8696
8697 * minibuffer.el (completion--do-completion): Move point for the #b001
8698 case as well (bug#4176).
8699 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8700
8701 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8702
8703 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8704 and :session buses.
8705
8706 2009-08-18 Kenichi Handa <handa@m17n.org>
8707
8708 * international/ucs-normalize.el (ucs-normalize-version):
8709 Change to 1.1.
8710 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8711 (utf-8-hfs): Make it perform normalization on encoding too.
8712
8713 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8714 (sentence-end-without-space): Delete duplicated chars.
8715 (sentence-end-base): Likewise.
8716
8717 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8718 (html-mode): Delete duplicated chars from sentence-end-base.
8719
8720 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8721 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8722
8723 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * files.el (hack-one-local-variable): If the mode function is for
8726 a minor mode, pass it an argument (Bug#4148).
8727
8728 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8729
8730 * net/tramp.el (tramp-register-completion-file-name-handler):
8731 Check also for (member 'partial-completion completion-styles).
8732
8733 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8734
8735 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8736 abbrev (Bug#3943).
8737
8738 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8739
8740 * progmodes/cperl-mode.el: Merge upstream 6.2.
8741 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8742 (cperl-forward-re): Check cperl-brace-recursing.
8743 (cperl-highlight-charclass): New function.
8744 (cperl-find-pods-heres): Use it.
8745 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8746 (cperl-beautify-regexp-piece): Fix column calculation.
8747 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8748 (cperl-beautify-level): Don't process entire regexp.
8749 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8750 calling man.
8751 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8752 (cperl-init-faces): Build a list in the normal way.
8753
8754 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8755
8756 * calendar/parse-time.el (parse-time-string-chars): Save match
8757 data.
8758
8759 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8762 (sql-product): Use it.
8763 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8764 (sql-set-product): Add completion.
8765 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8766 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8767 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8768 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8769 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8770 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8771 (sql-highlight-db2-keywords): Remove.
8772 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8773 (sql-highlight-product): Use derived-mode-p.
8774 (sql-set-sqli-buffer): Use with-current-buffer.
8775 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8776 Simplify.
8777
8778 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8779
8780 * term.el: Fix commenting convention, turn comments into docstrings.
8781
8782 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8783
8784 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8785
8786 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8787
8788 * calendar/parse-time.el (parse-time-string-chars): Compute using
8789 character classes, to handle non-ascii characters (Bug#3190).
8790
8791 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8792
8793 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8794 another heredoc if the user adds another < (Bug#3226).
8795
8796 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8797 Don't initialize based on window-system (Bug#4124).
8798
8799 * facemenu.el (facemenu-read-color): Use a completion function
8800 that accepts any defined color, such as RGB triplets (Bug#3677).
8801
8802 * files.el (get-free-disk-space): Change fallback default
8803 directory to /. Expand DIR argument before switching to fallback.
8804 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8805
8806 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8807
8808 * files.el (load-library): Doc fix.
8809
8810 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8811
8812 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8813 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8814 incremental search string.
8815
8816 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8817 XEmacs.
8818
8819 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8820 (ediff-merge-region-is-non-clash)
8821 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8822 Also check if the job is really a merge job.
8823
8824 * ediff.el (ediff-current-file): New function.
8825
8826 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8829 conventions.
8830 (js-insert-and-indent): Delete function.
8831 (js-mode-map): Don't bind keys to js-insert-and-indent.
8832 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8833 (js-end-of-defun): Rename from js--end-of-defun.
8834 (js-auto-indent-flag): Delete variable.
8835
8836 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8837
8838 * progmodes/js.el: Remove proclaim statement.
8839 Defvar which-func-imenu-joiner-function to silence compiler.
8840
8841 * files.el (auto-mode-alist): Use js-mode for .js files.
8842
8843 * progmodes/js2-mode.el: Remove file.
8844
8845 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8846
8847 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8848
8849 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8850
8851 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8852 Karl Landstrom <karl.landstrom@brgeight.se>
8853
8854 * progmodes/js.el: New file.
8855
8856 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8857
8858 * timezone.el (timezone-parse-date): Add ability to understand ISO
8859 basic format (minimal separators) dates in addition to the
8860 already-supported extended format dates.
8861
8862 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8863
8864 * international/ucs-normalize.el: Add a `coding' file variable.
8865
8866 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8867
8868 2009-08-14 Sam Steingold <sds@gnu.org>
8869
8870 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8871
8872 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * faces.el (help-argument-name): Define it here instead of
8875 help-fns.el, because in daemon mode help-fns.el may be loaded when
8876 faces are still uninitialized (Bug#1078).
8877
8878 * help-fns.el (help-argument-name): Move defface to faces.el.
8879
8880 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8881
8882 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8883 create buffer with a pty but no process so that GDB can make the
8884 inferior the controlling process.
8885
8886 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8887
8888 * international/ucs-normalize.el: New file.
8889
8890 2009-08-13 Richard Stallman <rms@gnu.org>
8891
8892 * mail/rmail.el (rmail-get-attr-names):
8893 Accept an attribute header that is too short.
8894
8895 * mail/rmail.el (rmail-forget-messages):
8896 Ignore nil elt in rmail-message-vector. Use dotimes.
8897
8898 * progmodes/compile.el (compilation-goto-locus):
8899 Use next-error-move-function.
8900
8901 * simple.el (next-error-move-function): New variable.
8902
8903 2009-08-12 Juri Linkov <juri@jurta.org>
8904
8905 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8906 always non-nil. (Bug#4052)
8907
8908 * replace.el (read-regexp): Return empty string when
8909 `default-value' is nil.
8910 (keep-lines-read-args): Don't use empty string as the
8911 default value for `read-regexp'. (Bug#2495)
8912
8913 2009-08-12 Juri Linkov <juri@jurta.org>
8914
8915 * international/mule-cmds.el (ucs-insert): Change arguments
8916 from `arg' to `character', `count', `inherit' to be the same
8917 as in `insert-char'. Doc fix. (Bug#4039)
8918
8919 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8920
8921 2009-08-12 Juri Linkov <juri@jurta.org>
8922
8923 * files-x.el: New file.
8924
8925 * files.el: Move code that deals with adding/deleting
8926 file/directory-local variables to files-x.el.
8927
8928 * Makefile.in (ELCFILES): Add files-x.elc.
8929
8930 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8931
8932 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8933 to use `goto-line'.
8934 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8935 `goto-line'.
8936 (gdb-invalidate-disassembly): Do not refresh upon receiving
8937 'update signal. Instead, update all disassembly buffers only after
8938 threads list.
8939 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8940 (gdb-starting): Moved -data-list-register-names...
8941 (gdb-stopped): ...here so it's sent when first thread stops.
8942 (gdb-registers-handler-custom): Do nothing if register names are
8943 unknown yet.
8944
8945 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8946 from `gdb-mi.el' to avoid extra tangling.
8947
8948 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8949 change which breaks `gud-def' definitions used in `gdb'.
8950 (gdb-update-gud-running): No extra fuss for updating frame number.
8951
8952 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8953
8954 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8955 (describe-language-environment-map, setup-language-environment-map)
8956 (set-coding-system-map): Move initialization into declaration.
8957 (set-language-info-alist): Last arg to define-key-after can be skipped.
8958
8959 * international/quail.el (quail-completion-1): Simplify.
8960 (quail-define-rules): Use slightly more compact code.
8961 (quail-insert-decode-map): Propertize keys, compact columns.
8962
8963 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8964 Add goto-line.
8965
8966 2009-08-10 Miles Bader <miles@gnu.org>
8967
8968 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8969 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8970 (js2-instance-member, js2-private-member, js2-private-function-call)
8971 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8972 (js2-magic-paren, js2-external-variable):
8973 Remove "-face" suffix from face names.
8974 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8975 (js2-highlight-undeclared-vars, js2-peek-token)
8976 (js2-parse-function-params, js2-mode-show-errors)
8977 (js2-mode-show-warnings, js2-make-magic-delimiter)
8978 (js2-mode-highlight-magic-parens): Update to use new face names.
8979
8980 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8981
8982 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8983 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8984
8985 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * subr.el: Provide hashtable-print-readable.
8988
8989 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8990 hs-c-like-adjust-block-beginning.
8991 (hs-hide-block-at-point): Stop hiding at the beginning of
8992 hs-block-end-regexp (Bug#700).
8993
8994 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8995
8996 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8997 a macro.
8998 (gdb-registers-handler-custom): Do not fail when register names
8999 are unavailable.
9000
9001 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9002
9003 * progmodes/gdb-mi.el (gdb-control-all-threads)
9004 (gdb-control-current-thread): Interactive setters for
9005 `gdb-gud-control-all-threads' to use in menu.
9006 (gdb-show-run-p): Show «Go» when process is not active.
9007 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9008 gud/thread.xpm and gud/all.xpm.
9009
9010 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9011
9012 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9013 (nslookup-font-lock-keywords): Make it a variable.
9014 (net-utils-mode): New mode for viewing diagnostic network output.
9015 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9016 (net-utils-run-simple): New function.
9017 (ifconfig, iwconfig, netstat, arp, route): Use it.
9018
9019 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9020
9021 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9022 (gdb-memory-set-address, def-gdb-set-positive-number)
9023 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9024 after changing settings.
9025 (gdb-invalidate-disassembly): Update when first shown.
9026 (gdb-edit-locals-value): Fixed.
9027 (gdb-registers-handler-custom): Print registers in right order and
9028 allow changing register values (only for current thread yet).
9029 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9030 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9031 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9032 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9033 info in mode name.
9034 (gdb-registers-mode-map): TAB to switch to locals.
9035
9036 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9037
9038 * mail/rmail.el (rmail-add-mbox-headers)
9039 (rmail-set-message-counters-counter): Search for
9040 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9041
9042 2009-08-08 Glenn Morris <rgm@gnu.org>
9043
9044 * Makefile.in (ELCFILES): Update.
9045
9046 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9047
9048 * mail/sendmail.el (mail-yank-original): Set
9049 buffer-file-coding-system from the one used by the message whose
9050 text is yanked.
9051
9052 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9053 to "windows" when "pgnuplot" is used.
9054 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9055 call accept-process-output if "pgnuplot" is used.
9056 (calc-graph-init): Don't send -display and -geometry to
9057 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9058 running "pgnuplot -V" with shell-command-to-string.
9059
9060 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9061 the default.
9062
9063 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9064
9065 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9066 org/org-latex.elc.
9067
9068 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9069
9070 * vc-dispatcher.el (vc-resynch-window): Update comment.
9071
9072 * term.el (term-handle-ansi-escape): Add comments with the
9073 terminfo capabilities implemented.
9074
9075 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9076
9077 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9078 (gdb-var-create-handler): Rewritten using JSON parser.
9079 (gdb-propertize-header): Moved earlier.
9080 (gdb-set-header): Removed to avoid duplication.
9081 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9082 Refresh disassembly buffers only after threads list have been
9083 update.
9084 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9085 variables.
9086
9087 2009-08-04 Juri Linkov <juri@jurta.org>
9088
9089 * files.el: Commands to add/delete file/directory-local variables.
9090 (read-file-local-variable, read-file-local-variable-value)
9091 (read-file-local-variable-mode, modify-file-local-variable)
9092 (modify-file-local-variable-prop-line)
9093 (modify-dir-local-variable): New functions.
9094 (add-file-local-variable, delete-file-local-variable)
9095 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9096 (add-dir-local-variable, delete-dir-local-variable)
9097 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9098 (copy-dir-locals-to-file-locals-prop-line): New commands.
9099
9100 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9101
9102 * abbrev.el (insert-abbrev-table-description): Prettify output.
9103 Suggested by Karl Chen.
9104
9105 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9106
9107 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9108 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9109 (gdb-overlay-arrow-position, gdb-thread-position)
9110 (gdb-disassembly-position): Declare variables.
9111 (gdb-wait-for-pending): Function now.
9112 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9113 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9114 compilation goes smoothly.
9115 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9116 (gdb-non-stop-setting): New customization setting which replaces
9117 `gdb-non-stop' so changing it doesn't break active GDB session.
9118 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9119 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9120 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9121 (gdb-show-threads-by-default): New customization options.
9122 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9123 routines.
9124 (gdb-get-buffer-create): Send buffers update signal when they are
9125 created.
9126 (gdb-invalidate-locals, gdb-invalidate-registers)
9127 (gdb-invalidate-breakpoints)
9128 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9129 (gdb-invalidate-memory): Accept update signal.
9130 (gdb-current-context-command): Use --frame option.
9131 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9132 Implement `gdb-frame-number' selection logic.
9133 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9134 whether to show GUD toolbar buttons.
9135 (gdb-thread-exited): Unselect current thread when it exits.
9136 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9137 (gdb-mark-line): Routine which sets overlay arrow or inverses
9138 video on fringeless displays.
9139 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9140 to build aligned columns of data in GDB buffers and set text
9141 properties line-by-line.
9142 (gdb-invalidate-breakpoints)
9143 (gdb-breakpoints-list-handler-custom)
9144 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9145 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9146 (gdb-registers-handler-custom): Align data columns.
9147 (gdb-locals-handler-custom): Now prints data like in variable
9148 declarations.
9149 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9150 Removed confusing buttons.
9151 (gdb-invalidate-threads): Append --frame.
9152 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9153 between breakpoints/threads buffers.
9154 (gdb-set-window-buffer): Now can ignore dedicated windows.
9155 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9156 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9157 (def-gdb-thread-buffer-gud-command): Replaces
9158 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9159 for fine thread control.
9160 (gdb-preempt-existing-or-display-buffer): New function used to
9161 display bound buffers without breaking window layout.
9162 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9163 (gdb-select-frame): New version of `gdb-frames-select' which now
9164 sets `gdb-frame-number' so commands may use --frame option instead
9165 of inner debugger state.
9166 (gdb-frame-handler): Do not set `gdb-frame-number'.
9167 (gdb-threads-mode-map): Select threads with mouse.
9168
9169 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9170 avoid compilation warning.
9171 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9172 `gdb-show-stop-p`.
9173
9174 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9175 Argument `key' renamed to `buffer-type'.
9176 (gdb-current-context-buffer-name): Do not add thread info to
9177 buffer name when no thread is selected.
9178 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9179 command (bug 3794).
9180 (gdb-thread-selected): Handle `=thread-selected' notification.
9181 (gdb-wait-for-pending): New macro to deal with congestion problems.
9182 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9183 breakpoints.
9184 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9185 This fixes problem similar to one described in bug 3947.
9186 (gud-menu-map): More menu items.
9187 (gdb-init-1): Reset `gdb-thread-number' to nil.
9188
9189 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9190 non-stop settings.
9191
9192 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9193 (gdb-current-context-command): Do not append --thread if
9194 `gdb-thread-number' is nil.
9195 (gdb-running-threads-count, gdb-stopped-threads-count): New
9196 variables.
9197 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9198 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9199 customization options.
9200 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9201 GUD commands.
9202 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9203 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9204 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9205 set `gdb-thread-number' and update `gud-running' properly.
9206 (gdb-running): Update threads list when new threads appear.
9207 (gdb-stopped): Support non-stop operation and new thread switching
9208 logic.
9209 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9210 (gdb-json-partial-output): New set of JSON routines.
9211 (def-gdb-auto-update-trigger): New `signal-list' optional
9212 argument.
9213 (gdb-thread-list-handler-custom): Update `gud-running',
9214 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9215 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9216 (gdb-continue-thread, gdb-step-thread): New commands for fine
9217 thread execution control.
9218 (gud-menu-map): New menu items to switch non-stop options.
9219 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9220 (gdb-send): Mimic RET properly (bug 3794).
9221
9222 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9223 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9224 gdb-buffer-rules.
9225 (def-gdb-auto-update-handler): New nopreserve optional argument.
9226 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9227
9228 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9229 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9230 (gdb-parent-mode): New mode to derive other GDB modes from.
9231 (gdb-display-disassembly-for-thread)
9232 (gdb-frame-disassembly-for-thread): New commands for threads
9233 buffer.
9234
9235 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9236 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9237 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9238 (gdb-update): We now store all GDB buffers in a list so that they
9239 can be updated by traversing a list instead of calling invalidate
9240 triggers explicitly.
9241 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9242 pair for GDB buffer.
9243 (gdb-stack-buffer-name): Add thread information.
9244 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9245 handle pending triggers.
9246 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9247 (def-gdb-thread-buffer-simple-command)
9248 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9249 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9250 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9251 New commands which show buffers bound to thread.
9252 (gdb-stack-list-locals-regexp): Removed unused regexp.
9253
9254 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9255 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9256 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9257 to (gud-comint-buffer) in *-buffer-name functions
9258 because (gdb-get-target-string) already does that.
9259 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9260 (gdb-changed-registers-handler): Rewritten without regexps.
9261
9262 * progmodes/gdb-mi.el: Basic thread selection support.
9263 (gdb-thread-number): New variable.
9264 (gdb-current-context-command): New macro which adds --thread
9265 option to command.
9266 (gdb-threads-mode-map): Select thread with SPC.
9267 (gdb-thread-list-handler-custom): Mark current thread with overlay
9268 arrow. Synchronize GDB thread and Emacs thread.
9269 (gdb-select-thread): New command which selects current thread.
9270 (gdb-invalidate-frames, gdb-invalidate-locals)
9271 (gdb-invalidate-registers): Use --thread option.
9272
9273 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9274
9275 * net/tramp.el (top): Make check for tramp-gvfs loading more
9276 robust. (Bug#3977)
9277 (tramp-handle-insert-file-contents): `unwind-protect' must be
9278 inside `with-parsed-tramp-file-name'.
9279
9280 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9281 fails.
9282
9283 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9284
9285 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9286 directory if CLASSPATH is not set.
9287
9288 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9289
9290 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9291 New defconst.
9292 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9293
9294 2009-08-02 Kevin Ryde <user42@zip.com.au>
9295
9296 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9297 Update freshmeat link. Delete newsforge.com as it seems gone.
9298
9299 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9300
9301 * select.el (x-set-selection): Doc fix (Bug#4021).
9302
9303 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9304
9305 * help-fns.el (describe-variable): Treat list return values from
9306 dir-locals-find-file properly (Bug#4005).
9307
9308 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9309
9310 * net/tramp.el (tramp-debug-message): Print also microseconds.
9311
9312 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9315 or END is non-nil.
9316 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9317 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9318 format.
9319
9320 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9321 (tramp-get-file-property): Use it.
9322
9323 * autorevert.el (auto-revert-handler): Allow
9324 `auto-revert-tail-mode' for remote files.
9325
9326 2009-08-02 Jason Rumney <jasonr@gnu.org>
9327
9328 * minibuffer.el (read-file-name): Treat confirm options to
9329 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9330
9331 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9332
9333 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9334 (font-lock-variable-name-face, font-lock-constant-face): Darken
9335 the colors for light backgrounds.
9336
9337 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9338
9339 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9340 month names. (Bug#3987)
9341
9342 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9343
9344 * simple.el (line-move-finish): Pass whole number to
9345 line-move-to-column.
9346 (line-move-visual): Perform hscroll to the recorded position.
9347
9348 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9349
9350 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9351
9352 2009-07-29 Alan Mackenzie <acm@muc.de>
9353
9354 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9355
9356 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9357
9358 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9359 (gdb-place-breakpoints): Use full path when setting breakpoints.
9360
9361 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9362
9363 * calc/calc.el (calc-mode-map): Add keybinding for
9364 `calc-transpose-lines'.
9365
9366 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9367
9368 * calc/calc-misc.el (calc-transpose-lines): New function.
9369
9370 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9371
9372 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9373 Simplify check for out-of-band methods.
9374 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9375 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9376
9377 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9378
9379 * vc-git.el (vc-git-checkin): Fix typo.
9380
9381 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9382
9383 * progmodes/js2-mode.el: New file.
9384
9385 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9386
9387 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9388 (gud-menu-map): Adjust tooltip accordingly.
9389
9390 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9391
9392 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9393 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9394
9395 * add-log.el (change-log-mode-map): Add a menu.
9396
9397 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9398
9399 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9400 function returns nil.
9401 (dbus-handle-event): Handle special return value :ignore.
9402 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9403
9404 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9405
9406 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9407 it's not needed.
9408
9409 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9410
9411 Fix Bug#3888:
9412
9413 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9414
9415 * term/pc-win.el (x-display-name, x-colors)
9416 (x-select-enable-clipboard, x-select-text): Doc fix.
9417
9418 * term/common-win.el (x-display-name, x-colors): Doc fix.
9419
9420 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9421 (xw-defined-colors): Doc fix.
9422
9423 * w32-fns.el (x-select-text, x-setup-function-keys)
9424 (x-get-selection, x-set-selection): Doc fix.
9425
9426 * term/x-win.el (x-select-text, x-setup-function-keys)
9427 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9428
9429 * select.el (x-set-selection): Doc fix.
9430
9431 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9432
9433 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9434 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9435 "IsNSSSupportAvailable" method is not available. Reported by
9436 Steve Youngs <steve@sxemacs.org>.
9437
9438 2009-07-24 Kenichi Handa <handa@m17n.org>
9439
9440 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9441 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9442 (build-unicode-category-table): Fix range checks.
9443
9444 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9447 the buffer we try to sync is current when calling
9448 vc-resynch-buffer.
9449
9450 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9451 not show up to date files.
9452
9453 2009-07-24 Glenn Morris <rgm@gnu.org>
9454
9455 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9456 Add autoload cookies. If necessary, initialize.
9457 (elint-log): Handle non-file buffers.
9458 (elint-initialize): Add optional argument to reinitialize.
9459 (elint-find-builtin-variables): Save excursion.
9460
9461 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9462
9463 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9464 for Lint.
9465
9466 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9467
9468 * vc.el (vc-print-log-internal): New function, split out from ...
9469 (vc-print-log): ... here.
9470 (vc-dir-move-to-goal-column): Declare.
9471
9472 * vc-git.el (vc-git-add-signoff): New variable.
9473 (vc-git-checkin): Use it.
9474 (vc-git-toggle-signoff): New function.
9475 (vc-git-extra-menu-map): Bind it to menu.
9476 (vc-git--run-command-string): Accept a nil FILE argument.
9477 (vc-git-stash-list): New function.
9478 (vc-git-dir-extra-headers): Use it.
9479
9480 2009-07-23 Glenn Morris <rgm@gnu.org>
9481
9482 * help-fns.el (describe-variable): Describe ignored and risky local
9483 variables in a similar way to that in which we describe safe ones.
9484
9485 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9486 (byte-compile-output-file-form, byte-compile-output-docform)
9487 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9488 Give some more local variables with common names a "bytecomp-" prefix,
9489 so as not to shadow things during compilation.
9490 * emacs-lisp/cl-macs.el (load-time-value)
9491 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9492 `outbuffer' to `bytecomp-outbuffer'.
9493
9494 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9495 since the next two variables cover them automatically now.
9496 (elint-builtin-variables, elint-autoloaded-variables): New.
9497 (elint-unknown-builtin-args): Remove all members, since they can be
9498 parsed automatically now.
9499 (elint-extra-errors): New.
9500 (elint-env-add-env, elint-env-add-macro): Use cadr.
9501 (elint-current-buffer): Use or. Change final message.
9502 (elint-get-top-forms): Use line-end-position.
9503 (elint-init-env): Use cadr. Handle autoload, declare-function,
9504 and defalias.
9505 (elint-add-required-env): Doc fix. Use or. Standardize error.
9506 (regexp-assoc): Remove unused function.
9507 (elint-top-form): Set elint-current-pos, to record the start of the
9508 top-level form, for compilation-mode.
9509 (elint-form): Trap errors in macro expansion. Use dolist.
9510 (elint-unbound-variable): Use elint-builtin-variables and
9511 elint-autoloaded-variables.
9512 (elint-get-args): Use cadr, or.
9513 (elint-check-cond-form): Use dolist, cadr.
9514 (elint-check-condition-case-form): Doc fix. Use cadr.
9515 Use elint-extra-errors.
9516 (elint-log): New function.
9517 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9518 Distinguish errors and warnings.
9519 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9520 Use a bytecomp-style format.
9521 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9522 (elint-get-log-buffer): Use compilation mode. Disable undo.
9523 Don't truncate lines.
9524 (elint-initialize): Set builtin and autoloaded variable lists.
9525 Only process elint-unknown-builtin-args if non-nil.
9526 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9527 New functions.
9528 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9529
9530 2009-07-22 Kevin Ryde <user42@zip.com.au>
9531
9532 * net/newst-backend.el (newsticker--parse-atom-1.0)
9533 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9534 (newsticker--parse-rss-1.0):
9535 * progmodes/idlwave.el (idlwave-mode):
9536 * progmodes/idlw-shell.el (idlwave-shell-mode):
9537 * progmodes/vera-mode.el (vera-mode):
9538 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9539 * progmodes/vhdl-mode.el (vhdl-mode):
9540 * textmodes/table.el (table-generate-source)
9541 (table--warn-incompatibility):
9542 Hyperlink urls in docstrings with URL `...'.
9543
9544 2009-07-22 Glenn Morris <rgm@gnu.org>
9545
9546 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9547 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9548 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9549 Remove leading * from defcustom docs.
9550
9551 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9552
9553 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9554 defcustom doc.
9555 (list-load-path-shadows): Optionally, just return shadows as a string.
9556
9557 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9558
9559 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * mail/rmailedit.el (rmail-edit-mode): Use
9562 auto-save-include-big-deletions.
9563
9564 * mail/rmail.el (rmail-variables): Use
9565 auto-save-include-big-deletions.
9566
9567 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9568 changes.
9569
9570 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9571
9572 * calc/calc.el (calc-undo-length): New variable.
9573 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9574
9575 2009-07-21 Richard Stallman <rms@gnu.org>
9576
9577 * files.el (auto-save-mode): Handle buffer-save-size = -2
9578 for toggling mode.
9579
9580 2009-07-21 Glenn Morris <rgm@gnu.org>
9581
9582 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9583
9584 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9585
9586 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9587 silence compiler. Instead...
9588 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9589 (ps-print-ensure-fontified): Update for above function name changes.
9590
9591 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9592 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9593 silence compiler. Instead...
9594 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9595 (mh-show-buffer): Only define for compiler.
9596 (pr-mh-current-message): Update for above function name changes.
9597
9598 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9599 as an argument.
9600 (find-file-noselect, insert-file-1): Update for above change.
9601
9602 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9603
9604 * mail/mailclient.el (mailclient-send-it): Fix message.
9605
9606 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9607 (edebug-eval): Check cl-debug-env is bound.
9608 (print-level, print-circle): Don't redefine built-in variables.
9609
9610 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9611 (custom-print-vectors): Remove old comments from doc.
9612
9613 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9614 (emerge-version): Make the variable an obsolete alias for the
9615 emacs-version variable. Make the function obsolete.
9616 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9617 Emerge options, rather than merging in into the main Options menu.
9618 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9619 and auto advance modes. Disable edit/fast items when not relevant.
9620
9621 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9622
9623 * term/vt420.el (terminal-init-vt420): Fix typo.
9624
9625 2009-07-20 Sam Steingold <sds@gnu.org>
9626
9627 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9628 variable (removed from compile.el on 2004-03-11).
9629
9630 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * files.el (hack-local-variables-filter): Fix last change.
9633
9634 2009-07-19 Juri Linkov <juri@jurta.org>
9635
9636 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9637 (dir-local-variables-alist): New buffer-local variable.
9638 (hack-local-variables-filter): If variable is not dir-local,
9639 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9640 because file-local overrides dir-local.
9641 (c-postprocess-file-styles) <declare-function>:
9642 Remove obsolete declaration.
9643 (hack-dir-local-variables): Add dir-local variable/value pair to
9644 `dir-local-variables-alist' and remove duplicates. Doc fix.
9645
9646 * help-fns.el (describe-variable): Add information about
9647 file-local and dir-local variables.
9648
9649 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * files.el (hack-local-variables-filter): Rewrite.
9652
9653 2009-07-19 Glenn Morris <rgm@gnu.org>
9654
9655 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9656 Silence compiler by only defining on XEmacs.
9657
9658 * international/mule.el (auto-coding-regexp-alist): Only match
9659 BABYL... at the start of buffer, not of lines. (Bug#3790)
9660
9661 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9662 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9663 (cal-menu-context-mouse-menu): Doc fix.
9664
9665 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9666
9667 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9668
9669 2009-07-18 Juri Linkov <juri@jurta.org>
9670
9671 * info.el: Virtual Info keyword finder.
9672 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9673 (Info-finder-file): New variable.
9674 (Info-finder-find-file): New function.
9675 (finder-known-keywords, finder-package-info)
9676 (find-library-name, lm-commentary): Use defvar and
9677 declare-function to silence compiler warnings.
9678 (Info-finder-find-node): New function.
9679 (info-finder): New command.
9680
9681 * subr.el (process-kill-buffer-query-function): New function.
9682 (add-hook)<kill-buffer-query-functions>: Add hook
9683 `process-kill-buffer-query-function'.
9684
9685 2009-07-18 Alan Mackenzie <acm@muc.de>
9686
9687 * progmodes/cc-mode.el (c-before-hack-hook)
9688 (c-postprocess-file-styles): Give invocation of `c-set-style'
9689 DONT-OVERRIDE parameter of t. Already set style variables will
9690 thus not be overridden by style settings given by `c-file-syle'.
9691
9692 * files.el (hack-local-variables-filter): Remove entries with
9693 duplicate keys from `file-local-variables-alist'.
9694
9695 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9696
9697 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9698 x-set-selection if display-selections-p returns nil for the
9699 current frame.
9700
9701 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9704
9705 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9706
9707 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9708 Accept nil in addition to a regexp.
9709 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9710 Accept nil in addition to a regexp.
9711 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9712 buffers that have an associated file. Handle nil values of
9713 desktop-buffers-not-to-save and desktop-files-not-to-save.
9714 (Bug#3833)
9715
9716 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9717 (x-disown-selection-internal): New functions.
9718
9719 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9720
9721 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9722 warning.
9723 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9724 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9725
9726 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9727
9728 * simple.el (set-mark): Revert last change.
9729
9730 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9731
9732 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9733 rendering of pngs is not possible instead of messaging a long
9734 description.
9735
9736 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9737
9738 * w32-fns.el (x-selection-owner-p): New function.
9739
9740 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9741 (mouse-yank-at-click, mouse-yank-primary): If
9742 select-active-regions is non-nil, deactivate the mark before
9743 insertion.
9744
9745 * simple.el (deactivate-mark, set-mark): Only save selection if we
9746 own it.
9747
9748 2009-07-17 Kenichi Handa <handa@m17n.org>
9749
9750 * case-table.el (describe-buffer-case-table): Fix for the case
9751 that KEY is a cons.
9752
9753 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9754
9755 * vc-rcs.el (vc-rcs-find-file-hook):
9756 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9757
9758 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9759
9760 * net/tramp.el (tramp-wait-for-output): Handle the case when
9761 commands do not return a newline but a null byte before the shell
9762 prompt. (Bug#3858)
9763
9764 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9765
9766 * term/ns-win.el (ns-set-alpha): Don't declare.
9767 (ns-set-background-alpha): Remove function.
9768
9769 2009-07-16 Kevin Ryde <user42@zip.com.au>
9770
9771 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9772 y-or-n-p, for safety.
9773
9774 2009-07-16 Richard Stallman <rms@gnu.org>
9775
9776 * files.el (auto-save-mode): If buffer-saved-size is -2,
9777 don't clobber it.
9778
9779 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9780 (rmail-retry-ignored-headers): Add more uninteresting fields.
9781
9782 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9783
9784 * net/rcirc.el (rcirc): Use history variables.
9785 (rcirc-server-name-history, rcirc-nick-name-history)
9786 (rcirc-server-port-history): New variables.
9787
9788 2009-07-15 Kenichi Handa <handa@m17n.org>
9789
9790 * international/mule-cmds.el (set-language-environment-charset):
9791 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9792 ignore them.
9793
9794 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9795 Delete unibyte-display.
9796
9797 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9800
9801 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9802
9803 * simple.el (deactivate-mark): Optional argument FORCE.
9804 (set-mark): Use deactivate-mark.
9805
9806 * info.el (Info-search): No need to check transient-mark-mode
9807 before calling deactivate-mark.
9808
9809 * select.el (x-set-selection): Doc fix.
9810 (x-valid-simple-selection-p): Allow buffer values.
9811 (xselect--selection-bounds): Handle buffer values. Suggested by
9812 David De La Harpe Golden.
9813
9814 * mouse.el (mouse-set-region, mouse-drag-track): Call
9815 copy-region-as-kill before setting the mark, to let
9816 select-active-regions work.
9817
9818 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9819
9820 * simple.el (deactivate-mark): If select-active-regions is
9821 non-nil, copy the selection data into a string.
9822 (activate-mark): If select-active-regions is non-nil, set the
9823 selection to the current buffer.
9824 (set-mark): Update selection if select-active-regions is non-nil.
9825
9826 * select.el (x-valid-simple-selection-p): Allow buffer values.
9827
9828 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9831 and more featureful message-mode.
9832
9833 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * select.el (x-set-selection): Doc fix.
9836 (x-valid-simple-selection-p): Disallow selection data consisting
9837 of a list or cons of integers, since that is not used.
9838 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9839 (xselect-convert-to-string, xselect-convert-to-length)
9840 (xselect-convert-to-filename, xselect-convert-to-charpos)
9841 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9842
9843 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9844
9845 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9846 output in -break-info command (Emacs bug #3794).
9847
9848 2009-07-14 Glenn Morris <rgm@gnu.org>
9849
9850 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9851 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9852 (edebug-print-length, edebug-print-level, edebug-print-circle)
9853 (edebug-sit-for-seconds, edebug-view-outside)
9854 (edebug-bounce-point, edebug-set-global-break-condition)
9855 (edebug-Go-nonstop-mode, edebug-trace-mode)
9856 (edebug-Trace-fast-mode, edebug-continue-mode)
9857 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9858 (edebug-visit-eval-list): Doc fixes.
9859
9860 * subr.el (def-edebug-spec): Doc fix.
9861
9862 2009-07-14 Kenichi Handa <handa@m17n.org>
9863
9864 * international/characters.el: Fix setting of category ?C.
9865
9866 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9867
9868 * term/ns-win.el (x-select-font): defalias x-select-font to
9869 ns-popup-font-panel instead of generate-fontset-menu.
9870
9871 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9872
9873 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9874
9875 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9876
9877 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9878 the PK\003\004 header (Bug#3770).
9879
9880 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9881
9882 * pcomplete.el (pcomplete-comint-setup): Check for
9883 shell-dynamic-complete-filename too.
9884
9885 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9886
9887 * simple.el (temporary-goal-column): Change the value for
9888 line-move-visual to a cons cell.
9889 (line-move-visual): Record or set the window hscroll, if
9890 necessary (Bug#3494).
9891 (line-move-1): Handle cons value of temporary-goal-column.
9892
9893 2009-07-11 Kenichi Handa <handa@m17n.org>
9894
9895 * international/mule-diag.el (describe-character-set): Don't show
9896 width.
9897
9898 2009-07-10 Sam Steingold <sds@gnu.org>
9899
9900 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9901 Omake sometimes indents the errors it prints, so allow all
9902 regexps to start with spaces.
9903
9904 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9905
9906 * cus-edit.el (customize-changed-options-previous-release):
9907 Bump value to 22.1. (Bug#3804)
9908
9909 2009-07-08 Sam Steingold <sds@gnu.org>
9910
9911 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9912 to be a cons cell (test . ignored-directory) to selectively ignore
9913 some directories depending on the location of the search.
9914
9915 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9916
9917 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9918 remote user is root, on the local host.
9919 (tramp-local-host-p): Either the local user or the remote user
9920 must be root. (Bug#3771)
9921
9922 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9923
9924 * progmodes/gdb-mi.el (gdb): Remove description of
9925 gdb-use-separate-io-buffer.
9926 (menu): Don't allow toggling of or enable
9927 gdb-use-separate-io-buffer from menubar.
9928
9929 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9930
9931 * mail/unrmail.el (unrmail): Make sure the message ends with two
9932 newlines (Bug#3769).
9933
9934 2009-07-08 Glenn Morris <rgm@gnu.org>
9935
9936 * calendar/calendar.el (calendar-current-date): Rework previous change.
9937
9938 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9939
9940 * calendar/calendar.el (calendar-current-date):
9941 Add an optional argument giving an offset from today.
9942
9943 2009-07-08 Glenn Morris <rgm@gnu.org>
9944
9945 * tutorial.el (tutorial--describe-nonstandard-key):
9946 Adjust the message for when a key has been unbound.
9947 (help-with-tutorial): Hide the arch-tag.
9948
9949 2009-07-08 Kenichi Handa <handa@m17n.org>
9950
9951 * international/fontset.el (setup-default-fontset): For each
9952 script, append (not set) font-specs.
9953
9954 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9955 docstring.
9956
9957 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9958
9959 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9960 -data-list-register-names to ...
9961 (gdb-starting): ... here because GDB 7.0 requires execution to
9962 have started when using this MI command.
9963 (gdb-set-header): New function to distinguish select and
9964 unselected tabs in gdb buffers.
9965 (gdb-propertize-header): New macro that uses gdb-set-header.
9966 (gdb-breakpoints-header, gdb-locals-header): Use it.
9967 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9968
9969 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9970
9971 * Makefile.in (ELCFILES): Remove fadr.elc.
9972
9973 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9974
9975 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9976 may contain frame information, so `string-match' should be used.
9977 (gdb-update): Disassembly is invalidated through
9978 `gdb-get-selected-frame'.
9979 (gdb-pad-string): New function to pad string with spaces.
9980 (gdb-invalidate-disassembly): Invalidate only if the buffer
9981 exists.
9982 (gdb-disassembly-handler-custom): Column alignment.
9983 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9984 placing new ones.
9985 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9986 end of line, too.
9987 (gdb-frame-handler): Match convention to for disassembly buffer
9988 mode name.
9989 (gdb-stack-list-frames-handler): Rewritten without regexps.
9990 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9991 not highlight breakpoints without line information.
9992 (gdb-input): Add trailing newline to command.
9993
9994 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9995 buffer properly.
9996 (gdb-breakpoints-list-handler-custom): Replacement for
9997 `gdb-break-list-handler'. Using real parser instead of regexps
9998 now.
9999 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10000 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10001 to place breakpoints.
10002 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10003 functions.
10004 (gdb-disassembly-handler-custom): Show overlay arrow.
10005 (gdb-disassembly-place-breakpoints): Show breakpoints in
10006 disassembly buffer.
10007 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10008 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10009 instead of parsing breakpoints buffer. Fixed old menu references
10010 in `gud-menu-map'.
10011
10012 * fadr.el: Remove.
10013
10014 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10015 (gdb-memory-address): New variable which holds top address of
10016 memory page shown in memory buffer.
10017 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10018 customization variables.
10019 New functions:
10020 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10021 display the memory buffer.
10022 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10023 buffer display parameters.
10024 (def-gdb-memory-format, gdb-memory-format-binary)
10025 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10026 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10027 Functions for setting memory buffer format.
10028 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10029 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10030 unit size used in memory buffer.
10031 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10032 to next/previous page of memory buffer.
10033 Now using (bindat-get-field) instead of fadr functions.
10034
10035 2009-07-07 Sam Steingold <sds@gnu.org>
10036
10037 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10038 non-top-level files.
10039
10040 2009-07-07 Kenichi Handa <handa@m17n.org>
10041
10042 * international/mule-cmds.el (reset-language-environment): Put
10043 the highset priority to the charset iso-8859-1.
10044
10045 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10046
10047 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10048 to the end of the line when locating the block (Bug#700).
10049
10050 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10051
10052 * net/tramp.el (tramp-handle-write-region): Flush file properties
10053 in case of short track.
10054
10055 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10056
10057 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10058 Coded custom representation of verilog error regular expressions
10059 to work with Emacs-22's new format.
10060 (verilog-error-regexp-xemacs-alist): Coded custom representation
10061 of verilog error regular expressions to work with XEmacs format.
10062 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10063 error recognition into XEmacs.
10064 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10065 error recognition into Emacs-22.
10066
10067 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * woman.el: Remove stand-alone closing parentheses.
10070 (woman-file-name, woman2-format-paragraphs)
10071 (woman-leave-blank-lines): Code cleanup.
10072 (woman-use-own-frame): Change default to nil.
10073 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10074 defaults to inherit from default faces.
10075 (woman2-process-escapes): Consume the newline after a stand-alone
10076 filler character (Bug#3651).
10077
10078 2009-07-06 Glenn Morris <rgm@gnu.org>
10079
10080 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10081 (top-level): Move provide to the end.
10082 (ffap): Remove defunct URL from custom group.
10083
10084 * subr.el (eval-after-load): Doc fix.
10085
10086 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10087
10088 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10089 `calc-embedded-word' is called twice.
10090
10091 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * files.el (find-alternate-file-other-window, find-alternate-file):
10094 Obey confirm-nonexistent-file-or-buffer.
10095
10096 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10097
10098 * dired-aux.el (dired-show-file-type): Handle remote files.
10099
10100 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10101
10102 * desktop.el (desktop-globals-to-save):
10103 Add file-name-history (Bug#2750).
10104
10105 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10106
10107 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10108
10109 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10110
10111 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10112 property on entire argument since this is what eshell-lisp-command
10113 expects.
10114
10115 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10116
10117 * net/tramp-gvfs.el (tramp-gvfs-methods)
10118 (tramp-gvfs-zeroconf-domain)
10119 (tramp-bluez-discover-devices-timeout): Add version flag.
10120 (tramp-gvfs-handler-mounted-unmounted)
10121 (tramp-gvfs-connection-mounted-p): Polish handling of
10122 incompatibilities between GVFS 0.2 and 1.0.
10123
10124 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10125
10126 * cus-start.el (all): Add make-pointer-invisible.
10127
10128 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10129
10130 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10131 formatted correctly.
10132
10133 2009-07-02 Juri Linkov <juri@jurta.org>
10134
10135 * info.el: Virtual Info files and nodes.
10136 (Info-virtual-files, Info-virtual-nodes): New variables.
10137 (Info-current-node-virtual): New variable.
10138 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10139 New functions.
10140 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10141 to check for a virtual file instead of checking a fixed list
10142 of node names.
10143 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10144 instead of ad-hoc processing of "dir" and (apropos history toc).
10145 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10146 instead of ad-hoc processing of "dir" and (apropos history toc).
10147 Reread a file when moving from a virtual node.
10148 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10149 (Info-directory-toc-nodes, Info-directory-find-file)
10150 (Info-directory-find-node): New functions.
10151 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10152 (Info-history): Move part of code to
10153 `Info-history-find-node'.
10154 (Info-history-toc-nodes, Info-history-find-file)
10155 (Info-history-find-node): New functions.
10156 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10157 (Info-toc): Move part of code to `Info-toc-find-node'.
10158 (Info-toc-find-node): New function.
10159 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10160 the current Info file name to references because now the node
10161 "*TOC*" belongs to the same Info manual.
10162 (Info-toc-build): Rename from `Info-build-toc'.
10163 (Info-toc-nodes): Rename input argument `file' to `filename'.
10164 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10165 instead of ad-hoc processing of ("dir" apropos history toc).
10166 (Info-index-nodes): Use Info-virtual-file-p
10167 to check for a virtual file instead of checking a fixed list
10168 of node names.
10169 (Info-index-node): Add check for `Info-current-node-virtual'.
10170 Raise `save-match-data' higher up the tree to contain
10171 `search-forward' too (bug fix).
10172 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10173 (Info-virtual-index-nodes): New variable.
10174 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10175 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10176 (Info-apropos-file, Info-apropos-nodes): New variables.
10177 (Info-apropos-toc-nodes, Info-apropos-find-file)
10178 (Info-apropos-find-node, Info-apropos-matches): New functions.
10179 (info-apropos): Move part of code to `Info-apropos-find-node' and
10180 `Info-apropos-matches'.
10181 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10182 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10183 for a virtual file instead of checking a fixed list of node names.
10184
10185 * simple.el (async-shell-command): New command.
10186
10187 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10188
10189 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10190 instead of `mount-info'.
10191
10192 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10193
10194 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10195 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10196
10197 2009-07-02 Kenichi Handa <handa@m17n.org>
10198
10199 * international/mule.el (set-keyboard-coding-system): Force *-unix
10200 coding-system to avoid eol conversion.
10201
10202 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10203
10204 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10205 Add handler for `process-file', `shell-command' and
10206 `start-file-process'.
10207 (tramp-gvfs-handle-shell-command)
10208 (tramp-gvfs-handle-start-file-process)
10209 (tramp-gvfs-handle-process-file): New defuns.
10210 (tramp-synce-list-devices): Simplify check for existence of property.
10211
10212 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10213
10214 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10215
10216 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10217
10218 * language/korean.el (set-language-info-alist): Add korean-cp949,
10219 cp949 to spec.
10220
10221 2009-07-01 Kenichi Handa <handa@m17n.org>
10222
10223 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10224
10225 * international/encoded-kb.el: Deleted.
10226
10227 * international/mule.el (set-keyboard-coding-system): Perform the
10228 necessary setup here instead of calling encoded-kbd-setup-display.
10229
10230 2009-07-01 Glenn Morris <rgm@gnu.org>
10231
10232 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10233
10234 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10235
10236 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10237
10238 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10239
10240 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10241 Handle also the 'rename case, when setting file modes. (Bug#3712)
10242 (tramp-default-file-modes): Remove execute permissions.
10243
10244 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10245 (top): Add a default for "synce" in `tramp-default-user-alist'.
10246 Add completion function for "synce" method.
10247 (tramp-hal-service, tramp-hal-path-manager)
10248 (tramp-hal-interface-manager, tramp-hal-interface-device):
10249 New defconst.
10250 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10251 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10252 New defuns.
10253
10254 * net/trampver.el: Update release number.
10255
10256 2009-06-30 Kenichi Handa <handa@m17n.org>
10257
10258 * international/fontset.el (setup-default-fontset): Add CJK fonts
10259 for symbols and the other miscellaneous characters.
10260
10261 * language/korea-util.el (setup-korean-environment-internal):
10262 Make char-width-table suitable for Korean environments.
10263 (exit-korean-environment): Cancel above.
10264
10265 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10266 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10267 setup-function to make char-width-table suitable for respective
10268 environments, and an exit-function to cancel that.
10269
10270 * language/japan-util.el (setup-japanese-environment-internal):
10271 Call use-cjk-char-width-table with arg `ja_JP'.
10272
10273 * international/characters.el (cjk-char-width-table): Delete it.
10274 (cjk-char-width-table-list): New variable.
10275 (use-cjk-char-width-table): New arg local-name.
10276 (use-default-char-width-table): Fix for the case that Emacs is
10277 already using the default char-width-table.
10278
10279 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10280
10281 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10282 modes mandatory. (Bug#3712)
10283
10284 2009-06-29 Alan Mackenzie <acm@muc.de>
10285
10286 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10287 correction between the visible width of TABs and their number of bytes.
10288
10289 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * server.el (server-buffer-done): Prevent kill-buffer from
10292 prompting by clearing the buffer modification flag (Bug#3696).
10293
10294 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10295
10296 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10297 (verilog-endcomment-reason-re): Support unique case and priority case.
10298 (verilog-basic-complete-re): Support localparam lineup.
10299 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10300 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10301 commenting.
10302 (verilog-leap-to-case-head): Now support *nested* unique &
10303 priority case statements.
10304 (verilog-auto-lineup): Make just declarations the default (as it
10305 had been).
10306 (verilog-leap-to-case-head): Support priority/unique case statements.
10307 (verilog-auto-lineup): Rework to give users radio buttons to
10308 select the various styles of automatic lineup.
10309 (verilog-error-regexp-alist): Rework to support the XEmacs style
10310 of error regular expressions from compilers, lint tools &
10311 simulators. Note that GNU Emacs has made it impossible for a mode
10312 to load such things.
10313 (electric-verilog-terminate-line, verilog-indent-declaration)
10314 (verilog-auto-wiure): Rework for radio button selection of
10315 auto-lineup selection of specification of auto lineup.
10316 (verilog-beg-of-statement-1): Redesign to support proper operation
10317 in additional code, based on testing with auto-lineup.
10318 (verilog-calculate-indent, assignments & declarations)
10319 (verilog-backward-token): Enhance to support auto-lineup of
10320 assignments & declarations.
10321 (verilog-in-directive-p, verilog-at-struct-p): New function for
10322 easy test of whether we are.
10323 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10324 to support safe execution at almost anyline.
10325 (verilog-calc-1): Properly support indenting deep inside generate
10326 blocks.
10327 (verilog-init-font): Remove definition & use of verilog-init-font,
10328 as it is redundant with font-lock-defaults.
10329 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10330 to avoid circular calls if syntax-ppss is a function (as is the
10331 case now in 22.x GNU Emacs) as that function would sometimes call
10332 itself, leading to (nearly) infinite recursion.
10333 (verilog-ovm-begin-re, verilog-ovm-end-re)
10334 (verilog-ovm-statement-re, verilog-leap-to-head)
10335 (verilog-backward-token): Add support for OVM macros. Some are
10336 complete statements, and others open and close scopes like begin
10337 and end.
10338 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10339 (verilog-defun-level-generate-only-re): Really fix the defun-list
10340 compilation issue.
10341 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10342 coverpoint, constraint and cross statements.
10343 (verilog-defun-level-list, verilog-generate-defun-level-list)
10344 (verilog-all-defun-level-list): Redo these specifications - it is
10345 too hard to support eval-when compile aggregation of lists also
10346 built at when-compile time.
10347 (verilog-defun-level-list): Place defconsts of variables used in
10348 building regular expressions which are built in eval-when-compile
10349 bodies in the same eval-when-compile body to facilitate compile
10350 without load.
10351 (verilog-beg-block-re-ordered): Support indenting
10352 virtual/protected tasks and functions.
10353 (verilog-defun-level-list, verilog-in-generate-region-p)
10354 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10355 indentation of some module items (generate items).
10356 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10357 across virtual/protected tasks and functions.
10358
10359 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10360
10361 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10362 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10363 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10364 in concatenations. Reported by Yishay Belkind.
10365 (verilog-auto-ascii-enum): Support one-hot state machines in
10366 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10367 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10368 modport in AUTOINST and add vl-modport for users. Reported by
10369 David Rogoff.
10370 (verilog-auto-inout-module, verilog-auto-inst)
10371 (verilog-decls-get-interfaces, verilog-insert-definition)
10372 (verilog-insert-one-definition, verilog-read-decls)
10373 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10374 (verilog-sig-modport, verilog-signals-combine-bus)
10375 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10376 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10377 Suggested by David Rogoff.
10378 (verilog-repair-open-comma): Fix non-insertion of comma when
10379 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10380 (verilog-make-width-expression): Simplify [A-1:0] expression
10381 widths to just {A{1'b0}}.
10382 (verilog-mode): Cleanup checkdoc warnings.
10383 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10384 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10385 inputs/outputs or data type. Suggested by Vasu Kandadi.
10386 (next-error-last-buffer): Fix byte-compiler warning.
10387 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10388 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10389 or shell command text during AUTO expansion. Suggested by Tad Truex.
10390 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10391 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10392 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10393 in AUTOINOUT. Reported by Matthew Lovell.
10394 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10395 causing use of <= assignments. Reported by Alex Reed.
10396 (verilog-read-decls): Fix triand, trior, wand, wor to be
10397 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10398 (verilog-extended-complete-re): Support import "DPI-C" functions.
10399 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10400 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10401 (verilog-insert-date, verilog-insert-year)
10402 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10403 Windows systems. Reported by Michael Potts.
10404 (verilog-read-module-name): Fix AUTOINST when the child module
10405 declaration's name is a tick define. Reported by Elliot Mednick.
10406 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10407 passed to next parameter's definition. Reported by Bruce T.
10408 (verilog-read-decls): Fix detecting "parameter int" when using
10409 AUTOINSTPARAM. Reported by Bruce T.
10410 (verilog-goto-defun): Fix goto not finding modules unless first
10411 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10412 (verilog-mode): Expand -f flag arguments on entry to mode so
10413 verilog-goto-defun will work. Reported by Lawrence Butcher.
10414 (verilog-getopt): Expand environment variables in -f file
10415 arguments. Suggested by Lawrence Butcher.
10416 (verilog-set-define): Fix "Symbol's value as variable is void"
10417 when reading enumerations.
10418 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10419 Suggested by Stephen Peltan.
10420 (verilog-read-defines): Fix reading of enumerations in include
10421 files. Reported by Steve Peltan.
10422
10423 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10424
10425 * files.el (trash-directory): Fix defcustom type.
10426
10427 2009-06-28 Juri Linkov <juri@jurta.org>
10428
10429 * help-fns.el (describe-function-1): Correctly locate adviced
10430 functions in hyperlink (Bug#2438).
10431
10432 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * files.el (trash-directory): Change default to nil.
10435 (move-file-to-trash): If trash-directory is nil and
10436 system-move-file-to-trash is unbound, perform freedesktop-style
10437 trashing.
10438
10439 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10440
10441 * files.el (move-file-to-trash): Add freedesktop trash
10442 support (Bug#973).
10443
10444 2009-06-28 Glenn Morris <rgm@gnu.org>
10445
10446 * autorevert.el (global-auto-revert-non-file-buffers)
10447 (global-auto-revert-mode): Doc fixes.
10448
10449 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10450
10451 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10452
10453 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10456 opened an X connection before calling x-get-resource (Bug#3194).
10457
10458 * play/doctor.el: Remove reference to obsolete website.
10459 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10460
10461 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10462
10463 Remove find-file-not-found-hook VC method. (Bug#2757)
10464 * vc-hooks.el (vc-file-not-found-hook)
10465 (vc-default-find-file-not-found-hook): Remove functions.
10466 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10467 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10468 * vc.el:
10469 * vc-hg.el:
10470 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10471
10472 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10473
10474 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10475 compatibility function for `looking-back'.
10476
10477 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10478 Use `ispell-looking-back'.
10479
10480 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10481
10482 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10483 rather than `filename'.
10484
10485 2009-06-23 Miles Bader <miles@gnu.org>
10486
10487 * face-remap.el (text-scale-set): New function.
10488
10489 2009-06-23 Glenn Morris <rgm@gnu.org>
10490
10491 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10492
10493 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10494
10495 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10496
10497 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10498
10499 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10500 Simplify Persian conditionals.
10501
10502 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10503 variable `filename'.
10504
10505 * comint.el (comint-insert-input): Doc fix.
10506
10507 * Makefile.in (ELCFILES): Fix typo in previous change.
10508
10509 2009-06-23 Miles Bader <miles@gnu.org>
10510
10511 * cus-start.el: Add entry for `recenter-redisplay'.
10512
10513 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10514
10515 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10516 Add an optional argument for the backend, use it instead of
10517 calling vc-backend.
10518 (vc-mode-line): Add an optional argument for the backend.
10519 Pass the backend to vc-state and vc-working-revision. Move code for
10520 special handling for vc-state being a buffer to ...
10521
10522 * vc-rcs.el (vc-rcs-find-file-hook):
10523 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10524
10525 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10526 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10527 vc-stay-local-p and vc-mode-line calls.
10528
10529 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10530 (vc-cvs-diff, vc-cvs-annotate-command)
10531 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10532 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10533 vc-mode-line calls.
10534
10535 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10536 direct comparison.
10537 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10538 backend when calling vc-mode-line.
10539 (vc-register): Do not create a closure for calling the vc register
10540 function, call it directly.
10541
10542 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10543
10544 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10545 to make it obvious item can be clicked.
10546
10547 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10548
10549 2009-06-23 Kenichi Handa <handa@m17n.org>
10550
10551 * language/korea-util.el (korean-key-bindings): Change the binding
10552 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10553 same command.
10554
10555 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10556
10557 Sync with Tramp 2.1.16.
10558
10559 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10560
10561 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10562 when a loading of a package fails. Completion function for rsync
10563 is `tramp-completion-function-alist-ssh'.
10564 (all): Replace all calls of `split-string' and
10565 `tramp-split-string' by `tramp-compat-split-string'.
10566 (tramp-default-method): Use `tramp-compat-process-running-p'.
10567 (tramp-default-proxies-alist): Allow also Lisp forms.
10568 (tramp-remote-path): Add choice "Private Directories".
10569 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10570 (tramp-domain-regexp): Allow also "-", "_" and ".".
10571 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10572 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10573 (tramp-debug-message): Insert header line in debug buffer.
10574 (tramp-handle-directory-files-and-attributes-with-stat):
10575 Care about filenames with spaces, or starting with "-".
10576 (tramp-handle-dired-uncache): New defun.
10577 (tramp-handle-insert-directory): Don't flush the directory from
10578 cache, this is handled by `dired-uncache' now.
10579 (tramp-handle-insert-file-contents): Improve error handling.
10580 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10581 Quote `tramp-end-of-output'.
10582 (tramp-action-password): Improve trace message.
10583 (tramp-check-for-regexp): Both echoes must be present, before removing.
10584 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10585 (tramp-compute-multi-hops): Eval cons cells of
10586 `tramp-default-proxies-alist'.
10587 (tramp-maybe-open-connection): Use the same command pattern for
10588 first hop and further hops.
10589 (tramp-wait-for-output): Remove handling of newlines.
10590 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10591 (tramp-split-string): Remove function. It is handled in
10592 tramp-compat now.
10593
10594 * net/tramp-cmds.el (tramp-bug):
10595 Recommend `tramp-cleanup-all-connections' in the bug mail.
10596
10597 * net/tramp-compat.el (tramp-compat-split-string)
10598 (tramp-compat-process-running-p): New defuns.
10599
10600 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10601 for `dired-uncache'.
10602
10603 * net/tramp-gvfs.el: New package.
10604
10605 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10606 Add handler for `dired-uncache'.
10607 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10608
10609 * net/trampver.el: Update release number. Make version check fit
10610 for SXEmacs 22.
10611
10612 2009-06-22 Jim Meyering <meyering@redhat.com>
10613
10614 Automatically handle .xz suffix (XZ-compressed files), too.
10615 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10616 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10617
10618 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10619 Nick Roberts <nickrob@snap.net.nz>
10620
10621 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10622 repository (http://sphinx.net.ru/hg/gdb-mi/).
10623
10624 2009-06-22 Glenn Morris <rgm@gnu.org>
10625
10626 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10627 `mode' and `eval' entries. (Bug#3430)
10628
10629 * Makefile.in (ELCFILES): Add fadr.elc.
10630
10631 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10632 differing behavior of \n and ^ in strings. (Bug#3385)
10633
10634 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10635
10636 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10637 property.
10638 (lisp-indent-function): Make it a defcustom.
10639
10640 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10641
10642 * progmodes/gdb-ui.el: Replace with ...
10643 * progmodes/gdb-mi.el: ... this file.
10644 * progmodes/gud.el: Modify for gdb-mi.el.
10645
10646 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10647
10648 * fadr.el: New file.
10649
10650 See ChangeLog.14 for earlier changes.
10651
10652 ;; Local Variables:
10653 ;; coding: utf-8
10654 ;; End:
10655
10656 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10657
10658 This file is part of GNU Emacs.
10659
10660 GNU Emacs is free software: you can redistribute it and/or modify
10661 it under the terms of the GNU General Public License as published by
10662 the Free Software Foundation, either version 3 of the License, or
10663 (at your option) any later version.
10664
10665 GNU Emacs is distributed in the hope that it will be useful,
10666 but WITHOUT ANY WARRANTY; without even the implied warranty of
10667 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10668 GNU General Public License for more details.
10669
10670 You should have received a copy of the GNU General Public License
10671 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10672
10673 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1