]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
92ae206d10493b4df2eb4aa06ac91cd214cbb071
[gnu-emacs] / lisp / ChangeLog
1 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4 by ispell-parse-output (Bug#5575).
5
6 2010-02-16 Kenichi Handa <handa@m17n.org>
7
8 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10 (skkdic-convert): Use `euc-japan' coding system for writing.
11
12 2010-02-16 Glenn Morris <rgm@gnu.org>
13
14 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
15 tex-main-file before using it. (Bug#5562)
16
17 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
20 warnings, since it is annoying for the user to see them each time he
21 runs the code.
22
23 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
24
25 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
26 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
27 instead of PROC for caching "first-password-request". Otherwise,
28 new processes would not profit from passwords already entered.
29
30 * net/tramp-cache.el (tramp-dump-connection-properties):
31 Don't save "first-password-request" property.
32
33 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
34
35 * outline.el (outline-head-from-level):
36 * simple.el (with-wrapper-hook):
37 * cedet/ede.el (ede-run-target, project-delete-target)
38 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
39 (ede-adebug-project, ede-adebug-project-parent)
40 (ede-adebug-project-root):
41 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
42 (elint-defun, elint-buffer-env, elint-top-form-logged)
43 (elint-unbound-variable):
44 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
45 Fix typos in docstrings.
46
47 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
48
49 * files.el (insert-directory): When WILDCARD-REGEXP and
50 FULL-DIRECTORY-P are nil, insert the file entry instead of the
51 whole directory. (Bug#5551)
52
53 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
54 dired's alignment sanity. (Bug#5516)
55
56 2010-02-14 Juri Linkov <juri@jurta.org>
57
58 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
59 Remove remaining ^H with their preceding chars. (Bug#5566)
60
61 2010-02-13 Glenn Morris <rgm@gnu.org>
62
63 * simple.el (transpose-subr): Give it a doc-string.
64
65 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
66 Doc fixes.
67
68 2010-02-12 Juri Linkov <juri@jurta.org>
69
70 * arc-mode.el (archive-unique-fname): Make directories for nested
71 archives. (Bug#5540)
72
73 2010-02-12 Juri Linkov <juri@jurta.org>
74
75 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
76
77 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * subr.el (copy-overlay): Handle deleted overlays.
80
81 * man.el (Man-completion-table): Don't signal an error if we can't run
82 manual-program (bug#4056).
83
84 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
85
86 * textmodes/artist.el (artist-mt): Fix typos in docstring.
87
88 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
89
90 * info.el (Info-bookmark-jump): Simplify.
91
92 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
93 (bookmark-default-handler): Accept new bookmark field `buffer'.
94
95 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
96
97 * iswitchb.el (iswitchb-completions): Revert last change.
98
99 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
100
101 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
102 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
103 This prevents file names like "~/" being listed literally.
104
105 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
106
107 * term/xterm.el (xterm-maybe-set-dark-background-mode):
108 Remove dead code. (Bug#5546)
109
110 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
111
112 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
113 correctly (Bug#5548).
114
115 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
116
117 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
118 (ada-adjust-case): Don't adjust case in hexadecimal number
119 literals.
120
121 2010-02-08 Kenichi Handa <handa@m17n.org>
122
123 * international/mule-util.el (with-coding-priority): Add autoload
124 cookie for putting `lisp-indent-function'.
125
126 2010-02-07 Glenn Morris <rgm@gnu.org>
127
128 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
129 Move F2003 named interfaces from keywords-2 to keywords-1, and
130 use function-name-face rather than constant-face.
131 Simplify "abstract interface" regexp.
132
133 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
134
135 * eshell/esh-util.el (eshell-file-attributes): New optional arg
136 ID-FORMAT. Pass it to `file-attributes'.
137
138 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
139
140 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
141
142 * faces.el (set-face-attribute): Allow calling
143 internal-set-lisp-face-attribute with 'unspecified family and
144 foundry argument (Bug#5536).
145
146 2010-02-07 Glenn Morris <rgm@gnu.org>
147
148 * progmodes/f90.el (f90-font-lock-keywords-2)
149 (f90-looking-at-type-like, f90-looking-at-program-block-end):
150 Handle F2003 named interfaces.
151
152 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
153
154 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
155 beg and end before calling c-get-state-before-change-functions.
156
157 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
158
159 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
160
161 2010-02-05 Juri Linkov <juri@jurta.org>
162
163 * doc-view.el (doc-view-mode):
164 * image-mode.el (image-mode): Put property mode-class=special.
165 (Bug#4896)
166
167 2010-02-05 Mark A. Hershberger <mah@everybody.org>
168
169 * vc-svn.el (vc-svn-revision-table): New function.
170
171 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
172
173 * net/ange-ftp.el (ange-ftp-insert-directory):
174 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
175 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
176 Handle also directories. (Bug#5478)
177
178 2010-02-05 Glenn Morris <rgm@gnu.org>
179
180 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
181
182 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
183
184 * startup.el (command-line-1): Convert options beginning with a
185 single dash as well (Bug#5519).
186
187 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
190 * minibuffer.el (completion-initials-expand): Only check the presence
191 of delims *within* the boundaries, since otherwise the / delim is
192 always found for files.
193
194 Fix up various corner case problems.
195 * doc-view.el (doc-view-last-page-number): New function.
196 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
197 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
198 (doc-view-kill-proc): Avoid inf-loop in freak cases.
199 (doc-view-reconvert-doc): Use the new recursive delete-directory.
200 (doc-view-convert-current-doc): Don't create the resolution.el file
201 here any more.
202 (doc-view-pdf/ps->png): Do it here instead.
203 (doc-view-already-converted-p): Check that resolution.el is present.
204 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
205 windows that are not yet showing images.
206
207 2010-02-04 Alan Mackenzie <acm@muc.de>
208
209 Change strategy for marking < and > as template delimiters: mark
210 them strictly in matching pairs.
211
212 * cc-mode.el (c-before-change):
213 Use c-get-state-before-change-functions.
214 (c-common-init): Adapt to use
215 c-get-state-before-change-functions (note plural).
216
217 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
218 for searching syntactically for matching <s and >s.
219 (c-get-state-before-change-functions): New language variable (note
220 the plural) which supersedes c-get-state-before-change-function.
221
222 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
223 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
224 (c-clear->-pair-props-if-match-before)
225 (c-before-change-check-<>-operators): New functions.
226 (c-after-change-check-<>-operators): Use macro
227 c-unmark-<->-as-paren.
228
229 * cc-defs.el (c-search-backward-char-property): New macro.
230
231 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
232 and > any more. (These will be handled by font locking.)
233
234 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
235
236 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
237 `dired-uncache' for every elemnt which is an absolute file name.
238
239 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
240 directory, handle its directory component.
241 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
242 function is called permanently and creates noise, otherwise.
243
244 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
245 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
246 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
247
248 2010-02-04 David Burger <dburger@google.com> (tiny change)
249
250 * macros.el (apply-macro-to-region-lines):
251 Minor simplification. (Bug#5485)
252
253 2010-02-04 Glenn Morris <rgm@gnu.org>
254
255 * mail/rmail.el (rmail-show-message-1): Handle malformed
256 quoted-printable text. (Bug#5441)
257
258 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
259
260 * simple.el (visual-line-mode): Capitalize lighter.
261
262 2010-02-03 John Wiegley <jwiegley@gmail.com>
263
264 * iswitchb.el (iswitchb-completions): Add bookmark files to the
265 list of files considered for "virtual buffer" completions.
266
267 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
268
269 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
270 also in case of (and (not full) (not wildcard)). This is needed,
271 when dired is called with a list of files, which are not in
272 `default-directory'. (Bug#5478)
273
274 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
277
278 2010-02-02 Juri Linkov <juri@jurta.org>
279
280 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
281 from unidiff to allow function-line after @@.
282
283 2010-02-02 Juri Linkov <juri@jurta.org>
284
285 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
286 '(RCS SCCS) with inverted condition.
287
288 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
289
290 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
291 messages.
292
293 2010-02-01 Juri Linkov <juri@jurta.org>
294
295 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
296 compare with "pkunzip" and "pkzip" instead of only "pkzip".
297 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
298 only when (car archive-zip-extract) is "unzip". (Bug#5475)
299
300 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
303 (doc-view-revert-buffer): New command.
304 (doc-view-mode-map): Use it.
305
306 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
307
308 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
309 pending merge is detected.
310
311 2010-01-31 Juri Linkov <juri@jurta.org>
312
313 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
314 beginning of interactive spec like all other grep commands do.
315 Put "all" in front of "gz". (Bug#5260)
316
317 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
318
319 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
320
321 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
322
323 * dirtrack.el (dirtrack): Warn instead of signalling error if the
324 regexp is incorrect (Bug#5476).
325
326 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
327
328 * net/tramp.el (tramp-handle-insert-directory): Handle also
329 symlinks, when FILENAME is not in `default-directory'.
330
331 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
332
333 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
334 FILE is not in `default-directory'. (Bug#5478)
335
336 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
337 of SWITCHES. Handle the case, FILENAME is not in
338 `default-directory'. (Bug#5478)
339 (tramp-register-file-name-handlers): Add safe-magic property.
340
341 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
342
343 * arc-mode.el (archive-zip-extract): Quote the argument passed to
344 unzip (Bug#5475).
345
346 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
347
348 * progmodes/flymake.el (flymake-allowed-file-name-masks)
349 (flymake-master-make-header-init): Add other C++ filename masks.
350 (flymake-find-possible-master-files)
351 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
352
353 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
354
355 Fix some busybox annoyances.
356
357 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
358 not responding." string.
359 (tramp-open-connection-setup-interactive-shell): Dump stty
360 settings. Enable "neveropen" arg for all `tramp-send-command'
361 calls. Handle "=" in variable values properly.
362 (tramp-find-inline-encoding): Raise an error, when no encoding is
363 found.
364 (tramp-wait-for-output): Check, whether PROC buffer is available.
365 Remove spurious " ^H" sequences, sent by busybox.
366 (tramp-get-ls-command): Suppress coloring, if possible.
367
368 2010-01-28 Glenn Morris <rgm@gnu.org>
369
370 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
371
372 * log-edit.el (log-edit-strip-single-file-name): Add missing
373 :safe, :group, and :version tags.
374
375 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
376
377 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
378 buffers. (Bug#5477)
379
380 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
381
382 * files.el (delete-directory): Handle moving to trash without
383 first doing recursion (Bug#5436).
384
385 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
386
387 * vc-hooks.el (vc-path): Mark as obsolete.
388
389 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
390
391 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
392 names too.
393
394 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
395 for the short log.
396 (vc-bzr-log-view-mode): Adjust regexp for the above change.
397
398 2010-01-25 Mark A. Hershberger <mah@everybody.org>
399
400 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
401
402 * vc-bzr.el (vc-bzr-revision-table): New function.
403
404 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
405
406 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
407 diff-index command. This requires at least git-1.5.5. (Bug#1589).
408
409 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
410
411 Remove support for adding --signoff on commit.
412 Future support will use an incompatible generic mechanism.
413 * vc-git.el (vc-git-add-signoff): Remove variable.
414 (vc-git-toggle-signoff): Remove function.
415 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
416
417 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
418 from xterm-set-background-mode. Return t if the background mode
419 was set.
420 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
421 earlier, call it again in case the background mode has changed.
422
423 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
424
425 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
426 (Bug#3541).
427
428 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
429
430 * emacs-lisp/assoc.el (aelement): Doc fix.
431 (aput, adelete, amake): Use lexical-let (Bug#5450).
432
433 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
434
435 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
436 is the same as subprogram call, not declaration. (Bug#5435).
437
438 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
439
440 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
441 (tramp-smb-maybe-open-connection): Use it.
442
443 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
444
445 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
446
447 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
450 just because we see "encoding: 8bit".
451 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
452
453 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
454
455 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
456
457 2010-01-22 Eli Zaretskii <eliz@gnu.org>
458
459 * jka-compr.el (jka-compr-load): If load-file is not in
460 load-history, try its file-truename version. (bug#5447)
461
462 2010-01-21 Alan Mackenzie <acm@muc.de>
463
464 Fix a situation where deletion of a cpp construct throws an error.
465 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
466 invoking c-with-all-but-one-cpps-commented-out, check that the
467 special cpp construct is still in the buffer.
468 (c-parse-state): Record the special cpp with markers, not numbers.
469
470 2010-01-21 Kenichi Handa <handa@m17n.org>
471
472 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
473 process last-command-event, as it is now decoded first (Bug#5380).
474
475 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
476
477 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
478
479 2010-01-20 Glenn Morris <rgm@gnu.org>
480
481 * indent.el (tab-always-indent): Fix custom-type.
482
483 2010-01-19 Alan Mackenzie <acm@muc.de>
484
485 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
486 buffer throws "args out of range".
487 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
488 playing the role of delimiter.
489
490 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
491
492 * progmodes/ada-mode.el: Fix bug#5400.
493 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
494 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
495 changed. Delete RECURSIVE parameter; never used. Improve doc string.
496 Improve comments in "is" portion. Handle null procedure declaration.
497 (ada-move-to-end): Improve doc string.
498
499 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
500
501 * ido.el (ido-cur-list): Initialize to nil.
502 Remove obsolete information from commentary.
503 (ido-choice-list): Initialize to nil.
504 (ido-get-bufname): Reject minibuffers.
505 (ido-make-buffer-list): If "default" is a nonexistent
506 buffer, ignore it, as per the function's comment.
507 (ido-kill-buffer-internal): New function.
508 (ido-kill-buffer-at-head): Use it.
509 (ido-visit-buffer): Likewise.
510
511 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
512
513 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
514
515 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
516
517 * cedet/ede/locate.el (ede-locate-file-in-project)
518 (ede-locate-file-in-project-impl): Fix typos in docstrings.
519 (ede-enable-locate-on-project): Fix typos in error messages.
520
521 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
522 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
523 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
524 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
525 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
526 Fix typos in menu help.
527
528 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
529 Fix typos in chart titles.
530
531 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
532 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
533 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
534 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
535 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
536 (semantic-parse-stream, semantic-parse-region)
537 (semantic-parse-region-default, semantic--set-buffer-cache)
538 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
539 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
540 (semantic-default-submodes):
541 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
542 (semanticdb-create-ebrowse-database)
543 (semanticdb-find-tags-for-completion-method)
544 (semanticdb-find-tags-by-class-method)
545 (semanticdb-deep-find-tags-by-name-method)
546 (semanticdb-deep-find-tags-for-completion-method):
547 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
548 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
549 (semanticdb-find-tags-for-completion-method)
550 (semanticdb-find-tags-by-class-method)
551 (semanticdb-deep-find-tags-for-completion-method):
552 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
553 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
554 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
555 (semanticdb-find-tags-by-name-method)
556 (semanticdb-find-tags-by-name-regexp-method)
557 (semanticdb-find-tags-for-completion-method)
558 (semanticdb-find-tags-by-class-method)
559 (semanticdb-find-tags-external-children-of-type-method)
560 (semanticdb-find-tags-subclasses-of-type-method)
561 (semanticdb-deep-find-tags-by-name-method)
562 (semanticdb-deep-find-tags-by-name-regexp-method)
563 (semanticdb-deep-find-tags-for-completion-method):
564 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
565 (semanticdb-enable-gnu-global-in-buffer)
566 (semanticdb-find-tags-for-completion-method)
567 (semanticdb-deep-find-tags-by-name-method)
568 (semanticdb-deep-find-tags-for-completion-method):
569 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
570 (javascript-mode, semanticdb-find-translate-path)
571 (semanticdb-find-tags-for-completion-method)
572 (semanticdb-find-tags-by-class-method)
573 (semanticdb-deep-find-tags-by-name-method)
574 (semanticdb-deep-find-tags-for-completion-method)
575 (semanticdb-find-tags-external-children-of-type-method):
576 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
577 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
578 (global-semantic-idle-scheduler-mode):
579 * cedet/srecode/dictionary.el (srecode-field-value)
580 (srecode-dictionary-add-section-dictionary):
581 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
582 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
583 (describe-class, eieio-describe-generic, describe-generic):
584 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
585 (eieio-speedbar-expand):
586 * emulation/viper-cmd.el (viper-exec-form-in-vi)
587 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
588 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
589 (viper-del-backward-char-in-replace, viper-backward-indent)
590 (viper-brac-function, viper-register-to-point, viper-submit-report):
591 * net/tramp.el (tramp-remote-coding-commands):
592 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
593 Fix typos in docstrings.
594
595 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
596
597 * mail/sendmail.el (mail-yank-original): Set the mark if the
598 specified function for yanking does not do it.
599
600 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
601
602 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
603
604 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
605 resyncing a directory.
606
607 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
608
609 * progmodes/ada-mode.el: Fix bug#1920.
610 (ada-ident-re): Delete ., allow multibyte characters.
611 (ada-goto-label-re): New; matches goto labels.
612 (ada-block-label-re): New; matches block labels.
613 (ada-label-re): New; matches both.
614 (ada-named-block-re): Deleted; callers changed to use
615 `ada-block-label-re' instead.
616 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
617 Use `ada-block-label-re'.
618 (ada-indent-on-previous-lines): Improve handling of goto labels.
619 (ada-get-indent-block-start): Special-case block label.
620 (ada-get-indent-label): Split into `ada-indent-block-label' and
621 `ada-indent-goto-label'.
622 (ada-goto-stmt-start, ada-goto-next-non-ws):
623 Optionally ignore goto labels.
624 (ada-goto-next-word): Simplify.
625 (ada-indent-newline-indent-conditional): Insert newline before
626 trying to fix indentation; doc fix.
627
628 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
629
630 * calc/calc.el (calc-command-flags): Give it an initial value.
631
632 2010-01-17 Glenn Morris <rgm@gnu.org>
633
634 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
635
636 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
637
638 * cedet/semantic.el (semantic-mode):
639 * files.el (minibuffer-with-setup-hook):
640 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
641 (artist-key-draw-continously, artist-key-do-continously-continously)
642 (artist-key-set-point-continously, artist-mouse-draw-continously):
643 Fix typos in docstrings.
644
645 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
646
647 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
648 return t (Bug#3898).
649
650 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
651
652 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
653 can parse the output of the external commands (Bug#5279).
654
655 2010-01-16 Jari Aalto <jari.aalto@cante.net>
656
657 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
658
659 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
660
661 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
662
663 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
664
665 * startup.el (command-line): Remove unused --icon-type arg.
666 Handle --display arg, passing it to command-line-1 (Bug#5392).
667
668 2010-01-16 Mario Lang <mlang@delysid.org>
669
670 * cedet/ede/cpp-root.el (ede-cpp-root-project):
671 * cedet/ede/files.el (ede-expand-filename):
672 * cedet/ede/simple.el (ede-simple-project):
673 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
674 (semantic-complete-inline-tag-engine):
675 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
676 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
677 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
678 * cedet/semantic/db.el (semanticdb-equivalent-mode):
679 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
680 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
681 * emacs-lisp/chart.el (chart-translate-namezone):
682 * textmodes/artist.el (artist-compute-popup-menu-table):
683 Remove duplicated words in doc-strings.
684
685 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
686
687 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
688 to mairix-search to suppress threading (Bug#5342).
689
690 2010-01-15 Kenichi Handa <handa@m17n.org>
691
692 * international/mule-cmds.el (canonicalize-coding-system-name):
693 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
694
695 2010-01-15 Glenn Morris <rgm@gnu.org>
696
697 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
698
699 * wid-edit.el (widget-keymap): Doc fix.
700
701 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
702 former seems to be more widely accepted by various svn versions.
703
704 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
705
706 * find-cmd.el (find-constituents):
707 * vc-arch.el (vc-arch-root):
708 * window.el (window-body-height, pop-up-frames):
709 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
710 (semantic-no-reparse-needed-change-hook):
711 * cedet/srecode/insert.el (srecode-resolve-argument-list)
712 (srecode-template-inserter-blank, srecode-template-inserter-variable)
713 (srecode-template-inserter-ask, srecode-template-inserter-width)
714 (srecode-template-inserter-section-start)
715 (srecode-template-inserter-section-end, srecode-insert-method):
716 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
717 * progmodes/ada-stmt.el (ada-if):
718 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
719 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
720 (ispell-encoding8-command, ispell-aspell-supports-utf8)
721 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
722
723 * progmodes/flymake.el (flymake-post-syntax-check):
724 Fix typo in error message.
725
726 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
727
728 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
729 which is always a string. (Bug#5313)
730
731 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
732
733 * progmodes/ada-xref.el (ada-default-prj-properties):
734 Simplify previous change.
735
736 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
737
738 * progmodes/ada-xref.el (ada-default-prj-properties):
739 Default ada_project_path to $ADA_PROJECT_PATH.
740
741 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
742
743 * progmodes/ada-mode.el (ada-create-keymap):
744 Override `narrow-to-defun' with `ada-narrow-to-defun'.
745
746 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
747
748 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
749 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
750 (ada-get-current-indent, ada-imenu-generic-expression)
751 (ada-which-function): Check for it.
752
753 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
754
755 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
756 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
757
758 2010-01-14 Glenn Morris <rgm@gnu.org>
759
760 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
761
762 2010-01-14 Kenichi Handa <handa@m17n.org>
763
764 * composite.el (auto-composition-mode): Make it a buffer local
765 variable (permanent-local).
766 (auto-composition-function): Set the default value to
767 auto-compose-chars.
768 (auto-composition-mode): Make it a simple function, not a minor mode.
769 (global-auto-composition-mode): Likewise.
770 (turn-on-auto-composition-if-enabled): Delete it.
771
772 2010-01-13 Karl Fogel <kfogel@red-bean.com>
773
774 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
775
776 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
777
778 * files.el (copy-directory): Compute target for recursive
779 directories with identical names. (Bug#5343)
780
781 2010-01-12 Glenn Morris <rgm@gnu.org>
782
783 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
784 it to bug-gnu-emacs rather than emacs-pretest-bug.
785
786 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
787
788 * cedet/data-debug.el (data-debug): Fix customization group reference.
789
790 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
791
792 * cedet/semantic/analyze.el (semantic-analyze-push-error)
793 (semantic-analyze-context, semantic-analyze-context-assignment)
794 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
795 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
796 (semantic-java-doc-keywords-map):
797 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
798 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
799 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
800 (semantic-c-classname, semantic-format-tag-uml-prototype)
801 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
802 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
803 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
804 (semantic-get-local-variables, semantic-end-of-command)
805 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
806 (lisp-mode):
807 * cedet/semantic/bovine/make.el (makefile-mode):
808 * cedet/semantic/wisent/python.el (wisent-python-string-re)
809 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
810 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
811 (semantic-lex, semantic-get-local-variables, python-mode):
812 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
813 * cedet/srecode/extract.el (srecode-extract-state-set)
814 (srecode-extract-method): Fix typos in docstrings.
815
816 2010-01-11 Sam Steingold <sds@gnu.org>
817
818 * imenu.el (imenu-default-create-index-function): Detect infinite
819 loops caused by imenu-prev-index-position-function.
820
821 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
822
823 * htmlfontify.el (htmlfontify-load-rgb-file)
824 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
825 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
826 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
827 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
828 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
829 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
830 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
831 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
832 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
833 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
834 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
835 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
836 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
837 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
838 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
839 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
840 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
841 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
842 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
843 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
844 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
845 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
846 backslash-quoting from parentheses, etc.
847
848 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
849
850 * progmodes/js.el: Autoload javascript-mode alias.
851
852 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
853
854 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
855 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
856 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
857 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
858 Fix typos in docstrings.
859 (ffap-url-regexp): Doc fix.
860 (ffap-at-mouse): Fix typo in message.
861
862 2010-01-11 Glenn Morris <rgm@gnu.org>
863
864 * version.el (emacs-copyright): Set copyright year to 2010.
865
866 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * format.el (format-annotate-function): Only set
869 write-region-post-annotation-function after running to-fn so as not to
870 affect nested write-region calls (bug#5273).
871
872 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
873
874 * cedet/semantic.el (semantic-new-buffer-setup-functions):
875 Add python parser.
876
877 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
878 wisent/python.el.
879
880 2010-01-10 Richard Kim <emacs18@gmail.com>
881
882 * cedet/semantic/wisent/python-wy.el:
883 * cedet/semantic/wisent/python.el: New files.
884
885 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
886
887 * man.el (Man-goto-section): Signal error if the section is not
888 found (Bug#5317).
889
890 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
891
892 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
893 URLs with a leading triple slash in the file: scheme. (Bug#5345)
894
895 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
896
897 * progmodes/compile.el: Don't treat compile-command as safe if
898 compilation-read-command might be nil (Bug#4218).
899
900 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
901
902 * startup.el (command-line-1): Use orig-argi to check for ignored X and
903 NS options.
904
905 2010-01-08 Kenichi Handa <handa@m17n.org>
906
907 * international/fontset.el (build-default-fontset-data):
908 Exclude characters in scripts kana, hangul, han, or cjk-misc.
909
910 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
911
912 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
913 to `create-file-buffer' as it expects, not just a buffer name.
914 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
915 to help uniquify. (Bug#3224)
916
917 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
918
919 * font-setting.el (font-setting-change-default-font): Use user-spec
920 instead of name.
921
922 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
923
924 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
925
926 2010-01-05 Tom Tromey <tromey@redhat.com>
927
928 * progmodes/python.el (python-font-lock-keywords):
929 Handle qualified decorators (Bug#881).
930
931 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
932
933 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
934 in a lightweight checkout.
935
936 2010-01-05 Kenichi Handa <handa@m17n.org>
937
938 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
939
940 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
943
944 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
945
946 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
947 checkouts. (Bug#618)
948 (vc-bzr-log-view-mode): Also highlight the author.
949 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
950 (vc-bzr-shelve-menu-map):
951 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
952 (vc-bzr-shelve-apply): Make prompt more explicit.
953
954 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
955
956 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
957 They are valid characters in URL paths (rfc3986), and at least
958 Firefox does not understand the encoded version (Bug#3166).
959
960 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
961
962 * progmodes/octave-mod.el (octave-end-keywords)
963 (octave-block-begin-or-end-regexp, octave-block-match-alist):
964 Add "end" keyword (Bug#3061).
965 (octave-end-as-array-index-p): New function.
966 (calculate-octave-indent): Use it.
967
968 2010-01-02 Karl Fogel <kfogel@red-bean.com>
969
970 * bookmark.el: Consistently put the text property on the bookmark name.
971 (bookmark-bmenu-marks-width): Bump back to 2, to include
972 annotation marks.
973 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
974 property on the bookmark name, instead of not putting it at all.
975 (bookmark-bmenu-list): Fix where we put the text property.
976
977 2010-01-02 Karl Fogel <kfogel@red-bean.com>
978
979 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
980 for showing buffer modified state (as added in the previous change).
981
982 2010-01-02 Karl Fogel <kfogel@red-bean.com>
983
984 * bookmark.el: Show modified state of bookmark buffer more accurately.
985 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
986 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
987 (with-buffer-modified-unmodified): New macro.
988 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
989 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
990 Use new macro to preserve the buffer modified state.
991
992 2010-01-02 Karl Fogel <kfogel@red-bean.com>
993
994 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
995 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
996 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
997 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
998 (bookmark-bmenu-rename, bookmark-bmenu-locate)
999 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1000 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1001
1002 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1003
1004 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1005 Make the lines in the generated doc string shorter. (Bug#4668)
1006
1007 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1008
1009 * net/rcirc.el: Add follow-link binding (Bug#4738).
1010
1011 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1012
1013 * Makefile.in (bzr-update): Rename from cvs-update.
1014 (cvs-update): New target for backward compatibility.
1015
1016 * makefile.w32-in (bzr-update): Rename from cvs-update.
1017 (cvs-update): New target for backward compatibility.
1018
1019 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1020
1021 * bookmark.el: Remove gratuitous gratitude.
1022
1023 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1024
1025 * bookmark.el (bookmark-bmenu-any-marks): New function
1026 (bookmark-bmenu-save): Clear buffer modification if no marks.
1027
1028 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1029
1030 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1031 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1032 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1033 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1034
1035 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1036 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1037 To: emacs-devel {_AT_} gnu.org
1038 Subject: bookmark.el bug report
1039 Date: Mon, 28 Dec 2009 14:19:16 +0800
1040 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1041
1042 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1043
1044 * bookmark.el: Improvements suggested by Drew Adams:
1045 (bookmark-bmenu-ensure-position): New name for
1046 `bookmark-bmenu-check-position'. Just ensure the position,
1047 don't return any meaningful value.
1048 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1049 New constants.
1050
1051 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1054 (bookmark-yank-point, bookmark-bmenu-check-position):
1055 Fix typos in docstrings.
1056 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1057 (bookmark-name-from-full-record, bookmark-get-position)
1058 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1059 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1060 Remove useless quoting of parenthesis, etc. in docstrings.
1061
1062 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1063 (ediff-append-custom-diff): Fix typo in error message.
1064 (ediff-meta-mark-equal-files): Fix typos in messages.
1065
1066 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1067
1068 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1069 Fix typo in docstring.
1070
1071 * net/imap-hash.el (imap-hash-make): Doc fix.
1072 (imap-hash-test): Fix typo in error message; reflow docstring.
1073 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1074 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1075 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1076 Fix typos in docstrings.
1077 (imap-hash-open-connection): Fix typo in error message.
1078
1079 * play/gomoku.el (gomoku): Fix typos in docstring.
1080
1081 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1082 (gdb-jsonify-buffer): Fix typos in docstring.
1083 (gdb-goto-breakpoint): Fix typo in error message.
1084 ("Display Other Windows"): Fix typo in help message.
1085 (gdb-speedbar-expand-node): Fix typo in question.
1086
1087 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1088 (idlwave-html-system-help-location, idlwave-html-help-location)
1089 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1090 (idlwave-help-browser-generic-args, idlwave-help-directory)
1091 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1092 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1093 (idlwave-online-help, idlwave-help-html-link)
1094 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1095 Fix typos in docstrings.
1096 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1097 Reflow docstrings.
1098 (idlwave-help-assistant-start): Fix typo in error message.
1099
1100 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1101 (octave-electric-space): Fix typos in docstrings.
1102
1103 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1104
1105 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1106
1107 2010-01-01 Juri Linkov <juri@jurta.org>
1108
1109 * comint.el (comint-input-ring-size): Make it a defcustom and
1110 increase the default to 500 (Bug#5148).
1111
1112 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1113
1114 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1115 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1116 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1117
1118 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1119
1120 Show working revision correctly for mercurial.
1121 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1122 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1123
1124 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1125
1126 Declare some functions for the byte-compiler.
1127 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1128 (speedbar-timer-fn, speedbar-change-expand-button-char)
1129 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1130
1131 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1132
1133 This changeset reverts GDB Graphical Interface to use annotations.
1134 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1135
1136 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1137
1138 Make vc-dir work on subdirectories of the bzr root.
1139 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1140 file names relative to it.
1141 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1142 relative directory to vc-bzr-after-dir-status.
1143
1144 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1145
1146 * font-lock.el (font-lock-refresh-defaults): New function, which
1147 can be used to let font-lock react to external changes in
1148 variables like font-lock-defaults and keywords.
1149 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1150
1151 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1152
1153 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1154
1155 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1156
1157 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1158
1159 Supersede color.diff settings in git log (bug#5211).
1160
1161 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1162 escape chars in its output when the user has color.diff set to `always'.
1163 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1164
1165 2009-12-26 Kevin Ryde <user42@zip.com.au>
1166
1167 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1168 node. Keep previous "Index" name to work with past coreutils too.
1169
1170 * man.el (man): Revise docstring a bit to show -a and -l as
1171 examples. Add -k description since support for it has otherwise
1172 been a secret. (Further to bug#3717.)
1173 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1174 "no matches" rather than "Can't find manpage", as the latter reads
1175 like -k was interpreted as a page name, which is not so. (Bug#5431)
1176
1177 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1178
1179 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1180 switches. Check also for //SUBDIRED// line.
1181
1182 2009-12-25 Kenichi Handa <handa@m17n.org>
1183
1184 * language/indian.el (devanagari-composable-pattern): Fixed to
1185 handle ZWNJ and ZWJ. Use it in composition-function-table for
1186 Devanagari.
1187 (malayalam-composable-pattern): Fix previous change.
1188
1189 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1190
1191 * ps-print.el (ps-face-attributes): It was not returning the
1192 attribute face for faces specified as string. Reported by harven
1193 <harven@free.fr>.
1194 (ps-print-version): New version 7.3.5.
1195
1196 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1197
1198 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1199 timezone names.
1200 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1201 (icalendar--add-diary-entry): Remove the trailing blank that
1202 diary-make-entry inserts.
1203
1204 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1205
1206 Make `file-expand-wildcards' work for remote files.
1207
1208 * files.el (file-expand-wildcards): In case of remote files, check
1209 only local file name part for wildcards. Provide feature 'files
1210 and subfeature 'remote-wildcards. (Bug#5198)
1211
1212 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1213 if there is already an established connection.
1214 (tramp-advice-file-expand-wildcards): Remove it.
1215
1216 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1217 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1218 Activate advice for older GNU Emacs versions. (Bug#5237)
1219
1220 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1221
1222 Some doc fixes (more needed).
1223
1224 * find-cmd.el (find-constituents): Reflow docstring.
1225 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1226 (find-generic): Doc fix.
1227
1228 2009-12-17 Juri Linkov <juri@jurta.org>
1229
1230 Fix regression from 23.1 to allow multiple modes in Local Variables.
1231
1232 * files.el (hack-local-variables-filter): While ignoring duplicates,
1233 don't take `mode' into account.
1234 (hack-local-variables-filter, hack-dir-local-variables): Don't
1235 remove duplicate `mode' from local-variables-alist (like `eval').
1236
1237 2009-12-17 Juri Linkov <juri@jurta.org>
1238
1239 Make `dired-diff' more safe. (Bug#5225)
1240
1241 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1242 `current' or when `file' is a directory of the `current' file.
1243
1244 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1245
1246 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1247 unconditionally preloaded files.
1248
1249 2009-12-16 Juri Linkov <juri@jurta.org>
1250
1251 Revert to old 23.1 logic of using the file at the mark as default.
1252 * dired-aux.el (dired-diff): Use the file at the mark as default
1253 if it's not the same as the current file, and the target dir is
1254 the current dir or the mark is active. Add the current file
1255 as the arg of `dired-dwim-target-defaults'. Use the default file
1256 in the prompt. (Bug#5225)
1257
1258 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1261 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1262 (tramp-check-for-regexp): Check also, when an echoing shell stops
1263 to echo sent commands.
1264
1265 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * Makefile.in: Revert last change (Bug#5191).
1268
1269 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1270
1271 * vc-hg.el (vc-hg-print-log): Fix argument order.
1272 (vc-hg-working-revision): Make sure the command is executed in a
1273 known environment so that we can parse the output. (Bug#4417)
1274
1275 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * progmodes/python.el (python-symbol-completions): Remove text
1278 properties from symbol string before calling python-send-receive.
1279
1280 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1281
1282 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1283 when there are values for both file and line. (Bug#5060)
1284
1285 2009-12-14 Juri Linkov <juri@jurta.org>
1286
1287 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1288 whitespace after the file name of the first line of unified format,
1289 because git-diff doesn't output whitespace and file modification time
1290 after the file name.
1291
1292 2009-12-14 David Kastrup <dak@gnu.org>
1293
1294 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1295 check if it already has the `display' property added by
1296 `Info-display-images-node', and not put the `invisible' property
1297 in this case.
1298
1299 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1302 (semantic-mru-bookmark-mode): Doc fixes.
1303
1304 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1305 of assert.
1306
1307 2009-12-13 Glenn Morris <rgm@gnu.org>
1308
1309 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1310 (report-emacs-bug): In message-mode, sort manually before storing
1311 original report text. (Bug#5178)
1312 Remove superfluous save-excursion.
1313
1314 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1317 when responding to "GetAll" properties.
1318
1319 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * simple.el (compose-mail): Remove mail-setup-with-from from
1322 customization checks.
1323
1324 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1325
1326 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1327 RAR archives created on Unix systems.
1328
1329 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1332 the varalias that was accidentally removed by the 2009-11-19 change
1333 (bug#5186).
1334
1335 2009-12-12 Kenichi Handa <handa@m17n.org>
1336
1337 * language/indian.el (indian-compose-regexp): New function.
1338 (malayalam-composable-pattern): Fix the pattern.
1339 (composition-function-table): Set malayalam-composable-pattern for
1340 Malayalam characters.
1341
1342 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1343
1344 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1345 rather than down-mouse-1, based on follow-link conventions.
1346
1347 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1348 are compiled.
1349
1350 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1351
1352 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1353 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1354 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1355 (verilog-leap-to-head, verilog-backward-token):
1356 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1357
1358 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1359
1360 * progmodes/verilog-mode.el (verilog-auto-lineup)
1361 (verilog-nameable-item-re): Cleanup user-visible spelling and
1362 documentation errors. One reported by Gary Delp.
1363 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1364 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1365 package, bug195. Reported by Pierre-David Pfister.
1366
1367 2009-12-11 Glenn Morris <rgm@gnu.org>
1368
1369 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1370
1371 * mail/emacsbug.el: No longer require sendmail.
1372 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1373 (report-emacs-bug-orig-text): Doc fix.
1374 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1375 New local variables, to adapt to different mail-user-agents.
1376 (report-emacs-bug): Fix test for a gnu.org address.
1377 Use overlays for emphasis, since font-lock defeats 'face property.
1378 Pretest bugs also end up at the newsgroup these days.
1379 Stop message-mode stripping text properties.
1380 Set and use the new buffer-local variables.
1381 (report-emacs-bug-hook): Add doc-string.
1382 Remove some unnecessary save-excursions and simplify.
1383 Use the appropriate hook and send-command.
1384
1385 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1386 capitalization of some menu entries.
1387
1388 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1389
1390 * whitespace.el (whitespace-display-char-on): Ensure
1391 `buffer-display-table' is unique when two or more windows are
1392 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1393 New version 12.1.
1394
1395 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1396
1397 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1398 characters in the Attribute field.
1399
1400 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1403
1404 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1407 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1408 Disregard autoload-excludes.
1409 (update-directory-autoloads): Obey autoload-excludes here instead.
1410 But don't store its contents in no-autoloads and remove entries that
1411 refer to excludes files.
1412
1413 2009-12-10 Glenn Morris <rgm@gnu.org>
1414
1415 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1416 (expand-mail-aliases): Define for compiler.
1417
1418 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1419 Define for compiler.
1420
1421 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1422 appropriate for the mail-user-agent in use.
1423
1424 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1425
1426 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1427
1428 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1429
1430 Fix short log parsing and fontification.
1431 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1432 Fix fontification for the [merge] label.
1433
1434 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1435
1436 Drop some properties to avoid surprises.
1437 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1438 (hfy-fontify-buffer): Use it.
1439
1440 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 Minor cleanup.
1443 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1444 Adjust all callers.
1445 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1446 args compulsory. Adjust callers.
1447 (ffap-gopher-at-point): Remove unused var `name'.
1448
1449 Get rid of the ELCFILES abomination.
1450 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1451 (compile-elcfiles): New phony target.
1452 (compile-main): Compute ELCFILES dynamically.
1453 (compile-clean): New target to remove left-over elc files.
1454 (compile, all): Use it.
1455
1456 2009-12-09 Kenichi Handa <handa@etlken>
1457
1458 * international/mule-diag.el: Require help-mode instead of help-fns.
1459
1460 2009-12-09 Kenichi Handa <handa@m17n.org>
1461
1462 * international/mule-cmds.el (ucs-names): Supply sufficiently
1463 fine ranges instead of pre-calculating accurate ranges.
1464 Iterate with bigger gc-cons-threshold.
1465
1466 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1467
1468 Add support for stashing a snapshot of the current tree.
1469 * vc-git.el (vc-git-stash-snapshot): New function.
1470 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1471
1472 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1473
1474 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1475 instead of `(beginning|end)-of-line'.
1476
1477 2009-12-08 Glenn Morris <rgm@gnu.org>
1478
1479 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1480
1481 * Makefile.in (ELCFILES): Regenerate.
1482
1483 2009-12-07 Juri Linkov <juri@jurta.org>
1484
1485 Don't lazy-highlight the comint output in history Isearch mode.
1486
1487 * comint.el (comint-history-isearch-search): Instead of
1488 `comint-line-beginning-position', use `comint-after-pmark-p'
1489 to check if point if before the process mark, and go to
1490 `process-mark' in this case.
1491
1492 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * textmodes/tex-mode.el (latex-complete)
1495 (latex-indent-or-complete): Remove.
1496 (latex-mode): Set completion-at-point-functions instead.
1497
1498 Provide a standard completion command and hook it into TAB.
1499 * minibuffer.el (completion-at-point-functions): New var.
1500 (completion-at-point): New command.
1501 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1502 * progmodes/python.el (python-mode-map): Use completion-at-point.
1503 (python-completion-at-point): Rename from python-partial-symbol and
1504 adjust for use in completion-at-point-functions.
1505 (python-mode): Setup completion-at-point for Python completion.
1506 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1507 extracted from lisp-complete-symbol.
1508 (lisp-complete-symbol): Use it.
1509 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1510 setup completion-at-point for Elisp completion.
1511 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1512 Use completion-at-point.
1513 * ielm.el (ielm-map): Use completion-at-point.
1514 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1515 * progmodes/sym-comp.el: Move to...
1516 * obsolete/sym-comp.el: Move from progmodes.
1517
1518 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1519
1520 Prevent save-buffer in Rmail buffers from using the coding-system
1521 of the current message, and from clobbering the encoding mnemonics
1522 in the mode line (Bug#4623).
1523
1524 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1525 flag, too.
1526 (rmail-message-encoding): New variable.
1527 (rmail-write-region-annotate): Record the encoding of the current
1528 message in rmail-message-encoding.
1529 (rmail-after-save-hook): New function, restores the encoding of
1530 the current message after the message collection is saved.
1531
1532 2009-12-07 Juri Linkov <juri@jurta.org>
1533
1534 * progmodes/grep.el (grep-read-files): Use `completing-read'
1535 instead of `read-string'. Set its `collection' arg to
1536 `read-file-name-internal'. (Bug#4301)
1537
1538 2009-12-07 Juri Linkov <juri@jurta.org>
1539
1540 Correctly restore original Isearch point. (Bug#4994)
1541
1542 * isearch.el (isearch-mode): Move `isearch-push-state' after
1543 `(run-hooks 'isearch-mode-hook)'.
1544 (isearch-cancel): When `isearch-push-state-function' is defined,
1545 let-bind `isearch-cmds' to the first state (the last element of
1546 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1547 function and restores the original point). Otherwise, move point
1548 to `isearch-opoint'.
1549
1550 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1553 chars that don't have names, so the table can be built much faster at
1554 run-time.
1555
1556 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1559 change. Suggested by David Kastrup.
1560
1561 * simple.el (compose-mail): Check for incompatibilities and warn.
1562 (compose-mail-user-agent-warnings): New option.
1563
1564 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1565
1566 Support showing a single log entry from vc-annotate.
1567 * vc.el (print-log): Add a new argument: START-REVISION.
1568 (vc-print-log-internal): Add a new optional argument and
1569 pass it to the backend.
1570 (vc-print-log, vc-print-root-log): Adjust callers.
1571 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1572 buffer already displays the requested log entry, use it.
1573 Otherwise display only the log entry in question.
1574 * vc-svn.el (vc-svn-print-log):
1575 * vc-mtn.el (vc-mtn-print-log):
1576 * vc-hg.el (vc-hg-state):
1577 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1578 (vc-git-show-log-entry): Return t on success.
1579 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1580 (vc-bzr-show-log-entry): Return t on success.
1581 * vc-rcs.el (vc-rcs-print-log):
1582 * vc-sccs.el (vc-sccs-print-log):
1583 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1584
1585 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1588 Add menus to the meta mode. (Bug#5043)
1589
1590 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1591
1592 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1593 event-key.
1594
1595 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1596
1597 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1598
1599 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1600 Berbain <raphael.berbain@gmail.com>.
1601
1602 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1603 characters.
1604 (tramp-initial-end-of-output): New defconst.
1605 (tramp-methods, tramp-find-shell)
1606 (tramp-open-connection-setup-interactive-shell)
1607 (tramp-maybe-open-connection): Use it.
1608 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1609 existence of `#' and `$'.
1610
1611 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1612 `tramp-initial-end-of-output'.
1613
1614 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 Get the background mode from the terminal for xterm, and set
1617 faces accordingly.
1618 * term/xterm.el (xterm-set-background-mode): New function.
1619 (terminal-init-xterm): Use it in case xterm supports background
1620 color queries. Recompute faces after getting the background
1621 color.
1622
1623 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1624
1625 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1626 number comment back on its own line, for easier parsing.
1627
1628 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 Make it work for non-file buffers (bug#5102).
1631 * doc-view.el (doc-view-current-cache-dir):
1632 Use doc-view-buffer-file-name rather than buffer-file-name.
1633 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1634
1635 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1636
1637 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1638 author field is too short.
1639
1640 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * vc-git.el (vc-git-print-log): Handle a limit argument.
1643 Display the short log in graph form and with labels.
1644 (vc-git-log-view-mode): Handle labels.
1645
1646 Make vc-revert change VC state from 'added to 'unregistered.
1647 * vc-git.el (vc-git-revert): Call git reset first.
1648
1649 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1650
1651 * net/newst-backend.el, net/newst-plainview.el:
1652 * net/newst-reader.el, net/newst-ticker.el:
1653 * net/newst-treeview.el, net/newsticker.el:
1654 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1655
1656 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1659
1660 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1661 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1662 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1663 Update annotation regexp.
1664
1665 * simple.el (beginning-of-visual-line): Constrain to field
1666 boundaries (Bug#5106).
1667
1668 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1669
1670 * xml.el (xml-substitute-numeric-entities): Move
1671 newsticker--decode-numeric-entities in newst-backend.el to
1672 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1673 * net/newst-backend.el (newsticker--parse-generic-feed)
1674 (newsticker--parse-generic-items)
1675 (newsticker--decode-numeric-entities): Move
1676 newsticker--decode-numeric-entities in newst-backend.el to
1677 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1678
1679 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1680
1681 * progmodes/js.el (js--js-not): Add null to the list of values.
1682
1683 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1686
1687 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1688
1689 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1690 delimiter if it is at the end of the current line.
1691 (bibtex-generate-url-list): Fix docstring.
1692
1693 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1696 minibuffer's content with itself.
1697 Fold the confirm-after-completion case into the `confirm' case.
1698 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1699
1700 2009-12-06 Kevin Ryde <user42@zip.com.au>
1701
1702 * ffap.el (ffap-rfc-path): Make this a defcustom since
1703 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1704
1705 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1706 manuals, similar to existing setup for help-mode. (Bug#3913.)
1707
1708 2009-12-05 Juri Linkov <juri@jurta.org>
1709
1710 Save and restore dired buffer's point positions too. (Bug#4880)
1711
1712 * dired.el (dired-save-positions): Return in the first element
1713 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1714 Doc fix.
1715 (dired-restore-positions): First restore buffer's position.
1716 While restoring window's positions, check if window still displays
1717 the original buffer.
1718
1719 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1722 if possible.
1723
1724 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1725 Make argument optional.
1726
1727 * shell.el (shell): Require ansi-color (Bug#5113).
1728
1729 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1730
1731 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1732
1733 2009-12-05 Alan Mackenzie <acm@muc.de>
1734
1735 * progmodes/cc-mode.el (c-before-hack-hook)
1736 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1737 `c-file-style' to work again. This reversion restores the current
1738 software to its state in Emacs 23.1. (Bug#4146)
1739
1740 2009-12-05 Kevin Ryde <user42@zip.com.au>
1741
1742 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1743 comment-start-skip to comment-end-skip as comment (Bug#4781).
1744
1745 2009-12-05 Juri Linkov <juri@jurta.org>
1746
1747 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1748 for virtual nodes. (Bug#4147)
1749 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1750 when moving from a virtual node.
1751 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1752 (Info-mode): Add `Info-virtual-index' to the docstring.
1753
1754 2009-12-05 Eric Ludlam <zappo@gnu.org>
1755
1756 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1757 Describe project macro symbols.
1758
1759 * cedet/semantic/complete.el (semantic-complete-do-completion):
1760 Don't call semantic-collector-current-exact-match.
1761
1762 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1763 ede-objects as targets.
1764
1765 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1766 a target's object list even if compiler vars are already in the
1767 Makefile.
1768
1769 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1770 list of headers producing necessary macros.
1771
1772 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1773
1774 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1775 track of the buffer position of the end of a BibTeX entry as this
1776 position may change during reformatting.
1777 (bibtex-format-entry): Remove whitespace before processing
1778 numerical fields so that we recognize the latter properly.
1779 (bibtex-reformat): Do not use push which changes the global value
1780 of bibtex-entry-format.
1781 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1782 (bibtex-field-re-init): Replace only space characters by regexp
1783 for whitespace.
1784 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1785 (bibtex-initialize): Also update bibtex-strings.
1786 (bibtex-kill-field): Preserve white space at end of entry.
1787 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1788 Update bibtex-reference-keys.
1789
1790 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1793 point after a star, if that's the only place where modifications can
1794 make progress.
1795
1796 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1799 in docstrings.
1800
1801 2009-12-04 Juri Linkov <juri@jurta.org>
1802
1803 * proced.el (proced): Call `(proced-update t)' to update process
1804 information instead of only running proced-post-display-hook.
1805 (proced-send-signal): Add a leading space to the buffer name
1806 " *Marked Processes*" to make this buffer ephemeral.
1807
1808 2009-12-04 Juri Linkov <juri@jurta.org>
1809
1810 * dired.el (dired-auto-revert-buffer): New defcustom.
1811 (dired-internal-noselect): Use it.
1812
1813 2009-12-04 Juri Linkov <juri@jurta.org>
1814
1815 Change roles of modes and functions in image-mode.el (Bug#5062).
1816
1817 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1818 in `auto-mode-alist'.
1819 (image-mode-previous-major-mode): New variable.
1820 (image-minor-mode-map): Rename from `image-mode-text-map'.
1821 (image-mode): Move graceful error-handling code from
1822 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1823 (image-minor-mode): Remove all image-handling code.
1824 Replace `image-mode-text-map' with `image-minor-mode-map'.
1825 Check for `image-type' in mode-line format string.
1826 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1827 (image-mode-as-text): New function with most code from
1828 `image-mode-maybe'.
1829 (image-toggle-display-text): Move code that removes image
1830 properties from `image-toggle-display' to here.
1831 (image-toggle-display-image): New function with code that adds
1832 image properties copied from `image-toggle-display'.
1833 (image-toggle-display): Remove most code with leaving only code
1834 that toggles between `image-mode-as-text' and `image-mode'.
1835
1836 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1837
1838 * net/newst-treeview.el
1839 (newsticker--treeview-list-highlight-start): Restored call to
1840 save-excursion: Selected item was stuck.
1841 (newsticker--treeview-list-select): New.
1842 (newsticker--treeview-item-show-text)
1843 (newsticker--treeview-item-show)
1844 (newsticker--treeview-item-update): Use new
1845 newsticker-treeview-item-mode.
1846 (newsticker-treeview-update): Keep current item.
1847 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1848 (newsticker--treeview-first-feed): Doc change.
1849 (newsticker-treeview-list-menu)
1850 (newsticker-treeview-item-menu): Added menu entries.
1851 (newsticker-treeview-item-mode): New.
1852
1853 * net/newst-backend.el (newsticker-customize): Delete other
1854 windows.
1855
1856 2009-12-04 Sam Steingold <sds@gnu.org>
1857
1858 * log-view.el (log-view-mode-map): "q" calls quit-window,
1859 like in all the other non-self-insert buffers.
1860
1861 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 Minor cleanup.
1864 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1865 key decoding rather than do it manually via last-input-event +
1866 ascii-character.
1867 (term-exec): Use delete-and-extract-region.
1868 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1869 (term-process-pager): Remove unused var `i'.
1870 (term-dynamic-simple-complete): Make obsolete.
1871 (serial-update-config-menu): Remove unused vars `y' and `str'.
1872 (term-update-mode-line): Remove unused var `temp'.
1873
1874 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1875
1876 Limit the number of log entries displayed by default.
1877 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1878 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1879 using a prefix argument.
1880
1881 2009-12-03 Glenn Morris <rgm@gnu.org>
1882
1883 * progmodes/idlwave.el (class): Restore still useful declaration.
1884
1885 2009-12-03 Alan Mackenzie <acm@muc.de>
1886
1887 Enhance `c-parse-state' to run efficiently in "brace deserts".
1888
1889 * progmodes/cc-mode.el (c-basic-common-init):
1890 Call c-state-cache-init.
1891 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1892 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1893 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1894
1895 * progmodes/cc-langs.el (c-before-font-lock-function):
1896 c-extend-and-neutralize-syntax-in-CPP has been renamed
1897 c-neutralize-syntax-in-and-mark-CPP.
1898
1899 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1900 with `category' properties now, not `syntax-table' ones.
1901
1902 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1903 enhanced (but slower) version of c-end-of-macro that won't land
1904 inside a literal or on another awkward character.
1905 (c-state-cache-too-far, c-state-cache-start)
1906 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1907 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1908 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1909 (c-state-min-scan-pos, c-state-brace-pair-desert)
1910 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1911 buffer local variables.
1912 (c-state-literal-at, c-state-lit-beg)
1913 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1914 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1915 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1916 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1917 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1918 (c-renarrow-state-cache)
1919 (c-append-lower-brace-pair-to-state-cache)
1920 (c-state-push-any-brace-pair, c-append-to-state-cache)
1921 (c-remove-stale-state-cache)
1922 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1923 (c-invalidate-state-cache-1, c-parse-state-1)
1924 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1925 (c-parse-state): Enhance and refactor.
1926 (c-debug-parse-state): Amend to deal with all the new variables.
1927
1928 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1929 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1930 modify to use category text properties rather than syntax-table ones.
1931 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1932 to switch off/on the syntactic paren property of C++ template
1933 delimiters using the category property.
1934 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1935 template delims suppressed.
1936 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1937 New constant/macros which apply category properties to the start
1938 and end of preprocessor constructs.
1939 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1940 "comment out" the syntactic value of characters in preprocessor
1941 constructs.
1942 (c-with-cpps-commented-out)
1943 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1944 with characters in all or all but one preprocessor constructs
1945 "commented out".
1946
1947 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1948
1949 * proced.el (proced-filter-alist): Use regexp-quote.
1950
1951 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1952
1953 Cleanup.
1954 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1955 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1956 arguments. Expand `default-directory'.
1957
1958 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1959 the benefit of returning an expanded localname.
1960 (tramp-tramp-file-p): Handle the case NAME is not a string.
1961
1962 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1963
1964 Add support for bzr shelve/unshelve.
1965 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1966 (vc-bzr-extra-menu-map): New variables.
1967 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1968 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1969 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1970 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1971 (vc-bzr-dir-extra-headers): Display shelves.
1972
1973 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1974
1975 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * textmodes/bibtex.el (bibtex-complete-internal):
1978 Use completion-in-region.
1979 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1980
1981 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1982
1983 Support applying stashes. Improve UI.
1984 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1985 (vc-git-stash-apply, vc-git-stash-pop)
1986 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1987 (vc-git-stash-menu): New functions.
1988 (vc-git-stash-menu-map): New variable.
1989 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1990
1991 2009-12-03 Glenn Morris <rgm@gnu.org>
1992
1993 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1994 (vc-print-log-internal): Fix previous change.
1995 (vc-revert): Correct pluralization.
1996
1997 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2000 it to be an alist any more.
2001 (makefile-complete): Use completion-in-region.
2002
2003 * progmodes/octave-mod.el (octave-complete-symbol):
2004 Use completion-in-region.
2005
2006 Misc cleanup.
2007 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2008 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2009 (idlwave-complete-class): Don't quote lambda.
2010 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2011 (idlwave-mode-map): Move initialization into declaration.
2012 (idlwave-action-and-binding): Use backquotes.
2013 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2014 Simplify.
2015 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2016 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2017 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2018 `parts', and `all-parts'.
2019 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2020 (idlwave-convert-xml-system-routine-info): Remove unused string
2021 `version-string'.
2022 (idlwave-display-user-catalog-widget): Use dolist.
2023 (idlwave-scanning-lib): Declare dynamically-scoped var.
2024 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2025 (completion-highlight-first-word-only): Declare to silence bytecomp.
2026 (idlwave-popup-select): Tighten scope of `resp'.
2027 (idlwave-find-struct-tag): Remove unused var `beg'.
2028 (idlwave-after-load-rinfo-hook): Declare.
2029 (idlwave-sintern-class-info): Remove unused var `taglist'.
2030 (idlwave-find-class-definition): Remove unused var `list'.
2031 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2032 (idlwave-what-module-find-class): Remove unused var `classes'.
2033
2034 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2037
2038 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2041 buffers visited. Remove redundant current-buffer-saving.
2042
2043 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 Use completion-in-buffer and remove uses of dynamic scoping.
2046 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2047 (pascal-buffer-to-use, pascal-flag): Don't declare.
2048 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2049 (pascal-get-completion-decl, pascal-keyword-completion):
2050 Add `pascal-str' argument, save-excursion,
2051 return the found completions, and don't filter with pascal-pred.
2052 (pascal-completion-cache): New var.
2053 (pascal-completion): Don't switch buffer any more (it was never
2054 necessary). Don't save-excursion any more (it's done by the called
2055 subroutines). Use a cache to avoid redundant computations.
2056 Use complete-with-action rather than pascal-completion-response and
2057 let it apply the predicate as well.
2058 (pascal-complete-word): Use completion-in-buffer when
2059 pascal-toggle-completions is nil.
2060 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2061 not used any more.
2062 (pascal-comp-defun): Don't change buffer any more.
2063 Use complete-with-action rather than pascal-completion-response and
2064 let it apply the predicate as well.
2065 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2066 when neded.
2067
2068 2009-12-02 Kenichi Handa <handa@m17n.org>
2069
2070 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2071 shape for all Indic scripts.
2072
2073 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 Use completion-in-buffer.
2076 * wid-edit.el (widget-field-text-end): New function.
2077 (widget-field-value-get): Use it.
2078 (widget-string-complete, widget-file-complete)
2079 (widget-color-complete): Use it and completion-in-region.
2080 (widget-complete): Don't narrow the buffer.
2081
2082 2009-12-02 Glenn Morris <rgm@gnu.org>
2083
2084 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2085 (rmail-select-summary): Use rmail-pop-to-buffer.
2086 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2087 rmail-pop-to-buffer, to prevent horizontal splits.
2088
2089 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2090 save-excursion with save-current-buffer.
2091 Widen before searching. (Bug#5093)
2092 (diary-list-sexp-entries): Remove superfluous save-excursion.
2093
2094 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2095
2096 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2097 name. (Bug#5038)
2098
2099 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2100
2101 * ido.el (ido-file-internal): Handle filenames at point that do
2102 not have a directory part. (Bug#5049)
2103
2104 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2107 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2108
2109 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2110
2111 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2112 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2113 any more.
2114
2115 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * comint.el (comint-insert-input): Ignore clicks to the right of
2118 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2119
2120 * vc.el (vc-print-log-internal): Don't wait for the process to
2121 terminate before setting up the major mode.
2122
2123 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2124 in case.
2125
2126 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2127 the last element.
2128
2129 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2130
2131 2009-12-01 Glenn Morris <rgm@gnu.org>
2132
2133 * window.el (window--display-buffer-2): Fix previous changes.
2134
2135 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2136
2137 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2138
2139 2009-12-01 Glenn Morris <rgm@gnu.org>
2140
2141 * Makefile.in (ELCFILES): Add mpc.elc.
2142
2143 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * mpc.el: New file.
2146
2147 2009-12-01 Glenn Morris <rgm@gnu.org>
2148
2149 * window.el (window-to-use): Define for compiler.
2150
2151 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2152 consistent with others (no final period).
2153
2154 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2155 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2156
2157 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2158
2159 Make vc-print-log buttons work.
2160 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2161
2162 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2163
2164 * savehist.el (savehist-autosave-interval): Allow setting to nil
2165 through customize. (Bug#5056)
2166
2167 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2168
2169 Fix references to jit-lock properties.
2170 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2171 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2172 (perl-font-lock-special-syntactic-constructs):
2173 Quote jit-lock-defer-multiline property.
2174
2175 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2176
2177 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2178
2179 2009-11-30 Juri Linkov <juri@jurta.org>
2180
2181 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2182 value `buffer' of `multi-isearch-next-buffer-current-function'.
2183 Use `(current-buffer)' when `buffer' is nil.
2184 (multi-isearch-next-buffer-from-list): Don't fallback to
2185 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2186
2187 2009-11-30 Juri Linkov <juri@jurta.org>
2188
2189 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2190 of buffers with `get-buffer' to `multi-isearch-buffers'.
2191 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2192 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2193 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2194 FILES with `expand-file-name' converting relative file names
2195 to absolute. Doc fix. (Bug#4727)
2196
2197 2009-11-30 Juri Linkov <juri@jurta.org>
2198
2199 * misearch.el (multi-isearch-read-buffers)
2200 (multi-isearch-read-matching-buffers): New functions.
2201 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2202 Use them in the `interactive' spec. Doc fix.
2203 (multi-isearch-read-files, multi-isearch-read-matching-files):
2204 New functions.
2205 (multi-isearch-files, multi-isearch-files-regexp):
2206 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2207
2208 2009-11-30 Juri Linkov <juri@jurta.org>
2209
2210 * doc-view.el (doc-view-continuous):
2211 Rename from `doc-view-continuous-mode'.
2212 (doc-view-menu): Move "Toggle display" to the top.
2213 Add submenu "Continuous" with radio buttons "Off"/"On"
2214 and "Save as Default".
2215 (doc-view-scroll-up-or-next-page)
2216 (doc-view-scroll-down-or-previous-page)
2217 (doc-view-next-line-or-next-page)
2218 (doc-view-previous-line-or-previous-page): Rename
2219 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2220
2221 2009-11-30 Juri Linkov <juri@jurta.org>
2222
2223 * comint.el (comint-mode-map): Rebind `M-r' from
2224 `comint-previous-matching-input' to
2225 `comint-history-isearch-backward-regexp'.
2226 Unbind `M-s' to allow global key binding `M-s'.
2227 Add menu items for `comint-history-isearch-backward' and
2228 `comint-history-isearch-backward-regexp'. (Bug#3746)
2229
2230 2009-11-30 Juri Linkov <juri@jurta.org>
2231
2232 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2233 For def=recenter, replace `recenter' with `recenter-top-bottom'
2234 that is called with `this-command' and `last-command' let-bound
2235 to `recenter-top-bottom'. When the last `def' was not `recenter',
2236 set `recenter-last-op' to nil. (Bug#4981)
2237
2238 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 Minor cleanup and simplification.
2241 * filecache.el (file-cache-add-directory)
2242 (file-cache-add-directory-recursively)
2243 (file-cache-add-from-file-cache-buffer)
2244 (file-cache-delete-file-regexp, file-cache-delete-directory)
2245 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2246 (file-cache-temp-minibuffer-message): Delete function.
2247 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2248
2249 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2250 Don't signal an error when bumping into EOB in tr, s, or y.
2251
2252 2009-11-29 Juri Linkov <juri@jurta.org>
2253
2254 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2255 (Bug#4960)
2256
2257 * descr-text.el (describe-char-unidata-list): Use lowercase name
2258 for "Unicode name" like in other tags.
2259
2260 2009-11-29 Juri Linkov <juri@jurta.org>
2261
2262 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2263 New compatibility macro.
2264 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2265
2266 2009-11-29 Juri Linkov <juri@jurta.org>
2267
2268 Add defcustom to define the cycling order of `recenter-top-bottom'.
2269 (Bug#4981)
2270
2271 * window.el (recenter-last-op): Doc fix.
2272 (recenter-positions): New defcustom.
2273 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2274 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2275
2276 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2277
2278 Improve integration of Tramp and ange-ftp in eshell.
2279
2280 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2281 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2282 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2283
2284 * eshell/esh-util.el (top): Require also Tramp when compiling.
2285 (eshell-directory-files-and-attributes): Check for FTP remote
2286 connection.
2287 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2288 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2289 (eshell-file-attributes): Handle ".". Return `entry'.
2290
2291 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2292 (ange-ftp-directory-files-and-attributes)
2293 (ange-ftp-real-directory-files-and-attributes): New defuns.
2294
2295 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2296 shell with "exec" when possible. This prevents trailing prompts
2297 in `start-file-process'.
2298
2299 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 Try and remove assumptions about point-min==1.
2302 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2303 (rng-compute-mode-line-string): Show the validation percentage in
2304 terms of the narrowed text, not the widened text.
2305 (rng-do-some-validation): Don't catch internal errors when debugging.
2306 (rng-first-error): Simplify.
2307 (rng-after-change-function): Remove work around. AFAIK the bug has
2308 been fixed a while ago.
2309
2310 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2311 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2312
2313 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2314
2315 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2316 `cd' doesn't always do it for us (bug#5067).
2317
2318 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2319 on 2009-10-25 as part of some other change (bug#5067).
2320
2321 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2324 `suspicious'.
2325 (byte-compile-warnings): Use byte-compile-warning-types.
2326 (byte-compile-save-excursion): Warn about use of set-buffer right
2327 after save-excursion.
2328
2329 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2330 the excursion as well.
2331
2332 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2333
2334 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2335 providing a Tramp related implementation of "su" and "sudo".
2336 (eshell-unix-initialize): Add "su" and "sudo".
2337
2338 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2339
2340 * net/socks.el (socks-send-command): Convert binary request to
2341 unibyte before sending. This fixes mishandling of some port
2342 numbers such as 129.
2343
2344 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * help.el (describe-bindings-internal): Remove `interactive'.
2347
2348 * man.el (Man-completion-table): Trim a terminating "(".
2349 Remove the space between name page a section.
2350 Add the command's description on the `help-echo' property.
2351 Remove `process-connection-type' binding since it's unused by
2352 call-process.
2353 Provide completion for the "<section> <name>" format as well.
2354 (Man-default-man-entry): Remove spurious var shadowing the argument.
2355
2356 2009-11-26 Kevin Ryde <user42@zip.com.au>
2357
2358 * log-view.el: Add "Keywords: tools", since its other keywords
2359 aren't in finder-known-keywords, and following vc.el.
2360
2361 * sha1.el (sha1-string-external): default-directory "/" in case
2362 otherwise non-existent. process-connection-type pipe for touch of
2363 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2364
2365 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 Misc coding convention cleanups.
2368 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2369 hfy-init-kludge-hooks.
2370 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2371 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2372 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2373 and push.
2374 (hfy-slant, hfy-weight): Use tables rather than code.
2375 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2376 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2377 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2378 (hfy-face-to-css): Remove `nconc' with single arg.
2379 (hfy-p-to-face-lennart): Use `or'.
2380 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2381 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2382 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2383 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2384 (hfy-force-fontification): Use run-hooks.
2385
2386 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2387
2388 Various minor fixes.
2389 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2390 Javascript belongs in the header, not the body.
2391 (hfy-javascript): Remove.
2392 (hfy-fontify-buffer): Don't insert it any more.
2393 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2394 Fix bug in invis handling when there were no invis props in a chunk.
2395
2396 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2399
2400 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2401
2402 * finder.el (finder-mode-map): Add a menu.
2403
2404 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2405
2406 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2407 "unsigned" structs.
2408
2409 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2410 fork" statement better.
2411
2412 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2413
2414 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2415 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2416 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2417 Reported by Clay Douglass.
2418
2419 (verilog-auto-inst, verilog-auto-star-safe)
2420 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2421 Fix removing "// Interfaces" when saving .* expansions. Reported by
2422 Pierre-David Pfister.
2423
2424 2009-11-26 Glenn Morris <rgm@gnu.org>
2425
2426 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2427 the scope.
2428
2429 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2430
2431 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2432 Really use previous revision.
2433
2434 2009-11-25 Kevin Ryde <user42@zip.com.au>
2435
2436 * man.el (Man-completion-table): default-directory "/" in case
2437 doesn't otherwise exist. process-environment COLUMNS=999 so as
2438 not to truncate long names. process-connection-type pipe to avoid
2439 any chance of hitting the pseudo-tty TIOCGWINSZ.
2440 (man): completion-ignore-case t for friendliness and since man
2441 itself is case-insensitive on the command line.
2442 Further to Bug#3717.
2443
2444 * arc-mode.el: Add "Keywords: files", so the details in its
2445 commentary can be reached from finder-by-keyword.
2446 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2447 editing mode, but it's comms related and sgml-mode.el has "comm"
2448 on that basis too.
2449 * textmodes/bibtex-style.el: Add "Keywords: tex".
2450 * international/isearch-x.el, international/ja-dic-cnv.el:
2451 * international/ja-dic-utl.el, international/kkc.el:
2452 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2453
2454 2009-11-25 Juri Linkov <juri@jurta.org>
2455
2456 * man.el (Man-completion-table): Modify regexp to include
2457 section names to completion strings. (Bug#3717)
2458
2459 2009-11-25 Juri Linkov <juri@jurta.org>
2460
2461 Search recursively in gzipped files. (Bug#4982)
2462
2463 * progmodes/grep.el (grep-highlight-matches): Add new options
2464 `always' and `auto'. Doc fix.
2465 (grep-process-setup): Check `grep-highlight-matches' for
2466 `auto-detect' to determine the need to compute grep defaults.
2467 Move Windows/DOS specific --colors settings handling
2468 to `grep-compute-defaults'. Check `grep-highlight-matches'
2469 to get the value of "--color=".
2470 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2471 has the value `auto-detect'. Move Windows/DOS specific settings
2472 from `grep-process-setup'.
2473 (zrgrep): New command with alias `rzgrep'.
2474
2475 2009-11-25 Juri Linkov <juri@jurta.org>
2476
2477 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2478 to nil instead of switching off view-mode. (Bug#4896)
2479
2480 2009-11-25 Juri Linkov <juri@jurta.org>
2481
2482 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2483
2484 * mwheel.el (mwheel-scroll-up-function)
2485 (mwheel-scroll-down-function): New defvars.
2486 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2487 `scroll-up', and `mwheel-scroll-down-function' instead of
2488 `scroll-down'.
2489
2490 * doc-view.el (doc-view-scroll-up-or-next-page)
2491 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2492 Use this ARG in the call to image-scroll-up/image-scroll-down.
2493 Change `interactive' spec to "P". Goto next/previous page only
2494 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2495 SPC/DEL case). Doc fix.
2496 (doc-view-next-line-or-next-page)
2497 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2498 for consistency.
2499 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2500 `doc-view-scroll-up-or-next-page', and buffer-local
2501 `mwheel-scroll-down-function' to
2502 `doc-view-scroll-down-or-previous-page'.
2503
2504 2009-11-25 Juri Linkov <juri@jurta.org>
2505
2506 Provide additional default values (directories at other Dired
2507 windows) via M-n in the minibuffer of some Dired commands.
2508
2509 * dired-aux.el (dired-diff, dired-compare-directories)
2510 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2511 `minibuffer-default' in `minibuffer-with-setup-hook'.
2512 (dired-dwim-target-directory): Find a window that displays Dired
2513 buffer instead of failing when the next window is not Dired.
2514 Use `get-window-with-predicate' to find for the next Dired window.
2515 (dired-dwim-target-defaults): New function.
2516
2517 * ediff-util.el (ediff-read-file-name):
2518 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2519 in `minibuffer-with-setup-hook'.
2520
2521 2009-11-25 Juri Linkov <juri@jurta.org>
2522
2523 Provide additional default values (file name at point or at the
2524 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2525
2526 * minibuffer.el (read-file-name-defaults): New function.
2527 (read-file-name): Reset `minibuffer-default' to nil when
2528 it duplicates initial input `insdef'.
2529 Bind `minibuffer-default-add-function' to lambda that
2530 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2531 (minibuffer-insert-file-name-at-point): New command.
2532
2533 * files.el (file-name-at-point-functions): New defcustom.
2534 (find-file-default): Remove defvar.
2535 (find-file-read-args): Don't use `find-file-default'.
2536 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2537 to `read-file-name'.
2538 (find-file-literally): Use `read-file-name' with
2539 `confirm-nonexistent-file-or-buffer'.
2540
2541 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2542
2543 * dired.el (dired-read-dir-and-switches):
2544 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2545 to `read-file-name'.
2546 (dired-file-name-at-point): New function.
2547 (dired-mode): Add hook `dired-file-name-at-point' to
2548 `file-name-at-point-functions'.
2549
2550 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 Really make the *Completions* window soft-dedicated (bug#5030).
2553 * window.el (window--display-buffer-2): Add `dedicated' argument.
2554 (display-buffer): Pass it when needed so the dedicated flag is set
2555 after calling set-window-buffer, which would otherwise reset it.
2556
2557 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * progmodes/meta-mode.el (meta-complete-symbol):
2560 * progmodes/etags.el (complete-tag):
2561 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2562 Use completion-in-region.
2563
2564 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2565 (dabbrev-completion): Use completion-in-region.
2566 (dabbrev--abbrev-at-point): Simplify regexp.
2567
2568 * abbrev.el (abbrev--before-point): Use word-motion functions
2569 if :regexp is not specified (bug#5031).
2570
2571 * subr.el (string-prefix-p): New function.
2572
2573 * man.el (Man-completion-cache): New var.
2574 (Man-completion-table): Use it.
2575
2576 * vc.el (vc-print-log-internal): Make `limit' optional for better
2577 compatibility (e.g. with vc-annotate.el).
2578
2579 2009-11-24 Kevin Ryde <user42@zip.com.au>
2580
2581 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2582 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2583
2584 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2585 when .el source file not found or other error.
2586
2587 2009-11-24 Markus Triska <markus.triska@gmx.at>
2588
2589 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2590
2591 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 Handle the [back] button properly (bug#4979).
2594 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2595 Use help-setup-xref, help-buffer, and with-help-window.
2596 (describe-char): Add `buffer' argument.
2597 Pass proper command to help-setup-xref. Don't meddle with
2598 help-xref-stack-item directly.
2599 (describe-text-category): Use with-help-window and help-buffer.
2600
2601 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2602 for the displayed buffer (bug#4887).
2603
2604 * man.el (Man-completion-table): New function.
2605 (man): Use it.
2606
2607 2009-11-24 David Reitter <david.reitter@gmail.com>
2608
2609 * vc-git.el (vc-git-registered): Use checkout directory (where
2610 .git is) rather than the file's directory and a relative path spec
2611 to work around a bug in git.
2612
2613 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2614
2615 Improve handling of processes on remote hosts.
2616
2617 * eshell/esh-util.el (eshell-path-env): New defvar.
2618 (eshell-parse-colon-path): New defun.
2619 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2620
2621 * eshell/esh-ext.el (eshell-search-path):
2622 Use `eshell-parse-colon-path'.
2623 (eshell-remote-command): Remove argument HANDLER.
2624 (eshell-external-command): Check for FTP remote connection.
2625
2626 * eshell/esh-proc.el (eshell-gather-process-output):
2627 Use `file-truename', in order to start also symlinked files.
2628 Apply `start-file-process' instead of `start-process'.
2629 Shorten `command' to the local file name part.
2630
2631 * eshell/em-cmpl.el (eshell-complete-commands-list):
2632 Use `eshell-parse-colon-path'.
2633
2634 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2635
2636 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2637 to `eshell-directory-change-hook'.
2638
2639 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2640
2641 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2642 because it could be enabled automatically if view-read-only is non-nil.
2643
2644 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2645
2646 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2647 made on 2009-11-22.
2648
2649 2009-11-24 Glenn Morris <rgm@gnu.org>
2650
2651 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2652 deleted variable bookmark-bmenu-bookmark-column.
2653
2654 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2655 Move after definition of global-semantic-idle-tag-highlight-mode.
2656
2657 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2660
2661 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2662
2663 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2664 two slashes to the "file:" prefix.
2665 (browse-url-file-url): De-munge Cygwin filenames before passing
2666 them to Windows browser.
2667 (browse-url-default-windows-browser): Use call-process.
2668
2669 2009-11-23 Juri Linkov <juri@jurta.org>
2670
2671 Implement DocView Continuous mode. (Bug#4896)
2672 * doc-view.el (doc-view-continuous-mode): New defcustom.
2673 (doc-view-mode-map): Bind C-n/<down> to
2674 `doc-view-next-line-or-next-page', C-p/<up> to
2675 `doc-view-previous-line-or-previous-page'.
2676 (doc-view-next-line-or-next-page)
2677 (doc-view-previous-line-or-previous-page): New commands.
2678
2679 2009-11-23 Juri Linkov <juri@jurta.org>
2680
2681 Implement Isearch in comint input history. (Bug#3746)
2682 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2683 `isearch-mode-hook'.
2684 (comint-history-isearch): New defcustom.
2685 (comint-history-isearch-backward)
2686 (comint-history-isearch-backward-regexp): New commands.
2687 (comint-history-isearch-message-overlay): New buffer-local variable.
2688 (comint-history-isearch-setup, comint-history-isearch-end)
2689 (comint-goto-input, comint-history-isearch-search)
2690 (comint-history-isearch-message, comint-history-isearch-wrap)
2691 (comint-history-isearch-push-state)
2692 (comint-history-isearch-pop-state): New functions.
2693
2694 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2697 return.
2698 (tramp-handle-make-symbolic-link)
2699 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2700 Quote file names.
2701 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2702 (tramp-handle-process-file): Use it.
2703
2704 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * window.el (move-to-window-line-last-op): Remove.
2707 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2708
2709 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2710
2711 Make M-r mirror the new cycling behavior of C-l.
2712 * window.el (move-to-window-line-last-op): New var.
2713 (move-to-window-line-top-bottom): New command.
2714 (global-map): Bind M-r move-to-window-line-top-bottom.
2715
2716 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2717
2718 * dired-x.el (dired-guess-shell-alist-default):
2719 Support xz format. (Bug#4953)
2720
2721 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * cedet/srecode/map.el (srecode-get-maps):
2724 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2725 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2726 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2727 (semantic-toggle-decoration-style):
2728 * cedet/semantic/decorate/include.el
2729 (semantic-decoration-include-describe)
2730 (semantic-decoration-unknown-include-describe)
2731 (semantic-decoration-unparsed-include-describe)
2732 (semantic-decoration-all-include-summary):
2733 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2734 * cedet/semantic/analyze/complete.el
2735 (semantic-analyze-possible-completions):
2736 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2737 (semantic-show-unmatched-syntax-mode)
2738 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2739 (semantic-highlight-func-mode):
2740 * cedet/semantic/util.el (semantic-describe-buffer):
2741 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2742 (semantic-symref-find-tags-by-name)
2743 (semantic-symref-find-tags-by-regexp)
2744 (semantic-symref-find-tags-by-completion)
2745 (semantic-symref-find-file-references-by-name)
2746 (semantic-symref-find-text):
2747 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2748 (senator-yank-tag):
2749 * cedet/semantic/scope.el (semantic-calculate-scope):
2750 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2751 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2752 (define-semantic-idle-service):
2753 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2754 (semantic-complete-analyze-inline-idle):
2755 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2756 * cedet/mode-local.el (describe-mode-local-bindings)
2757 (describe-mode-local-bindings-in-mode):
2758 * cedet/ede/make.el (ede-make-check-version):
2759 * cedet/ede/locate.el (ede-enable-locate-on-project):
2760 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2761 (cedet-idutils-version-check):
2762 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2763 (cedet-gnu-global-version-check):
2764 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2765 (cedet-cscope-version-check): Use called-interactively-p instead
2766 of interactive-p.
2767
2768 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2769 Use semantic-format-tag-prototype.
2770
2771 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2772
2773 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2774 last-command-char/last-command-event.
2775 (viper-prefix-arg-value): Do correct conversion of event-char for
2776 XEmacs.
2777
2778 * emulation/viper-util.el, emulation/viper.el:
2779 Use viper-last-command-char instead of
2780 last-command-char/last-command-event.
2781
2782 * ediff-init.el, ediff-mult.el, ediff-util.el:
2783 Replace last-command-char and last-command-event
2784 with (ediff-last-command-char) everywhere.
2785
2786 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2787 created in fundamental mode.
2788
2789 * ediff.el (ediff-version): Revert the change of interactive-p to
2790 called-interactively-p.
2791
2792 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2793
2794 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2795 generation from word-movement command names.
2796
2797 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2800 (semantic-complete-jump-local, semantic-complete-jump):
2801 Improve prompt string.
2802
2803 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2804
2805 * cus-start.el (all): Add native condition for font-use-system-font.
2806
2807 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2808
2809 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2810 Correct the patch from 2009-11-18. (Bug#3910)
2811
2812 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2813
2814 * progmodes/subword.el: Rename from lisp/subword.el.
2815
2816 * subword.el: Rename to progmodes/subword.el.
2817
2818 * Makefile.in (ELCFILES): Adapt to subword.el move.
2819
2820 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2821 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2824 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2825 (bookmark-bmenu-show-filenames): Use push.
2826 (bookmark-bmenu-hide-filenames): Use local var instead of
2827 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2828 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2829 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2830 filenames now that the bookmark names are always available.
2831
2832 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2835 (bookmark-search-pattern): Move and leave unbound.
2836 (bookmark-bmenu-mode-map): Change binding.
2837 (bookmark-read-search-input): Simplify.
2838 Don't use text-char-description. Don't error on non-char events.
2839 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2840 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2841 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2842 Use a local var for the timer.
2843 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2844 (i.e. bookmark-bmenu-search).
2845
2846 2009-11-21 Glenn Morris <rgm@gnu.org>
2847
2848 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2849
2850 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2851
2852 * net/browse-url.el (browse-url-default-windows-browser):
2853 Use cygstart for cygwin.
2854
2855 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2856
2857 * bookmark.el: Formatting and doc fixes only:
2858 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2859 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2860 Minor grammar and punctuation fixes in doc string.
2861 (bookmark-read-search-input): Adjust to fit within 80 columns.
2862
2863 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2864
2865 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2866 (c-backward-into-nomenclature): Adapt to subword renaming.
2867
2868 * subword.el (subword-forward, subword-backward, subword-mark)
2869 (subword-kill, subword-backward-kill, subword-transpose)
2870 (subword-downcase, subword-upcase, subword-capitalize)
2871 (subword-forward-internal, subword-backward-internal):
2872 Rename from forward-subword, backward-subword, mark-subword,
2873 kill-subword, backward-kill-subword, transpose-subwords,
2874 downcase-subword, upcase-subword, capitalize-subword,
2875 forward-subword-internal, backward-subword-internal.
2876
2877 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2878
2879 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2880 New options.
2881 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2882 New vars.
2883 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2884 (bookmark-bmenu-filter-alist-by-regexp)
2885 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2886 (bookmark-bmenu-search): New command.
2887 (bookmark-bmenu-mode-map): Bind it.
2888
2889 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2892
2893 * cedet/semantic/idle.el (define-semantic-idle-service)
2894 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2895
2896 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2897
2898 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2899 backward-subword to quit the byte-compiler.
2900
2901 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2902
2903 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2904
2905 * progmodes/cc-cmds.el (c-update-modeline)
2906 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2907 Refer to subword.el functions instead of cc-subword.el.
2908
2909 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2910 subword.el functions instead of cc-subword.el.
2911
2912 * progmodes/cc-subword.el: Rename to subword.el.
2913 * subword.el: Rename from progmodes/cc-subword.el.
2914 (subword-mode-map): Rename from c-subword-mode-map.
2915 (subword-mode): Rename from c-subword-mode.
2916 (global-subword-mode): New global minor mode.
2917 (forward-subword): Rename from c-forward-subword.
2918 (backward-subword): Rename from c-backward-subword.
2919 (mark-subword): Rename from c-mark-subword.
2920 (kill-subword): Rename from c-kill-subword.
2921 (backward-kill-subword): Rename from c-backward-kill-subword.
2922 (transpose-subwords): Rename from c-tranpose-subword.
2923 (downcase-subword): Rename from c-downcase-subword.
2924 (capitalize-subword): Rename from c-capitalize-subword.
2925 (forward-subword-internal): Rename from c-forward-subword-internal.
2926 (backward-subword-internal): Rename from c-backward-subword-internal.
2927
2928 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2931 from a dired buffer.
2932 (vc-dired-deduce-fileset): New function.
2933 (vc-root-diff, vc-print-root-log): Use it.
2934
2935 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2936 nil LIMIT argument to vc-print-log-internal.
2937
2938 2009-11-20 Glenn Morris <rgm@gnu.org>
2939
2940 * Makefile.in (ELCFILES): Regenerate.
2941
2942 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2945
2946 * cedet/semantic.el: Enable idle-mode menu items only if
2947 global-semantic-idle-scheduler-mode is enabled.
2948 (semantic-default-submodes): Doc fix.
2949
2950 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2951 When turning off, disable other idle modes.
2952
2953 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2954
2955 * calc/calc.el (calc-set-mode-line):
2956 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2957 (math-format-number): Rename `math-format-complement-signed' to
2958 `math-format-twos-complement'.
2959
2960 * calc/calc-bin.el (math-format-twos-complement): Rename from
2961 math-format-complement-signed.
2962 (calc-radix): Rename `calc-complement-signed-mode' to
2963 `calc-twos-complement-mode'.
2964 (calc-octal-radix, calc-hex-radix): Add an argument for
2965 two's complement.
2966
2967 * calc/calc-embed.el (calc-embedded-mode-vars):
2968 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2969
2970 * calc/calc-ext.el (calc-init-extensions):
2971 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2972 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2973
2974 * calc/calc-units.el (math-build-units-table-buffer):
2975 Let `calc-twos-complement-mode' be nil.
2976
2977 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2978 entries.
2979
2980 * calc/calc-vec.el (calcFunc-vunpack):
2981 * calc/calc-aent.el (calc-do-calc-eval):
2982 * calc/calc-forms.el (math-format-date):
2983 * calc/calc-graph.el (calc-graph-plot):
2984 * calc/calc-math.el (math-use-emacs-fn):
2985 * calc/calccomp.el (math-compose-expr):
2986 Let `calc-twos-complement-mode' be nil.
2987
2988 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2991 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2992 * minibuffer.el (completion-in-region-functions): New hook.
2993 (completion-in-region): New function.
2994 * emacs-lisp/lisp.el (lisp-complete-symbol):
2995 * pcomplete.el (pcomplete-std-complete): Use it.
2996
2997 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3000 (latex-complete-alist): New vars.
3001 (latex-string-prefix-p, latex-complete-bibtex-keys)
3002 (latex-complete-envnames, latex-complete-refkeys)
3003 (latex-complete-data): New functions.
3004 (latex-complete, latex-indent-or-complete): New commands.
3005
3006 * window.el (display-buffer-mark-dedicated): New var.
3007 (display-buffer): Obey it.
3008 * minibuffer.el (minibuffer-completion-help): Use it.
3009
3010 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3011
3012 * filecache.el (file-cache-add-file): Use push and cons.
3013 (file-cache-delete-file-regexp): Use push.
3014 (file-cache-complete): Use completion-in-region.
3015
3016 * simple.el (with-wrapper-hook): Fix thinko.
3017
3018 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3019 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3020 Use with-current-buffer and string-to-number.
3021 (hfy-fallback-colour-values): Use assoc-string.
3022 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3023 (hfy-face-at): Remove unused var `found-face'.
3024 (hfy-compile-stylesheet): Remove unused var `css'.
3025 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3026 and `orig-buffer'.
3027 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3028 Use with-current-buffer.
3029 (hfy-text-p): Use expand-file-name and fewer setq.
3030
3031 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3032
3033 * htmlfontify.el, hfy-cmap.el: New files.
3034
3035 2009-11-19 Juri Linkov <juri@jurta.org>
3036
3037 * minibuffer.el (completions-format): New defcustom.
3038 (completion--insert-strings): Implement vertical format.
3039
3040 * simple.el (switch-to-completions): Move point to the first
3041 completion when point was at the beginning of the buffer.
3042
3043 2009-11-19 Juri Linkov <juri@jurta.org>
3044
3045 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3046
3047 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3048
3049 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3052 (mail-signature): Change default to t.
3053 (mail-from-style): Deprecate `system-default' value.
3054 (mail-insert-from-field): For default value of mail-from-style,
3055 default to `angles' unless `angles' needs quoting and `parens'
3056 does not.
3057 (mail-citation-prefix-regexp): Use citation regexp from
3058 message-mode.
3059
3060 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3061
3062 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3063 Set variables for computing the prompt for reading password.
3064
3065 2009-11-19 Glenn Morris <rgm@gnu.org>
3066
3067 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3068
3069 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3070
3071 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3072 (newsticker-treeview-listwindow-height): Fix custom type.
3073
3074 2009-11-19 Kenichi Handa <handa@m17n.org>
3075
3076 * descr-text.el (describe-char-padded-string): Compose with TAB
3077 only if there's a font for CH.
3078 (describe-char): Fix the condition for detecting a trivial composition.
3079
3080 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3081
3082 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3083 more accurate version of the regexp. (Bug#3910)
3084
3085 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3086
3087 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3088
3089 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3092 (font-setting-change-default-font): Fix typo in docstring.
3093
3094 2009-11-18 Alan Mackenzie <acm@muc.de>
3095
3096 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3097
3098 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3099
3100 * font-setting.el (font-use-system-font): Move ...
3101
3102 * cus-start.el (all): ... to here.
3103
3104 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3107 Don't set `ad-return-value' if `ad-do-it' doesn't.
3108
3109 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3110 modification time.
3111
3112 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3113
3114 * menu-bar.el: Put "Use system font" in Option-menu.
3115 (menu-bar-options-save): Add font-use-system-font.
3116
3117 * loadup.el: If feature system-font-setting or font-render-setting is
3118 there, load font-setting.
3119
3120 * Makefile.in (ELCFILES): Add font-settings.el.
3121 * font-setting.el: New file.
3122
3123 2009-11-17 Glenn Morris <rgm@gnu.org>
3124
3125 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3126
3127 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3128 Preserve point in the list buffer. (Bug#4939)
3129 Use point-at-eol.
3130 (newsticker--treeview-list-update-highlight)
3131 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3132
3133 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3134
3135 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3136 Remove.
3137
3138 * calc/calc-ext.el (calc-init-extensions): Remove references to
3139 symclip.
3140
3141 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3142
3143 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3144 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3145 `calc-symclip'.
3146
3147 2009-11-16 Kevin Ryde <user42@zip.com.au>
3148
3149 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3150 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3151
3152 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3153 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3154 Ignore trailing spaces by omit-nulls to split-string (fixing
3155 regression from Emacs 21 due to the incompatible split-string
3156 change). (Bug #4928.)
3157
3158 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3159
3160 * vc.el (vc-log-show-limit): Default to 2000.
3161 (vc-print-log-internal): Insert buttons to request more entries
3162 when limiting the output.
3163
3164 * vc-sccs.el (vc-sccs-print-log):
3165 * vc-rcs.el (vc-rcs-print-log):
3166 * vc-cvs.el (vc-cvs-print-log):
3167 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3168 LIMIT is non-nil.
3169
3170 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3173 error when `tramp-gvfs-dbus-event-vector' is set.
3174 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3175
3176 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3179
3180 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/dbus.el (dbus-unregister-service): New defun.
3183 (dbus-register-property): Register the handlers of
3184 "org.freedesktop.DBus.Properties" for SERVICE.
3185 (dbus-property-handler): Fix docstring.
3186
3187 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3188
3189 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3190 Quote doc string reference in defvaralias as it is not in special form.
3191 (byte-compile-output-docform): Doc fix.
3192
3193 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3194
3195 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3196 (calc-complement-signed-mode): New variables.
3197 (calc-set-mode-line): Add indicator for twos-complements.
3198 (math-format-number): Format twos-complement notation.
3199
3200 * calc/calc-bin.el (calc-word-size): Reset the variables
3201 `math-2-word-size' and `math-half-2-word-size'.
3202 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3203 (calc-symclip): New functions.
3204
3205 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3206
3207 * calc/calc-embed.el (calc-embedded-mode-vars):
3208 Add `calc-complement-signed-mode' to the list of modes.
3209
3210 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3211 (calc-b-oper-keys): Add `calc-symclip' to list.
3212
3213 * calc/calc-ext.el (math-read-number-fancy): Read complement
3214 signed numbers.
3215 (calc-init-extensions): Add binding for `calc-symclip'.
3216 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3217
3218 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3219 `calc-symclip'.
3220 (calc-modes-menu): Add item for twos complement mode.
3221
3222 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3223
3224 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * register.el (jump-to-register, insert-register): Handle Semantic
3227 tags. From commented-out advice in semantic/senator.el.
3228
3229 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3230
3231 * vc.el (vc-log-show-limit): New variable.
3232 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3233 when using a prefix argument.
3234 (vc-print-log-internal): Add new argument LIMIT.
3235
3236 * vc-svn.el (vc-svn-print-log):
3237 * vc-mtn.el (vc-mtn-print-log):
3238 * vc-hg.el (vc-hg-print-log):
3239 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3240 pass it to the log command when set. Make the BUFFER argument
3241 non-optional.
3242
3243 * vc-sccs.el (vc-sccs-print-log):
3244 * vc-rcs.el (vc-rcs-print-log):
3245 * vc-git.el (vc-git-print-log):
3246 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3247 ignore it. Make the BUFFER argument non-optional
3248
3249 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3250
3251 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3252
3253 * dired.el (dired-mode-map): Move encryption items to "Operate"
3254 menu (Bug#4703).
3255
3256 * strokes.el (strokes-update-window-configuration): Make strokes
3257 buffer current before erasing (Bug#4906).
3258
3259 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3260 (semantic-idle-summary-mode): Define using define-minor-mode
3261 instead of define-semantic-idle-service.
3262 (semantic-idle-summary-mode): New function.
3263 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3264 that mouse motion does not reset the echo area.
3265
3266 2009-11-15 Juri Linkov <juri@jurta.org>
3267
3268 * simple.el (set-mark-default-inactive): Add :type, :group
3269 and :version. (Bug#4876)
3270
3271 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3274 (archive-unique-fname): ... here. (Bug#4929)
3275
3276 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3279 with a real fix.
3280
3281 * novice.el (disabled-command-function): Add useful args.
3282 Setup the help buffer so that [back] works.
3283 Remove redundant call to help-mode.
3284 (disabled-command-function): Use `case'.
3285 (en/disable-command): New function extracted from enable-command.
3286 (enable-command, disable-command): Use it.
3287
3288 2009-11-14 Glenn Morris <rgm@gnu.org>
3289
3290 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3291 constants. (Bug#4913)
3292
3293 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3294
3295 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3296
3297 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3298 defined in C that have no doc-strings. (Bug#1063)
3299
3300 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3301
3302 * cus-edit.el (data, files):
3303 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3304
3305 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * simple.el (shell-command): Doc fix (Bug#4891).
3308
3309 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3310
3311 2009-11-14 Glenn Morris <rgm@gnu.org>
3312
3313 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3314 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3315 If they are already loaded, eval-after-load will do the right thing.
3316
3317 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3318 compiling.
3319
3320 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3321
3322 * simple.el (x-selection-owner-p): Declare.
3323 (read-mail-command): Use custom radio type rather than choice.
3324 (completion-no-auto-exit): Doc fix.
3325
3326 * custom.el (defgroup):
3327 * epg-config.el (epg): Doc fixes.
3328
3329 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3330
3331 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3332 * international/ccl.el (define-ccl-program): Do not purecopy the
3333 docstring, defconst does it anyway.
3334
3335 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3338 a second time.
3339
3340 * x-dnd.el (x-dnd-maybe-call-test-function):
3341 * window.el (split-window-vertically):
3342 * whitespace.el (whitespace-help-on):
3343 * vc-rcs.el (vc-rcs-consult-headers):
3344 * userlock.el (ask-user-about-lock-help)
3345 (ask-user-about-supersession-help):
3346 * type-break.el (type-break-force-mode-line-update):
3347 * time-stamp.el (time-stamp-conv-warn):
3348 * terminal.el (te-set-output-log, te-more-break, te-filter)
3349 (te-sentinel, terminal-emulator):
3350 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3351 (term-write-input-ring, term-check-source, term-start-output-log):
3352 (term-display-buffer-line, term-dynamic-list-completions):
3353 (term-ansi-make-term, serial-term):
3354 * subr.el (selective-display):
3355 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3356 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3357 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3358 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3359 (speedbar-remove-localized-speedbar-support)
3360 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3361 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3362 (speedbar-buffers-line-directory):
3363 * simple.el (shell-command-on-region, append-to-buffer)
3364 (prepend-to-buffer):
3365 * shadowfile.el (shadow-save-todo-file):
3366 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3367 (scroll-bar-maybe-set-window-start):
3368 * sb-image.el (speedbar-image-dump):
3369 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3370 (load-save-place-alist-from-file):
3371 * ps-samp.el (ps-print-message-from-summary):
3372 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3373 (ps-background-image, ps-begin-job, ps-do-despool):
3374 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3375 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3376 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3377 (pr-call-process, pr-file-list, pr-interface-save):
3378 * novice.el (disabled-command-function)
3379 (enable-command, disable-command):
3380 * mouse.el (mouse-buffer-menu-alist):
3381 * mouse-copy.el (mouse-kill-preserving-secondary):
3382 * macros.el (kbd-macro-query):
3383 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3384 * informat.el (batch-info-validate):
3385 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3386 * hippie-exp.el (try-expand-dabbrev-visible):
3387 * help-mode.el (help-make-xrefs):
3388 * help-fns.el (describe-variable):
3389 * generic-x.el (bat-generic-mode-run-as-comint):
3390 * finder.el (finder-mouse-select):
3391 * find-dired.el (find-dired-sentinel):
3392 * filesets.el (filesets-file-close):
3393 * files.el (list-directory):
3394 * faces.el (list-faces-display, describe-face):
3395 * facemenu.el (list-colors-display):
3396 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3397 * epg.el (epg--process-filter, epg-cancel):
3398 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3399 (epa--read-signature-type):
3400 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3401 (emerge-file-names):
3402 * ehelp.el (electric-helpify):
3403 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3404 * ediff-vers.el (rcs-ediff-view-revision):
3405 * ediff-util.el (ediff-setup):
3406 * ediff-mult.el (ediff-append-custom-diff):
3407 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3408 (ediff-wordify):
3409 * echistory.el (Electric-command-history-redo-expression):
3410 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3411 * disp-table.el (describe-display-table):
3412 * dired.el (dired-find-buffer-nocreate):
3413 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3414 * dabbrev.el (dabbrev--same-major-mode-p):
3415 * chistory.el (list-command-history):
3416 * apropos.el (apropos-documentation):
3417 * allout.el (allout-obtain-passphrase):
3418 (allout-copy-exposed-to-buffer):
3419 (allout-verify-passphrase): Use with-current-buffer.
3420
3421 2009-11-13 Glenn Morris <rgm@gnu.org>
3422
3423 * Makefile.in (ELCFILES): Regenerate.
3424
3425 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * net/dbus.el (dbus-registered-objects-table): Rename from
3428 `dbus-registered-functions-table', because it contains also properties.
3429 (dbus-unregister-object): Unregister also properties.
3430 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3431 Use a timeout of 500 msec, in order to not block.
3432 (dbus-register-property, dbus-property-handler): New defuns.
3433
3434 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * simple.el (minibuffer-default-add-completions): Drop deprecated
3437 4th arg.
3438
3439 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3440
3441 * textmodes/artist.el (artist-mouse-choose-operation):
3442 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3443 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3444 (artist-compute-up-event-key): New function.
3445 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3446
3447 2009-11-13 Kenichi Handa <handa@m17n.org>
3448
3449 * language/japan-util.el: Make sure that the value of jisx0208
3450 property is jisx0208 character.
3451
3452 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3455 car or each item, not the whole list.
3456
3457 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * minibuffer.el (minibuffer-completion-help):
3460 Use minibuffer-hide-completions.
3461
3462 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3463
3464 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3465 (dired-revert): Use them (bug#4880).
3466
3467 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3468
3469 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3470
3471 2009-11-12 Juri Linkov <juri@jurta.org>
3472
3473 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3474 New functions.
3475 (find-file-literally-at-point): Alias of `ffap-literally'.
3476
3477 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * textmodes/ispell.el (ispell-skip-region-alist):
3480 * textmodes/css-mode.el (auto-mode-alist):
3481 * progmodes/compile.el (auto-mode-alist):
3482 * international/mule.el (ctext-non-standard-encodings-alist)
3483 (ctext-non-standard-encodings-regexp):
3484 * simple.el (shell-command-switch, text-read-only):
3485 * replace.el (occur-mode-map):
3486 * paths.el (rmail-file-name):
3487 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3488 * find-file.el (ff-special-constructs):
3489 * files.el (file-name-handler-alist):
3490 * composite.el: Purecopy strings.
3491
3492 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3493
3494 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * widget.el (define-widget): Purecopy the docstring.
3497 * international/mule-cmds.el (charset): Do not purecopy the
3498 docstring here, define-widget does it.
3499
3500 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3501 * textmodes/bibtex-style.el (auto-mode-alist):
3502 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3503 * progmodes/compile.el (compile-command):
3504 * language/korea-util.el (default-korean-keyboard):
3505 * international/mule-conf.el (file-coding-system-alist):
3506 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3507 * tooltip.el (tooltip-frame-parameters):
3508 * newcomment.el (comment-end, comment-padding):
3509 * dired.el (dired-trivial-filenames):
3510 * comint.el (comint-file-name-prefix): Purecopy initial values.
3511
3512 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3513
3514 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3515 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3516 `tramp-unload'.
3517 (tramp-advice-make-auto-save-file-name)
3518 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3519 after removing the advice.
3520
3521 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3522
3523 * progmodes/grep.el (grep-regexp-alist):
3524 * international/mule-cmds.el (iso-2022-control-alist):
3525 * emacs-lisp/timer.el (timer-duration-words):
3526 * subr.el (version-separator, version-regexp-alist):
3527 * minibuffer.el (completion-styles-alist):
3528 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3529 Change defvars to defconsts.
3530
3531 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3532 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3533 * international/mule-conf.el: Allow to be byte compiled.
3534
3535 * international/mule.el (define-charset): Purecopy props.
3536 (load-with-code-conversion): Purecopy doc string and file name.
3537 (put-charset-property): Purecopy strings.
3538 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3539
3540 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3541 (define-char-code-property): Correctly purecopy the table.
3542
3543 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3544
3545 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3546
3547 * subr.el (add-hook): Purecopy strings.
3548 (eval-after-load): Purecopy load-history-regexp and the form.
3549
3550 * custom.el (custom-declare-group): Purecopy load-file-name.
3551
3552 * subr.el (menu-bar-separator): New defconst.
3553 * net/eudc.el (eudc-tools-menu):
3554 * international/mule-cmds.el (set-coding-system-map)
3555 (mule-menu-keymap):
3556 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3557 * vc-hooks.el (vc-menu-map):
3558 * replace.el (occur-mode-map):
3559 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3560 (menu-bar-edit-menu, menu-bar-goto-menu)
3561 (menu-bar-custom-menu, menu-bar-showhide-menu)
3562 (menu-bar-options-menu, menu-bar-tools-menu)
3563 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3564 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3565 (menu-bar-help-menu):
3566 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3567 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3568
3569 * term/x-win.el (x-gtk-stock-map):
3570 * progmodes/vera-mode.el (auto-mode-alist):
3571 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3572 (inferior-lisp-program, inferior-lisp-load-command):
3573 * progmodes/hideshow.el (hs-special-modes-alist):
3574 * progmodes/gud.el (same-window-regexps):
3575 * progmodes/grep.el (grep-program, find-program, xargs-program):
3576 * net/telnet.el (same-window-regexps):
3577 * net/rlogin.el (same-window-regexps):
3578 * language/ethiopic.el (font-ccl-encoder-alist):
3579 * vc-sccs.el (vc-sccs-master-templates):
3580 * vc-rcs.el (vc-rcs-master-templates):
3581 * subr.el (cl-assertion-failed):
3582 * simple.el (next-error-overlay-arrow-position):
3583 * lpr.el (lpr-command):
3584 * locate.el (locate-ls-subdir-switches):
3585 * info.el (same-window-regexps, info)
3586 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3587 * image-mode.el (image-mode, auto-mode-alist):
3588 * hippie-exp.el (hippie-expand-ignore-buffers):
3589 * format.el (format-alist):
3590 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3591 (find-name-arg):
3592 * facemenu.el (facemenu-keybindings):
3593 * dired.el (dired-listing-switches, dired-chown-program):
3594 * diff.el (diff-switches, diff-command):
3595 * cus-edit.el (same-window-regexps):
3596 * bindings.el (mode-line-mule-info)
3597 (mode-line-buffer-identification): Purecopy strings.
3598
3599 2009-11-11 Juri Linkov <juri@jurta.org>
3600
3601 * simple.el (dired-get-filename) <declare-function>:
3602 Tell the byte-compiler about dired-get-filename.
3603 (shell-command): In Dired mode, get filename from the current line
3604 as the default value.
3605
3606 2009-11-10 Glenn Morris <rgm@gnu.org>
3607
3608 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3609 * calendar/holidays.el, progmodes/cperl-mode.el:
3610 Update x-popup-menu declarations.
3611
3612 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3613 (list-load-path-shadows): Use dolist.
3614 (list-load-path-shadows): Use with-current-buffer.
3615
3616 2009-11-10 Juri Linkov <juri@jurta.org>
3617
3618 * minibuffer.el (read-file-name): Support a list of default values
3619 in `default-filename'. Use the first file name where only one
3620 element is required. Doc fix.
3621
3622 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3623
3624 * net/dbus.el (dbus-unregister-object): Release service, if no
3625 other method is registered for it.
3626
3627 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3628
3629 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3630 bookmark-sort-flag is non-nil (Bug#4653).
3631
3632 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3635 the progress reporter entirely.
3636
3637 * emulation/cua-base.el: Add CUA property to some CC mode commands
3638 (Bug#4100).
3639
3640 2009-11-08 Kevin Ryde <user42@zip.com.au>
3641
3642 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3643 at end of sentence (Bug#4818).
3644
3645 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3646
3647 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3648 Handle "see declaration of" MSFT statements (Bug#4100).
3649
3650 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3651
3652 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3653 (tramp-advice-file-expand-wildcards): Unload via
3654 `ad-remove-advice'.
3655
3656 * net/trampver.el: Update release number.
3657
3658 2009-11-08 Kevin Ryde <user42@zip.com.au>
3659
3660 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3661 `ad-do-it'.
3662
3663 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3664
3665 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3666 in order to keep context in SELinux.
3667
3668 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * dired-aux.el (dired-query): Place cursor in echo area and allow
3671 C-g.
3672
3673 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3674 menu item if not on a directory (Bug#4701).
3675
3676 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3677
3678 Sync with Tramp 2.1.17.
3679
3680 * net/tramp.el (tramp-handle-copy-directory): Don't use
3681 `file-remote-p' (due to compatibility).
3682
3683 * net/tramp-compat.el (tramp-compat-copy-directory)
3684 (tramp-compat-delete-directory): New defuns.
3685
3686 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3687 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3688 `tramp-compat-delete-directory'.
3689
3690 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3691 (tramp-smb-handle-delete-directory): Use
3692 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3693
3694 * net/trampver.el: Update release number.
3695
3696 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * tar-mode.el (tar-copy): Call write-region on the right buffer
3699 (Bug#4857).
3700
3701 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3702 by hand, if necessary (Bug#4878).
3703
3704 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3707 align size column (Bug#4839).
3708
3709 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3710 statement.
3711
3712 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3713
3714 * progmodes/ld-script.el (auto-mode-alist):
3715 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3716
3717 * cus-face.el (custom-declare-face): Purecopy face spec.
3718
3719 2009-11-06 Kenichi Handa <handa@m17n.org>
3720
3721 * international/uni-bidi.el: Re-generated.
3722 * international/uni-category.el: Re-generated.
3723 * international/uni-combining.el: Re-generated.
3724 * international/uni-mirrored.el: Re-generated.
3725
3726 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3727
3728 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3729 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3730 (tex-start-options, slitex-run-command, latex-run-command)
3731 (tex-run-command, tex-directory):
3732 * textmodes/ispell.el (ispell-html-skip-alists)
3733 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3734 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3735 (adaptive-fill-regexp):
3736 * textmodes/dns-mode.el (auto-mode-alist):
3737 * progmodes/python.el (interpreter-mode-alist):
3738 * progmodes/etags.el (tags-compression-info-list):
3739 * progmodes/etags.el (tags-file-name):
3740 * net/browse-url.el (browse-url-galeon-program)
3741 (browse-url-firefox-program):
3742 * mail/sendmail.el (mail-signature-file)
3743 (mail-citation-prefix-regexp):
3744 * international/mule-conf.el (eight-bit):
3745 * international/latexenc.el (latex-inputenc-coding-alist):
3746 * international/fontset.el (x-pixel-size-width-font-regexp):
3747 * emacs-lisp/warnings.el (warning-type-format):
3748 * emacs-lisp/trace.el (trace-buffer):
3749 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3750 (emacs-lisp-mode-map):
3751 * calendar/holidays.el (holiday-solar-holidays)
3752 (holiday-bahai-holidays, holiday-islamic-holidays)
3753 (holiday-christian-holidays, holiday-hebrew-holidays)
3754 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3755 (hebrew-holidays-1, holiday-oriental-holidays)
3756 (holiday-general-holidays):
3757 * x-dnd.el (x-dnd-known-types):
3758 * tool-bar.el (tool-bar):
3759 * startup.el (site-run-file):
3760 * shell.el (shell-dumb-shell-regexp):
3761 * rfn-eshadow.el (file-name-shadow-tty-properties)
3762 (file-name-shadow-properties):
3763 * paths.el (remote-shell-program, news-directory):
3764 * mouse.el ([C-down-mouse-3]):
3765 * menu-bar.el (menu-bar-tools-menu):
3766 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3767 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3768 (jka-compr-compression-info-list):
3769 * isearch.el (search-whitespace-regexp):
3770 * image-file.el (image-file-name-extensions):
3771 * find-dired.el (find-ls-option):
3772 * files.el (directory-listing-before-filename-regexp)
3773 (directory-free-space-args, insert-directory-program)
3774 (list-directory-brief-switches, magic-fallback-mode-alist)
3775 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3776 (automount-dir-prefix):
3777 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3778 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3779 (face-font-registry-alternatives, face-font-registry-alternatives)
3780 (face-font-family-alternatives):
3781 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3782 (facemenu-foreground-menu, facemenu-face-menu):
3783 * epa-hook.el (epa-file-name-regexp):
3784 * dnd.el (dnd-protocol-alist):
3785 * textmodes/rst.el (auto-mode-alist):
3786 * button.el (default-button): Purecopy strings.
3787
3788 2009-11-06 Glenn Morris <rgm@gnu.org>
3789
3790 * Makefile.in (ELCFILES): Update.
3791
3792 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3795 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3796
3797 * nxml/xsd-regexp.el (xsdre-gen-categories):
3798 * nxml/xmltok.el (xmltok-parse-entity):
3799 * nxml/rng-parse.el (rng-parse-validate-file):
3800 * nxml/rng-maint.el (rng-format-manual)
3801 (rng-manual-output-force-new-line):
3802 * nxml/rng-loc.el (rng-save-schema-location-1):
3803 * nxml/rng-cmpct.el (rng-c-parse-file):
3804 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3805 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3806
3807 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3808
3809 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3810 Remove extra save-excursions and make-variable-buffer-local's.
3811 Suggested by Stefan Monnier.
3812
3813 (verilog-getopt-file, verilog-module-inside-filename-p)
3814 (verilog-set-define): Merge GNU 1.35 and repair changes from
3815 switching to using with-current-buffer.
3816
3817 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3818 being treated as a number and confusing AUTORESET.
3819 Reported by Dan Dever.
3820
3821 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3822 Add verilog-auto-ignore-concat to fix backward compatibility with
3823 older verilog-modes. Reported by Dan Katz.
3824
3825 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3826 containing closing anchors "...$".
3827
3828 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3829 Reported by Wade Smith.
3830
3831 (verilog-batch-execute-func): Comment on function usage.
3832
3833 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3834
3835 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3836 for labels.
3837
3838 (verilog-label-re, verilog-calc-1): Support proper indent of named
3839 asserts.
3840
3841 (verilog-backward-token, verilog-basic-complete-re)
3842 (verilog-beg-of-statement, verilog-indent-re): Support proper
3843 indent of the assert statement at the beginning of a block of text.
3844
3845 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3846 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3847 tokens as begins.
3848
3849 2009-11-05 Glenn Morris <rgm@gnu.org>
3850
3851 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3852 Emacs 19. (Bug#1531)
3853 (byte-compile-fix-header): Update for the above change.
3854 Drop test for epoch::version.
3855
3856 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3857 * cus-dep.el (custom-make-dependencies):
3858 * finder.el (finder-compile-keywords):
3859 Use autoload-rubric's feature argument.
3860
3861 * calendar/diary-lib.el (top-level): Make load behave more like require.
3862
3863 * vc-git.el (vc-git-stash-map): Move definition before use.
3864
3865 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 * custom.el (custom-declare-group): Purecopy standard-value.
3868 (custom-declare-group): Purecopy custom-prefix.
3869
3870 * international/mule.el (load-with-code-conversion):
3871 Call do-after-load-evaluation unconditionally.
3872
3873 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3874
3875 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3878
3879 2009-11-04 Glenn Morris <rgm@gnu.org>
3880
3881 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3882 (byte-compile-compatibility): Remove option.
3883 (byte-compile-close-variables, byte-compile-fix-header)
3884 (byte-compile-insert-header, byte-compile-output-docform)
3885 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3886 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3887 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3888 (byte-compile-insert, byte-compile-defun):
3889 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3890 (byte-defop-compiler19): Remove.
3891 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3892 used by anything. Replace all calls with byte-defop-compiler.
3893
3894 2009-11-04 Juri Linkov <juri@jurta.org>
3895
3896 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3897 (menu-bar-options-menu): Don't quote the `prop' arg of
3898 `menu-bar-make-mm-toggle'.
3899
3900 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * calendar/calendar.el (cal-loaddefs):
3903 * calendar/diary-lib.el (diary-loaddefs):
3904 * calendar/holidays.el (hol-loaddefs):
3905 * eshell/esh-module.el (esh-groups): Load rather than require.
3906
3907 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3910 point-min==1.
3911 (todo-top-priorities): Only display-buffer when called interactively.
3912 (todo-item-start): Don't save excursion point.
3913 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3914 (todo-insert-item-here, todo-file-item, todo-remove-item):
3915 Adjust uses of todo-item-start and todo-item-end.
3916
3917 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3918 (autoload-rubric): Don't use any more.
3919 * cedet/semantic/fw.el (semantic/loaddefs):
3920 * cedet/srecode.el (srecode/loaddefs):
3921 * cedet/ede.el (ede/loaddefs): Load rather than require.
3922 * cedet/ede/cpp-root.el:
3923 * cedet/ede/emacs.el:
3924 * cedet/ede/files.el:
3925 * cedet/ede/linux.el:
3926 * cedet/ede/locate.el:
3927 * cedet/ede/make.el:
3928 * cedet/ede/shell.el:
3929 * cedet/ede/speedbar.el:
3930 * cedet/ede/system.el:
3931 * cedet/ede/util.el:
3932 * cedet/semantic/analyze.el:
3933 * cedet/semantic/bovine.el:
3934 * cedet/semantic/complete.el:
3935 * cedet/semantic/ctxt.el:
3936 * cedet/semantic/db-file.el:
3937 * cedet/semantic/db-find.el:
3938 * cedet/semantic/db-global.el:
3939 * cedet/semantic/db-mode.el:
3940 * cedet/semantic/db-typecache.el:
3941 * cedet/semantic/db.el:
3942 * cedet/semantic/debug.el:
3943 * cedet/semantic/dep.el:
3944 * cedet/semantic/doc.el:
3945 * cedet/semantic/edit.el:
3946 * cedet/semantic/find.el:
3947 * cedet/semantic/format.el:
3948 * cedet/semantic/html.el:
3949 * cedet/semantic/ia-sb.el:
3950 * cedet/semantic/ia.el:
3951 * cedet/semantic/idle.el:
3952 * cedet/semantic/lex-spp.el:
3953 * cedet/semantic/lex.el:
3954 * cedet/semantic/mru-bookmark.el:
3955 * cedet/semantic/scope.el:
3956 * cedet/semantic/senator.el:
3957 * cedet/semantic/sort.el:
3958 * cedet/semantic/symref.el:
3959 * cedet/semantic/tag-file.el:
3960 * cedet/semantic/tag-ls.el:
3961 * cedet/semantic/tag-write.el:
3962 * cedet/semantic/tag.el:
3963 * cedet/semantic/util-modes.el:
3964 * cedet/semantic/analyze/complete.el:
3965 * cedet/semantic/analyze/refs.el:
3966 * cedet/semantic/bovine/c.el:
3967 * cedet/semantic/bovine/gcc.el:
3968 * cedet/semantic/bovine/make.el:
3969 * cedet/semantic/bovine/scm.el:
3970 * cedet/semantic/decorate/include.el:
3971 * cedet/semantic/decorate/mode.el:
3972 * cedet/semantic/symref/cscope.el:
3973 * cedet/semantic/symref/global.el:
3974 * cedet/semantic/symref/grep.el:
3975 * cedet/semantic/symref/idutils.el:
3976 * cedet/semantic/symref/list.el:
3977 * cedet/semantic/wisent/java-tags.el:
3978 * cedet/semantic/wisent/javascript.el:
3979 * cedet/srecode/compile.el:
3980 * cedet/srecode/cpp.el:
3981 * cedet/srecode/document.el:
3982 * cedet/srecode/el.el:
3983 * cedet/srecode/expandproto.el:
3984 * cedet/srecode/getset.el:
3985 * cedet/srecode/insert.el:
3986 * cedet/srecode/java.el:
3987 * cedet/srecode/map.el:
3988 * cedet/srecode/mode.el:
3989 * cedet/srecode/template.el:
3990 * cedet/srecode/texi.el: Remove the file-local setting of
3991 generated-autoload-feature.
3992
3993 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3994 and only put a prop if it is non-nil.
3995
3996 2009-11-03 Juri Linkov <juri@jurta.org>
3997
3998 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3999 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4000
4001 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4002 and "Menu" to make top-level menu item visually one unit (like
4003 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4004 multi-word menu items). Fix :help string for quit-window.
4005
4006 2009-11-03 Glenn Morris <rgm@gnu.org>
4007
4008 * cedet/mode-local.el (with-mode-local): Doc fix.
4009
4010 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4011 (byte-compile-file-form-define-abbrev-table)
4012 (byte-compile-file-form-custom-declare-variable)
4013 (byte-compile-variable-ref, byte-compile-defvar):
4014 Whether or not a warning is enabled should only affect whether we issue
4015 the warning, not whether or not we collect the relevant data.
4016 Eg warnings can be turned on and off throughout the course of a file.
4017
4018 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4019 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4020
4021 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4024 * play/mpuz.el (mpuz-create-buffer):
4025 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4026 (lm-print-y,s,noise, lm-print-w0, lm-init):
4027 * play/gomoku.el (gomoku-prompt-for-move):
4028 * play/fortune.el (fortune-in-buffer):
4029 * play/dissociate.el (dissociated-press):
4030 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4031 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4032 * mail/supercite.el (sc-eref-show):
4033 * mail/smtpmail.el (smtpmail-send-it):
4034 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4035 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4036 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4037 (rmail-summary-goto-msg, rmail-summary-expunge)
4038 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4039 (rmail-summary-add-label, rmail-summary-output-menu)
4040 (rmail-summary-output-body):
4041 * mail/rfc822.el (rfc822-addresses):
4042 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4043 * mail/mailpost.el (post-mail-send-it):
4044 * mail/hashcash.el (hashcash-generate-payment):
4045 * mail/feedmail.el (feedmail-run-the-queue)
4046 (feedmail-queue-send-edit-prompt-help-first)
4047 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4048 (feedmail-deduce-address-list):
4049 * eshell/esh-ext.el (eshell-remote-command):
4050 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4051 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4052 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4053 (viper-save-string-in-file, viper-valid-marker):
4054 * emulation/viper-keym.el (viper-toggle-key):
4055 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4056 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4057 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4058 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4059 (viper-exec-form-in-emacs, viper-brac-function):
4060 * emulation/viper.el (viper-delocalize-var):
4061 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4062 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4063 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4064 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4065 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4066 * emulation/edt.el (edt-electric-helpify):
4067 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4068 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4069 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4070 (cua-indent-to-global-mark-column):
4071 * calendar/diary-lib.el (calendar-mark-1):
4072 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4073 Use with-current-buffer.
4074 * emulation/viper.el (viper-delocalize-var): Use dolist.
4075
4076 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * comint.el (comint-replace-by-expanded-history-before-point):
4079 Replace !! with the previous input string literally (Bug#1795).
4080
4081 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4082
4083 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4084 to be made up of whitespace.
4085
4086 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * minibuffer.el (read-file-name): Don't use file dialogs for
4089 remote directories (Bug#99).
4090
4091 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4094
4095 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4096
4097 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4098 instead of deleting the window or frame.
4099
4100 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4103 Support face colors.
4104
4105 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4106 New function. Support face colors (Bug#1168).
4107 (tex-common-initialization): Use it.
4108
4109 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4110 mode allows it (Bug#1168).
4111
4112 2009-10-31 Juri Linkov <juri@jurta.org>
4113
4114 * facemenu.el (list-colors-display): Don't mark buffer as
4115 modified (Bug#3948).
4116
4117 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * international/mule-diag.el (list-character-sets-1): Minor
4120 message fix (Bug#3526).
4121
4122 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4123 face property (Bug#4834).
4124 (etags-list-tags, etags-tags-apropos-additional)
4125 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4126 property.
4127
4128 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4129 items.
4130
4131 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4132 items.
4133
4134 * cedet/ede.el (ede-minor-mode):
4135 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4136
4137 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * textmodes/two-column.el (2C-split):
4140 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4141 * textmodes/tex-mode.el (tex-set-buffer-directory):
4142 * textmodes/spell.el (spell-region, spell-string):
4143 * textmodes/reftex.el (reftex-erase-buffer):
4144 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4145 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4146 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4147 (reftex-select-item):
4148 * textmodes/reftex-ref.el (reftex-label-info-update)
4149 (reftex-offer-label-menu):
4150 * textmodes/reftex-index.el (reftex-index-change-entry)
4151 (reftex-index-phrases-info):
4152 * textmodes/reftex-global.el (reftex-create-tags-file)
4153 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4154 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4155 (reftex-view-crossref-from-bibtex):
4156 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4157 (reftex-extract-bib-entries-from-thebibliography)
4158 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4159 * textmodes/refbib.el (r2b-capitalize-title):
4160 (r2b-convert-buffer, r2b-help):
4161 * textmodes/page-ext.el (pages-directory)
4162 (pages-directory-goto-with-mouse):
4163 * textmodes/bibtex.el (bibtex-validate-globally):
4164 * textmodes/bib-mode.el (bib-capitalize-title):
4165 * textmodes/artist.el (artist-clear-buffer, artist-system):
4166 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4167 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4168 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4169 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4170 (xscheme-send-control-g-interrupt, xscheme-start-process)
4171 (xscheme-process-sentinel, xscheme-cd):
4172 * progmodes/verilog-mode.el (verilog-read-always-signals)
4173 (verilog-set-define, verilog-getopt-file)
4174 (verilog-module-inside-filename-p):
4175 * progmodes/sh-script.el:
4176 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4177 (python-pdbtrack-grub-for-buffer, python-execute-file):
4178 * progmodes/octave-inf.el (inferior-octave):
4179 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4180 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4181 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4182 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4183 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4184 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4185 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4186 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4187 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4188 (idlwave-shell-examine-display, idlwave-shell-run-region)
4189 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4190 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4191 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4192 (idlwave-help-get-help-buffer):
4193 * progmodes/gud.el (gud-basic-call, gud-find-class)
4194 (gud-tooltip-activate-mouse-motions-if-enabled):
4195 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4196 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4197 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4198 (ebrowse-tags-next-file):
4199 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4200 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4201 (ebnf-eps-finish-and-write):
4202 * progmodes/cpp.el (cpp-edit-save):
4203 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4204 * progmodes/cc-defs.el (c-emacs-features):
4205 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4206 (antlr-directory-dependencies):
4207 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4208 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4209 (ada-find-any-references, ada-make-filename-from-adaname)
4210 (ada-make-body-gnatstub):
4211 * obsolete/rnews.el (news-list-news-groups):
4212 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4213 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4214 * net/rcirc.el (rcirc-debug):
4215 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4216 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4217 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4218 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4219 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4220 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4221 (newsticker--treeview-list-clear-highlight)
4222 (newsticker--treeview-list-update-highlight)
4223 (newsticker--treeview-list-highlight-start)
4224 (newsticker--treeview-tree-update-highlight)
4225 (newsticker--treeview-get-selected-item)
4226 (newsticker-treeview-mark-list-items-old)
4227 (newsticker--treeview-set-current-node):
4228 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4229 * net/newst-backend.el (newsticker--get-news-by-funcall)
4230 (newsticker--get-news-by-wget, newsticker--image-get)
4231 (newsticker--image-sentinel):
4232 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4233 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4234 (eudc-ph-close-session):
4235 * net/eudc.el (eudc-save-options):
4236 * language/thai-word.el (thai-update-word-table):
4237 * language/japan-util.el (japanese-string-conversion):
4238 * international/titdic-cnv.el (tsang-quick-converter)
4239 (ziranma-converter, ctlau-converter):
4240 * international/mule-cmds.el (describe-language-environment):
4241 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4242 (skkdic-convert-postfix, skkdic-convert-prefix):
4243 (skkdic-convert-okuri-nasi, skkdic-convert):
4244 * emacs-lisp/re-builder.el (reb-update-overlays):
4245 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4246 * emacs-lisp/gulp.el (gulp-send-requests):
4247 * emacs-lisp/find-gc.el (trace-call-tree):
4248 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4249 (eieio-describe-generic):
4250 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4251 * emacs-lisp/edebug.el (edebug-outside-excursion):
4252 * emacs-lisp/debug.el (debugger-make-xrefs):
4253 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4254 * emacs-lisp/chart.el (chart-new-buffer):
4255 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4256 Use with-current-buffer.
4257 * textmodes/artist.el (artist-system): Don't call
4258 copy-sequence on a fresh string.
4259 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4260
4261 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4262
4263 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4264 is no item to edit. (Bug#4820)
4265 (todo-top-priorities): Restore point and restore narrowing in Todo
4266 buffer. (Bug#4820)
4267
4268 2009-10-31 Glenn Morris <rgm@gnu.org>
4269
4270 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4271 (comint-last-output-start, comint-last-input-start)
4272 (comint-last-input-end): Don't defvar when compiling.
4273 (ange-ftp-process-file): Use bound-and-true-p.
4274
4275 * pcmpl-rpm.el (top-level): Move provide statement to end.
4276 (pcmpl-rpm): Remove unused custom group.
4277
4278 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4279
4280 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4281
4282 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4283 (byte-compile-warnings): Add `constants' as an option.
4284 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4285 (display-call-tree): Update for byte-compile-fdefinition possibly
4286 returning `(macro lambda ...)'. (Bug#4778)
4287 (byte-compile-variable-ref, byte-compile-setq-default):
4288 Respect `constants' member of byte-compile-warnings.
4289
4290 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4291 Use mapc rather than mapcar because the return value is never used.
4292
4293 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4294 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4295 * cedet/semantic/html.el:
4296 Suppress harmless warnings about setting up semantic-imenu (not
4297 part of Emacs) variables.
4298
4299 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4302 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4303 to "submit:".
4304
4305 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4306 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4307 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4308 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4309 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4310 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4311 (semantic-analyzer-debug-global-symbol)
4312 (semantic-analyzer-debug-missing-innertype)
4313 (semantic-analyzer-debug-insert-include-summary):
4314 * cedet/semantic/util.el (semantic-file-tag-table):
4315 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4316 (semantic-recursive-find-nonterminal-by-name):
4317 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4318 * cedet/semantic/tag-file.el (semantic-prototype-file):
4319 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4320 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4321 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4322 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4323 (semantic-idle-summary-maybe-highlight):
4324 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4325 (semantic-ia-sb-tag-info):
4326 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4327 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4328 * cedet/semantic/ede-grammar.el (project-compile-target):
4329 (ede-proj-makefile-insert-variables):
4330 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4331 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4332 (semantic-debug-mode, semantic-debug):
4333 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4334 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4335 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4336 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4337 (semanticdb-find-translate-path-includes--internal)
4338 (semanticdb-reset-log, semanticdb-find-log-activity):
4339 * cedet/semantic/db-file.el (object-write):
4340 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4341 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4342 (semanticdb-create-ebrowse-database):
4343 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4344 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4345 (semantic-collector-calculate-completions-raw)
4346 (semantic-complete-read-tag-analyzer):
4347 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4348 * cedet/ede/util.el (ede-update-version-in-source):
4349 * cedet/ede/proj.el (project-delete-target):
4350 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4351 (ede-proj-flush-autoconf):
4352 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4353 (ede-proj-configure-synchronize):
4354 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4355 * cedet/ede/linux.el (ede-linux-version):
4356 * cedet/ede/emacs.el (ede-emacs-version):
4357 * cedet/ede/dired.el (ede-dired-add-to-target):
4358 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4359 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4360 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4361 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4362 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4363 (cedet-idutils-version-check):
4364 * cedet/cedet-global.el (cedet-gnu-global-call):
4365 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4366 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4367 * cedet/cedet-cscope.el (cedet-cscope-call)
4368 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4369 Use with-current-buffer.
4370 * cedet/ede.el (ede-make-project-local-variable)
4371 (ede-set-project-variables, ede-set): Use dolist.
4372
4373 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * textmodes/ispell.el (ispell-skip-region-alist):
4376 * international/mule-conf.el (eight-bit):
4377 * international/fontset.el (font-encoding-alist):
4378 * startup.el (pure-space-overflow-message):
4379 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4380 * paths.el (gnus-nntp-service, rmail-spool-directory)
4381 (term-file-prefix):
4382 * files.el (save-some-buffers-action-alist):
4383 * cmuscheme.el (same-window-buffer-names):
4384 * ielm.el (same-window-buffer-names):
4385 * shell.el (same-window-buffer-names):
4386 * mail/sendmail.el (same-window-buffer-names):
4387 * progmodes/inf-lisp.el (same-window-buffer-names):
4388 * bindings.el (mode-line-client)
4389 (mode-line-column-line-number-mode-map):
4390 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4391 (tibetan-precomposed-regexp): Purecopy string arguments.
4392
4393 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4396 (calcDigit-nondigit):
4397 * calc/calc-yank.el (calc-copy-to-buffer):
4398 * calc/calc-units.el (calc-invalidate-units-table):
4399 * calc/calc-trail.el (calc-trail-yank):
4400 * calc/calc-store.el (calc-insert-variables):
4401 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4402 * calc/calc-prog.el (calc-read-parse-table):
4403 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4404 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4405 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4406 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4407 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4408 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4409 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4410 * calc/calc-ext.el (calc-realign):
4411 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4412 (calc-embedded-finish-edit, calc-embedded-make-info)
4413 (calc-embedded-finish-command, calc-embedded-stack-change):
4414 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4415
4416 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4417 (overload-docstring-extension): Use that info.
4418 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4419 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4420 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4421 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4422 (semantic-nonterminal-full-name): Add the new `when' info.
4423 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4424 `assert'.
4425
4426 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4427 shell-dynamic-complete-filename in preference to
4428 comint-dynamic-complete-filename.
4429
4430 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4431 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4432 Don't consider whether the display supports colors.
4433 (bookmark-import-new-list): Use dolist.
4434 (bookmark-bmenu-mode-map): Move initialization into declaration.
4435 (bookmark-bmenu-list): Use dolist, simplify.
4436 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4437 (menu-bar-final-items): Use push.
4438
4439 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4440
4441 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4442 it works on remote files.
4443 (vc-hg-diff): Don't pass any `--cwd' argument.
4444
4445 2009-10-27 Kevin Ryde <user42@zip.com.au>
4446
4447 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4448 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4449 (Further to Bug#3921).
4450
4451 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4452
4453 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4454 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4455 calling `tramp-imap-put-file'. Add file size to the call.
4456 (tramp-imap-get-file-entries): Compute also user name, file size,
4457 and date.
4458 (tramp-imap-handle-insert-directory): Insert uid and gid.
4459 (tramp-imap-handle-file-attributes): Transform uid and gid
4460 according to `id-format'.
4461 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4462 size in header X-Size.
4463
4464 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4465
4466 * simple.el (transpose-subr): Give clearer error when the mark
4467 is not set. (Bug#4807)
4468
4469 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4470
4471 * net/tramp.el (tramp-perl-file-truename): New defconst.
4472 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4473 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4474 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4475 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4476
4477 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4478 Ignore `dired-call-process'.
4479 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4480
4481 2009-10-26 Julian Scheid <julians37@gmail.com>
4482
4483 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4484 (tramp-get-remote-readlink): New defun.
4485 (tramp-handle-file-truename): Use it.
4486 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4487 file exists if cache value present.
4488 (tramp-check-cached-permissions): New defun.
4489 (tramp-handle-file-readable-p): Use it.
4490 (tramp-handle-file-writable-p): Likewise.
4491 (tramp-handle-file-executable-p): Likewise.
4492 (tramp-handle-file-name-all-completions): Try using Perl to get
4493 partial completions. When perl not available, combine `cd' and
4494 `ls' into single remote operation and use shell expansion to get
4495 partial remote directory contents. Set `file-exists-p' cache for
4496 directory and any files returned by ls. Change cache handling to
4497 support partial directory contents. Use error message emitted by
4498 remote `cd' or Perl code for local tramp-error.
4499 (tramp-do-copy-or-rename-file-directly): Avoid separate
4500 tramp-send-command-and-check call.
4501 (tramp-handle-process-file): Merge three remote ops into one.
4502 Do not flush all caches when `process-file-side-effects' is set.
4503 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4504 file-attributes shows uid/gid to be set already.
4505
4506 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4507
4508 * textmodes/tex-mode.el (tex-dvi-view-command)
4509 (tex-show-queue-command, tex-open-quote):
4510 * progmodes/ruby-mode.el (auto-mode-alist)
4511 (interpreter-mode-alist): Purecopy strings.
4512
4513 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4514
4515 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4516 string for the hook, keymap and abbrev table.
4517
4518 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4519
4520 * x-dnd.el (x-dnd-xdnd-to-action):
4521 * startup.el (fancy-startup-text, fancy-about-text): Change to
4522 defconst from defvar.
4523
4524 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4525
4526 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4527 Purecopy initialization strings.
4528
4529 * mail/sendmail.el (mail-header-separator)
4530 (mail-personal-alias-file):
4531 * mail/rmail.el (rmail-default-dont-reply-to-names)
4532 (rmail-ignored-headers, rmail-retry-ignored-headers)
4533 (rmail-highlighted-headers, rmail-secondary-file-directory)
4534 (rmail-secondary-file-regexp):
4535 * files.el (null-device, file-name-invalid-regexp)
4536 (locate-dominating-stop-dir-regexp)
4537 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4538 (interpreter-mode-alist): Use mapcar instead of mapc.
4539
4540 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4541
4542 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4543 (completion-ignored-extensions):
4544 (debug-ignored-errors): Purecopy strings.
4545
4546 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4549 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4550 (pcomplete--here): Use push.
4551
4552 * subr.el (all-completions): Declare the 4th arg obsolete.
4553
4554 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4557 (pcomplete-unquote-argument): New function.
4558 (pcomplete--common-suffix): Always pay attention to case.
4559 (pcomplete--table-subvert): Quote and unquote the text.
4560 (pcomplete--common-quoted-suffix): New function.
4561 (pcomplete-std-complete): Use it and pcomplete-begin.
4562
4563 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4564 we're inside a dedicated or minibuffer window.
4565
4566 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * cedet/semantic/fw.el (semantic-alias-obsolete)
4569 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4570 (define-mode-overload-implementation):
4571 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4572 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4573 * cedet/semantic/util.el (semantic-file-token-stream)
4574 (semantic-something-to-stream):
4575 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4576 (semantic-expand-nonterminal):
4577 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4578 (semantic-find-dependency, semantic-find-nonterminal)
4579 (semantic-find-dependency):
4580 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4581 (semantic-flex-text, semantic-flex-make-keyword-table)
4582 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4583 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4584 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4585 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4586 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4587 (semantic-after-idle-scheduler-reparse-hooks):
4588 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4589 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4590 * cedet/semantic.el (semantic-toplevel-bovine-table)
4591 (semantic-toplevel-bovine-cache)
4592 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4593 (semantic-init-mode-hooks, semantic-init-db-hooks)
4594 (semantic-bovination-working-type): Provide the `when' arg.
4595
4596 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4597
4598 * bookmark.el: Update documentation, especially documentation
4599 of `bookmark-alist' and of the bookmark file format.
4600 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4601
4602 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4605 keybindings apply to the mail buffer (Bug#4003). Shrink help
4606 window to buffer.
4607
4608 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4609 (global-whitespace-mode, global-whitespace-newline-mode)
4610 (whitespace-toggle-options, global-whitespace-toggle-options):
4611 Doc fix (Bug#3660).
4612
4613 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4614 of xmltok-start before the end tag was inserted (Bug#2840).
4615
4616 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4617 patterns that are preceded by an open-paren (Bug#1320).
4618
4619 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4620
4621 * files.el (delete-directory): Delete symlinks to directories with
4622 delete-file (Bug#4739).
4623
4624 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4627 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4628 argument to make-obsolete.
4629
4630 * cedet/semantic/fw.el (semantic-alias-obsolete)
4631 (semantic-varalias-obsolete): Add optional WHEN argument.
4632
4633 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4634
4635 * vc.el (vc-backend-for-registration): Rename from
4636 vc-get-backend-for-registration. Update callers.
4637
4638 * international/mule-cmds.el (set-language-info-alist):
4639 Purecopy lang-env.
4640 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4641 (charset): Purecopy the name.
4642 (define-char-code-property): Purecopy string arguments.
4643
4644 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4645 Purecopy string arguments.
4646
4647 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4648 * ediff-hook.el (menu-bar-ediff-menu):
4649 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4650 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4651
4652 2009-10-24 Glenn Morris <rgm@gnu.org>
4653
4654 * comint.el (comint-dynamic-list-completions):
4655 * term.el (term-dynamic-list-completions): Use choose-completion rather
4656 than obsolete alias mouse-choose-completion.
4657
4658 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4659 file-cache-choose-completion.
4660 (file-cache-choose-completion): Handle an optional event argument.
4661 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4662
4663 * progmodes/octave-mod.el (octave-complete-symbol):
4664 Use choose-completion if mouse-choose-completion is ever removed.
4665
4666 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4667 use.
4668
4669 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4670 compiler.
4671
4672 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4673
4674 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4677 Ignore `pred' now that we receive one.
4678 Handle test-completion specially.
4679
4680 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4681
4682 * vc.el (vc-responsible-backend): Throw an error if not backend is
4683 found. Remove the REGISTER argument. Move the code dealing with
4684 REGISTER ...
4685 (vc-get-backend-for-registration): ... here. New function.
4686 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4687 of vc-responsible-backend, pass the file name instead of the
4688 directory name.
4689
4690 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4693 New funs.
4694 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4695 (pcomplete-comint-setup): Don't modify a global var via
4696 accidental side-effects.
4697 (pcomplete-shell-setup): Adjust call accordingly.
4698 (pcomplete-parse-comint-arguments): Use push.
4699
4700 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4703 Allow uncapitalized info node names (Bug#3921).
4704
4705 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4706 to the DEBUG file (Bug#3781).
4707
4708 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4709
4710 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4711 dictionary entry (Bug#4579).
4712
4713 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4714
4715 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4716 from `rfn-eshadow-update-overlay-hook' when unloading.
4717 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4718 "rsyncc". Adjust doc string.
4719 (tramp-temp-buffer-file-name): New buffer-local defvar.
4720 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4721 Keep temporary file when indicated by method ("rsync" and
4722 "rsyncc").
4723 (tramp-handle-write-region): Handle APPEND.
4724 (tramp-delete-temp-file-function): New defun. Added to
4725 `kill-buffer-hook'.
4726
4727 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4728
4729 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4730
4731 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4732
4733 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4734 (color-name-rgb-alist, tty-standard-colors)
4735 (tty-color-mode-alist): Change to defconst.
4736
4737 * simple.el (mark-inactive): Purecopy message.
4738
4739 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4740 (global-map, yank-menu):
4741 * textmodes/ispell.el (ispell-menu-map):
4742 * net/eudc.el (eudc-tools-menu):
4743 * international/mule-cmds.el (describe-language-environment-map)
4744 (setup-language-environment-map, set-coding-system-map)
4745 (mule-menu-keymap):
4746 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4747 * replace.el (occur-mode-map):
4748 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4749
4750 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4751
4752 * calc/calc.el (math-read-number, math-read-number-simple): Use
4753 `save-match-data'.
4754
4755 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4758 rather than fiddling with global-map bindings, since it should only
4759 affect per-terminal settings.
4760 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4761
4762 * minibuffer.el (completion-table-with-terminator): Allow to specify
4763 the terminator-regexp.
4764
4765 * simple.el (switch-to-completions): Look for *Completions* in other
4766 frames as well.
4767
4768 * pcomplete.el: Allow the use of completion-tables.
4769 (pcomplete-std-complete): New command.
4770 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4771 (pcomplete--here): Use a function for `form' rather than an expression,
4772 so it can be byte-compiled.
4773 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4774 Add edebug declaration.
4775 (pcomplete-show-completions): Remove unused var `curbuf'.
4776 (pcomplete-do-complete, pcomplete-stub):
4777 Don't assume `completions' is a list of strings any more.
4778
4779 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * find-dired.el (find-name-arg): Fix typo in docstring.
4782
4783 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4786 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4787
4788 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4789 pcomplete-entries.
4790
4791 * comint.el (comint-read-input-ring, comint-write-input-ring)
4792 (comint-substitute-in-file-name)
4793 (comint-dynamic-complete-as-filename)
4794 (comint-dynamic-simple-complete)
4795 (comint-dynamic-list-filename-completions)
4796 (comint-dynamic-list-completions)
4797 (comint-redirect-results-list-from-process): Minor simplifications.
4798
4799 2009-10-21 Kevin Ryde <user42@zip.com.au>
4800
4801 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4802 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4803 the first form. And insert a blank line after ";;; Code" since
4804 that's usual style. (Bug#4612)
4805
4806 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4807
4808 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * minibuffer.el (completion-table-with-terminator): Properly implement
4811 boundaries, in case `terminator' appears in the suffix.
4812 (completion--embedded-envvar-table): Don't return boundaries if
4813 there's no valid completion. Simplify.
4814 (completion-file-name-table): New completion table extracted from
4815 completion--file-name-table.
4816 (completion--file-name-table): Use it.
4817 (read-file-name-predicate): Declare obsolete.
4818 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4819 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4820 completion-file-name-table, and use the `pred' argument.
4821 * files.el (locate-file-completion-table): Use the `pred' arg rather
4822 than read-file-name-predicate.
4823 (abbreviate-file-name): Use \` rather than ^ for BOS.
4824
4825 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4826
4827 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4828 vc-responsible-backend to register, it causes problems.
4829
4830 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4833
4834 2009-10-21 Eric Ludlam <zappo@gnu.org>
4835
4836 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4837 (semantic-c-debug-mode-init-pch): New functions.
4838 (semantic-c-debug-mode-init-last-mode): New var.
4839 (semantic-c-parse-lexical-token): Use them.
4840
4841 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4842 When extracting the argument list, limit only by point-max.
4843
4844 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4845
4846 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4847 (tramp-smb-handle-file-attributes): Use it.
4848 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4849 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4850 `mapcar'. Use `tramp-smb-get-stat-capability'.
4851 Add `dired-filename' text properties.
4852 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4853 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4854 version.
4855
4856 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * subr.el (read-key-delay): Reduce to 0.01.
4859 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4860 (bug#4751).
4861
4862 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4865
4866 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4867 (Info-menu): Remove unused vars `last' and `completions'.
4868 (Info-index-nodes): Remove unused var `node'.
4869
4870 * info.el (Info-complete-menu-item): Use complete-with-action.
4871
4872 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4873
4874 Make vc-annotate work through copies and renames.
4875 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4876 Return the file name too.
4877 (vc-annotate-revision-at-line)
4878 (vc-annotate-find-revision-at-line)
4879 (vc-annotate-revision-previous-to-line)
4880 (vc-annotate-show-log-revision-at-line): Update to get the file
4881 name from vc-annotate-extract-revision-at-line.
4882 (vc-annotate-show-diff-revision-at-line-internal): Change the
4883 argument to mean whether to show a file diff or not. Get the file
4884 name from vc-annotate-extract-revision-at-line.
4885 (vc-annotate-show-diff-revision-at-line):
4886 Update vc-annotate-show-diff-revision-at-line call.
4887 (vc-annotate-warp-revision): Add an optional file argument.
4888
4889 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4890 (vc-git-annotate-extract-revision-at-line): Also return the file
4891 name if found.
4892
4893 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4894 command. Remove unused code.
4895 (vc-hg-annotate-re): Update to match --follow output.
4896 (vc-hg-annotate-extract-revision-at-line): Also return the file
4897 name if found.
4898
4899 * vc.el: Update annotate-extract-revision-at-line documentation.
4900
4901 2009-10-18 Kevin Ryde <user42@zip.com.au>
4902
4903 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4904 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4905
4906 * net/browse-url.el (browse-url): Identify alist with "consp and
4907 not functionp" and let all other things go down the `apply' leg,
4908 as suggested by Stefan. (Further to bug#4531.)
4909
4910 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * minibuffer.el (read-file-name): Check for repeat before putting
4913 a default argument in file-name-history (Bug#4657).
4914
4915 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4916 read syntax (Bug#4737).
4917
4918 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4919
4920 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4921
4922 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4923 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4924 entries and make note of obsolete tags.
4925
4926 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4929
4930 2009-10-18 Glenn Morris <rgm@gnu.org>
4931
4932 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4933 grep, so that binary files (eg international/uni-bidi.el) can match.
4934 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4935 now, and in any case the file header format has changed.
4936
4937 2009-10-17 Glenn Morris <rgm@gnu.org>
4938
4939 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4940 (flyspell-get-word, flyspell-large-region)
4941 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4942
4943 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * Makefile.in (ELCFILES): Add ede/shell.
4946
4947 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4948
4949 * term/common-win.el (x-colors): Purecopy it.
4950
4951 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4954 permissive for when the buffer is empty.
4955 (tar-header-block-tokenize): Decode the username and groupname.
4956 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4957
4958 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * cedet/srecode/srt.el:
4961 * cedet/srecode/compile.el:
4962 * cedet/semantic/mru-bookmark.el:
4963 * cedet/semantic/debug.el:
4964 * cedet/semantic/complete.el:
4965 * cedet/semantic/analyze.el: Require CL when compiling.
4966
4967 2009-10-17 Eric Ludlam <zappo@gnu.org>
4968
4969 * cedet/semantic/scope.el
4970 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4971 tmpscope so that the regular scope will continue to work.
4972
4973 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4974 Use semantic-idle-summary-highlight-face as the highlighting.
4975
4976 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4977 contains multibyte characters, choose first applicable coding
4978 system automatically.
4979
4980 * cedet/ede/project-am.el (project-run-target): New method.
4981 (project-run-target): New method.
4982
4983 * cedet/ede.el (ede-target): Add run target menu item.
4984 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4985 (ede-run-target): New function.
4986 (ede-target::project-run-target): New method.
4987
4988 * cedet/ede/proj.el (project-run-target): New method.
4989
4990 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4991 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4992 Add :rules.
4993 (ede-proj-target-makefile-shared-object): Only libtool compilers
4994 now available. Add linkers for libtool.
4995 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4996 (ede-proj-makefile-target-name): Always use .la extension.
4997
4998 * cedet/ede/proj-prog.el (project-run-target): New method.
4999
5000 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5001 (ede-g++-linker): Change Change link lines.
5002
5003 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5004 When searching for old variables, go to the end of the buffer and
5005 search backward from there.
5006 (ede-proj-makefile-automake-insert-subdirs)
5007 (ede-proj-makefile-automake-insert-extradist): New methods.
5008 (ede-proj-makefile-create): Use them.
5009
5010 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5011 Force FILE to expand to the current target. Use file-exists-p to
5012 check that it exists.
5013
5014 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5015 (ede-linux-load): Wrap dir in file-name-as-directory.
5016 Set :version slot.
5017
5018 * cedet/ede/files.el (ede-get-locator-object): When enabling
5019 locate, do so on "top".
5020
5021 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5022 file-name-as-directory during compare.
5023 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5024 Get version number from different places. Don't call egrep.
5025 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5026 to set the directory.
5027
5028 * cedet/ede/shell.el: New file.
5029
5030 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5031 alpha/beta variants.
5032
5033 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * international/mule-cmds.el (select-safe-coding-system): If the file
5036 has a coding cookie, use it regardless of any other setting (bug#4712).
5037
5038 2009-10-17 Glenn Morris <rgm@gnu.org>
5039
5040 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5041 All errors should have messages.
5042
5043 * foldout.el (foldout-mouse-swallow-events):
5044 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5045
5046 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5047 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5048 (dired-keep-marker-symlink, dired-dwim-target)
5049 (dired-copy-preserve-time): Do not autoload these defcustoms.
5050
5051 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5052 messages from messing up the file coding. (Bug#4623)
5053
5054 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5055
5056 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5057 if no match is found for the current dictionary. (Bug#4578)
5058
5059 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5060 optional, since that is how it is documented, and this is often called
5061 with a nil argument. (Bug#4577)
5062 (flyspell-external-point-words, flyspell-auto-correct-word)
5063 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5064 (flyspell-word-search-backward): Remove nil argument in calls to
5065 flyspell-get-word, since it is not needed now.
5066
5067 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5068
5069 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5070
5071 2009-10-16 Glenn Morris <rgm@gnu.org>
5072
5073 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5074
5075 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5076
5077 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5078 (ange-ftp-file-size): New function.
5079 (ange-ftp-file-attributes): Use it.
5080
5081 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * net/tramp-smb.el (tramp-smb-version): New defvar.
5084 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5085 repeated checks.
5086
5087 2009-10-16 Glenn Morris <rgm@gnu.org>
5088
5089 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5090 Maybe copy some custom properties from old to new name. (Bug#4706)
5091
5092 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5093
5094 * subr.el (error, sit-for, start-process-shell-command)
5095 (start-file-process-shell-command): Set the calling convention
5096 after the function definition.
5097
5098 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * subr.el (error, sit-for, start-process-shell-command)
5101 (start-file-process-shell-command): Use the new
5102 set-advertised-calling-convention feature.
5103
5104 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5105
5106 * international/ucs-normalize.el (ucs-normalize-version):
5107 Change to 1.2.
5108 (check-range): Adjust for Unicode 5.2.
5109
5110 2009-10-15 Juri Linkov <juri@jurta.org>
5111
5112 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5113 to the `menu-item' format.
5114
5115 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5116
5117 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5118 if the environment variable does not exist.
5119
5120 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5121 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5122 parameter.
5123 (tramp-smb-handle-add-name-to-file)
5124 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5125 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5126 (tramp-smb-handle-file-attributes)
5127 (tramp-smb-do-file-attributes-with-stat)
5128 (tramp-smb-handle-file-local-copy)
5129 (tramp-smb-handle-insert-directory)
5130 (tramp-smb-handle-make-directory)
5131 (tramp-smb-handle-make-directory-internal)
5132 (tramp-smb-handle-make-symbolic-link)
5133 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5134 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5135 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5136 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5137 Handle long file names.
5138 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5139 process is running.
5140 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5141 Read share names with "-g" option.
5142
5143 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5144
5145 * net/rcirc.el (rcirc-view-log-file): New command.
5146 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5147 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5148 specified.
5149
5150 2009-10-15 Glenn Morris <rgm@gnu.org>
5151
5152 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5153 from the second command-line argument.
5154 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5155 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5156 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5157 w32-batch-update-autoloads.
5158 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5159 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5160
5161 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5162 the headers cannot be located. Simplify, subtracting superflous
5163 save-excursions.
5164
5165 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 Replace completion-base-size by completion-base-position to fix bugs
5168 such as (bug#4699).
5169 * simple.el (completion-base-position): New var.
5170 (completion-base-size): Mark as obsolete.
5171 (choose-completion): Make it work for mouse events as well.
5172 Pass the new base-position to choose-completion-string.
5173 (choose-completion-guess-base-position): New function, extracted from
5174 choose-completion-delete-max-match.
5175 (choose-completion-delete-max-match): Use it. Make obsolete.
5176 (choose-completion-string): Use the new base-position info.
5177 (completion-root-regexp): Delete.
5178 (completion-setup-function): Preserve completion-base-position.
5179 Eliminate obsolete base-size manipulation.
5180 * minibuffer.el (display-completion-list): Don't mess with base-size.
5181 (minibuffer-completion-help): Set completion-base-position instead.
5182 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5183 choose-completion.
5184 * textmodes/bibtex.el (bibtex-complete):
5185 * emacs-lisp/crm.el (crm--choose-completion-string):
5186 Adjust to new calling convention.
5187 * complete.el (partial-completion-mode): Use minibufferp to avoid
5188 bumping into incompatible change to choose-completion-string-functions.
5189 * ido.el (ido-choose-completion-string): Make its calling convention
5190 more permissive.
5191 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5192 base-size manipulation.
5193 (comint-dynamic-list-input-ring): Use dotimes and push.
5194 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5195 fundamental-mode. Use `or'.
5196
5197 2009-10-14 Juri Linkov <juri@jurta.org>
5198
5199 * misearch.el (multi-isearch-next-buffer-from-list)
5200 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5201
5202 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5205 `bytecomp.el'.
5206
5207 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5208 string we return is all made up of text from the completions rather
5209 than part from the completions and part from the input (bug#4219).
5210
5211 * ido.el (ido-everywhere): Use define-minor-mode.
5212
5213 * buff-menu.el (list-buffers, ctl-x-map):
5214 Mark the entry points with ;;;###autoload cookies.
5215
5216 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5219 correctly in the detached head case.
5220 (vc-git-print-log): Remove unused binding.
5221
5222 * vc.el (vc-responsible-backend): When a directory is passed for
5223 for registration create a VC repository if no backend is
5224 responsible for the directory argument.
5225 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5226
5227 * vc.el: Move comments about RCS and SCCS ...
5228 * vc-rcs.el:
5229 * vc-sccs.el: ... here, respectively.
5230
5231 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * minibuffer.el (completion--file-name-table): Return nil if there's
5234 no file completion, even if substitute-in-file-name changed
5235 the string (bug#4708).
5236
5237 2009-10-13 Juri Linkov <juri@jurta.org>
5238
5239 * files-x.el (read-file-local-variable-value): Don't filter out
5240 minor modes from mode name completion (bug#4664).
5241
5242 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * international/mule-cmds.el (ucs-names): Remove exclusion of
5245 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5246
5247 2009-10-13 Kenichi Handa <handa@m17n.org>
5248
5249 * international/uni-name.el: Regenerated.
5250
5251 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5252
5253 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5254 should be automatically buffer-local, but isn't.)
5255
5256 2009-10-12 Sam Steingold <sds@gnu.org>
5257
5258 * progmodes/compile.el (compilation-next-error-function): Fix the
5259 timestamps if the buffer has been visited before.
5260 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5261 non-anchored patterns, like the perl one (bug#3928).
5262
5263 2009-10-12 Glenn Morris <rgm@gnu.org>
5264
5265 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5266 Let-bind `size'.
5267
5268 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * proced.el (proced-unload-function): New function.
5271
5272 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5273 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5274 Doc fix.
5275
5276 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5277
5278 2009-10-11 Juri Linkov <juri@jurta.org>
5279
5280 * files-x.el (read-file-local-variable-value):
5281 Provide default value only for bound variables (bug#4664).
5282
5283 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5284
5285 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5286 connection methods like smb.
5287
5288 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5289 can be empty.
5290
5291 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5292 (tramp-smb-file-name-handler-alist): Add handlers for
5293 `add-name-to-file', `make-symbolic-link'.
5294 (tramp-smb-handle-add-name-to-file)
5295 (tramp-smb-do-file-attributes-with-stat)
5296 (tramp-smb-handle-make-symbolic-link)
5297 (tramp-smb-get-cifs-capabilities): New defuns.
5298 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5299 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5300 (tramp-smb-handle-file-local-copy)
5301 (tramp-smb-handle-make-directory-internal)
5302 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5303 The file name syntax depends on cifs capabilities.
5304 (tramp-smb-handle-file-attributes):
5305 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5306 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5307 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5308
5309 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5312 (eieio-defclass): Apply deftype handler and setf-method properties
5313 directly.
5314 (eieio-add-new-slot): Avoid union function from cl library.
5315 (eieio--typep): New function.
5316 (eieio-perform-slot-validation): Use it.
5317
5318 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5319
5320 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5321 Update documentation to refer to the variables documented in r1.135.
5322 (Bug#4188)
5323
5324 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5325
5326 * bookmark.el (Info-suffix-list): Remove this unused variable.
5327 (bookmark-current-point): Remove this obsolete variable.
5328 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5329 Adjust for removal of bookmark-current-point.
5330
5331 (bookmarks-already-loaded, bookmark-current-buffer)
5332 (bookmark-yank-point): Document. (Bug#4188)
5333
5334 2009-10-10 Glenn Morris <rgm@gnu.org>
5335
5336 * frame.el (frame-height): Doc fix.
5337
5338 * calendar/calendar.el (calendar-split-width-threshold): New option.
5339 (calendar-basic-setup): Use calendar-split-width-threshold.
5340
5341 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5342
5343 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5344 Use .la for Automake.
5345
5346 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5349 Use "autoreconf -i". Suggested by Andreas Schwab.
5350
5351 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5354 Ideographic Supplement" range (U+1F200..U+1F2FF).
5355
5356 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5357
5358 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5359 since the list will have been rebuilt anyway. (Bug#4349)
5360
5361 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5362
5363 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5364 (bookmark-bmenu-execute-deletions): Don't save here, as
5365 bookmark-delete will now do so if necessary.
5366 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5367 (Bug#4348)
5368
5369 2009-10-09 Glenn Morris <rgm@gnu.org>
5370
5371 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5372
5373 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5374
5375 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5376 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5377 argument now, so the two function's behaviors will match. (Bug#3645)
5378
5379 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5382 Fix filename test.
5383 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5384 to expand file names.
5385
5386 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5387
5388 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5389 (tramp-file-name-real-host, tramp-file-name-port):
5390 Apply `save-match-data'.
5391
5392 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5393 case both directories are remote.
5394 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5395 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5396
5397 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5400 (ede-proj-target-makefile-objectcode): Use it.
5401
5402 * cedet/ede/source.el (ede-want-any-source-files-p)
5403 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5404 Return search result. This error was introduced while merging.
5405
5406 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5409
5410 2009-10-07 Glenn Morris <rgm@gnu.org>
5411
5412 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5413 of concat.
5414
5415 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * files-x.el (read-file-local-variable): Include some
5418 non-user-variables in the completion table (bug#4664).
5419
5420 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5423 message.
5424
5425 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5426 (tramp-smb-file-name-handler-alist): Add handler for
5427 `copy-directory', `expand-file-name', `set-file-modes'.
5428 (tramp-smb-handle-copy-directory)
5429 (tramp-smb-handle-expand-file-name)
5430 (tramp-smb-handle-set-file-modes): New defuns.
5431 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5432 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5433 entry.
5434 (tramp-smb-handle-insert-directory): Don't flush the cache.
5435 (tramp-smb-maybe-open-connection): Check for samba client and
5436 server versions.
5437
5438 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5439
5440 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5441 to not error out of search for "^lisp=" fails.
5442
5443 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * makefile.w32-in (WINS_UPDATES): New macro.
5446 (custom-deps, finder-data, autoloads): Use it.
5447
5448 2009-10-07 Glenn Morris <rgm@gnu.org>
5449
5450 * Makefile.in (autoloads): Revert previous change.
5451 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5452 the list of preloaded files passed on the command-line, get
5453 it from src/Makefile.
5454
5455 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5456 show the original buffer rather than a random one.
5457
5458 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5459
5460 * help.el (describe-no-warranty): Place point in a slightly better
5461 position in the GPLv3 text.
5462
5463 2009-10-06 Sam Steingold <sds@gnu.org>
5464
5465 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5466 the comm attribute is present before calling regexp-quote.
5467
5468 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5469
5470 * play/animate.el (animate-string): For good effect, make sure
5471 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5472
5473 * play/animate.el (animate-sequence, animate-birthday-present):
5474 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5475
5476 2009-10-06 Glenn Morris <rgm@gnu.org>
5477
5478 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5479
5480 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5481 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5482 (batch-update-autoloads): Process a string value of autoload-excludes,
5483 set during the build process.
5484 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5485
5486 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5487 inside with-parsed... macro so that `v' is defined.
5488
5489 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5490 * progmodes/fortran.el (fortran-end-of-block)
5491 (fortran-beginning-of-block):
5492 Also push mark in the macro case.
5493
5494 * emerge.el (emerge-show-file-name):
5495 * calc/calc.el (calc-quit):
5496 * calc/calc-misc.el (calc-big-or-small):
5497 * calc/calc-graph.el (calc-graph-view):
5498 * calc/calc-ext.el (calc-reset):
5499 * calendar/calendar.el (calendar-basic-setup):
5500 Use window-full-height-p.
5501
5502 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5503 header we don't understand, don't insert another. (Bug#4624)
5504 If changing mime charset, insert the new one in the right place.
5505
5506 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5507
5508 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5509 (cal-tex-cursor-month): Correctly increment the end date for diary and
5510 holiday listing. (Bug#4626)
5511
5512 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * help-fns.el (describe-function-1): Don't burp if the function is not
5515 a symbol.
5516
5517 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5520 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5521 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5522 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5523
5524 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5525 (eieio-default-superclass): Reflow docstrings.
5526 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5527 (eieio-unbind-method-implementations, defmethod)
5528 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5529 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5530 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5531 (eieio-slot-originating-class-p, eieio-slot-name-index)
5532 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5533 (constructor, initialize-instance, no-next-method, object-print)
5534 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5535 Fix typos in docstrings.
5536 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5537 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5538 (next-method-p): Doc fixes.
5539 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5540 Fix typos in error messages.
5541 (eieio-defmethod): Fix typo in description of generic method.
5542
5543 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5544 (eieio-persistent-save-interactive, slot-missing):
5545 Fix typos in docstrings.
5546 (eieio-instance-inheritor-slot-boundp): Doc fix.
5547
5548 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5549 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5550
5551 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5552 (eieio-custom-object-apply-reset):
5553 Fix typos in docstrings and error messages.
5554
5555 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5556 Fix typo in docstring.
5557
5558 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5559 (eieio-browse-tree): Doc fix.
5560 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5561 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5562 Fix typos in docstrings.
5563
5564 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5565 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5566 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5567 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5568 Reflow docstrings.
5569
5570 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5571
5572 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5573 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5574 Set log-view-vc-backend so that diff can work.
5575
5576 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5577 vc-version-diff.
5578 (vc-diff-internal): Autoload this instead of vc-version-diff.
5579
5580 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5581
5582 * simple.el (eval-expression): Doc fix.
5583
5584 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5585
5586 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5587
5588 * files.el (directory-files-no-dot-files-regexp): New defconst.
5589 (delete-directory): Use it.
5590 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5591
5592 * net/tramp.el (tramp-verbose): Fix docstring.
5593 (tramp-methods): Add recursive option to `tramp-copy-args'.
5594 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5595 "scp1_old", "scp2_old", "rsync", "rsyncc".
5596 (tramp-default-method): Check also for `auth-source-user-or-password'.
5597 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5598 Add handler for `copy-directory'.
5599 (tramp-handle-copy-directory): New defun.
5600 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5601 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5602 Optimize sent command.
5603
5604 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5607 window if necessary.
5608
5609 * calendar/calendar.el (calendar-basic-setup): Don't call
5610 switch-to-buffer in a dedicated window.
5611
5612 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5613
5614 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5615 don't do anything related to relocating, just return nil.
5616 (bookmark-error-no-filename): New error.
5617 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5618 bookmark has no file. Don't even attempt to handle things that
5619 are not files; the whole point of custom handlers is to keep that
5620 knowledge elsewhere anyway. Tighten some comments.
5621 (bookmark-file-or-variation-thereof): Remove now-unused function.
5622 (bookmark-location): Doc string fix.
5623 (Bug#4250)
5624
5625 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5626
5627 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5628 don't use a file dialog, because they usually don't know how to read
5629 a directory target from the user. (Bug#4230)
5630 Also, make sure the prompt can display directories as well as files.
5631
5632 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5633
5634 * bookmark.el (bookmark-set, bookmark-buffer-name):
5635 Improve doc strings. (Bug#1193)
5636
5637 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5638
5639 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5640 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5641 (bookmark-get-annotation, bookmark-set-annotation)
5642 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5643 (bookmark-set-position, bookmark-get-front-context-string)
5644 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5645 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5646 (bookmark-jump-other-window, bookmark-handle-bookmark)
5647 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5648 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5649 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5650 Improve doc strings to say whether bookmark can be a string or
5651 a record or both, and make other consistency and clarity fixes.
5652 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5653 (bookmark-default-annotation-text, bookmark-yank-word)
5654 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5655 (bookmark-import-new-list, bookmark-maybe-rename)
5656 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5657 (bookmark-bmenu-bookmark): Give these doc strings.
5658 (bookmark-bmenu-check-position): Give this a doc string, but also
5659 add a FIXME comment about how the function may be pointless.
5660 (bookmark-default-handler): Rework doc string and change a
5661 parameter name, to clarify that this takes a bookmark record
5662 not a bookmark name.
5663 (bookmark-set): Change a parameter name to indicate its meaning,
5664 and improve the doc string a bit.
5665 (Bug#4188)
5666
5667 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5668
5669 * bookmark.el (bookmark-alist): Document the new `handler' element
5670 in the param alist.
5671 (bookmark-make-record-function): Adjust documentation for above.
5672 (Bug#4193)
5673
5674 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5675
5676 * info.el (Info-bookmark-make-record): Document this function.
5677 (Info-bookmark-jump): Document with a doc string, not just a comment.
5678 (Bug#4203)
5679
5680 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5683 (semantic-new-buffer-fcn): Call parser setup functions here.
5684 (semantic-mode): Don't call parser setup functions here, it's done
5685 in semantic-new-buffer-fcn now.
5686 (semantic-mode): Parse all existing buffers when enabled.
5687
5688 * cedet/srecode/compile.el (srecode-compile-file):
5689 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5690
5691 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5692
5693 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5694
5695 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5696 (proj-comp-insert-variable-once): New macro, renamed from
5697 ede-pmake-insert-variable-once in ede/pmake.edl.
5698 (ede-proj-makefile-insert-variables): Use it.
5699
5700 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5701
5702 * files.el (copy-directory): New defun.
5703
5704 * dired-aux.el (dired-copy-file-recursive): Use it.
5705
5706 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5707
5708 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5709 (makefile-end-of-command):
5710 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5711 (semantic-end-of-context): Fix previous change. Doc fixes.
5712
5713 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5714
5715 * files-x.el (modify-dir-local-variable)
5716 (copy-dir-locals-to-file-locals-prop-line):
5717 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5718 (makefile-end-of-command):
5719 * cedet/semantic/lex.el (semantic-lex-token):
5720 * cedet/semantic/analyze/fcn.el
5721 (semantic-analyze-dereference-metatype-1):
5722 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5723 (semantic-lex-cpp-undef):
5724 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5725 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5726 (semantic-end-of-context): Fix typos in docstrings.
5727
5728 * recentf.el (recentf-unload-function): New function.
5729
5730 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5731
5732 * cedet/ede.el (ede-project-placeholder-cache-file):
5733 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5734 * cedet/srecode/map.el (srecode-map-save-file):
5735 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5736
5737 2009-10-04 Glenn Morris <rgm@gnu.org>
5738
5739 * window.el (window-full-height-p): Add doc string.
5740
5741 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5742
5743 * window.el (window-full-height-p): New function. (Bug#4543)
5744
5745 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * cedet/srecode/insert.el: Require srecode/args.
5748
5749 * cedet/srecode/args.el: Require srecode/dictionary instead of
5750 srecode/insert.
5751
5752 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5753
5754 * files.el (auto-mode-alist): Add .srt and Project.ede.
5755
5756 * cedet/semantic.el (semantic-mode):
5757 Handle srecode-template-mode-hook as well.
5758 (semantic-mode): Use js-mode-hook for Javascript hook.
5759
5760 * cedet/srecode/template.el: Remove hook variable.
5761
5762 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5763
5764 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5765 projects exist.
5766 (ede-project-placeholder-cache-file): Default to a file in
5767 user-emacs-directory.
5768
5769 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5770 templates in data-directory.
5771 (srecode-map-save-file): Default to a file in user-emacs-directory.
5772
5773 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5774 directory.
5775
5776 2009-09-30 Eric Ludlam <zappo@gnu.org>
5777
5778 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5779 Doc fix.
5780
5781 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5782 Only insert each variable once.
5783
5784 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5785 (ede-pmake-insert-variable-shared): Use it.
5786
5787 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5788 for lexical table iff table is nil.
5789
5790 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5791
5792 * vc.el: Remove commented out code.
5793 (vc-derived-from-dir-mode): Remove, unused.
5794 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5795
5796 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5797
5798 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5799 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5800 there could be recursive loading when `default-directory' is a
5801 remote file name. (Bug#4614)
5802
5803 2009-10-03 Glenn Morris <rgm@gnu.org>
5804
5805 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5806 the frame is wide.
5807 (calendar-generate-window): Test for shrinkability rather than width.
5808
5809 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5810 declaration, currently false.
5811
5812 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5813 reusing existing buffers, in case we happen to visit two files with the
5814 same basename. (Bug#4593)
5815
5816 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5817
5818 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5819 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5820 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5821 subdirs of cedet as well.
5822 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5823
5824 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5827 Obey advertised-signature-table.
5828
5829 * help-fns.el (help-function-arglist): Don't check
5830 advertised-signature-table.
5831 (describe-function-1): Do it here instead so it also applies to subrs.
5832
5833 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5834
5835 * simple.el (start-file-process): Say in the doc-string, that file
5836 handlers might not support pty association, if PROGRAM is nil.
5837
5838 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5839 HOST and USER are strings. They are nil, when there are
5840 incomplete entries in ~/.netrc, for example.
5841 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5842 root directory ("device busy" error otherwise).
5843
5844 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5845 Flush file properties of created directory.
5846
5847 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5848
5849 * makefile.w32-in (WINS_BASIC): Remove cedet.
5850 (WINS_CEDET): Add cedet.
5851 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5852
5853 2009-10-02 Kevin Ryde <user42@zip.com.au>
5854
5855 * net/browse-url.el (browse-url): Pass any symbol in
5856 browse-url-browser-function to `apply', since if you've mistakenly put
5857 an unbound symbol then the error is clearer. (Bug#4531)
5858
5859 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5860
5861 * allout.el (allout-init, allout-back-to-current-heading)
5862 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5863 (allout-ascend, allout-up-current-level, allout-end-of-level)
5864 (allout-previous-visible-heading, allout-forward-current-level)
5865 (allout-backward-current-level, allout-show-children):
5866 * apropos.el (apropos-describe-plist):
5867 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5868 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5869 * completion.el (add-completion, add-permanent-completion):
5870 * descr-text.el (describe-text-category, describe-char):
5871 * desktop.el (desktop-lazy-abort):
5872 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5873 * dired.el (dired-build-subdir-alist):
5874 * ediff.el (ediff-version):
5875 * elide-head.el (elide-head, elide-head-show):
5876 * emerge.el (emerge-version):
5877 * env.el (getenv):
5878 * face-remap.el (variable-pitch-mode):
5879 * faces.el (describe-face):
5880 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5881 (dired-at-point):
5882 * files.el (find-file-existing, auto-save-mode):
5883 * font-lock.el (font-lock-fontify-buffer):
5884 * help-fns.el (describe-function, describe-variable)
5885 (describe-syntax, describe-categories):
5886 * help.el (view-lossage, describe-bindings, describe-key)
5887 (describe-mode):
5888 * hexl.el (hexl-current-address):
5889 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5890 * info.el (Info-goto-emacs-key-command-node):
5891 * log-edit.el (log-edit-insert-cvs-template)
5892 (log-edit-insert-cvs-rcstemplate):
5893 * menu-bar.el (menu-bar-mode):
5894 * mouse.el (mouse-appearance-menu):
5895 * newcomment.el (comment-indent-new-line):
5896 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5897 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5898 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5899 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5900 * recentf.el (recentf-mode):
5901 * savehist.el (savehist-mode, savehist-save):
5902 * shadowfile.el (shadow-copy-files):
5903 * simple.el (kill-ring-save, next-line, previous-line)
5904 (normal-erase-is-backspace-mode):
5905 * strokes.el (strokes-update-window-configuration)
5906 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5907 (strokes-xpm-for-stroke):
5908 * time.el (emacs-uptime, emacs-init-time):
5909 * tutorial.el (tutorial--describe-nonstandard-key)
5910 (tutorial--detailed-help):
5911 * type-break.el (type-break-mode)
5912 (type-break-mode-line-message-mode, type-break-query-mode)
5913 (type-break-guesstimate-keystroke-threshold):
5914 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5915 * version.el (emacs-version):
5916 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5917 * winner.el (winner-mode):
5918 * calendar/timeclock.el (timeclock-in, timeclock-out)
5919 (timeclock-status-string, timeclock-change)
5920 (timeclock-workday-remaining-string)
5921 (timeclock-workday-elapsed-string)
5922 (timeclock-when-to-leave-string):
5923 * calendar/todo-mode.el (todo-add-category):
5924 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5925 * emacs-lisp/autoload.el (update-file-autoloads):
5926 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5927 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5928 (checkdoc-message-text, checkdoc-defun):
5929 * emacs-lisp/debug.el (debugger-list-functions):
5930 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5931 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5932 (eieio-describe-generic):
5933 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5934 * emacs-lisp/shadow.el (list-load-path-shadows):
5935 * emulation/cua-base.el (cua-mode):
5936 * emulation/edt.el (edt-set-scroll-margins):
5937 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5938 (tpu-toggle-regexp, tpu-toggle-search-direction)
5939 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5940 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5941 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5942 (viper-set-parsing-style-toggling-macro)
5943 (viper-set-emacs-state-searchstyle-macros):
5944 * emulation/viper.el (viper-set-hooks):
5945 * eshell/esh-mode.el (eshell-truncate-buffer):
5946 * international/mule-cmds.el (prefer-coding-system)
5947 (describe-input-method, describe-language-environment):
5948 * international/mule-diag.el (list-character-sets)
5949 (describe-character-set, describe-coding-system)
5950 (describe-fontset, list-fontsets, list-input-methods):
5951 * mail/sendmail.el (mail-signature):
5952 * net/ange-ftp.el (ange-ftp-copy-file):
5953 * net/browse-url.el (browse-url):
5954 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5955 * net/quickurl.el (quickurl-add-url):
5956 * net/rcirc.el (names, topic):
5957 * net/xesam.el (xesam-mode):
5958 * play/5x5.el (5x5-new-game):
5959 * play/yow.el (apropos-zippy):
5960 * progmodes/ada-mode.el (ada-mode-version):
5961 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5962 (f90-end-of-block)
5963 (f90-beginning-of-block):
5964 * progmodes/fortran.el (fortran-end-of-block)
5965 (fortran-beginning-of-block):
5966 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5967 * progmodes/python.el (python-describe-symbol, python-shell):
5968 * term/ns-win.el (ns-print-buffer):
5969 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5970 * textmodes/flyspell.el (flyspell-mode-on):
5971 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5972 (pages-directory-for-addresses):
5973 * textmodes/table.el (table-recognize-cell)
5974 (table-query-dimension, table-generate-source)
5975 (table-insert-sequence, table--warn-incompatibility):
5976 * textmodes/tex-mode.el (tex-validate-buffer):
5977 * textmodes/texinfmt.el (texinfmt-version)
5978 (texinfo-format-buffer):
5979 Use `called-interactively-p' instead of `interactive-p'.
5980
5981 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5982
5983 * image-mode.el (image-toggle-display):
5984 * emacs-lisp/elp.el (elp-instrument-function):
5985 * emacs-lisp/advice.el (ad-make-advised-definition):
5986 * emacs-lisp/easy-mmode.el (define-minor-mode):
5987 * net/browse-url.el (browse-url-maybe-new-window):
5988 * progmodes/sh-script.el (sh-learn-buffer-indent):
5989 Pass new argument 'any to `called-interactively-p'.
5990
5991 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5992
5993 * international/uni-bidi.el:
5994 * international/uni-category.el:
5995 * international/uni-combining.el:
5996 * international/uni-comment.el:
5997 * international/uni-decimal.el:
5998 * international/uni-decomposition.el:
5999 * international/uni-digit.el:
6000 * international/uni-lowercase.el:
6001 * international/uni-mirrored.el:
6002 * international/uni-name.el:
6003 * international/uni-numeric.el:
6004 * international/uni-old-name.el:
6005 * international/uni-titlecase.el:
6006 * international/uni-uppercase.el:
6007 Regenerate from Unicode 5.2.0 data.
6008
6009 2009-10-01 Glenn Morris <rgm@gnu.org>
6010
6011 * Makefile.in (ELCFILES): Regenerate.
6012
6013 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * subr.el (interactive-p): Mark obsolete.
6016 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6017 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6018 advertised-signature-table for subroutines as well.
6019
6020 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6021 (set-advertised-calling-convention): New function.
6022 (make-obsolete, define-obsolete-function-alias)
6023 (make-obsolete-variable, define-obsolete-variable-alias):
6024 Make the optional-ness of `when' obsolete.
6025 (define-obsolete-face-alias): Make `when' non-optional.
6026 * help-fns.el (help-function-arglist):
6027 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6028 Use advertised-signature-table.
6029
6030 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6031
6032 * files.el (delete-directory): New defun. The original function
6033 in fileio.c has been renamed to `delete-directory-internal'.
6034
6035 * dired.el (dired-delete-file): Call `delete-directory' with
6036 RECURSIVE parameter.
6037
6038 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6039 parameter RECURSIVE. Implementation is missing.
6040
6041 * net/tramp.el (tramp-handle-make-directory): Flush upper
6042 directory's file properties.
6043 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6044 (tramp-handle-dired-recursive-delete-directory): Flush directory
6045 properties after the remove command only.
6046
6047 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6048 Handle optional parameter RECURSIVE.
6049
6050 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6051 Handle optional parameter RECURSIVE.
6052
6053 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6054 connection timeout.
6055 (tramp-smb-handle-delete-directory): Handle optional parameter
6056 RECURSIVE.
6057
6058 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6061 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6062 (byte-compile-defmacro): Use backquotes.
6063
6064 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6065
6066 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6067 has no associated file.
6068 (vc-resynch-buffer): Use vc-dir-buffers.
6069
6070 2009-10-01 Glenn Morris <rgm@gnu.org>
6071
6072 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6073 (chart-file-count):
6074 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6075 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6076 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6077 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6078 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6079 (eieio-copy-parents-into-subclass, make-instance, class-children)
6080 (eieio-generic-form):
6081 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6082 * cedet/cedet-idutils.el (cedet-idutils-search)
6083 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6084 (cedet-idutils-version-check):
6085 * cedet/cedet.el (cedet-version):
6086 * cedet/data-debug.el (data-debug-insert-overlay-button)
6087 (data-debug-insert-overlay-list-button)
6088 (data-debug-insert-buffer-button)
6089 (data-debug-insert-buffer-list-button)
6090 (data-debug-insert-process-button, data-debug-insert-ring-button)
6091 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6092 (data-debug-insert-stuff-vector-button)
6093 (data-debug-insert-symbol-button, data-debug-insert-string)
6094 (data-debug-insert-number, data-debug-insert-lambda-expression)
6095 (data-debug-insert-nil, data-debug-insert-simple-thing)
6096 (data-debug-insert-custom, data-debug-edebug-expr):
6097 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6098 (global-ede-mode-map, ede-new, ede-debug-target)
6099 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6100 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6101 (semantic-fetch-tags, semantic-submode-list)
6102 (semantic-default-submodes):
6103 * cedet/ede/source.el (ede-source-match):
6104 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6105 (project-am-package-info):
6106 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6107 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6108 * cedet/ede/proj-comp.el (ede-current-build-list):
6109 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6110 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6111 * cedet/ede/cpp-root.el (initialize-instance):
6112 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6113 (autoconf-parameter-strip, autoconf-insert-new-macro):
6114 * cedet/semantic/wisent.el (wisent-lex-eoi):
6115 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6116 (semantic-show-parser-state-mode):
6117 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6118 * cedet/semantic/tag.el (semantic-tag-new-variable)
6119 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6120 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6121 (semantic--tag-deep-copy-tag-list)
6122 (semantic-tag-components-with-overlays-default):
6123 * cedet/semantic/symref.el (semantic-symref-find-text):
6124 * cedet/semantic/senator.el (senator-yank-tag)
6125 (senator-transpose-tags-up):
6126 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6127 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6128 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6129 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6130 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6131 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6132 * cedet/semantic/lex-spp.el
6133 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6134 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6135 * cedet/semantic/idle.el
6136 (semantic-idle-summary-current-symbol-info-brutish)
6137 (semantic-idle-summary-current-symbol-info-default):
6138 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6139 (semantic--grammar-macro-compl-dict):
6140 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6141 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6142 (semantic-format-tag-canonical-name-default):
6143 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6144 (semantic-find-tags-for-completion)
6145 (semantic-find-tags-by-scope-protection-default)
6146 (semantic-deep-find-tags-for-completion):
6147 * cedet/semantic/edit.el
6148 (semantic-edits-incremental-reparse-failed-hook)
6149 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6150 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6151 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6152 * cedet/semantic/dep.el (semantic-dependency-include-path):
6153 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6154 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6155 (semanticdb-project-roots):
6156 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6157 (semanticdb-find-adebug-insert-scanned-tag-cons)
6158 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6159 (semanticdb-brute-deep-find-tags-for-completion):
6160 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6161 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6162 (semantic-end-of-context-default)
6163 (semantic-ctxt-current-function-default)
6164 (semantic-ctxt-scoped-types-default):
6165 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6166 (semantic-complete-inline-tag-engine)
6167 (semantic-complete-inline-custom-type)
6168 (semantic-complete-read-tag-analyzer):
6169 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6170 (semantic-chart-database-size):
6171 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6172 (semantic-analyze-current-context):
6173 * cedet/semantic/symref/list.el (semantic-symref)
6174 (semantic-symref-hide-buffer, semantic-symref-symbol):
6175 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6176 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6177 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6178 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6179 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6180 (semantic-c-dereference-template):
6181 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6182 (semantic--analyze-refs-full-lookup-with-parents)
6183 (semantic--analyze-refs-full-lookup-simple):
6184 * cedet/semantic/analyze/complete.el
6185 (semantic-analyze-possible-completions):
6186 * cedet/srecode/table.el (srecode-mode-table-new):
6187 * cedet/srecode/srt.el (srecode-read-variable-name):
6188 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6189 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6190 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6191 * cedet/srecode/map.el (srecode-current-map):
6192 * cedet/srecode/insert.el (srecode-insert)
6193 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6194 (srecode-template-inserter-point-override)
6195 (srecode-insert-include-lookup):
6196 * cedet/srecode/getset.el (srecode-auto-choose-class):
6197 * cedet/srecode/extract.el (srecode-inserter-extract):
6198 * cedet/srecode/document.el
6199 (srecode-document-autocomment-return-last-alist)
6200 (srecode-document-autocomment-param-type-alist)
6201 (srecode-document-insert-function-comment)
6202 (srecode-document-insert-variable-one-line-comment)
6203 (srecode-document-function-name-comment):
6204 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6205 (srecode-compound-toString):
6206 * cedet/srecode/compile.el (srecode-flush-active-templates):
6207 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6208 Doc/message fixes.
6209
6210 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6211 match-data. (Bug#4555).
6212
6213 * cedet/semantic/bovine/gcc.el
6214 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6215 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6216
6217 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6218 rather than parsing it as a regexp. This relaxes the layout
6219 requirements and makes errors easier to detect.
6220 (check-declare-verify): Check file is regular.
6221 (check-declare-directory): Doc fix.
6222 * subr.el (declare-function): Doc fix.
6223
6224 * ibuffer.el (ibuffer-format-qualifier):
6225 * isearch.el (hi-lock-regexp-okay):
6226 * calc/calc.el (math-zerop):
6227 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6228 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6229 Remove unused declarations.
6230
6231 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * cedet/semantic/wisent/javat-wy.el
6234 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6235
6236 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6237
6238 * cedet/srecode/expandproto.el: Fix provide statement.
6239
6240 2009-09-30 Eric Ludlam <zappo@gnu.org>
6241
6242 * emacs-lisp/eieio.el (boolean-p): Delete.
6243
6244 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6245
6246 * cedet/ede/srecode.el: Fix provide statement.
6247
6248 2009-09-30 Glenn Morris <rgm@gnu.org>
6249
6250 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6251 * cedet/ede/proj-aux.el (ede-aux-source):
6252 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6253 (ede-misc-source):
6254 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6255 (semantic-mrub-switch-tags): Fix doc typos.
6256
6257 * cedet/semantic/db-global.el (data-debug-new-buffer)
6258 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6259 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6260
6261 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6262
6263 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6264 use of CL function `remove-if-not'.
6265
6266 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6267
6268 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6269 filename is not a string.
6270
6271 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * files.el (safe-local-eval-forms): Fix typo.
6274
6275 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * vc-hooks.el (vc-dir-buffers): New var.
6278 (vc-state-refresh): New function.
6279 (vc-state): Use it.
6280 (vc-after-save): Always ask the backend to recompute the new state.
6281 Always call vc-dir if necessary, using vc-dir-buffers.
6282 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6283 Use vc-dir-buffers.
6284 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6285 (vc-dir-prepare-status-buffer, vc-dir-update)
6286 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6287 Don't call expand-file-name on default-directory.
6288
6289 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * speedbar.el (speedbar-item-delete):
6292 * calc/calc-prog.el (calc-kbd-if):
6293 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6294
6295 * epa.el (epa-key-list-mode-map):
6296 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6297
6298 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6299 (hs-show-hook): Fix typo in docstring.
6300
6301 2009-09-29 Glenn Morris <rgm@gnu.org>
6302
6303 * cedet/semantic/symref/idutils.el:
6304 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6305
6306 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6307
6308 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6309 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6310 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6311 Mark declarations not understood by check-declare.
6312
6313 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6314 file-name-nondirectory call preventing location of cedet files.
6315 (check-declare-verify): Use literal search rather than re-search.
6316 Add basic defmethod and defclass, and define-overloadable-function.
6317
6318 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6319 Use tramp-compat-file-attributes rather than nonexistent
6320 tramp-compat-handle-file-attributes.
6321
6322 * Makefile.in (lisptagsfiles4): New.
6323 (AUTOGENEL): Add cedet loaddefs files.
6324 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6325 (update-elclist, compile-always, backup-compiled-files)
6326 (bootstrap-clean): Add yet another directory level.
6327 (update-elclist): Use LC_COLLATE rather than COLLATE.
6328 (ELCFILES): Update, via `make update-elclist'.
6329
6330 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6333 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6334 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6335
6336 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6337
6338 * Makefile.in (lisptagsfiles3): Define.
6339 (TAGS, TAGS-LISP): Use it.
6340 (update-elclist): Add third directory level to look for elc files.
6341 (compile-always): Likewise.
6342 (backup-compiled-files): Likewise.
6343 (bootstrap-clean): Likewise.
6344 (ELCFILES): Update.
6345
6346 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * Makefile.in (ELCFILES): Add CEDET files.
6349
6350 2009-09-28 Eric Ludlam <zappo@gnu.org>
6351
6352 CEDET (development tools) package merged.
6353
6354 * cedet/*.el:
6355 * cedet/ede/*.el:
6356 * cedet/semantic/*.el:
6357 * cedet/srecode/*.el: New files.
6358
6359 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6360
6361 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6362
6363 * net/tramp.el (top): Require tramp-imap.
6364
6365 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6366 Use `tramp-compat-handle-file-attributes'.
6367
6368 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6369
6370 * net/tramp-imap.el: New package.
6371
6372 2009-09-28 Eric Ludlam <zappo@gnu.org>
6373
6374 * emacs-lisp/chart.el:
6375 * emacs-lisp/eieio-base.el:
6376 * emacs-lisp/eieio-comp.el:
6377 * emacs-lisp/eieio-custom.el:
6378 * emacs-lisp/eieio-datadebug.el:
6379 * emacs-lisp/eieio-opt.el:
6380 * emacs-lisp/eieio-speedbar.el:
6381 * emacs-lisp/eieio.el: New files.
6382
6383 * cedet/cedet-cscope.el:
6384 * cedet/cedet-files.el:
6385 * cedet/cedet-global.el:
6386 * cedet/cedet-idutils.el:
6387 * cedet/data-debug.el:
6388 * cedet/inversion.el:
6389 * cedet/mode-local.el:
6390 * cedet/pulse.el: New files.
6391
6392 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6393
6394 * whitespace.el (whitespace-trailing-regexp)
6395 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6396 Fix doc string.
6397
6398 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6401 menu.
6402
6403 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6404 menu-bar-ediff-menu.
6405
6406 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6407 define-overloadable-function.
6408
6409 * progmodes/autoconf.el: Provide autoconf as well, so that this
6410 file can be `require'd.
6411
6412 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6413
6414 * emacs-lisp/autoload.el (generated-autoload-feature)
6415 (generated-autoload-load-name): New vars.
6416 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6417 (make-autoload): Recognize define-overloadable-function and
6418 defclass forms (for EIEIO).
6419
6420 * Makefile.in (update-subdirs): Exclude cedet directory.
6421
6422 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6423
6424 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6425
6426 * faces.el: Default light-background background for region face to
6427 ns_selection_color under NS.
6428
6429 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6430
6431 * net/imap-hash.el: New library, see NEWS.
6432
6433 * Makefile.in (ELCFILES): Add imap-hash.el.
6434
6435 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6438 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6439 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6440 definition where the docstring could be taken for the return value.
6441
6442 2009-09-26 Glenn Morris <rgm@gnu.org>
6443
6444 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6445 Add option to only show images below a certain size.
6446 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6447 save-excursion calls.
6448
6449 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6450
6451 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6452 subdirectories) and eieio.
6453
6454 2009-09-26 Alan Mackenzie <acm@muc.de>
6455
6456 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6457 buggy bracketing. (Bug#4289)
6458
6459 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6460 character constants (as case labels). (Bug#4289)
6461
6462 2009-09-25 Juri Linkov <juri@jurta.org>
6463
6464 * files.el (safe-local-eval-forms): Allow time-stamp in
6465 before-save-hook (Bug#4554).
6466
6467 2009-09-25 Drew Adams <drew.adams@oracle.com>
6468
6469 * menu-bar.el (list-buffers-directory): Doc fix.
6470
6471 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6474 Try and avoid copying twice the same paragraph.
6475 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6476 Remove save-excursion.
6477 (log-edit-changelog-entry): Do it here instead.
6478
6479 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6480
6481 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6482 when available, instead of hardcoding mode names. Doc fix.
6483
6484 * menu-bar.el (list-buffers-directory): Add docstring.
6485 Make automatically buffer-local.
6486
6487 * dired.el (dired-mode):
6488 * files.el (cd-absolute):
6489 * pcvs.el (cvs-temp-buffer):
6490 * pcvs-util.el (cvs-get-buffer-create):
6491 * shell.el (shell-mode):
6492 * vc-dir.el (vc-dir-mode):
6493 Don't make `list-buffers-directory' buffer local.
6494
6495 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6496
6497 * comint.el (comint-exec, comint-run, make-comint):
6498 Doc fixes (Bug#4542).
6499
6500 2009-09-25 Glenn Morris <rgm@gnu.org>
6501
6502 * mail/rmailmm.el (rmail-mime): New custom group.
6503 Move all defcustoms in this file into this group.
6504 (rmail-mime-media-type-handlers-alist): Revert previous change.
6505 (rmail-mime-show-images): New option.
6506 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6507 references to it, since it wasn't actually used for anything.
6508 (rmail-mime-insert-image): New function.
6509 (rmail-mime-image): Use rmail-mime-insert-image.
6510 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6511 obey the value of `rmail-mime-show-images' option. Print the size of
6512 attachments.
6513
6514 2009-09-25 David Engster <deng@randomsample.de>
6515
6516 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6517
6518 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6519
6520 * whitespace.el: Does not highlight trailing spaces While point is
6521 at end of line. Does not highligt spaces at beginning of buffer
6522 while point is at beginning of buffer. Does not highlight spaces
6523 at end of buffer while point is at end of buffer. (Bug#4177)
6524 New version 12.0.
6525 (whitespace-display-mappings): Adjust initialization.
6526 (whitespace-point, whitespace-font-lock-refontify): New vars.
6527 (whitespace-color-on, whitespace-color-off): Adjust code.
6528 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6529 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6530 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6531
6532 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6533
6534 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6535
6536 * textmodes/sgml-mode.el: Remove xml-mode alias.
6537
6538 * files.el (auto-mode-alist, conf-mode-maybe)
6539 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6540
6541 2009-09-24 Alan Mackenzie <acm@muc.de>
6542
6543 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6544 c-forward-conditionals, but it doesn't move point and doesn't set
6545 the mark.
6546 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6547 (c-down-conditional-with-else, c-backward-conditional)
6548 (c-forward-conditional): Refactor to use c-scan-conditionals.
6549
6550 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6551
6552 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6553 (help-default-arg-highlight): Remove.
6554 (help-highlight-arg): New function.
6555 (help-do-arg-highlight): Use it.
6556 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6557
6558 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6561 Undo last change, which didn't fix the problem and introduced others.
6562
6563 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6564
6565 * progmodes/gdb-mi.el: Don't require speedbar.
6566 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6567
6568 2009-09-24 Glenn Morris <rgm@gnu.org>
6569
6570 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6571
6572 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6573
6574 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6575 there is no newline after the final mime boundary. (Bug#4539)
6576 Move markers on insertion so that any buttons inserted don't end up in
6577 the next part of a multipart message.
6578 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6579 (rmail-mime-bulk-handler): Optionally handle images.
6580 (rmail-mime-image): New button action.
6581 (rmail-mime-image-handler): New function.
6582 (rmail-mime-mode): New mode.
6583 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6584
6585 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6588 than just dropping elements from it (bug#4504).
6589
6590 * term.el (term-set-scroll-region): Don't move cursor any more.
6591 (term-handle-ansi-escape): Call term-goto here instead.
6592 Suggested by Ivan Kanis <apple@kanis.eu>.
6593
6594 * term.el: Require CL.
6595 (term-ansi-reset): New function.
6596 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6597 (term-handle-colors-array): Simplify.
6598
6599 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * allout.el (allout-overlay-interior-modification-handler)
6602 (allout-obtain-passphrase):
6603 * epa-file.el (epa-file-write-region):
6604 * ps-print.el (ps-begin-job):
6605 * vc-hooks.el (vc-toggle-read-only):
6606 * vc-rcs.el (vc-rcs-rollback):
6607 * vc-sccs.el (vc-sccs-rollback):
6608 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6609 (vc-version-diff, vc-revert, vc-rollback):
6610 * wdired.el (wdired-check-kill-buffer):
6611 * emacs-lisp/authors.el (authors):
6612 * net/socks.el (socks-open-connection):
6613 * net/zeroconf.el (zeroconf-service-add-hook):
6614 * obsolete/vc-mcvs.el (vc-mcvs-register):
6615 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6616 (gdb-select-frame):
6617 * progmodes/grep.el (lgrep, rgrep):
6618 * progmodes/idlw-help.el (idlwave-help-check-locations)
6619 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6620 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6621 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6622 (reftex-toc-rename-label): Fix typos in error messages.
6623
6624 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6625 (dired-copy-how-to-fn): Doc fix.
6626 (dired-files-attributes, dired-read-shell-command):
6627 Fix typos in docstrings.
6628
6629 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6630 (dired-x-find-file-other-window): Reflow docstrings.
6631 (dired-omit-marker-char, dired-read-shell-command)
6632 (dired-x-submit-report): Fix typos in docstrings.
6633
6634 * shell.el (shell-mode-hook):
6635 * view.el (View-scroll-line-forward):
6636 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6637 Fix typos in docstrings.
6638
6639 * net/dig.el (dig-invoke): Fix typo in docstring.
6640 (query-dig): Reflow docstring.
6641
6642 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6643 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6644 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6645 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6646 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6647 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6648 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6649 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6650 (idlwave-completion-map, idlwave-current-indent)
6651 (idlwave-custom-ampersand-surround, idlwave-customize)
6652 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6653 (idlwave-define-abbrev, idlwave-determine-class-special)
6654 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6655 (idlwave-end-block-reg, idlwave-end-of-statement)
6656 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6657 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6658 (idlwave-explicit-class-listed, idlwave-file-header)
6659 (idlwave-fill-paragraph, idlwave-find-class-definition)
6660 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6661 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6662 (idlwave-in-quote, idlwave-indent-action-table)
6663 (idlwave-indent-expand-table, idlwave-indent-line)
6664 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6665 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6666 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6667 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6668 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6669 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6670 (idlwave-outlawed-buffers, idlwave-popup-select)
6671 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6672 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6673 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6674 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6675 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6676 (idlwave-statement-type, idlwave-struct-skip)
6677 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6678 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6679 (idlwave-what-module-find-class): Fix typos in docstrings.
6680 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6681 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6682 (idlwave-find-module, idlwave-find-structure-definition)
6683 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6684 (idlwave-list-load-path-shadows, idlwave-next-statement)
6685 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6686 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6687 (idlwave-template): Reflow docstrings.
6688
6689 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6690 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6691 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6692 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6693 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6694 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6695 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6696 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6697 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6698 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6699 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6700 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6701 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6702 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6703 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6704 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6705 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6706 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6707 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6708 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6709 Fix typos in docstrings.
6710 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6711 (idlwave-shell-hide-output, idlwave-shell-mode)
6712 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6713 Reflow docstrings.
6714
6715 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6716
6717 2009-09-24 Ivan Kanis <apple@kanis.eu>
6718
6719 * term.el (term-bold-attribute): New var.
6720 (term-handle-colors-array): Use it.
6721
6722 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * progmodes/gdb-mi.el (gdb-version): New variable.
6725 (gdb-non-stop-handler): Set gdb-version.
6726 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6727 Condition "--thread" option on gdb-version.
6728 (gdb-invalidate-threads): Remove unused argument.
6729
6730 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6733 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6734
6735 2009-09-23 Glenn Morris <rgm@gnu.org>
6736
6737 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6738 replying to mail without References or Message-Id. (Bug#4525)
6739
6740 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6741
6742 * term/ns-win.el (ns-reg-to-script): New variable.
6743
6744 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6745
6746 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6747
6748 2009-09-22 Sam Steingold <sds@gnu.org>
6749
6750 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6751 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6752 to 1 because hg returns status 1 when nothing is found.
6753 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6754
6755 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * textmodes/fill.el: Convert to utf-8 encoding.
6758 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6759 pre-unicode days.
6760
6761 * add-log.el (change-log-fill-forward-paragraph): New function.
6762 (change-log-mode): Use it so fill-region DTRT.
6763 Set fill-indent-according-to-mode here rather than in
6764 change-log-fill-paragraph.
6765 (change-log-fill-paragraph): Remove.
6766
6767 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6770 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6771
6772 2009-09-22 Glenn Morris <rgm@gnu.org>
6773
6774 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6775 the scroll-bar scroll the calendar window rather than the buffer.
6776
6777 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6778 commands that move point (as opposed to scrolling).
6779
6780 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6781
6782 * emacs-lisp/elint.el (elint): New custom group.
6783 (elint-log-buffer): Make it a defcustom.
6784 (elint-scan-preloaded, elint-ignored-warnings)
6785 (elint-directory-skip-re): New options.
6786 (elint-builtin-variables): Doc fix.
6787 (elint-preloaded-env): New variable.
6788 (elint-unknown-builtin-args): Add an entry for encode-time.
6789 (elint-extra-errors): Make it a variable rather than a constant.
6790 (elint-preloaded-skip-re): New constant.
6791 (elint-directory): Skip files matching elint-directory-skip-re.
6792 (elint-features): New variable, local to linted buffers.
6793 (elint-update-env): Initialize elint-features. Possibly add
6794 elint-preloaded-env to the buffer's environment.
6795 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6796 Skip quoted forms.
6797 (elint-init-form): New function, extracted from elint-init-env.
6798 Make non-list forms a warning rather than an error.
6799 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6800 easy-menu-define, put that adds an error-condition, and provide.
6801 When requiring cl, also require cl-macs. Really require cl, to handle
6802 some cl macros. Store required libraries in the list elint-features,
6803 so as not to re-load them. Treat cc-require like require.
6804 (elint-init-env): Call elint-init-form to do the work.
6805 Handle eval-and-compile and such like.
6806 (elint-add-required-env): Do not clear messages.
6807 (elint-special-forms): Add handlers for function, defalias, if, when,
6808 unless, and, or.
6809 (elint-form): Add optional argument to ignore elint-special-forms,
6810 useful to prevent recursive calls from handlers. Doc fix.
6811 Respect elint-ignored-warnings.
6812 (elint-form): Respect elint-ignored-warnings.
6813 (elint-bound-variable, elint-bound-function): New variables.
6814 (elint-unbound-variable): Respect elint-bound-variable.
6815 (elint-get-args): Respect elint-bound-function.
6816 (elint-check-cond-form): Add some simple handling for (f)boundp and
6817 featurep tests.
6818 (elint-check-defalias-form): New handler.
6819 (elint-check-let-form): Make an empty let a warning rather than an
6820 error.
6821 (elint-check-setq-form): Make an empty setq a warning rather than an
6822 error. Respect elint-ignored-warnings.
6823 (elint-check-defvar-form): Accept null doc-strings.
6824 (elint-check-conditional-form): New handler. Does some simple-minded
6825 checking of featurep and (f)boundp tests.
6826 (elint-put-function-args): New function.
6827 (elint-initialize): Use elint-scan-doc-file rather than
6828 elint-find-builtin-variables. Use elint-put-function-args.
6829 Possibly scan preloaded-file-list.
6830 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6831 extend to handle functions as well.
6832
6833 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6834
6835 * linum.el (linum-delete-overlays, linum-update-window):
6836 Do not modify the right margin. (Bug#3971)
6837
6838 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6841 nxml-mode instead of xml-mode.
6842
6843 2009-09-21 Kevin Ryde <user42@zip.com.au>
6844
6845 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6846
6847 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * net/dig.el (dig-mode): Use define-derived-mode.
6850
6851 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6852
6853 * vc-dispatcher.el (vc-do-command): Return the process object in
6854 the asynchronous case. Use when instead of if. Do not run
6855 vc-exec-after to display a message if not enabled. (Bug#4463)
6856
6857 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6858 properties to the stash strings.
6859 (vc-git-stash-list): Return a list of strings.
6860 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6861 (vc-git-stash-show-at-point): New functions.
6862 (vc-git-stash-map): New keymap.
6863
6864 * register.el (ctl-x-r-map): Define the keys here instead of
6865 using autoload.
6866
6867 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6868
6869 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6870 list, to workaround performance problem (bug#4485).
6871
6872 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6873
6874 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6875
6876 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6877
6878 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6879 Document that this option is not recommended to use.
6880
6881 2009-09-19 Glenn Morris <rgm@gnu.org>
6882
6883 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6884 variable `var'.
6885
6886 * calc/calc-alg.el (var):
6887 * calc/calcalg2.el (var): Define for compiler.
6888
6889 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6890
6891 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6892 Doc fix (Bug#3932).
6893
6894 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6895
6896 * time-stamp.el (time-stamp-month-dd-yyyy)
6897 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6898 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6899 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6900 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6901 Remove functions that have been obsolete since 1995 (Bug#4436).
6902
6903 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6904 indent buffer only if called interactively (Bug#4452).
6905
6906 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6907 Eli Zaretskii <eliz@gnu.org>
6908
6909 This fixes bug#4197 (merged to bug#865, though not identical).
6910 * server.el (server-auth-dir): Add docstring note about FAT32.
6911 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6912 but warn against using them.
6913
6914 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6915
6916 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6917 older GDB where there is no has_more field.
6918
6919 2009-09-19 Glenn Morris <rgm@gnu.org>
6920
6921 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6922
6923 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * files.el (auto-mode-alist): Change default for XML files to nXML
6926 mode (Bug#4169).
6927
6928 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * server.el (server-ensure-safe-dir): Pass 'integer
6931 to `file-attributes', as suggested.
6932
6933 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6936 (dired-query): Use read-key.
6937
6938 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6939
6940 * cus-start.el (ns-use-qd-smoothing): Remove.
6941
6942 2009-09-18 Glenn Morris <rgm@gnu.org>
6943
6944 * allout.el (top-level): Remove unnecessary progn.
6945
6946 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6947
6948 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6949 definition of abbrev table.
6950
6951 * speedbar.el (speedbar-track-mouse):
6952 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6953 * net/eudc.el (eudc-expand-inline):
6954 * net/newst-backend.el (newsticker--cache-read-feed):
6955 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6956 condition-case handlers.
6957
6958 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6959
6960 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6961 (gdb-var-list): Add an element for has_more field.
6962 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6963 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6964 (gdb-var-update-handler-1): Parse output of dynamic variable
6965 objects (STL containers).
6966 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6967 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6968
6969 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6970 gdb-var-list.
6971 (gud-speedbar-buttons): Make node expandable if expression "has more"
6972 children.
6973
6974 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6975
6976 * startup.el (emacs-quick-startup): Remove variable and all uses.
6977 (command-line): Set `inhibit-x-resources' instead.
6978 (command-line-1): Use `inhibit-x-resources' instead.
6979
6980 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * subr.el: Fix last change to avoid using the `unless' macro,
6983 which breaks bootstrapping.
6984
6985 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6988 extended definitions, in case we reload subr.el after having
6989 loaded CL.
6990 (eval-next-after-load): Mark as obsolete.
6991
6992 2009-09-17 Juri Linkov <juri@jurta.org>
6993
6994 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6995 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6996 (menu-bar-showhide-menu, menu-bar-tools-menu)
6997 (menu-bar-describe-menu, menu-bar-help-menu)
6998 (minibuffer-local-completion-map, minibuffer-local-map):
6999 Fix list quoting.
7000
7001 2009-09-17 Glenn Morris <rgm@gnu.org>
7002
7003 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7004 arguments, whether or not it has a handler.
7005
7006 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7007
7008 * simple.el (hard-newline): Give it a doc-string.
7009
7010 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7011 (lisp-mode-syntax-table): Give them doc-strings.
7012
7013 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7014
7015 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7016 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7017 (menu-bar-options-menu, menu-bar-showhide-menu)
7018 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7019 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7020 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7021 (menu-bar-options-menu, menu-bar-tools-menu)
7022 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7023 (menu-bar-help-menu):
7024 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7025 string arguments.
7026
7027 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7028 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7029 calls for the menu names and :help.
7030
7031 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7034 to :minor-mode-function (bug#4455).
7035
7036 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * startup.el (command-line): Initialize the window-system after
7039 processing the command-line.
7040
7041 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7042 page-delimiter matches the empty string.
7043
7044 2009-09-16 Glenn Morris <rgm@gnu.org>
7045
7046 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7047 byte-compile-not-obsolete-var. It's a list now.
7048 (byte-compile-not-obsolete-funcs): New variable.
7049 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7050 byte-compile-not-obsolete-funcs.
7051 (byte-compile-variable-ref, byte-compile-defvar): Update for
7052 byte-compile-not-obsolete-vars name-change and list nature.
7053 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7054 and variables behind (f)boundp tests.
7055 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7056
7057 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7058
7059 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7060
7061 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7064 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7065 Don't autoload.
7066
7067 2009-09-15 Stephen Eglen <stephen@gnu.org>
7068
7069 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7070 the virtual-buffers, use the name of the buffer specified by
7071 find-file-noselect, as the match may be a symlink. (This was a
7072 problem if the target and the symlink had different names.)
7073
7074 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7077
7078 * desktop.el (desktop-path): Check user-emacs-directory.
7079
7080 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7081
7082 * loadup.el: Use after-load-functions to GC after loading each file.
7083 Remove the explicit GC calls that used to be sprinkled around.
7084
7085 * subr.el (after-load-functions): New hook.
7086 (do-after-load-evaluation): Run it. Use string-match-p to detect
7087 `obsolete' packages, rather than painfully extracting the relevant
7088 directory name.
7089
7090 2009-09-15 Glenn Morris <rgm@gnu.org>
7091
7092 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7093 free variable `doc'.
7094
7095 * dired.el (dired-mode-map): Add menu entry for async shell command.
7096
7097 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7098 variables, also consider the .elc files, since the .el files are
7099 normally gzipped (subsequent code locates the .el.gz from the .elc).
7100
7101 * calc/calc-prog.el (arglist): Define for compiler.
7102
7103 * calendar/diary-lib.el (diary-display-function): Change the default to
7104 fancy display.
7105 (body): Define for compiler.
7106
7107 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7108 (byte-compile-file-form, byte-compile-lambda)
7109 (byte-compile-top-level-body, byte-compile-form)
7110 (byte-compile-variable-ref, byte-compile-setq)
7111 (byte-compile-setq-default, byte-compile-body)
7112 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7113 (batch-byte-compile): Give some more local variables with common names
7114 a "bytecomp-" prefix to avoid masking warnings about free variables.
7115
7116 * startup.el (command-line-1): Give local variables with common names a
7117 distinguishing prefix, so as not to hide free variable warnings during
7118 bootstrap.
7119
7120 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7121 clever and add a suffix to make a unique name, just let the user decide
7122 whether or not to overwrite it. If the input is a directory, write the
7123 default filename to that directory. (Bug#4388)
7124 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7125 is a filename-as-a-directory.
7126
7127 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * textmodes/page.el (what-page): Don't move to beginning of line.
7130 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7131
7132 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7133
7134 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7135
7136 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7137
7138 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7139 * help.el (help-for-help-internal): Add purecopy calls for text.
7140
7141 * vc.el (top): print-log method now takes an optional SHORTLOG
7142 argument. Add a new method: root.
7143 (vc-root-diff, vc-print-root-log): New functions.
7144 (vc-log-short-style): New variable.
7145 (vc-print-log-internal): Add support for showing short logs.
7146
7147 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7148 vc-print-root-log and vc-print-root-diff.
7149
7150 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7151 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7152 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7153 short logs.
7154
7155 * vc-cvs.el (vc-cvs-print-log):
7156 * vc-mtn.el (vc-mtn-print-log):
7157 * vc-rcs.el (vc-rcs-print-log):
7158 * vc-sccs.el (vc-sccs-print-log):
7159 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7160 that is ignored for now.
7161
7162 * vc-mtn.el (vc-mtn-annotate-command):
7163 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7164
7165 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7168 to function-key-map, and give them ascii-character property.
7169 * term/x-win.el (x-alternatives-map):
7170 * term/ns-win.el (ns-alternatives-map):
7171 * term/internal.el (msdos-key-remapping-map):
7172 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7173
7174 2009-09-14 Glenn Morris <rgm@gnu.org>
7175
7176 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7177 temp-buffers (2009-09-12).
7178
7179 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7182 the new read-key function.
7183
7184 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7187 is defined (Bug#4405).
7188
7189 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7190
7191 * recentf.el (recentf-cleanup): Use a hash table to find
7192 duplicates (Bug#4407).
7193
7194 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7195
7196 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7197 kp-0 to ascii equivalents (Bug#4325).
7198
7199 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7202
7203 * eshell/em-hist.el:
7204 * eshell/em-dirs.el (eshell-complete-user-reference):
7205 Declare pcomplete functions and variables to avoid compiler warnings.
7206
7207 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7208
7209 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7210 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7211 * eshell/em-alias.el (eshell-aliases-file):
7212 * eshell/em-hist.el (eshell-history-file-name):
7213 Use expand-file-name instead of concat to make file names (Bug#4308).
7214
7215 2009-09-13 Glenn Morris <rgm@gnu.org>
7216
7217 * ediff-merg.el (ediff-do-merge):
7218 * filesets.el (filesets-run-cmd):
7219 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7220 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7221 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7222 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7223 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7224 Replace empty `let's with `progn'.
7225
7226 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * mail/sendmail.el (send-mail-function):
7229 * tooltip.el (tooltip-mode):
7230 * simple.el (transient-mark-mode):
7231 * rfn-eshadow.el (file-name-shadow-mode):
7232 * frame.el (blink-cursor-mode):
7233 * font-core.el (global-font-lock-mode):
7234 * files.el (temporary-file-directory)
7235 (small-temporary-file-directory, auto-save-file-name-transforms):
7236 * epa-hook.el (auto-encryption-mode):
7237 * composite.el (global-auto-composition-mode):
7238 Use custom-initialize-delay.
7239 * startup.el (command-line): Don't explicitly call
7240 custom-reevaluate-setting for all the above vars.
7241 * custom.el (custom-initialize-safe-set)
7242 (custom-initialize-safe-default): Delete.
7243
7244 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * term/x-win.el (x-initialize-window-system):
7247 * term/w32-win.el (w32-initialize-window-system):
7248 * term/ns-win.el (ns-initialize-window-system): Don't call
7249 mouse-wheel-mode since it's enabled globally by default already.
7250
7251 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7252 actually define the variable, but only silences the byte-compiler.
7253 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7254 before looking it up.
7255 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7256 is changed.
7257
7258 2009-09-12 Glenn Morris <rgm@gnu.org>
7259
7260 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7261 1000.
7262 (elint-add-required-env): Don't beep on error.
7263 (elint-forms): In case of error, return ENV unchanged.
7264 (elint-init-env): Skip non-list forms.
7265 (elint-log): Handle unknown file positions.
7266
7267 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7268
7269 * epg.el (epg-make-context): Add autoload cookie.
7270 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7271 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7272 (epg-verify-string, epg-start-sign, epg-sign-file)
7273 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7274 (epg-encrypt-string, epg-start-export-keys)
7275 (epg-export-keys-to-file, epg-export-keys-to-string)
7276 (epg-start-import-keys, epg-import-keys-from-file)
7277 (epg-import-keys-from-string, epg-start-receive-keys)
7278 (epg-receive-keys, epg-import-keys-from-server)
7279 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7280 (epg-sign-keys, epg-start-generate-key)
7281 (epg-generate-key-from-file, epg-generate-key-from-string):
7282 Remove autoload cookie.
7283
7284 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7285
7286 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7287 reevaluation of trash-directory.
7288
7289 * mwheel.el: Fix last change.
7290 (mouse-wheel-mode): New defvar.
7291 (mouse-wheel-mode): Remove autoload cookie.
7292
7293 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * mwheel.el (mwheel-installed-bindings): New var.
7296 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7297 the bindings we set last time. Use custom-initialize-delay.
7298 * loadup.el: Load mwheel after term/*-win.el.
7299 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7300 and mouse-wheel-up-event now that their first evaluation is done
7301 sufficiently late to be correct.
7302
7303 * startup.el (tutorial-directory): Make it a defcustom.
7304 Use custom-initialize-delay rather than eval-at-startup to set it.
7305 * image.el (image-load-path): Make it a defcustom.
7306 Use custom-initialize-delay rather than eval-at-startup to set it.
7307 * subr.el (eval-at-startup): Remove.
7308 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7309
7310 * subr.el (do-after-load-evaluation): Warn the user after loading an
7311 obsolete package.
7312
7313 2009-09-12 Glenn Morris <rgm@gnu.org>
7314
7315 * proced.el (proced-mark-alt): Remove alias.
7316 (proced-mode-map): Remove proced-mark-alt.
7317
7318 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7319 Elint file and directory. Remove initialization entry.
7320
7321 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7322 commands.
7323 (elint-current-buffer): Set mode-line-process.
7324 (elint-init-env): Handle define-derived-mode.
7325 Fix declare-function with unspecified arglist. Guard against odd
7326 defalias statements (eg iso-insert's 8859-1-map).
7327 (elint-add-required-env): Use a temp buffer.
7328 (elint-form): Just print the function/macro name, not the whole form.
7329 Return env unchanged if we fail to parse a macro.
7330 (elint-forms): Guard against parse errors.
7331 (elint-output): New function, to handle batch mode.
7332 (elint-log-message): Add optional argument. Use elint-output.
7333 (elint-set-mode-line): New function.
7334
7335 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7336
7337 * emacs-lisp/elp.el (elp-not-profilable): Add more
7338 functions (Bug#4233).
7339
7340 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7341
7342 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7343 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7344
7345 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7346
7347 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7348 (gdb-var-list-children): Use json parsing.
7349
7350 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7351
7352 * progmodes/js.el (js--proper-indentation): Handle the case where
7353 char-before is null. Reported by Deniz Dogan.
7354
7355 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7356
7357 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7358
7359 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7360
7361 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7362 (epg-digest-algorithm-alist): Add SHA224.
7363 (epg-context-set-passphrase-callback)
7364 (epg-context-set-progress-callback): Add description about
7365 callback function.
7366
7367 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * custom.el (custom-delayed-init-variables): New var.
7370 (custom-initialize-delay): New function.
7371 * startup.el (command-line): "Re"evaluate all vars in
7372 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7373 explicitly any more.
7374 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7375 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7376
7377 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7378
7379 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7380
7381 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7382 (gdb-var-update-handler): Use json parsing.
7383
7384 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7387 decode annotated text, regardless of language environment. (Bug#2741)
7388
7389 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * Makefile.in (autoloads): Make rmail.el writable as well.
7392
7393 2009-09-11 Glenn Morris <rgm@gnu.org>
7394
7395 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7396 loaddefs.el.
7397 * dired.el: Regenerate with extracted autoloads.
7398 * Makefile.in (autoloads): Make dired.el writable.
7399
7400 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7401 * ibuffer.el: Regenerate with extracted autoloads.
7402 * Makefile.in (autoloads): Make ibuffer.el writable.
7403
7404 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7405 * version.el (emacs-copyright, emacs-major-version)
7406 (emacs-minor-version): Reformat doc-strings for make-docfile.
7407
7408 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7409 functions and variables, since they must be stuff specific to some other
7410 platform.
7411 (apropos-print): Make mouse-click message less specific about button.
7412
7413 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7414 that records where a macro was defined.
7415 * help-fns.el (describe-function-1): Mention if a function has a
7416 compiler-macro.
7417 * help-mode.el (help-function-cmacro): New button.
7418
7419 * locate.el (top-level): Always require dired.
7420 (locate-mode-map): Initialize inside the defvar.
7421
7422 * net/ange-ftp.el (dired-compress-file): Declare.
7423 (ange-ftp-dired-compress-file): Add doc string.
7424
7425 * term/ns-win.el (x-display-name, x-setup-function-keys):
7426 Unify doc-strings with X versions.
7427
7428 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * emulation/crisp.el (crisp-mode-map): Move initialization
7431 into declaration.
7432 (crisp-mode): Use define-minor-mode.
7433
7434 * progmodes/xscheme.el (xscheme-evaluation-commands):
7435 Put a :advertised-binding property rather than using
7436 advertised-xscheme-send-previous-expression.
7437 (advertised-xscheme-send-previous-expression): Declare obsolete.
7438 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7439 `advertised-undo'.
7440 (crisp-mode): Add corresponding bindings to
7441 undo's :advertised-binding instead.
7442 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7443 than using dired-advertised-find-file.
7444 (dired-advertised-find-file):
7445 * simple.el (advertised-undo):
7446 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7447 (widget-keymap): Put a :advertised-binding property rather
7448 than using advertised-widget-backward.
7449 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7450 than using advertised-undo.
7451 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7452
7453 2009-09-10 Simon South <ssouth@slowcomputing.org>
7454
7455 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7456 Mark mode is enabled and region is active; otherwise indent or
7457 insert TAB as usual.
7458 (delphi-mode): Update description of TAB-key binding.
7459
7460 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * subr.el (define-key-rebound-commands): Mark obsolete.
7463 * startup.el (precompute-menubar-bindings): Remove.
7464 (normal-top-level): Remove obsolete code that tried to precompute
7465 menubar bindings.
7466 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7467 define-key-rebound-commands and precompute-menubar-bindings.
7468
7469 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7470
7471 * net/imap.el (imap-interactive-login): Better messages.
7472 (imap-open): Fix bug with renamed buffer on reconnect.
7473 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7474 for easier debugging and cleaner code. On successful (guessed based on
7475 server capabilities) secondary authentication, set imap-state
7476 correctly.
7477 (imap-last-authenticator): Define imap-last-authenticator as a variable
7478 to avoid warnings.
7479
7480 2009-09-10 Glenn Morris <rgm@gnu.org>
7481
7482 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7483
7484 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7485 (byte-compile-file-form-autoload): Don't warn about unknown functions
7486 where the autoload statement comes after the use.
7487 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7488 that any handlers inside the body (eg require) are in turn respected.
7489
7490 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7491 effects.
7492
7493 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7494 and syntax and abbrev tables basic docs, if they don't have any.
7495
7496 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7497
7498 * international/mule-cmds.el (top-level): Require cl when compiling.
7499 (view-hello-file): Use default-value rather than
7500 default-enable-multibyte-characters.
7501
7502 * progmodes/fortran.el: Move all safe and risky properties into the
7503 defcustoms.
7504
7505 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7506 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7507 * mail/undigest.el:
7508 Put autoloads in rmail.el rather than loaddefs.el.
7509 * mail/rmail.el: Regenerate with extracted autoloads.
7510
7511 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7512 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7513
7514 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7515
7516 Reported in thread for Bug#4375.
7517 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7518 "-data-evaluate-expression" instead of print.
7519 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7520 (gdb-tooltip-print): Parse output from above MI command.
7521 (gdb): Revert 2009-08-11 change. User should detach inferior
7522 manually.
7523
7524 Remove the word "separate" from IO functions as inferior
7525 output is now never displayed in the GUD buffer.
7526
7527 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7528
7529 * startup.el (command-line-normalize-file-name): On Windows and
7530 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7531
7532 2009-09-10 Juri Linkov <juri@jurta.org>
7533
7534 * isearch.el (isearch-text-char-description): Propertize escape
7535 character sequences with the `escape-glyph' face. (Bug#4344)
7536
7537 * simple.el (shell-command): Set asynchronous process filter to
7538 `comint-output-filter'. (Bug#4343)
7539
7540 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7541 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7542 the list. Move "asm" to the bottom.
7543 (grep-find-ignored-directories): Add `choice' with nil value
7544 to empty the list easily.
7545 (grep-find-ignored-files): New option.
7546 (grep-files-history): Set to nil by default instead of '("ch" "el").
7547 (grep-compute-defaults): Add "<X>" to `grep-template'.
7548 (grep-read-files): Bind new local variables `default-alias' and
7549 `default-extension'. Use a list of default values for the file prompt.
7550 (lgrep): Add `--exclude=' command line options composed from
7551 `grep-find-ignored-files'.
7552 (rgrep): Add `-name' command line options composed from
7553 `grep-find-ignored-files'. (Bug#4301)
7554
7555 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7558 (bug#4368).
7559
7560 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * calendar/time-date.el (autoload):
7563 Expand define-obsolete-function-alias into defalias and make-obsolete
7564 for old Emacsen that Gnus supports.
7565 (with-no-warnings): Define it for old Emacsen.
7566 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7567 is available.
7568 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7569 float-time is available; suppress compile warning for time-to-seconds.
7570
7571 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7572
7573 * net/imap.el (imap-message-map): Docstring fix.
7574
7575 2009-09-09 Glenn Morris <rgm@gnu.org>
7576
7577 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7578 line numbers too. (Bug#4374)
7579
7580 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * smerge-mode.el (smerge-remove-props, smerge-refine):
7583 Use with-silent-modifications (bug#4342).
7584
7585 * subr.el (with-silent-modifications): New macro.
7586
7587 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7588
7589 * files.el (top-level): Require `cl' when compiling.
7590
7591 2009-09-07 Glenn Morris <rgm@gnu.org>
7592
7593 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7594
7595 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7596 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7597
7598 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * vc-git.el (vc-git-annotate-command): Use separator to parse
7601 arguments correctly.
7602
7603 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7604
7605 * proced.el (proced-mode): Doc fix.
7606
7607 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7608
7609 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7610 lstat fails.
7611 (tramp-do-file-attributes-with-ls): Check for file existence at
7612 remote end.
7613 (tramp-do-file-attributes-with-stat): Likewise.
7614 (tramp-convert-file-attributes): Return nil when attr is nil.
7615
7616 2009-09-05 Glenn Morris <rgm@gnu.org>
7617
7618 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7619 properties to this button.
7620 (diary-fancy-display): Don't extend the button to the final newline.
7621 (diary-fancy-display-mode): Continue to define "q" as a local key.
7622
7623 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7624 efficient.
7625
7626 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7627
7628 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7629 (byte-compile-dest-file-function): New option.
7630 (byte-compile-dest-file): Doc fix.
7631 Obey byte-compile-dest-file-function.
7632 (byte-compile-cl-file-p): New function.
7633 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7634 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7635 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7636 than for file being previously loaded.
7637 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7638 (byte-compile-file-form-require): Handle the case where requiring a file
7639 indirectly causes CL to be loaded.
7640
7641 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7642
7643 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7644 before killing the old buffer, since by the time `kill-buffer' is
7645 run so many buffer variables have been set to nil that it may not
7646 behave as expected. (Bug#4061)
7647
7648 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7649
7650 * files.el (find-alternate-file): If the old buffer is modified
7651 and visiting a file, behave similarly to `kill-buffer' when
7652 killing it, thus reverting to the pre-1.878 behavior; see
7653 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7654 for discussion. Also, consult `buffer-file-name' as a variable
7655 not as a function, for consistency with the rest of the code.
7656
7657 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7658
7659 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7660 also when adding a new directory.
7661
7662 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7663 defun.
7664
7665 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * files.el (locate-file-completion-table): Make it provide boundary
7668 information, so partial-completion works better.
7669
7670 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7671
7672 * mail/footnote.el (Footnote-text-under-cursor):
7673 Check footnote-text-marker-alist before using it (bug#4324).
7674
7675 2009-09-04 Glenn Morris <rgm@gnu.org>
7676
7677 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7678 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7679 * play/solitaire.el, play/tetris.el:
7680 Remove leading * from defcustom and defface docs.
7681
7682 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7683 necessary.
7684 (diary-fancy-overriding-map): New variable.
7685 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7686 Use view-mode.
7687
7688 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7689 goto-line.
7690
7691 2009-09-03 Glenn Morris <rgm@gnu.org>
7692
7693 * arc-mode.el (archive-mode):
7694 * dos-fns.el (set-default-process-coding-system):
7695 * man.el (Man-getpage-in-background):
7696 * menu-bar.el (menu-bar-describe-menu):
7697 * server.el (server-process-filter):
7698 * startup.el (command-line):
7699 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7700 * w32-fns.el (set-default-process-coding-system):
7701 * x-dnd.el (x-dnd-handle-file-name):
7702 * international/mule-cmds.el (mule-menu-keymap)
7703 (set-default-coding-systems, language-info-alist, set-language-info)
7704 (set-language-environment, standard-display-european-internal)
7705 (set-locale-environment):
7706 * international/mule-diag.el (mule-diag):
7707 * mail/emacsbug.el (report-emacs-bug):
7708 * mail/rmail.el (rmail-mode):
7709 * mail/sendmail.el (mail-setup):
7710 Use default-value rather than default-enable-multibyte-characters.
7711
7712 * progmodes/f90.el: Move all safe properties into the defcustoms.
7713 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7714
7715 * calendar/appt.el (appt-check):
7716 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7717 (diary-check-diary-file, diary-list-entries)
7718 (diary-include-other-diary-files, diary-simple-display)
7719 (diary-fancy-display, diary-print-entries)
7720 (diary-mark-included-diary-files, diary-make-entry):
7721 Don't call substitute-in-file-name on diary-file.
7722
7723 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7724 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7727 (footnote-mode-map): Move initialization into the declaration.
7728 (footnote-minor-mode-map): Define it rather than changing global-map.
7729 (footnote-mode): Use define-minor-mode.
7730
7731 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7732
7733 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7734 (tramp-do-file-attributes-with-perl)
7735 (tramp-do-file-attributes-with-stat): Rename from
7736 `tramp-handle-file-attributes-with-*'.
7737 (tramp-handle-file-attributes): Use them.
7738 (tramp-do-directory-files-and-attributes-with-perl)
7739 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7740 `tramp-handle-directory-files-and-attributes-with-*'.
7741 (tramp-handle-directory-files-and-attributes): Use them.
7742 (tramp-method-out-of-band-p): Additional parameter SIZE.
7743 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7744 (tramp-handle-write-region): Use it.
7745 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7746 (tramp-handle-vc-registered): Check, whether the first run did
7747 return files to be tested.
7748 (tramp-advice-make-auto-save-file-name): Do not call directly
7749 `tramp-handle-make-auto-save-file-name', because this would bypass
7750 the locking mechanism.
7751
7752 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7753 (file-remote-p, process-file, start-file-process, set-file-times)
7754 (tramp-compat-file-attributes): Compatibility functions shall not
7755 call directly `tramp-handle-*', because this would bypass the
7756 locking mechanism.
7757 (tramp-compat-number-sequence): New defun.
7758
7759 2009-09-02 Glenn Morris <rgm@gnu.org>
7760
7761 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7762 alias for float-time.
7763 (time-to-number-of-days): In Emacs, use float-time.
7764 * net/newst-backend.el (time-add): Suppress warnings from compat
7765 function.
7766 * time.el (emacs-uptime, emacs-init-time):
7767 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7768 Use float-time rather than time-to-seconds.
7769
7770 * minibuffer.el (completion-initials-expand): Fix typo.
7771
7772 * faces.el (modeline, modeline-inactive, modeline-highlight)
7773 (modeline-buffer-id):
7774 * info.el (info-menu-5): Mark these face aliases as obsolete.
7775
7776 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7777
7778 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7779 space ...
7780 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7781 no "--thread" option.
7782 (gdb-stopped): Don't print "Switched to thread" message when it is
7783 unchanged.
7784
7785 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * minibuffer.el (completion-try-completion)
7788 (completion-all-completions): Remove ill-defined (and
7789 mistakenly installed and luckily never used nor documented)
7790 `completion-styles' property.
7791 (completion-initials-expand, completion-initials-all-completions)
7792 (completion-initials-try-completion): New functions.
7793 (completion-styles-alist): Add doc to each entry.
7794 Add new `initials' entry.
7795
7796 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7797
7798 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7799 MI command -var-evaluate-expression.
7800 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7801 and tweak for case of string child.
7802 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7803
7804 2009-09-01 Glenn Morris <rgm@gnu.org>
7805
7806 * add-log.el (change-log-date-face, change-log-name-face)
7807 (change-log-email-face, change-log-file-face, change-log-list-face)
7808 (change-log-conditionals-face, change-log-function-face)
7809 (change-log-acknowledgement-face):
7810 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7811 (custom-modified-face, custom-set-face, custom-changed-face)
7812 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7813 (custom-documentation-face, custom-state-face, custom-comment-face)
7814 (custom-comment-tag-face, custom-variable-tag-face)
7815 (custom-variable-button-face, custom-face-tag-face)
7816 (custom-group-tag-face-1, custom-group-tag-face):
7817 * diff-mode.el (diff-header-face, diff-file-header-face)
7818 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7819 (diff-added-face, diff-changed-face, diff-function-face)
7820 (diff-context-face, diff-nonexistent-face):
7821 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7822 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7823 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7824 (Info-title-4-face):
7825 * isearch.el (isearch-lazy-highlight-face):
7826 * log-view.el (log-view-file-face, log-view-message-face):
7827 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7828 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7829 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7830 (cvs-msg-face):
7831 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7832 (smerge-base-face, smerge-markers-face):
7833 * wid-edit.el (widget-documentation-face, widget-button-face)
7834 (widget-field-face, widget-single-line-field-face)
7835 (widget-inactive-face, widget-button-pressed-face):
7836 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7837 (woman-addition-face):
7838 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7839 (eshell-ls-executable-face, eshell-ls-readonly-face)
7840 (eshell-ls-unreadable-face, eshell-ls-special-face)
7841 (eshell-ls-missing-face, eshell-ls-archive-face)
7842 (eshell-ls-backup-face, eshell-ls-product-face)
7843 (eshell-ls-clutter-face):
7844 * eshell/em-prompt.el (eshell-prompt-face):
7845 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7846 * obsolete/old-whitespace.el (whitespace-highlight-face):
7847 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7848 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7849 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7850 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7851 (antlr-font-lock-literal-face):
7852 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7853 (ebrowse-root-class-face, ebrowse-file-name-face)
7854 (ebrowse-default-face, ebrowse-member-attribute-face)
7855 (ebrowse-member-class-face, ebrowse-progress-face):
7856 * progmodes/make-mode.el (makefile-space-face):
7857 * progmodes/sh-script.el (sh-heredoc-face):
7858 * textmodes/flyspell.el (flyspell-incorrect-face)
7859 (flyspell-duplicate-face):
7860 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7861 * textmodes/texinfo.el (texinfo-heading-face):
7862 Mark face aliases with "-face" suffix as obsolete.
7863
7864 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7865 compiler.
7866
7867 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7868 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7869 easy-menu-define wants to modify these.
7870
7871 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7872
7873 * net/browse-url.el (browse-url-file-url):
7874 * term/internal.el (dos-codepage-setup):
7875 Use default-value rather than default-enable-multibyte-characters.
7876
7877 * progmodes/etags.el (etags-goto-tag-location):
7878 * progmodes/flymake.el (flymake-highlight-line)
7879 (flymake-goto-file-and-line, flymake-goto-line):
7880 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7881 (gdb-goto-breakpoint):
7882 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7883 * progmodes/python.el (python-find-function)
7884 (python-pdbtrack-track-stack-file):
7885 * progmodes/verilog-mode.el (verilog-surelint-off):
7886 * term/ns-win.el (ns-open-file-select-line):
7887 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7888 Use forward-line rather than goto-line.
7889
7890 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7891 * textmodes/reftex-index.el (reftex-display-index):
7892 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7893 * textmodes/reftex-toc.el (reftex-toc):
7894 Remove unnecessary bindings of default-major-mode (all are followed by
7895 major-mode check and possible mode switch).
7896
7897 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7898
7899 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7900 Handle watchpoints (bug#4282).
7901 (def-gdb-thread-buffer-command): Enable thread to be selected by
7902 clicking without selecting threads buffer first.
7903 (gdb-current-context-command): Use selected frame so that "up",
7904 "down" etc work in the GUD buffer.
7905 (gdb-update): Find selected frame before rendering stack buffer.
7906 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7907
7908 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * progmodes/sym-comp.el (displayed-completions): Remove.
7911 (symbol-complete): Use minibuffer-complete.
7912
7913 2009-08-31 Glenn Morris <rgm@gnu.org>
7914
7915 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7916
7917 * apropos.el (apropos-symbols-internal):
7918 Handle (obsolete) face aliases.
7919
7920 * faces.el (describe-face): Adjust the output format to be more like
7921 describe-variable, and to mention (obsolete) face aliases.
7922 Adjust the whitespace so that help-setup-xref works.
7923
7924 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7925 * calendar/diary-lib.el (diary-button-face):
7926 Mark these face aliases as obsolete.
7927
7928 * calendar/calendar.el (calendar-today): Doc fix.
7929
7930 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * progmodes/gdb-mi.el (gdb-control-all-threads)
7933 (gdb-control-current-thread): Force tool bar update.
7934 (gdb-non-stop-handler): New function.
7935 (gdb-init-1): Use it to test if non-stop mode is supported.
7936 Remove unused gdbmi buffer type.
7937
7938 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7939
7940 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7941 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7942
7943 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7944
7945 * comint.el (comint-exec-1): Check command is non-null first.
7946 Part of gdb-mi.el change (2009-08-28).
7947
7948 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7951
7952 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7955 instead of `dolist' to avoid a recursive require when bootstrapping.
7956
7957 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7960
7961 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7962
7963 * net/imap.el (imap-send-command): Simplify.
7964 (imap-wait-for-tag): point-max -> buffer-size.
7965
7966 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7967
7968 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7969 with constant argument.
7970
7971 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7972
7973 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7974
7975 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7976 Change default, since most of our files don't have a history.
7977 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7978 the user.
7979
7980 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7981 Add comint-run.
7982
7983 * calc/calc.el: Improve commenting convention.
7984 (calc-digit-map, toplevel): Simplify.
7985
7986 * comint.el (comint-insert-input): Be careful to only set point if we
7987 don't delegate to some other command.
7988
7989 * proced.el (proced-signal-list): Make it an alist.
7990 (proced-grammar-alist): Capitalize names.
7991 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7992 Disable undo manually and make it read-only.
7993 Use completion-annotate-function.
7994
7995 * minibuffer.el (minibuffer-message): If the current buffer is not
7996 a minibuffer, insert the message in the echo area rather than at the
7997 end of the buffer.
7998 (completion-annotate-function): New variable.
7999 (minibuffer-completion-help): Use it.
8000 (completion--embedded-envvar-table): Environment vars are
8001 always case-sensitive.
8002
8003 2009-08-30 Glenn Morris <rgm@gnu.org>
8004
8005 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8006 from fortran-current-defun.
8007 (fortran-beginning-of-subprogram): Be more precise about finding the
8008 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8009 (fortran-end-of-subprogram): Simplify.
8010 (fortran-current-defun): Use fortran-start-prog-re.
8011
8012 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8013
8014 * subr.el (do-after-load-evaluation): Simplify.
8015
8016 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8017
8018 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8019
8020 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8021 (vc-rcs-print-log): Use it.
8022
8023 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8024
8025 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * paths.el (abbrev-file-name): Move to abbrev.el.
8028 * abbrev.el (abbrev-file-name): Move from paths.el.
8029 Obey user-emacs-directory.
8030 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8031 user-emacs-directory.
8032 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8033 abbrev-file-name and calc-settings-file any more.
8034 * startup.el (command-line): Recompute abbrev-file-name and
8035 abbreviated-home-dir.
8036 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8037 of the special code for when C-h bindings haven't been changed.
8038 (display-startup-echo-area-message): Use with-current-buffer.
8039 (command-line-1): Use a list of strings, rather than a list of lists
8040 of strings for longopts.
8041
8042 * files.el (get-free-disk-space): Use / for default-directory.
8043
8044 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8045 Use with-current-buffer.
8046
8047 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8048 Recognize immutable variables like most-positive-fixnum.
8049 (byte-compile-setq-default): Check and warn if trying to assign
8050 to an immutable variable, or a non-variable.
8051
8052 * progmodes/cc-vars.el (c-comment-continuation-stars):
8053 * progmodes/cc-engine.el (c-looking-at-bos):
8054 * progmodes/cc-cmds.el (c-toggle-auto-state)
8055 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8056 (c-comment-line-break-function): Add version of obsolescence.
8057
8058 2009-08-28 Juri Linkov <juri@jurta.org>
8059
8060 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8061 associated with `archive-mode'.
8062
8063 * image.el (image-type-header-regexps): Use only JPEG magic number
8064 to determine JPEG images, and don't use `image-jpeg-p' because
8065 Emacs can display non-JFIF non-Exif JPEG images.
8066
8067 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8068
8069 * arc-mode.el (archive-mode):
8070 * emacs-lisp/re-builder.el (re-builder-unload-function):
8071 Protect against the default value of `major-mode' being nil.
8072
8073 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8076 Fix typos in docstrings.
8077
8078 * progmodes/js.el (js--macro-decl-re): Doc fix.
8079 (js--plain-method-re, js--split-name): Refloc docstring.
8080 (js--class-styles, js--make-merged-item, js--splice-into-items):
8081 Fix typos in docstrings; reflow docstrings.
8082 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8083 (js--variable-decl-matcher, js--inside-pitem-p)
8084 (js--parse-state-at-point, js--get-all-known-symbols)
8085 (js--symbol-history, js-find-symbol, js--js-references)
8086 (js--moz-interactor, js--js-encode-value, js--read-tab):
8087 Fix typos in docstrings.
8088
8089 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * textmodes/reftex.el (reftex-get-file-buffer-force):
8092 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8093 * emulation/viper.el (viper-go-away, viper-set-hooks):
8094 * emacs-lisp/re-builder.el (re-builder-unload-function):
8095 * emacs-lisp/bytecomp.el (byte-compile-file):
8096 * ses.el (ses-unload-function):
8097 * hexl.el (hexl-find-file):
8098 * files.el (normal-mode):
8099 * ehelp.el (with-electric-help):
8100 * autoinsert.el (auto-insert-alist):
8101 * arc-mode.el (archive-mode):
8102 Use (default-value 'major-mode) instead of default-major-mode.
8103
8104 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8105 * international/mule.el (load-with-code-conversion):
8106 * emacs-lisp/debug.el (debug):
8107 * ediff-vers.el (ediff-rcs-get-output-buffer):
8108 * dired.el (dired-internal-noselect): Don't let-bind
8109 default-major-mode around code that doesn't use it.
8110 E.g. buffer creation via get-buffer-create doesn't use it.
8111
8112 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8115 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8116 when writing the temp file. Otherwise, epa-file gets confused.
8117 (tramp-register-file-name-handlers): Make it a defun. Move also
8118 `epa-file-handler' to the front of `file-name-handler-alist'.
8119
8120 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8123 start right after a ^M.
8124 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8125 (tramp-completion-file-name-regexp-separate)
8126 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8127 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8128 Don't modify last-coding-system-used by accident.
8129 (tramp-completion-file-name-handler): Apply the checks here,
8130 instead during registration.
8131 (tramp-register-file-name-handlers): Renamed from
8132 `tramp-register-file-name-handler'. Register both
8133 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8134 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8135
8136 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8137
8138 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8139 Remove variable ...
8140 (gdb-init-1, gdb-display-separate-io-buffer)
8141 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8142 references to it.
8143 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8144 (gdb-inferior-filter): Use comint-output-filter to stop
8145 echoing and remove ^M characters.
8146
8147 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * emulation/viper-init.el (viper-restore-cursor-type):
8150 * emulation/cua-base.el (cua--update-indications):
8151 Replace default-cursor-type with (default-value 'cursor-type).
8152
8153 * mail/sendmail.el (mail-recover-1):
8154 * international/mule-diag.el (describe-current-coding-system-briefly)
8155 (describe-current-coding-system):
8156 * international/mule-cmds.el (select-safe-coding-system)
8157 (select-message-coding-system)
8158 (set-language-environment-coding-systems, set-locale-environment):
8159 * hexl.el (hexl-insert-multibyte-char):
8160 * dos-w32.el (find-buffer-file-type-coding-system):
8161 * simple.el (what-cursor-position):
8162 Replace uses of default-buffer-file-coding-system
8163 with (default-value 'buffer-file-coding-system).
8164
8165 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8166 Replace uses of default-cursor-in-non-selected-windows
8167 with (default-value 'cursor-in-non-selected-windows).
8168 Use with-current-buffer.
8169
8170 * mail/feedmail.el: Use CL macros.
8171 (feedmail-run-the-queue, feedmail-send-it-immediately):
8172 * dos-w32.el (find-buffer-file-type): Replace uses of
8173 default-buffer-file-type with (default-value 'buffer-file-type).
8174
8175 2009-08-28 Glenn Morris <rgm@gnu.org>
8176
8177 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8178 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8179 Use default-value of major-mode rather than default-major-mode.
8180
8181 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * Makefile.in (update-elcfiles): Report left over elc files.
8184
8185 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8186 expand-file-name and with-current-buffer.
8187 (mail-get-names, mail-directory): Use with-current-buffer.
8188
8189 * vc.el (vc-read-revision): New function.
8190 (vc-version-diff, vc-merge): Use it.
8191
8192 2009-08-27 Sam Steingold <sds@gnu.org>
8193
8194 * simple.el (kill-do-not-save-duplicates): New user option.
8195 (kill-new): When it is non-nil, and the new string is the same as
8196 the latest kill, set replace to t to avoid duplicates in kill-ring.
8197
8198 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8199
8200 * net/tramp.el (tramp-handle-process-file): Do not flush all
8201 caches when `process-file-side-effects' is set.
8202 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8203 instead of `tramp-find-file-exists-command'.
8204 Unset `process-file-side-effects'.
8205
8206 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8207
8208 * net/tramp.el (tramp-methods): New method "rsyncc".
8209 (top): Add completion function for "rsyncc".
8210 (tramp-message-show-message): New defvar.
8211 (tramp-message, tramp-error): Use it.
8212 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8213 remote copying.
8214 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8215 `tramp-methods' entry `copy-env' of "rsyncc".
8216 (tramp-vc-registered-read-file-names): New defconst.
8217 (tramp-vc-registered-file-names): New defvar.
8218 (tramp-handle-vc-registered): Implement optimization strategy.
8219 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8220 (tramp-vc-file-name-handler): New defun.
8221 (tramp-get-ls-command, tramp-get-test-command)
8222 (tramp-get-file-exists-command, tramp-get-remote-ln)
8223 (tramp-get-remote-perl, tramp-get-remote-stat)
8224 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8225
8226 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8227 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8228 timestamps.
8229 (tramp-get-file-property): Check for timestamps in
8230 `tramp-cache-inhibit-cache'.
8231 (tramp-set-file-property): Write timestamp.
8232
8233 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8234
8235 * language/japan-util.el (japanese-symbol-table): Add entries for
8236 cp932-2-byte.
8237
8238 * international/characters.el: Add category `j' to cp932-2-byte.
8239
8240 2009-08-27 Kenichi Handa <handa@m17n.org>
8241
8242 * international/fontset.el (build-default-fontset-data): New macro.
8243 (setup-default-fontset): Use build-default-fontset-data for CJK,
8244 tibetan, ethiopic, and ipa.
8245
8246 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8249 (enable-multibyte-characters): Not customizable any more.
8250
8251 * subr.el (default-mode-line-format, default-header-line-format)
8252 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8253 (default-direction-reversed, default-truncate-lines)
8254 (default-left-margin, default-tab-width, default-case-fold-search)
8255 (default-left-margin-width, default-right-margin-width)
8256 (default-left-fringe-width, default-right-fringe-width)
8257 (default-fringes-outside-margins, default-scroll-bar-width)
8258 (default-vertical-scroll-bar, default-indicate-empty-lines)
8259 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8260 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8261 (default-scroll-down-aggressively, default-fill-column)
8262 (default-cursor-type, default-buffer-file-type)
8263 (default-cursor-in-non-selected-windows)
8264 (default-buffer-file-coding-system, default-major-mode)
8265 (default-enable-multibyte-characters): Mark as obsolete.
8266
8267 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8268
8269 * vc-dir.el (vc-dir-update): Remove debug helper.
8270
8271 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8272
8273 2009-08-26 Sam Steingold <sds@gnu.org>
8274
8275 * simple.el (save-interprogram-paste-before-kill): New user option.
8276 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8277 save the interprogram-paste into kill-ring before overriding it
8278 with the Emacs kill.
8279
8280 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8281
8282 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8283 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8284 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8285 and move to vc-rcs.el.
8286 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8287 move to vc-rcs.el.
8288 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8289 (vc-rcs-update-changelog): Remove.
8290 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8291 and move to vc-rcs.el.
8292
8293 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8294 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8295 renaming.
8296 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8297 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8298 vc.el, renamed to be RCS specific.
8299
8300 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8301 New functions.
8302 (vc-cvs-update-changelog): Move here from vc.el.
8303
8304 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8305 New functions.
8306
8307 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8310
8311 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8312
8313 * vc-git.el (vc-git-register): Use "git add" for directories.
8314 (vc-git-stash, vc-git-stash-show): New functions.
8315 (vc-git-extra-menu-map): Bind them.
8316
8317 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8318 directory correctly in case the item is a directory itself.
8319
8320 * vc.el: Document the desired behavior for reverted files in the
8321 `added' state.
8322 (vc-default-prettify-state-info): Remove function, unused.
8323
8324 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8325
8326 2009-08-26 Glenn Morris <rgm@gnu.org>
8327
8328 * bindings.el (standard-mode-line-format): Reposition dashes in
8329 which-func entry. (Bug#4217)
8330
8331 * files.el (enable-local-variables, enable-local-eval)
8332 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8333 the defcustoms.
8334 (auto-mode-alist, ignored-local-variables)
8335 (save-some-buffers-action-alist): Move risky declarations to the
8336 definitions.
8337 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8338 (font-lock-defaults, format-alist, imenu--index-alist)
8339 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8340 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8341 (mode-line-modified, mode-line-mule-info, mode-line-position)
8342 (mode-line-process, mode-line-remote, outline-level)
8343 (parse-time-rules, rmail-output-file-alist)
8344 (special-display-buffer-names, vc-mode):
8345 Move risky declarations to the relevant files.
8346 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8347 (mode-line-modified, mode-line-process, mode-line-position)
8348 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8349 * font-core.el (font-lock-defaults):
8350 * format.el (format-alist):
8351 * vc-hooks.el (vc-mode):
8352 * window.el (special-display-buffer-names):
8353 * international/mule-cmds.el (input-method-alist):
8354 Define riskiness here (dumped file) rather than in files.el.
8355 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8356 * imenu.el (imenu-generic-expression, imenu--index-alist):
8357 * outline.el (outline-level):
8358 * time.el (display-time-string):
8359 * calendar/parse-time.el (parse-time-rules):
8360 * mail/rmailout.el (rmail-output-file-alist):
8361 Autoload riskiness here, rather than placing in files.el.
8362
8363 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8364
8365 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8366
8367 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8368
8369 * simple.el (process-file-side-effects): New defvar.
8370
8371 * dired-aux.el (dired-show-file-type):
8372 * vc.el (vc-diff-internal):
8373 * vc-arch.el (vc-arch-diff):
8374 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8375 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8376 * vc-git.el (vc-git-registered, vc-git-working-revision)
8377 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8378 (vc-git--empty-db-p):
8379 * vc-hooks.el (vc-user-login-name):
8380 * vc-svn.el (vc-svn-registered, vc-svn-state)
8381 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8382 * progmodes/grep.el (grep-probe): Let-bind
8383 `process-file-side-effects' with nil.
8384
8385 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8386
8387 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8388 daemon. Replace ping by checking for running service for bluez
8389 and zeroconf. (Bug#4239)
8390
8391 2009-08-25 Kevin Ryde <user42@zip.com.au>
8392
8393 * net/dig.el (dig): Add autoload cookie.
8394
8395 2009-08-25 Glenn Morris <rgm@gnu.org>
8396
8397 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8398 load-history for absolute file-names.
8399 (byte-compile-file-form-require): Warn about use of the cl package.
8400
8401 * format.el (format-alist): Doc fix.
8402
8403 * play/bubbles.el (top-level): Don't require cl at run-time.
8404
8405 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8406 run-time cl).
8407
8408 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8409
8410 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8411 from cl package.
8412 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8413
8414 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8415
8416 * calc/calc-alg.el (math-trig-rewrite)
8417 (math-hyperbolic-trig-rewrite): New functions.
8418 (calc-simplify): Simplify trig functions when asked.
8419
8420 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8423
8424 2009-08-24 Kenichi Handa <handa@m17n.org>
8425
8426 * language/ind-util.el (mapthread): Delete it.
8427 (combinatorial): New function.
8428 (indian--puthash-cv): Use combinatorial instead of mapthread.
8429
8430 2009-08-22 Kevin Ryde <user42@zip.com.au>
8431
8432 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8433 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8434 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8435 Clarify docstring that the value is strings not symbols.
8436 (checkdoc-list-of-strings-p): New function.
8437
8438 2009-08-22 Glenn Morris <rgm@gnu.org>
8439
8440 * files.el (auto-mode-alist):
8441 * hippie-exp.el (he-concat-directory-file-name):
8442 * lpr.el (lpr-windows-system, printer-name):
8443 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8444 * ps-print.el (ps-windows-system):
8445 * startup.el (command-line):
8446 * emulation/viper-ex.el (viper-glob-function):
8447 * international/mule-cmds.el (set-language-environment-coding-systems):
8448 * net/ange-ftp.el (ange-ftp-write-region):
8449 * obsolete/fast-lock.el (fast-lock-cache-name):
8450 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8451 unisoft-unix, vax-vms, win32, w32.
8452
8453 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8454 given name if the pattern is not more specific.
8455
8456 * calendar/lunar.el (lunar-phase-names): New option.
8457 (lunar-phase): Doc fix.
8458 (lunar-cycles-per-year): New constant.
8459 (lunar-index): New function.
8460 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8461 (lunar-phase-name): Use lunar-phase-names.
8462 (calendar-lunar-phases): Use format.
8463 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8464
8465 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8466 Copy imenu-example--name-and-position function here for own use.
8467 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8468
8469 * bs.el (bs--redisplay):
8470 * cus-edit.el (custom-redraw):
8471 * ibuffer.el (ibuffer-bury-buffer):
8472 * server.el (server-goto-line-column):
8473 * startup.el (command-line-1):
8474 * strokes.el (strokes-xpm-for-stroke):
8475 * term.el (term-display-buffer-line):
8476 * view.el (View-goto-line):
8477 * calc/calc.el (calc-do, calc-trail-buffer):
8478 * play/gamegrid.el (gamegrid-add-score-insecure):
8479 * progmodes/ada-mode.el (ada-compile-goto-error):
8480 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8481 (ebrowse-select-1st-to-9nth):
8482 * progmodes/cperl-mode.el (cperl-time-fontification):
8483 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8484 * progmodes/gud.el (gud-display-line):
8485 (idlwave-shell-display-line):
8486 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8487 * progmodes/make-mode.el (makefile-browser-toggle):
8488 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8489 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8490 * textmodes/picture.el (picture-draw-rectangle):
8491 * textmodes/reftex-index.el (reftex-index-goto-letter):
8492 (reftex-select-jump-to-previous):
8493 * textmodes/reftex-sel.el (reftex-find-start-point)
8494 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8495 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8496 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8497 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8498 * textmodes/two-column.el (2C-associated-buffer):
8499 Use forward-line rather than goto-line.
8500
8501 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8502 goto-line.
8503
8504 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8505 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8506 (quick-check-list-to-regexp): Declare.
8507
8508 * progmodes/make-mode.el (makefile-browser-insert-selection):
8509 Use goto-char rather than goto-line.
8510
8511 * progmodes/prolog.el (compilation-error-regexp-alist)
8512 (compilation-forget-errors): Declare.
8513
8514 2009-08-22 Juri Linkov <juri@jurta.org>
8515
8516 * progmodes/grep.el (lgrep, rgrep): At the beginning
8517 set `dir' to `default-directory' unless `dir' is a non-nil
8518 readable directory. (Bug#4052)
8519 (lgrep, rgrep): Change a weird way to report an error
8520 from using `read-string' to using `error'.
8521 Instead of using interactive arguments in the function body,
8522 add new argument `confirm'.
8523
8524 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * textmodes/remember.el (remember-buffer):
8527 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8528 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8529 (icalendar-extract-ical-from-buffer):
8530 * net/newst-treeview.el (newsticker-groups-filename):
8531 * net/newst-backend.el (newsticker-cache-filename):
8532 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8533 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8534 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8535 (speedbar-buffers-line-path, speedbar-path-line)
8536 (speedbar-buffers-line-path):
8537 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8538 (epg-sign-keys):
8539 * epa.el (epa-display-verify-result):
8540 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8541
8542 2009-08-21 Glenn Morris <rgm@gnu.org>
8543
8544 * progmodes/js.el (inferior-moz-process): Fix declaration.
8545
8546 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8547
8548 * obsolete/rnewspost.el (news-mail-reply):
8549 Use goto-char rather than goto-line.
8550
8551 * term/ns-win.el (ns-open-file-select-line):
8552 Use line-beginning-position rather than goto-line.
8553
8554 * apropos.el (apropos-command):
8555 * ehelp.el (electric-helpify):
8556 * printing.el (pr-show-setup):
8557 * strokes.el (strokes-help):
8558 * tutorial.el (tutorial--describe-nonstandard-key)
8559 (tutorial--detailed-help):
8560 * woman.el (woman-mini-help, woman-display-extended-fonts):
8561 * calc/calc-help.el (calc-describe-key):
8562 * emulation/edt.el (edt-electric-helpify):
8563 * international/mule-diag.el (mule-diag):
8564 * play/yow.el (apropos-zippy):
8565 * progmodes/python.el (python-describe-symbol):
8566 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8567 * textmodes/table.el (*table--cell-describe-mode)
8568 (*table--cell-describe-bindings):
8569 Use help-print-return-message rather than the now obsolete alias.
8570
8571 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8572 (calendar-cursor-to-visible-date):
8573 * play/5x5.el (5x5-position-cursor):
8574 * play/decipher.el (decipher):
8575 * play/gomoku.el (gomoku-goto-xy):
8576 * play/landmark.el (lm-goto-xy):
8577 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8578 (mpuz-paint-digit):
8579 Use forward-line, not goto-line.
8580
8581 * mail/rmail.el (rmail-obsolete): Delete custom group.
8582 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8583 (rmail-remote-password, rmail-remote-password-required):
8584 Remove unneeded :set-after and :set properties.
8585
8586 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8587
8588 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8589
8590 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8591
8592 * loadup.el: Remove leftover macos code.
8593
8594 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8595 Explicitly pass the date format to git blame so that user local
8596 so that the output format can be parsed.
8597
8598 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8599
8600 * net/dbus.el (top): Don't check for (getenv
8601 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8602
8603 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8604
8605 * log-edit.el (log-edit-strip-single-file-name): New var.
8606 (log-edit-insert-changelog): Use it. Bug#3571
8607
8608 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8611 Bug#3287
8612
8613 * help.el (help-print-return-message): Rename from
8614 print-help-return-message.
8615
8616 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8617 cvs-mode-map parent hack.
8618 (log-view-mode): Derive from special-mode.
8619
8620 * linum.el (linum-mode): window-size-change-functions is redundant.
8621 Adapt to new window-configuration-change-hook behavior.
8622 (linum-after-size, linum-after-config): Remove.
8623
8624 * imenu.el (imenu-example--name-and-position)
8625 (imenu-example--lisp-extract-index-name)
8626 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8627 Mark as obsolete.
8628
8629 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8630 (inferior-prolog-mode): Use it.
8631 (inferior-prolog-load-file): Reset list of errors.
8632
8633 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8634
8635 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8636
8637 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8638
8639 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8640
8641 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8642 is running already.
8643
8644 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * subr.el (listify-key-sequence-1): Use normal syntax since those
8647 integers are nowadays always represented by the same (positive) number
8648 on all platforms.
8649 (read-key-empty-map): New const.
8650 (read-key-delay): New var.
8651 (read-key): New function.
8652 (force-mode-line-update): Use with-current-buffer.
8653 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8654 (start-process-shell-command, start-file-process-shell-command):
8655 Discourage the use of command-args.
8656
8657 2009-08-19 Glenn Morris <rgm@gnu.org>
8658
8659 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8660
8661 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * simple.el (choose-completion-string): Don't rely on
8664 minibuffer-completing-file-name and ad-hoc checks to decide whether
8665 to continue completion or not.
8666
8667 * minibuffer.el (minibuffer-hide-completions): New function.
8668 (completion--do-completion): Use it.
8669 (completions-annotations): New face.
8670 (completion--insert-strings): Use it.
8671 (completion-pcm--delim-wild-regex): Add docstring.
8672 (completion-pcm--string->pattern): Add support for 0-width delimiters
8673 in completion-pcm--delim-wild-regex.
8674
8675 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8678 Remove unused var `buffer-modified-p'.
8679
8680 * minibuffer.el (completion--do-completion): Move point for the #b001
8681 case as well (bug#4176).
8682 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8683
8684 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8685
8686 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8687 and :session buses.
8688
8689 2009-08-18 Kenichi Handa <handa@m17n.org>
8690
8691 * international/ucs-normalize.el (ucs-normalize-version):
8692 Change to 1.1.
8693 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8694 (utf-8-hfs): Make it perform normalization on encoding too.
8695
8696 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8697 (sentence-end-without-space): Delete duplicated chars.
8698 (sentence-end-base): Likewise.
8699
8700 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8701 (html-mode): Delete duplicated chars from sentence-end-base.
8702
8703 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8704 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8705
8706 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * files.el (hack-one-local-variable): If the mode function is for
8709 a minor mode, pass it an argument (Bug#4148).
8710
8711 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8712
8713 * net/tramp.el (tramp-register-completion-file-name-handler):
8714 Check also for (member 'partial-completion completion-styles).
8715
8716 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8717
8718 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8719 abbrev (Bug#3943).
8720
8721 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8722
8723 * progmodes/cperl-mode.el: Merge upstream 6.2.
8724 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8725 (cperl-forward-re): Check cperl-brace-recursing.
8726 (cperl-highlight-charclass): New function.
8727 (cperl-find-pods-heres): Use it.
8728 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8729 (cperl-beautify-regexp-piece): Fix column calculation.
8730 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8731 (cperl-beautify-level): Don't process entire regexp.
8732 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8733 calling man.
8734 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8735 (cperl-init-faces): Build a list in the normal way.
8736
8737 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8738
8739 * calendar/parse-time.el (parse-time-string-chars): Save match
8740 data.
8741
8742 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8745 (sql-product): Use it.
8746 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8747 (sql-set-product): Add completion.
8748 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8749 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8750 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8751 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8752 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8753 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8754 (sql-highlight-db2-keywords): Remove.
8755 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8756 (sql-highlight-product): Use derived-mode-p.
8757 (sql-set-sqli-buffer): Use with-current-buffer.
8758 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8759 Simplify.
8760
8761 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8762
8763 * term.el: Fix commenting convention, turn comments into docstrings.
8764
8765 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8766
8767 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8768
8769 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8770
8771 * calendar/parse-time.el (parse-time-string-chars): Compute using
8772 character classes, to handle non-ascii characters (Bug#3190).
8773
8774 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8777 another heredoc if the user adds another < (Bug#3226).
8778
8779 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8780 Don't initialize based on window-system (Bug#4124).
8781
8782 * facemenu.el (facemenu-read-color): Use a completion function
8783 that accepts any defined color, such as RGB triplets (Bug#3677).
8784
8785 * files.el (get-free-disk-space): Change fallback default
8786 directory to /. Expand DIR argument before switching to fallback.
8787 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8788
8789 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * files.el (load-library): Doc fix.
8792
8793 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8794
8795 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8796 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8797 incremental search string.
8798
8799 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8800 XEmacs.
8801
8802 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8803 (ediff-merge-region-is-non-clash)
8804 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8805 Also check if the job is really a merge job.
8806
8807 * ediff.el (ediff-current-file): New function.
8808
8809 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8812 conventions.
8813 (js-insert-and-indent): Delete function.
8814 (js-mode-map): Don't bind keys to js-insert-and-indent.
8815 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8816 (js-end-of-defun): Rename from js--end-of-defun.
8817 (js-auto-indent-flag): Delete variable.
8818
8819 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8820
8821 * progmodes/js.el: Remove proclaim statement.
8822 Defvar which-func-imenu-joiner-function to silence compiler.
8823
8824 * files.el (auto-mode-alist): Use js-mode for .js files.
8825
8826 * progmodes/js2-mode.el: Remove file.
8827
8828 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8829
8830 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8831
8832 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8833
8834 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8835 Karl Landstrom <karl.landstrom@brgeight.se>
8836
8837 * progmodes/js.el: New file.
8838
8839 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8840
8841 * timezone.el (timezone-parse-date): Add ability to understand ISO
8842 basic format (minimal separators) dates in addition to the
8843 already-supported extended format dates.
8844
8845 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8846
8847 * international/ucs-normalize.el: Add a `coding' file variable.
8848
8849 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8850
8851 2009-08-14 Sam Steingold <sds@gnu.org>
8852
8853 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8854
8855 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * faces.el (help-argument-name): Define it here instead of
8858 help-fns.el, because in daemon mode help-fns.el may be loaded when
8859 faces are still uninitialized (Bug#1078).
8860
8861 * help-fns.el (help-argument-name): Move defface to faces.el.
8862
8863 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8864
8865 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8866 create buffer with a pty but no process so that GDB can make the
8867 inferior the controlling process.
8868
8869 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8870
8871 * international/ucs-normalize.el: New file.
8872
8873 2009-08-13 Richard Stallman <rms@gnu.org>
8874
8875 * mail/rmail.el (rmail-get-attr-names):
8876 Accept an attribute header that is too short.
8877
8878 * mail/rmail.el (rmail-forget-messages):
8879 Ignore nil elt in rmail-message-vector. Use dotimes.
8880
8881 * progmodes/compile.el (compilation-goto-locus):
8882 Use next-error-move-function.
8883
8884 * simple.el (next-error-move-function): New variable.
8885
8886 2009-08-12 Juri Linkov <juri@jurta.org>
8887
8888 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8889 always non-nil. (Bug#4052)
8890
8891 * replace.el (read-regexp): Return empty string when
8892 `default-value' is nil.
8893 (keep-lines-read-args): Don't use empty string as the
8894 default value for `read-regexp'. (Bug#2495)
8895
8896 2009-08-12 Juri Linkov <juri@jurta.org>
8897
8898 * international/mule-cmds.el (ucs-insert): Change arguments
8899 from `arg' to `character', `count', `inherit' to be the same
8900 as in `insert-char'. Doc fix. (Bug#4039)
8901
8902 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8903
8904 2009-08-12 Juri Linkov <juri@jurta.org>
8905
8906 * files-x.el: New file.
8907
8908 * files.el: Move code that deals with adding/deleting
8909 file/directory-local variables to files-x.el.
8910
8911 * Makefile.in (ELCFILES): Add files-x.elc.
8912
8913 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8914
8915 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8916 to use `goto-line'.
8917 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8918 `goto-line'.
8919 (gdb-invalidate-disassembly): Do not refresh upon receiving
8920 'update signal. Instead, update all disassembly buffers only after
8921 threads list.
8922 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8923 (gdb-starting): Moved -data-list-register-names...
8924 (gdb-stopped): ...here so it's sent when first thread stops.
8925 (gdb-registers-handler-custom): Do nothing if register names are
8926 unknown yet.
8927
8928 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8929 from `gdb-mi.el' to avoid extra tangling.
8930
8931 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8932 change which breaks `gud-def' definitions used in `gdb'.
8933 (gdb-update-gud-running): No extra fuss for updating frame number.
8934
8935 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8938 (describe-language-environment-map, setup-language-environment-map)
8939 (set-coding-system-map): Move initialization into declaration.
8940 (set-language-info-alist): Last arg to define-key-after can be skipped.
8941
8942 * international/quail.el (quail-completion-1): Simplify.
8943 (quail-define-rules): Use slightly more compact code.
8944 (quail-insert-decode-map): Propertize keys, compact columns.
8945
8946 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8947 Add goto-line.
8948
8949 2009-08-10 Miles Bader <miles@gnu.org>
8950
8951 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8952 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8953 (js2-instance-member, js2-private-member, js2-private-function-call)
8954 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8955 (js2-magic-paren, js2-external-variable):
8956 Remove "-face" suffix from face names.
8957 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8958 (js2-highlight-undeclared-vars, js2-peek-token)
8959 (js2-parse-function-params, js2-mode-show-errors)
8960 (js2-mode-show-warnings, js2-make-magic-delimiter)
8961 (js2-mode-highlight-magic-parens): Update to use new face names.
8962
8963 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8964
8965 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8966 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8967
8968 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8969
8970 * subr.el: Provide hashtable-print-readable.
8971
8972 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8973 hs-c-like-adjust-block-beginning.
8974 (hs-hide-block-at-point): Stop hiding at the beginning of
8975 hs-block-end-regexp (Bug#700).
8976
8977 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8978
8979 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8980 a macro.
8981 (gdb-registers-handler-custom): Do not fail when register names
8982 are unavailable.
8983
8984 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8985
8986 * progmodes/gdb-mi.el (gdb-control-all-threads)
8987 (gdb-control-current-thread): Interactive setters for
8988 `gdb-gud-control-all-threads' to use in menu.
8989 (gdb-show-run-p): Show «Go» when process is not active.
8990 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8991 gud/thread.xpm and gud/all.xpm.
8992
8993 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8994
8995 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8996 (nslookup-font-lock-keywords): Make it a variable.
8997 (net-utils-mode): New mode for viewing diagnostic network output.
8998 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8999 (net-utils-run-simple): New function.
9000 (ifconfig, iwconfig, netstat, arp, route): Use it.
9001
9002 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9003
9004 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9005 (gdb-memory-set-address, def-gdb-set-positive-number)
9006 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9007 after changing settings.
9008 (gdb-invalidate-disassembly): Update when first shown.
9009 (gdb-edit-locals-value): Fixed.
9010 (gdb-registers-handler-custom): Print registers in right order and
9011 allow changing register values (only for current thread yet).
9012 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9013 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9014 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9015 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9016 info in mode name.
9017 (gdb-registers-mode-map): TAB to switch to locals.
9018
9019 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9020
9021 * mail/rmail.el (rmail-add-mbox-headers)
9022 (rmail-set-message-counters-counter): Search for
9023 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9024
9025 2009-08-08 Glenn Morris <rgm@gnu.org>
9026
9027 * Makefile.in (ELCFILES): Update.
9028
9029 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9030
9031 * mail/sendmail.el (mail-yank-original): Set
9032 buffer-file-coding-system from the one used by the message whose
9033 text is yanked.
9034
9035 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9036 to "windows" when "pgnuplot" is used.
9037 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9038 call accept-process-output if "pgnuplot" is used.
9039 (calc-graph-init): Don't send -display and -geometry to
9040 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9041 running "pgnuplot -V" with shell-command-to-string.
9042
9043 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9044 the default.
9045
9046 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9047
9048 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9049 org/org-latex.elc.
9050
9051 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9052
9053 * vc-dispatcher.el (vc-resynch-window): Update comment.
9054
9055 * term.el (term-handle-ansi-escape): Add comments with the
9056 terminfo capabilities implemented.
9057
9058 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9059
9060 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9061 (gdb-var-create-handler): Rewritten using JSON parser.
9062 (gdb-propertize-header): Moved earlier.
9063 (gdb-set-header): Removed to avoid duplication.
9064 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9065 Refresh disassembly buffers only after threads list have been
9066 update.
9067 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9068 variables.
9069
9070 2009-08-04 Juri Linkov <juri@jurta.org>
9071
9072 * files.el: Commands to add/delete file/directory-local variables.
9073 (read-file-local-variable, read-file-local-variable-value)
9074 (read-file-local-variable-mode, modify-file-local-variable)
9075 (modify-file-local-variable-prop-line)
9076 (modify-dir-local-variable): New functions.
9077 (add-file-local-variable, delete-file-local-variable)
9078 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9079 (add-dir-local-variable, delete-dir-local-variable)
9080 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9081 (copy-dir-locals-to-file-locals-prop-line): New commands.
9082
9083 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * abbrev.el (insert-abbrev-table-description): Prettify output.
9086 Suggested by Karl Chen.
9087
9088 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9089
9090 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9091 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9092 (gdb-overlay-arrow-position, gdb-thread-position)
9093 (gdb-disassembly-position): Declare variables.
9094 (gdb-wait-for-pending): Function now.
9095 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9096 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9097 compilation goes smoothly.
9098 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9099 (gdb-non-stop-setting): New customization setting which replaces
9100 `gdb-non-stop' so changing it doesn't break active GDB session.
9101 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9102 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9103 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9104 (gdb-show-threads-by-default): New customization options.
9105 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9106 routines.
9107 (gdb-get-buffer-create): Send buffers update signal when they are
9108 created.
9109 (gdb-invalidate-locals, gdb-invalidate-registers)
9110 (gdb-invalidate-breakpoints)
9111 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9112 (gdb-invalidate-memory): Accept update signal.
9113 (gdb-current-context-command): Use --frame option.
9114 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9115 Implement `gdb-frame-number' selection logic.
9116 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9117 whether to show GUD toolbar buttons.
9118 (gdb-thread-exited): Unselect current thread when it exits.
9119 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9120 (gdb-mark-line): Routine which sets overlay arrow or inverses
9121 video on fringeless displays.
9122 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9123 to build aligned columns of data in GDB buffers and set text
9124 properties line-by-line.
9125 (gdb-invalidate-breakpoints)
9126 (gdb-breakpoints-list-handler-custom)
9127 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9128 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9129 (gdb-registers-handler-custom): Align data columns.
9130 (gdb-locals-handler-custom): Now prints data like in variable
9131 declarations.
9132 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9133 Removed confusing buttons.
9134 (gdb-invalidate-threads): Append --frame.
9135 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9136 between breakpoints/threads buffers.
9137 (gdb-set-window-buffer): Now can ignore dedicated windows.
9138 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9139 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9140 (def-gdb-thread-buffer-gud-command): Replaces
9141 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9142 for fine thread control.
9143 (gdb-preempt-existing-or-display-buffer): New function used to
9144 display bound buffers without breaking window layout.
9145 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9146 (gdb-select-frame): New version of `gdb-frames-select' which now
9147 sets `gdb-frame-number' so commands may use --frame option instead
9148 of inner debugger state.
9149 (gdb-frame-handler): Do not set `gdb-frame-number'.
9150 (gdb-threads-mode-map): Select threads with mouse.
9151
9152 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9153 avoid compilation warning.
9154 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9155 `gdb-show-stop-p`.
9156
9157 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9158 Argument `key' renamed to `buffer-type'.
9159 (gdb-current-context-buffer-name): Do not add thread info to
9160 buffer name when no thread is selected.
9161 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9162 command (bug 3794).
9163 (gdb-thread-selected): Handle `=thread-selected' notification.
9164 (gdb-wait-for-pending): New macro to deal with congestion problems.
9165 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9166 breakpoints.
9167 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9168 This fixes problem similar to one described in bug 3947.
9169 (gud-menu-map): More menu items.
9170 (gdb-init-1): Reset `gdb-thread-number' to nil.
9171
9172 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9173 non-stop settings.
9174
9175 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9176 (gdb-current-context-command): Do not append --thread if
9177 `gdb-thread-number' is nil.
9178 (gdb-running-threads-count, gdb-stopped-threads-count): New
9179 variables.
9180 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9181 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9182 customization options.
9183 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9184 GUD commands.
9185 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9186 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9187 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9188 set `gdb-thread-number' and update `gud-running' properly.
9189 (gdb-running): Update threads list when new threads appear.
9190 (gdb-stopped): Support non-stop operation and new thread switching
9191 logic.
9192 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9193 (gdb-json-partial-output): New set of JSON routines.
9194 (def-gdb-auto-update-trigger): New `signal-list' optional
9195 argument.
9196 (gdb-thread-list-handler-custom): Update `gud-running',
9197 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9198 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9199 (gdb-continue-thread, gdb-step-thread): New commands for fine
9200 thread execution control.
9201 (gud-menu-map): New menu items to switch non-stop options.
9202 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9203 (gdb-send): Mimic RET properly (bug 3794).
9204
9205 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9206 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9207 gdb-buffer-rules.
9208 (def-gdb-auto-update-handler): New nopreserve optional argument.
9209 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9210
9211 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9212 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9213 (gdb-parent-mode): New mode to derive other GDB modes from.
9214 (gdb-display-disassembly-for-thread)
9215 (gdb-frame-disassembly-for-thread): New commands for threads
9216 buffer.
9217
9218 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9219 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9220 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9221 (gdb-update): We now store all GDB buffers in a list so that they
9222 can be updated by traversing a list instead of calling invalidate
9223 triggers explicitly.
9224 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9225 pair for GDB buffer.
9226 (gdb-stack-buffer-name): Add thread information.
9227 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9228 handle pending triggers.
9229 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9230 (def-gdb-thread-buffer-simple-command)
9231 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9232 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9233 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9234 New commands which show buffers bound to thread.
9235 (gdb-stack-list-locals-regexp): Removed unused regexp.
9236
9237 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9238 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9239 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9240 to (gud-comint-buffer) in *-buffer-name functions
9241 because (gdb-get-target-string) already does that.
9242 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9243 (gdb-changed-registers-handler): Rewritten without regexps.
9244
9245 * progmodes/gdb-mi.el: Basic thread selection support.
9246 (gdb-thread-number): New variable.
9247 (gdb-current-context-command): New macro which adds --thread
9248 option to command.
9249 (gdb-threads-mode-map): Select thread with SPC.
9250 (gdb-thread-list-handler-custom): Mark current thread with overlay
9251 arrow. Synchronize GDB thread and Emacs thread.
9252 (gdb-select-thread): New command which selects current thread.
9253 (gdb-invalidate-frames, gdb-invalidate-locals)
9254 (gdb-invalidate-registers): Use --thread option.
9255
9256 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * net/tramp.el (top): Make check for tramp-gvfs loading more
9259 robust. (Bug#3977)
9260 (tramp-handle-insert-file-contents): `unwind-protect' must be
9261 inside `with-parsed-tramp-file-name'.
9262
9263 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9264 fails.
9265
9266 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9267
9268 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9269 directory if CLASSPATH is not set.
9270
9271 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9272
9273 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9274 New defconst.
9275 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9276
9277 2009-08-02 Kevin Ryde <user42@zip.com.au>
9278
9279 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9280 Update freshmeat link. Delete newsforge.com as it seems gone.
9281
9282 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * select.el (x-set-selection): Doc fix (Bug#4021).
9285
9286 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9287
9288 * help-fns.el (describe-variable): Treat list return values from
9289 dir-locals-find-file properly (Bug#4005).
9290
9291 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9292
9293 * net/tramp.el (tramp-debug-message): Print also microseconds.
9294
9295 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9298 or END is non-nil.
9299 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9300 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9301 format.
9302
9303 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9304 (tramp-get-file-property): Use it.
9305
9306 * autorevert.el (auto-revert-handler): Allow
9307 `auto-revert-tail-mode' for remote files.
9308
9309 2009-08-02 Jason Rumney <jasonr@gnu.org>
9310
9311 * minibuffer.el (read-file-name): Treat confirm options to
9312 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9313
9314 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9315
9316 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9317 (font-lock-variable-name-face, font-lock-constant-face): Darken
9318 the colors for light backgrounds.
9319
9320 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9321
9322 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9323 month names. (Bug#3987)
9324
9325 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9326
9327 * simple.el (line-move-finish): Pass whole number to
9328 line-move-to-column.
9329 (line-move-visual): Perform hscroll to the recorded position.
9330
9331 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9332
9333 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9334
9335 2009-07-29 Alan Mackenzie <acm@muc.de>
9336
9337 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9338
9339 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9340
9341 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9342 (gdb-place-breakpoints): Use full path when setting breakpoints.
9343
9344 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9345
9346 * calc/calc.el (calc-mode-map): Add keybinding for
9347 `calc-transpose-lines'.
9348
9349 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9350
9351 * calc/calc-misc.el (calc-transpose-lines): New function.
9352
9353 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9356 Simplify check for out-of-band methods.
9357 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9358 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9359
9360 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9361
9362 * vc-git.el (vc-git-checkin): Fix typo.
9363
9364 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9365
9366 * progmodes/js2-mode.el: New file.
9367
9368 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9369
9370 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9371 (gud-menu-map): Adjust tooltip accordingly.
9372
9373 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9374
9375 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9376 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9377
9378 * add-log.el (change-log-mode-map): Add a menu.
9379
9380 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9381
9382 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9383 function returns nil.
9384 (dbus-handle-event): Handle special return value :ignore.
9385 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9386
9387 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9388
9389 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9390 it's not needed.
9391
9392 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9393
9394 Fix Bug#3888:
9395
9396 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9397
9398 * term/pc-win.el (x-display-name, x-colors)
9399 (x-select-enable-clipboard, x-select-text): Doc fix.
9400
9401 * term/common-win.el (x-display-name, x-colors): Doc fix.
9402
9403 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9404 (xw-defined-colors): Doc fix.
9405
9406 * w32-fns.el (x-select-text, x-setup-function-keys)
9407 (x-get-selection, x-set-selection): Doc fix.
9408
9409 * term/x-win.el (x-select-text, x-setup-function-keys)
9410 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9411
9412 * select.el (x-set-selection): Doc fix.
9413
9414 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9415
9416 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9417 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9418 "IsNSSSupportAvailable" method is not available. Reported by
9419 Steve Youngs <steve@sxemacs.org>.
9420
9421 2009-07-24 Kenichi Handa <handa@m17n.org>
9422
9423 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9424 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9425 (build-unicode-category-table): Fix range checks.
9426
9427 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9428
9429 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9430 the buffer we try to sync is current when calling
9431 vc-resynch-buffer.
9432
9433 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9434 not show up to date files.
9435
9436 2009-07-24 Glenn Morris <rgm@gnu.org>
9437
9438 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9439 Add autoload cookies. If necessary, initialize.
9440 (elint-log): Handle non-file buffers.
9441 (elint-initialize): Add optional argument to reinitialize.
9442 (elint-find-builtin-variables): Save excursion.
9443
9444 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9447 for Lint.
9448
9449 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9450
9451 * vc.el (vc-print-log-internal): New function, split out from ...
9452 (vc-print-log): ... here.
9453 (vc-dir-move-to-goal-column): Declare.
9454
9455 * vc-git.el (vc-git-add-signoff): New variable.
9456 (vc-git-checkin): Use it.
9457 (vc-git-toggle-signoff): New function.
9458 (vc-git-extra-menu-map): Bind it to menu.
9459 (vc-git--run-command-string): Accept a nil FILE argument.
9460 (vc-git-stash-list): New function.
9461 (vc-git-dir-extra-headers): Use it.
9462
9463 2009-07-23 Glenn Morris <rgm@gnu.org>
9464
9465 * help-fns.el (describe-variable): Describe ignored and risky local
9466 variables in a similar way to that in which we describe safe ones.
9467
9468 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9469 (byte-compile-output-file-form, byte-compile-output-docform)
9470 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9471 Give some more local variables with common names a "bytecomp-" prefix,
9472 so as not to shadow things during compilation.
9473 * emacs-lisp/cl-macs.el (load-time-value)
9474 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9475 `outbuffer' to `bytecomp-outbuffer'.
9476
9477 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9478 since the next two variables cover them automatically now.
9479 (elint-builtin-variables, elint-autoloaded-variables): New.
9480 (elint-unknown-builtin-args): Remove all members, since they can be
9481 parsed automatically now.
9482 (elint-extra-errors): New.
9483 (elint-env-add-env, elint-env-add-macro): Use cadr.
9484 (elint-current-buffer): Use or. Change final message.
9485 (elint-get-top-forms): Use line-end-position.
9486 (elint-init-env): Use cadr. Handle autoload, declare-function,
9487 and defalias.
9488 (elint-add-required-env): Doc fix. Use or. Standardize error.
9489 (regexp-assoc): Remove unused function.
9490 (elint-top-form): Set elint-current-pos, to record the start of the
9491 top-level form, for compilation-mode.
9492 (elint-form): Trap errors in macro expansion. Use dolist.
9493 (elint-unbound-variable): Use elint-builtin-variables and
9494 elint-autoloaded-variables.
9495 (elint-get-args): Use cadr, or.
9496 (elint-check-cond-form): Use dolist, cadr.
9497 (elint-check-condition-case-form): Doc fix. Use cadr.
9498 Use elint-extra-errors.
9499 (elint-log): New function.
9500 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9501 Distinguish errors and warnings.
9502 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9503 Use a bytecomp-style format.
9504 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9505 (elint-get-log-buffer): Use compilation mode. Disable undo.
9506 Don't truncate lines.
9507 (elint-initialize): Set builtin and autoloaded variable lists.
9508 Only process elint-unknown-builtin-args if non-nil.
9509 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9510 New functions.
9511 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9512
9513 2009-07-22 Kevin Ryde <user42@zip.com.au>
9514
9515 * net/newst-backend.el (newsticker--parse-atom-1.0)
9516 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9517 (newsticker--parse-rss-1.0):
9518 * progmodes/idlwave.el (idlwave-mode):
9519 * progmodes/idlw-shell.el (idlwave-shell-mode):
9520 * progmodes/vera-mode.el (vera-mode):
9521 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9522 * progmodes/vhdl-mode.el (vhdl-mode):
9523 * textmodes/table.el (table-generate-source)
9524 (table--warn-incompatibility):
9525 Hyperlink urls in docstrings with URL `...'.
9526
9527 2009-07-22 Glenn Morris <rgm@gnu.org>
9528
9529 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9530 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9531 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9532 Remove leading * from defcustom docs.
9533
9534 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9535
9536 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9537 defcustom doc.
9538 (list-load-path-shadows): Optionally, just return shadows as a string.
9539
9540 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9541
9542 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * mail/rmailedit.el (rmail-edit-mode): Use
9545 auto-save-include-big-deletions.
9546
9547 * mail/rmail.el (rmail-variables): Use
9548 auto-save-include-big-deletions.
9549
9550 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9551 changes.
9552
9553 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9554
9555 * calc/calc.el (calc-undo-length): New variable.
9556 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9557
9558 2009-07-21 Richard Stallman <rms@gnu.org>
9559
9560 * files.el (auto-save-mode): Handle buffer-save-size = -2
9561 for toggling mode.
9562
9563 2009-07-21 Glenn Morris <rgm@gnu.org>
9564
9565 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9566
9567 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9568
9569 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9570 silence compiler. Instead...
9571 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9572 (ps-print-ensure-fontified): Update for above function name changes.
9573
9574 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9575 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9576 silence compiler. Instead...
9577 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9578 (mh-show-buffer): Only define for compiler.
9579 (pr-mh-current-message): Update for above function name changes.
9580
9581 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9582 as an argument.
9583 (find-file-noselect, insert-file-1): Update for above change.
9584
9585 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9586
9587 * mail/mailclient.el (mailclient-send-it): Fix message.
9588
9589 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9590 (edebug-eval): Check cl-debug-env is bound.
9591 (print-level, print-circle): Don't redefine built-in variables.
9592
9593 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9594 (custom-print-vectors): Remove old comments from doc.
9595
9596 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9597 (emerge-version): Make the variable an obsolete alias for the
9598 emacs-version variable. Make the function obsolete.
9599 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9600 Emerge options, rather than merging in into the main Options menu.
9601 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9602 and auto advance modes. Disable edit/fast items when not relevant.
9603
9604 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9605
9606 * term/vt420.el (terminal-init-vt420): Fix typo.
9607
9608 2009-07-20 Sam Steingold <sds@gnu.org>
9609
9610 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9611 variable (removed from compile.el on 2004-03-11).
9612
9613 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9614
9615 * files.el (hack-local-variables-filter): Fix last change.
9616
9617 2009-07-19 Juri Linkov <juri@jurta.org>
9618
9619 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9620 (dir-local-variables-alist): New buffer-local variable.
9621 (hack-local-variables-filter): If variable is not dir-local,
9622 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9623 because file-local overrides dir-local.
9624 (c-postprocess-file-styles) <declare-function>:
9625 Remove obsolete declaration.
9626 (hack-dir-local-variables): Add dir-local variable/value pair to
9627 `dir-local-variables-alist' and remove duplicates. Doc fix.
9628
9629 * help-fns.el (describe-variable): Add information about
9630 file-local and dir-local variables.
9631
9632 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * files.el (hack-local-variables-filter): Rewrite.
9635
9636 2009-07-19 Glenn Morris <rgm@gnu.org>
9637
9638 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9639 Silence compiler by only defining on XEmacs.
9640
9641 * international/mule.el (auto-coding-regexp-alist): Only match
9642 BABYL... at the start of buffer, not of lines. (Bug#3790)
9643
9644 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9645 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9646 (cal-menu-context-mouse-menu): Doc fix.
9647
9648 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9649
9650 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9651
9652 2009-07-18 Juri Linkov <juri@jurta.org>
9653
9654 * info.el: Virtual Info keyword finder.
9655 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9656 (Info-finder-file): New variable.
9657 (Info-finder-find-file): New function.
9658 (finder-known-keywords, finder-package-info)
9659 (find-library-name, lm-commentary): Use defvar and
9660 declare-function to silence compiler warnings.
9661 (Info-finder-find-node): New function.
9662 (info-finder): New command.
9663
9664 * subr.el (process-kill-buffer-query-function): New function.
9665 (add-hook)<kill-buffer-query-functions>: Add hook
9666 `process-kill-buffer-query-function'.
9667
9668 2009-07-18 Alan Mackenzie <acm@muc.de>
9669
9670 * progmodes/cc-mode.el (c-before-hack-hook)
9671 (c-postprocess-file-styles): Give invocation of `c-set-style'
9672 DONT-OVERRIDE parameter of t. Already set style variables will
9673 thus not be overridden by style settings given by `c-file-syle'.
9674
9675 * files.el (hack-local-variables-filter): Remove entries with
9676 duplicate keys from `file-local-variables-alist'.
9677
9678 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9679
9680 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9681 x-set-selection if display-selections-p returns nil for the
9682 current frame.
9683
9684 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9687
9688 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9689
9690 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9691 Accept nil in addition to a regexp.
9692 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9693 Accept nil in addition to a regexp.
9694 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9695 buffers that have an associated file. Handle nil values of
9696 desktop-buffers-not-to-save and desktop-files-not-to-save.
9697 (Bug#3833)
9698
9699 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9700 (x-disown-selection-internal): New functions.
9701
9702 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9703
9704 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9705 warning.
9706 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9707 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9708
9709 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9710
9711 * simple.el (set-mark): Revert last change.
9712
9713 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9714
9715 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9716 rendering of pngs is not possible instead of messaging a long
9717 description.
9718
9719 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9720
9721 * w32-fns.el (x-selection-owner-p): New function.
9722
9723 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9724 (mouse-yank-at-click, mouse-yank-primary): If
9725 select-active-regions is non-nil, deactivate the mark before
9726 insertion.
9727
9728 * simple.el (deactivate-mark, set-mark): Only save selection if we
9729 own it.
9730
9731 2009-07-17 Kenichi Handa <handa@m17n.org>
9732
9733 * case-table.el (describe-buffer-case-table): Fix for the case
9734 that KEY is a cons.
9735
9736 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9737
9738 * vc-rcs.el (vc-rcs-find-file-hook):
9739 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9740
9741 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9742
9743 * net/tramp.el (tramp-wait-for-output): Handle the case when
9744 commands do not return a newline but a null byte before the shell
9745 prompt. (Bug#3858)
9746
9747 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9748
9749 * term/ns-win.el (ns-set-alpha): Don't declare.
9750 (ns-set-background-alpha): Remove function.
9751
9752 2009-07-16 Kevin Ryde <user42@zip.com.au>
9753
9754 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9755 y-or-n-p, for safety.
9756
9757 2009-07-16 Richard Stallman <rms@gnu.org>
9758
9759 * files.el (auto-save-mode): If buffer-saved-size is -2,
9760 don't clobber it.
9761
9762 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9763 (rmail-retry-ignored-headers): Add more uninteresting fields.
9764
9765 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9766
9767 * net/rcirc.el (rcirc): Use history variables.
9768 (rcirc-server-name-history, rcirc-nick-name-history)
9769 (rcirc-server-port-history): New variables.
9770
9771 2009-07-15 Kenichi Handa <handa@m17n.org>
9772
9773 * international/mule-cmds.el (set-language-environment-charset):
9774 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9775 ignore them.
9776
9777 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9778 Delete unibyte-display.
9779
9780 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9783
9784 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9785
9786 * simple.el (deactivate-mark): Optional argument FORCE.
9787 (set-mark): Use deactivate-mark.
9788
9789 * info.el (Info-search): No need to check transient-mark-mode
9790 before calling deactivate-mark.
9791
9792 * select.el (x-set-selection): Doc fix.
9793 (x-valid-simple-selection-p): Allow buffer values.
9794 (xselect--selection-bounds): Handle buffer values. Suggested by
9795 David De La Harpe Golden.
9796
9797 * mouse.el (mouse-set-region, mouse-drag-track): Call
9798 copy-region-as-kill before setting the mark, to let
9799 select-active-regions work.
9800
9801 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9802
9803 * simple.el (deactivate-mark): If select-active-regions is
9804 non-nil, copy the selection data into a string.
9805 (activate-mark): If select-active-regions is non-nil, set the
9806 selection to the current buffer.
9807 (set-mark): Update selection if select-active-regions is non-nil.
9808
9809 * select.el (x-valid-simple-selection-p): Allow buffer values.
9810
9811 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9814 and more featureful message-mode.
9815
9816 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9817
9818 * select.el (x-set-selection): Doc fix.
9819 (x-valid-simple-selection-p): Disallow selection data consisting
9820 of a list or cons of integers, since that is not used.
9821 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9822 (xselect-convert-to-string, xselect-convert-to-length)
9823 (xselect-convert-to-filename, xselect-convert-to-charpos)
9824 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9825
9826 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9827
9828 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9829 output in -break-info command (Emacs bug #3794).
9830
9831 2009-07-14 Glenn Morris <rgm@gnu.org>
9832
9833 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9834 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9835 (edebug-print-length, edebug-print-level, edebug-print-circle)
9836 (edebug-sit-for-seconds, edebug-view-outside)
9837 (edebug-bounce-point, edebug-set-global-break-condition)
9838 (edebug-Go-nonstop-mode, edebug-trace-mode)
9839 (edebug-Trace-fast-mode, edebug-continue-mode)
9840 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9841 (edebug-visit-eval-list): Doc fixes.
9842
9843 * subr.el (def-edebug-spec): Doc fix.
9844
9845 2009-07-14 Kenichi Handa <handa@m17n.org>
9846
9847 * international/characters.el: Fix setting of category ?C.
9848
9849 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9850
9851 * term/ns-win.el (x-select-font): defalias x-select-font to
9852 ns-popup-font-panel instead of generate-fontset-menu.
9853
9854 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9855
9856 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9857
9858 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9859
9860 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9861 the PK\003\004 header (Bug#3770).
9862
9863 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9864
9865 * pcomplete.el (pcomplete-comint-setup): Check for
9866 shell-dynamic-complete-filename too.
9867
9868 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9869
9870 * simple.el (temporary-goal-column): Change the value for
9871 line-move-visual to a cons cell.
9872 (line-move-visual): Record or set the window hscroll, if
9873 necessary (Bug#3494).
9874 (line-move-1): Handle cons value of temporary-goal-column.
9875
9876 2009-07-11 Kenichi Handa <handa@m17n.org>
9877
9878 * international/mule-diag.el (describe-character-set): Don't show
9879 width.
9880
9881 2009-07-10 Sam Steingold <sds@gnu.org>
9882
9883 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9884 Omake sometimes indents the errors it prints, so allow all
9885 regexps to start with spaces.
9886
9887 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9888
9889 * cus-edit.el (customize-changed-options-previous-release):
9890 Bump value to 22.1. (Bug#3804)
9891
9892 2009-07-08 Sam Steingold <sds@gnu.org>
9893
9894 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9895 to be a cons cell (test . ignored-directory) to selectively ignore
9896 some directories depending on the location of the search.
9897
9898 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9901 remote user is root, on the local host.
9902 (tramp-local-host-p): Either the local user or the remote user
9903 must be root. (Bug#3771)
9904
9905 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9906
9907 * progmodes/gdb-mi.el (gdb): Remove description of
9908 gdb-use-separate-io-buffer.
9909 (menu): Don't allow toggling of or enable
9910 gdb-use-separate-io-buffer from menubar.
9911
9912 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9913
9914 * mail/unrmail.el (unrmail): Make sure the message ends with two
9915 newlines (Bug#3769).
9916
9917 2009-07-08 Glenn Morris <rgm@gnu.org>
9918
9919 * calendar/calendar.el (calendar-current-date): Rework previous change.
9920
9921 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9922
9923 * calendar/calendar.el (calendar-current-date):
9924 Add an optional argument giving an offset from today.
9925
9926 2009-07-08 Glenn Morris <rgm@gnu.org>
9927
9928 * tutorial.el (tutorial--describe-nonstandard-key):
9929 Adjust the message for when a key has been unbound.
9930 (help-with-tutorial): Hide the arch-tag.
9931
9932 2009-07-08 Kenichi Handa <handa@m17n.org>
9933
9934 * international/fontset.el (setup-default-fontset): For each
9935 script, append (not set) font-specs.
9936
9937 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9938 docstring.
9939
9940 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9941
9942 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9943 -data-list-register-names to ...
9944 (gdb-starting): ... here because GDB 7.0 requires execution to
9945 have started when using this MI command.
9946 (gdb-set-header): New function to distinguish select and
9947 unselected tabs in gdb buffers.
9948 (gdb-propertize-header): New macro that uses gdb-set-header.
9949 (gdb-breakpoints-header, gdb-locals-header): Use it.
9950 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9951
9952 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9953
9954 * Makefile.in (ELCFILES): Remove fadr.elc.
9955
9956 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9957
9958 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9959 may contain frame information, so `string-match' should be used.
9960 (gdb-update): Disassembly is invalidated through
9961 `gdb-get-selected-frame'.
9962 (gdb-pad-string): New function to pad string with spaces.
9963 (gdb-invalidate-disassembly): Invalidate only if the buffer
9964 exists.
9965 (gdb-disassembly-handler-custom): Column alignment.
9966 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9967 placing new ones.
9968 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9969 end of line, too.
9970 (gdb-frame-handler): Match convention to for disassembly buffer
9971 mode name.
9972 (gdb-stack-list-frames-handler): Rewritten without regexps.
9973 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9974 not highlight breakpoints without line information.
9975 (gdb-input): Add trailing newline to command.
9976
9977 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9978 buffer properly.
9979 (gdb-breakpoints-list-handler-custom): Replacement for
9980 `gdb-break-list-handler'. Using real parser instead of regexps
9981 now.
9982 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9983 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9984 to place breakpoints.
9985 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9986 functions.
9987 (gdb-disassembly-handler-custom): Show overlay arrow.
9988 (gdb-disassembly-place-breakpoints): Show breakpoints in
9989 disassembly buffer.
9990 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9991 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9992 instead of parsing breakpoints buffer. Fixed old menu references
9993 in `gud-menu-map'.
9994
9995 * fadr.el: Remove.
9996
9997 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9998 (gdb-memory-address): New variable which holds top address of
9999 memory page shown in memory buffer.
10000 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10001 customization variables.
10002 New functions:
10003 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10004 display the memory buffer.
10005 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10006 buffer display parameters.
10007 (def-gdb-memory-format, gdb-memory-format-binary)
10008 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10009 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10010 Functions for setting memory buffer format.
10011 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10012 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10013 unit size used in memory buffer.
10014 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10015 to next/previous page of memory buffer.
10016 Now using (bindat-get-field) instead of fadr functions.
10017
10018 2009-07-07 Sam Steingold <sds@gnu.org>
10019
10020 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10021 non-top-level files.
10022
10023 2009-07-07 Kenichi Handa <handa@m17n.org>
10024
10025 * international/mule-cmds.el (reset-language-environment): Put
10026 the highset priority to the charset iso-8859-1.
10027
10028 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10029
10030 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10031 to the end of the line when locating the block (Bug#700).
10032
10033 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10034
10035 * net/tramp.el (tramp-handle-write-region): Flush file properties
10036 in case of short track.
10037
10038 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10039
10040 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10041 Coded custom representation of verilog error regular expressions
10042 to work with Emacs-22's new format.
10043 (verilog-error-regexp-xemacs-alist): Coded custom representation
10044 of verilog error regular expressions to work with XEmacs format.
10045 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10046 error recognition into XEmacs.
10047 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10048 error recognition into Emacs-22.
10049
10050 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10051
10052 * woman.el: Remove stand-alone closing parentheses.
10053 (woman-file-name, woman2-format-paragraphs)
10054 (woman-leave-blank-lines): Code cleanup.
10055 (woman-use-own-frame): Change default to nil.
10056 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10057 defaults to inherit from default faces.
10058 (woman2-process-escapes): Consume the newline after a stand-alone
10059 filler character (Bug#3651).
10060
10061 2009-07-06 Glenn Morris <rgm@gnu.org>
10062
10063 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10064 (top-level): Move provide to the end.
10065 (ffap): Remove defunct URL from custom group.
10066
10067 * subr.el (eval-after-load): Doc fix.
10068
10069 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10070
10071 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10072 `calc-embedded-word' is called twice.
10073
10074 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * files.el (find-alternate-file-other-window, find-alternate-file):
10077 Obey confirm-nonexistent-file-or-buffer.
10078
10079 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10080
10081 * dired-aux.el (dired-show-file-type): Handle remote files.
10082
10083 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10084
10085 * desktop.el (desktop-globals-to-save):
10086 Add file-name-history (Bug#2750).
10087
10088 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10089
10090 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10091
10092 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10093
10094 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10095 property on entire argument since this is what eshell-lisp-command
10096 expects.
10097
10098 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10099
10100 * net/tramp-gvfs.el (tramp-gvfs-methods)
10101 (tramp-gvfs-zeroconf-domain)
10102 (tramp-bluez-discover-devices-timeout): Add version flag.
10103 (tramp-gvfs-handler-mounted-unmounted)
10104 (tramp-gvfs-connection-mounted-p): Polish handling of
10105 incompatibilities between GVFS 0.2 and 1.0.
10106
10107 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10108
10109 * cus-start.el (all): Add make-pointer-invisible.
10110
10111 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10112
10113 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10114 formatted correctly.
10115
10116 2009-07-02 Juri Linkov <juri@jurta.org>
10117
10118 * info.el: Virtual Info files and nodes.
10119 (Info-virtual-files, Info-virtual-nodes): New variables.
10120 (Info-current-node-virtual): New variable.
10121 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10122 New functions.
10123 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10124 to check for a virtual file instead of checking a fixed list
10125 of node names.
10126 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10127 instead of ad-hoc processing of "dir" and (apropos history toc).
10128 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10129 instead of ad-hoc processing of "dir" and (apropos history toc).
10130 Reread a file when moving from a virtual node.
10131 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10132 (Info-directory-toc-nodes, Info-directory-find-file)
10133 (Info-directory-find-node): New functions.
10134 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10135 (Info-history): Move part of code to
10136 `Info-history-find-node'.
10137 (Info-history-toc-nodes, Info-history-find-file)
10138 (Info-history-find-node): New functions.
10139 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10140 (Info-toc): Move part of code to `Info-toc-find-node'.
10141 (Info-toc-find-node): New function.
10142 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10143 the current Info file name to references because now the node
10144 "*TOC*" belongs to the same Info manual.
10145 (Info-toc-build): Rename from `Info-build-toc'.
10146 (Info-toc-nodes): Rename input argument `file' to `filename'.
10147 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10148 instead of ad-hoc processing of ("dir" apropos history toc).
10149 (Info-index-nodes): Use Info-virtual-file-p
10150 to check for a virtual file instead of checking a fixed list
10151 of node names.
10152 (Info-index-node): Add check for `Info-current-node-virtual'.
10153 Raise `save-match-data' higher up the tree to contain
10154 `search-forward' too (bug fix).
10155 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10156 (Info-virtual-index-nodes): New variable.
10157 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10158 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10159 (Info-apropos-file, Info-apropos-nodes): New variables.
10160 (Info-apropos-toc-nodes, Info-apropos-find-file)
10161 (Info-apropos-find-node, Info-apropos-matches): New functions.
10162 (info-apropos): Move part of code to `Info-apropos-find-node' and
10163 `Info-apropos-matches'.
10164 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10165 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10166 for a virtual file instead of checking a fixed list of node names.
10167
10168 * simple.el (async-shell-command): New command.
10169
10170 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10171
10172 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10173 instead of `mount-info'.
10174
10175 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10176
10177 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10178 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10179
10180 2009-07-02 Kenichi Handa <handa@m17n.org>
10181
10182 * international/mule.el (set-keyboard-coding-system): Force *-unix
10183 coding-system to avoid eol conversion.
10184
10185 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10186
10187 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10188 Add handler for `process-file', `shell-command' and
10189 `start-file-process'.
10190 (tramp-gvfs-handle-shell-command)
10191 (tramp-gvfs-handle-start-file-process)
10192 (tramp-gvfs-handle-process-file): New defuns.
10193 (tramp-synce-list-devices): Simplify check for existence of property.
10194
10195 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10196
10197 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10198
10199 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10200
10201 * language/korean.el (set-language-info-alist): Add korean-cp949,
10202 cp949 to spec.
10203
10204 2009-07-01 Kenichi Handa <handa@m17n.org>
10205
10206 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10207
10208 * international/encoded-kb.el: Deleted.
10209
10210 * international/mule.el (set-keyboard-coding-system): Perform the
10211 necessary setup here instead of calling encoded-kbd-setup-display.
10212
10213 2009-07-01 Glenn Morris <rgm@gnu.org>
10214
10215 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10216
10217 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10218
10219 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10220
10221 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10222
10223 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10224 Handle also the 'rename case, when setting file modes. (Bug#3712)
10225 (tramp-default-file-modes): Remove execute permissions.
10226
10227 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10228 (top): Add a default for "synce" in `tramp-default-user-alist'.
10229 Add completion function for "synce" method.
10230 (tramp-hal-service, tramp-hal-path-manager)
10231 (tramp-hal-interface-manager, tramp-hal-interface-device):
10232 New defconst.
10233 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10234 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10235 New defuns.
10236
10237 * net/trampver.el: Update release number.
10238
10239 2009-06-30 Kenichi Handa <handa@m17n.org>
10240
10241 * international/fontset.el (setup-default-fontset): Add CJK fonts
10242 for symbols and the other miscellaneous characters.
10243
10244 * language/korea-util.el (setup-korean-environment-internal):
10245 Make char-width-table suitable for Korean environments.
10246 (exit-korean-environment): Cancel above.
10247
10248 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10249 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10250 setup-function to make char-width-table suitable for respective
10251 environments, and an exit-function to cancel that.
10252
10253 * language/japan-util.el (setup-japanese-environment-internal):
10254 Call use-cjk-char-width-table with arg `ja_JP'.
10255
10256 * international/characters.el (cjk-char-width-table): Delete it.
10257 (cjk-char-width-table-list): New variable.
10258 (use-cjk-char-width-table): New arg local-name.
10259 (use-default-char-width-table): Fix for the case that Emacs is
10260 already using the default char-width-table.
10261
10262 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10263
10264 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10265 modes mandatory. (Bug#3712)
10266
10267 2009-06-29 Alan Mackenzie <acm@muc.de>
10268
10269 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10270 correction between the visible width of TABs and their number of bytes.
10271
10272 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * server.el (server-buffer-done): Prevent kill-buffer from
10275 prompting by clearing the buffer modification flag (Bug#3696).
10276
10277 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10278
10279 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10280 (verilog-endcomment-reason-re): Support unique case and priority case.
10281 (verilog-basic-complete-re): Support localparam lineup.
10282 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10283 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10284 commenting.
10285 (verilog-leap-to-case-head): Now support *nested* unique &
10286 priority case statements.
10287 (verilog-auto-lineup): Make just declarations the default (as it
10288 had been).
10289 (verilog-leap-to-case-head): Support priority/unique case statements.
10290 (verilog-auto-lineup): Rework to give users radio buttons to
10291 select the various styles of automatic lineup.
10292 (verilog-error-regexp-alist): Rework to support the XEmacs style
10293 of error regular expressions from compilers, lint tools &
10294 simulators. Note that GNU Emacs has made it impossible for a mode
10295 to load such things.
10296 (electric-verilog-terminate-line, verilog-indent-declaration)
10297 (verilog-auto-wiure): Rework for radio button selection of
10298 auto-lineup selection of specification of auto lineup.
10299 (verilog-beg-of-statement-1): Redesign to support proper operation
10300 in additional code, based on testing with auto-lineup.
10301 (verilog-calculate-indent, assignments & declarations)
10302 (verilog-backward-token): Enhance to support auto-lineup of
10303 assignments & declarations.
10304 (verilog-in-directive-p, verilog-at-struct-p): New function for
10305 easy test of whether we are.
10306 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10307 to support safe execution at almost anyline.
10308 (verilog-calc-1): Properly support indenting deep inside generate
10309 blocks.
10310 (verilog-init-font): Remove definition & use of verilog-init-font,
10311 as it is redundant with font-lock-defaults.
10312 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10313 to avoid circular calls if syntax-ppss is a function (as is the
10314 case now in 22.x GNU Emacs) as that function would sometimes call
10315 itself, leading to (nearly) infinite recursion.
10316 (verilog-ovm-begin-re, verilog-ovm-end-re)
10317 (verilog-ovm-statement-re, verilog-leap-to-head)
10318 (verilog-backward-token): Add support for OVM macros. Some are
10319 complete statements, and others open and close scopes like begin
10320 and end.
10321 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10322 (verilog-defun-level-generate-only-re): Really fix the defun-list
10323 compilation issue.
10324 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10325 coverpoint, constraint and cross statements.
10326 (verilog-defun-level-list, verilog-generate-defun-level-list)
10327 (verilog-all-defun-level-list): Redo these specifications - it is
10328 too hard to support eval-when compile aggregation of lists also
10329 built at when-compile time.
10330 (verilog-defun-level-list): Place defconsts of variables used in
10331 building regular expressions which are built in eval-when-compile
10332 bodies in the same eval-when-compile body to facilitate compile
10333 without load.
10334 (verilog-beg-block-re-ordered): Support indenting
10335 virtual/protected tasks and functions.
10336 (verilog-defun-level-list, verilog-in-generate-region-p)
10337 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10338 indentation of some module items (generate items).
10339 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10340 across virtual/protected tasks and functions.
10341
10342 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10343
10344 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10345 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10346 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10347 in concatenations. Reported by Yishay Belkind.
10348 (verilog-auto-ascii-enum): Support one-hot state machines in
10349 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10350 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10351 modport in AUTOINST and add vl-modport for users. Reported by
10352 David Rogoff.
10353 (verilog-auto-inout-module, verilog-auto-inst)
10354 (verilog-decls-get-interfaces, verilog-insert-definition)
10355 (verilog-insert-one-definition, verilog-read-decls)
10356 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10357 (verilog-sig-modport, verilog-signals-combine-bus)
10358 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10359 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10360 Suggested by David Rogoff.
10361 (verilog-repair-open-comma): Fix non-insertion of comma when
10362 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10363 (verilog-make-width-expression): Simplify [A-1:0] expression
10364 widths to just {A{1'b0}}.
10365 (verilog-mode): Cleanup checkdoc warnings.
10366 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10367 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10368 inputs/outputs or data type. Suggested by Vasu Kandadi.
10369 (next-error-last-buffer): Fix byte-compiler warning.
10370 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10371 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10372 or shell command text during AUTO expansion. Suggested by Tad Truex.
10373 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10374 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10375 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10376 in AUTOINOUT. Reported by Matthew Lovell.
10377 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10378 causing use of <= assignments. Reported by Alex Reed.
10379 (verilog-read-decls): Fix triand, trior, wand, wor to be
10380 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10381 (verilog-extended-complete-re): Support import "DPI-C" functions.
10382 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10383 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10384 (verilog-insert-date, verilog-insert-year)
10385 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10386 Windows systems. Reported by Michael Potts.
10387 (verilog-read-module-name): Fix AUTOINST when the child module
10388 declaration's name is a tick define. Reported by Elliot Mednick.
10389 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10390 passed to next parameter's definition. Reported by Bruce T.
10391 (verilog-read-decls): Fix detecting "parameter int" when using
10392 AUTOINSTPARAM. Reported by Bruce T.
10393 (verilog-goto-defun): Fix goto not finding modules unless first
10394 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10395 (verilog-mode): Expand -f flag arguments on entry to mode so
10396 verilog-goto-defun will work. Reported by Lawrence Butcher.
10397 (verilog-getopt): Expand environment variables in -f file
10398 arguments. Suggested by Lawrence Butcher.
10399 (verilog-set-define): Fix "Symbol's value as variable is void"
10400 when reading enumerations.
10401 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10402 Suggested by Stephen Peltan.
10403 (verilog-read-defines): Fix reading of enumerations in include
10404 files. Reported by Steve Peltan.
10405
10406 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10407
10408 * files.el (trash-directory): Fix defcustom type.
10409
10410 2009-06-28 Juri Linkov <juri@jurta.org>
10411
10412 * help-fns.el (describe-function-1): Correctly locate adviced
10413 functions in hyperlink (Bug#2438).
10414
10415 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10416
10417 * files.el (trash-directory): Change default to nil.
10418 (move-file-to-trash): If trash-directory is nil and
10419 system-move-file-to-trash is unbound, perform freedesktop-style
10420 trashing.
10421
10422 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10423
10424 * files.el (move-file-to-trash): Add freedesktop trash
10425 support (Bug#973).
10426
10427 2009-06-28 Glenn Morris <rgm@gnu.org>
10428
10429 * autorevert.el (global-auto-revert-non-file-buffers)
10430 (global-auto-revert-mode): Doc fixes.
10431
10432 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10433
10434 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10435
10436 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10437
10438 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10439 opened an X connection before calling x-get-resource (Bug#3194).
10440
10441 * play/doctor.el: Remove reference to obsolete website.
10442 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10443
10444 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10445
10446 Remove find-file-not-found-hook VC method. (Bug#2757)
10447 * vc-hooks.el (vc-file-not-found-hook)
10448 (vc-default-find-file-not-found-hook): Remove functions.
10449 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10450 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10451 * vc.el:
10452 * vc-hg.el:
10453 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10454
10455 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10456
10457 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10458 compatibility function for `looking-back'.
10459
10460 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10461 Use `ispell-looking-back'.
10462
10463 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10464
10465 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10466 rather than `filename'.
10467
10468 2009-06-23 Miles Bader <miles@gnu.org>
10469
10470 * face-remap.el (text-scale-set): New function.
10471
10472 2009-06-23 Glenn Morris <rgm@gnu.org>
10473
10474 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10475
10476 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10477
10478 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10479
10480 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10481
10482 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10483 Simplify Persian conditionals.
10484
10485 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10486 variable `filename'.
10487
10488 * comint.el (comint-insert-input): Doc fix.
10489
10490 * Makefile.in (ELCFILES): Fix typo in previous change.
10491
10492 2009-06-23 Miles Bader <miles@gnu.org>
10493
10494 * cus-start.el: Add entry for `recenter-redisplay'.
10495
10496 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10497
10498 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10499 Add an optional argument for the backend, use it instead of
10500 calling vc-backend.
10501 (vc-mode-line): Add an optional argument for the backend.
10502 Pass the backend to vc-state and vc-working-revision. Move code for
10503 special handling for vc-state being a buffer to ...
10504
10505 * vc-rcs.el (vc-rcs-find-file-hook):
10506 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10507
10508 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10509 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10510 vc-stay-local-p and vc-mode-line calls.
10511
10512 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10513 (vc-cvs-diff, vc-cvs-annotate-command)
10514 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10515 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10516 vc-mode-line calls.
10517
10518 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10519 direct comparison.
10520 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10521 backend when calling vc-mode-line.
10522 (vc-register): Do not create a closure for calling the vc register
10523 function, call it directly.
10524
10525 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10526
10527 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10528 to make it obvious item can be clicked.
10529
10530 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10531
10532 2009-06-23 Kenichi Handa <handa@m17n.org>
10533
10534 * language/korea-util.el (korean-key-bindings): Change the binding
10535 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10536 same command.
10537
10538 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10539
10540 Sync with Tramp 2.1.16.
10541
10542 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10543
10544 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10545 when a loading of a package fails. Completion function for rsync
10546 is `tramp-completion-function-alist-ssh'.
10547 (all): Replace all calls of `split-string' and
10548 `tramp-split-string' by `tramp-compat-split-string'.
10549 (tramp-default-method): Use `tramp-compat-process-running-p'.
10550 (tramp-default-proxies-alist): Allow also Lisp forms.
10551 (tramp-remote-path): Add choice "Private Directories".
10552 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10553 (tramp-domain-regexp): Allow also "-", "_" and ".".
10554 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10555 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10556 (tramp-debug-message): Insert header line in debug buffer.
10557 (tramp-handle-directory-files-and-attributes-with-stat):
10558 Care about filenames with spaces, or starting with "-".
10559 (tramp-handle-dired-uncache): New defun.
10560 (tramp-handle-insert-directory): Don't flush the directory from
10561 cache, this is handled by `dired-uncache' now.
10562 (tramp-handle-insert-file-contents): Improve error handling.
10563 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10564 Quote `tramp-end-of-output'.
10565 (tramp-action-password): Improve trace message.
10566 (tramp-check-for-regexp): Both echoes must be present, before removing.
10567 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10568 (tramp-compute-multi-hops): Eval cons cells of
10569 `tramp-default-proxies-alist'.
10570 (tramp-maybe-open-connection): Use the same command pattern for
10571 first hop and further hops.
10572 (tramp-wait-for-output): Remove handling of newlines.
10573 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10574 (tramp-split-string): Remove function. It is handled in
10575 tramp-compat now.
10576
10577 * net/tramp-cmds.el (tramp-bug):
10578 Recommend `tramp-cleanup-all-connections' in the bug mail.
10579
10580 * net/tramp-compat.el (tramp-compat-split-string)
10581 (tramp-compat-process-running-p): New defuns.
10582
10583 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10584 for `dired-uncache'.
10585
10586 * net/tramp-gvfs.el: New package.
10587
10588 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10589 Add handler for `dired-uncache'.
10590 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10591
10592 * net/trampver.el: Update release number. Make version check fit
10593 for SXEmacs 22.
10594
10595 2009-06-22 Jim Meyering <meyering@redhat.com>
10596
10597 Automatically handle .xz suffix (XZ-compressed files), too.
10598 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10599 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10600
10601 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10602 Nick Roberts <nickrob@snap.net.nz>
10603
10604 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10605 repository (http://sphinx.net.ru/hg/gdb-mi/).
10606
10607 2009-06-22 Glenn Morris <rgm@gnu.org>
10608
10609 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10610 `mode' and `eval' entries. (Bug#3430)
10611
10612 * Makefile.in (ELCFILES): Add fadr.elc.
10613
10614 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10615 differing behavior of \n and ^ in strings. (Bug#3385)
10616
10617 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10618
10619 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10620 property.
10621 (lisp-indent-function): Make it a defcustom.
10622
10623 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10624
10625 * progmodes/gdb-ui.el: Replace with ...
10626 * progmodes/gdb-mi.el: ... this file.
10627 * progmodes/gud.el: Modify for gdb-mi.el.
10628
10629 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10630
10631 * fadr.el: New file.
10632
10633 See ChangeLog.14 for earlier changes.
10634
10635 ;; Local Variables:
10636 ;; coding: utf-8
10637 ;; End:
10638
10639 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10640
10641 This file is part of GNU Emacs.
10642
10643 GNU Emacs is free software: you can redistribute it and/or modify
10644 it under the terms of the GNU General Public License as published by
10645 the Free Software Foundation, either version 3 of the License, or
10646 (at your option) any later version.
10647
10648 GNU Emacs is distributed in the hope that it will be useful,
10649 but WITHOUT ANY WARRANTY; without even the implied warranty of
10650 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10651 GNU General Public License for more details.
10652
10653 You should have received a copy of the GNU General Public License
10654 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10655
10656 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1