]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
from trunk
[gnu-emacs] / lisp / ChangeLog
1 2010-03-01 Kenichi Handa <handa@m17n.org>
2
3 * language/burmese.el (burmese-composable-pattern): Renamed from
4 myanmar-composable-pattern.
5
6 * international/characters.el (script-list): Change myanmar to
7 burmese.
8
9 * international/fontset.el (script-representative-chars): Change
10 myanmar to burmese.
11 (otf-script-alist): Likewise.
12 (setup-default-fontset): Likewise. Re-fix :otf spec.
13
14 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
15
16 * cc-engine.el (c-remove-stale-state-cache): Take account of when
17 `good-pos' is in the same macro as `here'. Fixes bug 5649.
18
19 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
20
21 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
22
23 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
24
25 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
26
27 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/tramp.el (tramp-handle-write-region): START can be a string.
30 Take care in the checks. Reported by Dan Davison
31 <davison@stats.ox.ac.uk>.
32
33 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
34
35 * net/dbus.el (dbus-introspect, dbus-get-property)
36 (dbus-set-property, dbus-get-all-properties): Use
37 `dbus-call-method' when noninteractive. (Bug#5645)
38
39 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
40
41 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
42 * emacs-lisp/elint.el (elint-add-required-env):
43 * cedet/semantic/db-find.el
44 (semanticdb-find-translate-path-brutish-default):
45 * cedet/ede/make.el (ede-make-check-version):
46 * calendar/icalendar.el (icalendar--add-diary-entry):
47 * calc/calcalg2.el (math-tracing-integral):
48 * files.el (recover-session-finish): Use with-current-buffer
49 instead of save-excursion.
50
51 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 Fix in-buffer completion when after-change-functions modify the buffer.
54 * minibuffer.el (completion--replace): New function.
55 (completion--do-completion): Use it and use relative movement.
56
57 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
58
59 * international/fontset.el (setup-default-fontset): Fix :otf spec.
60
61 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
62
63 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
64 Allow the characters _<> in the stack entry (Bug#5653).
65
66 2010-02-26 Kenichi Handa <handa@m17n.org>
67
68 * language/burmese.el: Fix entries in composition-function-table.
69 (myanmar-composable-pattern): New variable.
70
71 * international/fontset.el (setup-default-fontset): Add an entry
72 for myanmar.
73
74 * international/characters.el (script-list): Add Myanmar
75 Extended-A.
76
77 2010-02-26 Glenn Morris <rgm@gnu.org>
78
79 * custom.el (custom-initialize-delay): Doc fix.
80
81 * mail/sendmail.el (send-mail-function): Autoload the call
82 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
83
84 2010-02-25 Alan Mackenzie <acm@muc.de>
85
86 * progmodes/cc-engine.el (c-clear-<-pair-props)
87 (c-clear->-pair-props): Correct to wipe category text props, not
88 syntax-table ones.
89
90 * progmodes/cc-mode.el (c-after-change): Remove any hard
91 syntax-table properties for <, > which, e.g., C-y has
92 inopportunely converted from category properties.
93
94 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
95
96 * files.el (hack-local-variables-filter): For eval forms, also
97 check safe-local-variable-p (Bug#5636).
98
99 2010-02-24 Eduard Wiebe <usenet@pusto.de>
100
101 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
102 and use c(ad)r of cddr (Bug#5640).
103
104 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
105
106 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
107 setting the modes by `ignore-errors'. It might fail, for example
108 if the file is not owned by the user but the group.
109 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
110
111 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
112
113 * files.el (directory-listing-before-filename-regexp): Use
114 stricter matching for iso-style dates, to avoid false matches with
115 date-like filenames (Bug#5597).
116
117 * htmlfontify.el (htmlfontify): Doc fix.
118
119 * eshell/eshell.el (eshell): Doc fix.
120
121 * startup.el (fancy-about-screen): In mode-line, apply
122 mode-line-buffer-id face only to the buffer name (Bug#5613).
123
124 2010-02-20 Kevin Ryde <user42@zip.com.au>
125
126 * progmodes/compile.el (compilation-error-regexp-alist-alist): In
127 `watcom' anchor regexp to start of line, to avoid slowness
128 (Bug#5599).
129
130 2010-02-20 Eli Zaretskii <eliz@gnu.org>
131
132 * subr.el (remove-yank-excluded-properties): Explain in a comment
133 why `category' property is removed.
134
135 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
136
137 * isearch.el (isearch-update-post-hook, isearch-update): Revert
138 2010-02-17 change.
139
140 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
141
142 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
143 (icalendar--convert-weekly-to-ical)
144 (icalendar--convert-yearly-to-ical)
145 (icalendar--convert-block-to-ical)
146 (icalendar--convert-cyclic-to-ical)
147 (icalendar--convert-anniversary-to-ical): Take care of time
148 specifications where hour has 1-digit only (Bug#5549).
149
150 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
153 of disassemble output in GDB 7.1.
154
155 2010-02-19 Glenn Morris <rgm@gnu.org>
156
157 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
158 property. (Bug#5593)
159
160 2010-02-18 Sam Steingold <sds@gnu.org>
161
162 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
163
164 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 Use abbreviated file names in bookmarks (bug#5591).
167 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
168 calls to expand-file-name.
169 (bookmark-relocate): Use abbreviated file names in bookmarks.
170 (bookmark-load): Use abbreviated file names in messages.
171
172 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
173
174 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
175 expand "." and "..". Reported by Thierry Volpiatto
176 <thierry.volpiatto@gmail.com>.
177
178 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
179
180 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
181 permissions of the temporary file to "0600". In case the remote
182 file has no read permissions for the owner, there might be
183 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
184
185 22010-02-18 Glenn Morris <rgm@gnu.org>
186
187 * emacs-lisp/authors.el (authors-renamed-files-alist):
188 Add entries for INSTALL.CVS.
189
190 2010-02-17 Mark A. Hershberger <mah@everybody.org>
191
192 * vc-bzr.el: fix typo in Known Bugs section.
193
194 * isearch.el (isearch-update-post-hook): New hook
195 (isearch-update): Use the new hook.
196
197 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
198
199 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
200 Fix errors in copying directories.
201 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
202 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
203 (tramp-handle-delete-file)
204 (tramp-handle-dired-recursive-delete-directory)
205 (tramp-handle-write-region): Flush also the cache for the upper
206 directory.
207
208 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
209
210 * simple.el (save-interprogram-paste-before-kill): Doc fix.
211
212 * cus-edit.el (hardware): Doc fix.
213
214 * man.el (man): Add to external custom group.
215
216 * delim-col.el (columns): Move to wp custom group.
217
218 * doc-view.el (doc-view): Add to data custom group.
219
220 * cedet/data-debug.el (data-debug): Move to extensions group.
221
222 * cedet/ede.el (ede):
223 * cedet/srecode.el (srecode):
224 * cedet/semantic.el (semantic): Put in tools and extensions group.
225
226 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
227
228 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
229 by ispell-parse-output (Bug#5575).
230
231 2010-02-16 Kenichi Handa <handa@m17n.org>
232
233 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
234 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
235 (skkdic-convert): Use `euc-japan' coding system for writing.
236
237 2010-02-16 Glenn Morris <rgm@gnu.org>
238
239 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
240 tex-main-file before using it. (Bug#5562)
241
242 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
245 warnings, since it is annoying for the user to see them each time he
246 runs the code.
247
248 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
249
250 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
251 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
252 instead of PROC for caching "first-password-request". Otherwise,
253 new processes would not profit from passwords already entered.
254
255 * net/tramp-cache.el (tramp-dump-connection-properties):
256 Don't save "first-password-request" property.
257
258 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
259
260 * outline.el (outline-head-from-level):
261 * simple.el (with-wrapper-hook):
262 * cedet/ede.el (ede-run-target, project-delete-target)
263 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
264 (ede-adebug-project, ede-adebug-project-parent)
265 (ede-adebug-project-root):
266 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
267 (elint-defun, elint-buffer-env, elint-top-form-logged)
268 (elint-unbound-variable):
269 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
270 Fix typos in docstrings.
271
272 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
273
274 * files.el (insert-directory): When WILDCARD-REGEXP and
275 FULL-DIRECTORY-P are nil, insert the file entry instead of the
276 whole directory. (Bug#5551)
277
278 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
279 dired's alignment sanity. (Bug#5516)
280
281 2010-02-14 Juri Linkov <juri@jurta.org>
282
283 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
284 Remove remaining ^H with their preceding chars. (Bug#5566)
285
286 2010-02-13 Glenn Morris <rgm@gnu.org>
287
288 * simple.el (transpose-subr): Give it a doc-string.
289
290 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
291 Doc fixes.
292
293 2010-02-12 Juri Linkov <juri@jurta.org>
294
295 * arc-mode.el (archive-unique-fname): Make directories for nested
296 archives. (Bug#5540)
297
298 2010-02-12 Juri Linkov <juri@jurta.org>
299
300 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
301
302 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * subr.el (copy-overlay): Handle deleted overlays.
305
306 * man.el (Man-completion-table): Don't signal an error if we can't run
307 manual-program (bug#4056).
308
309 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
310
311 * textmodes/artist.el (artist-mt): Fix typos in docstring.
312
313 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
314
315 * info.el (Info-bookmark-jump): Simplify.
316
317 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
318 (bookmark-default-handler): Accept new bookmark field `buffer'.
319
320 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
321
322 * iswitchb.el (iswitchb-completions): Revert last change.
323
324 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
325
326 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
327 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
328 This prevents file names like "~/" being listed literally.
329
330 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
331
332 * term/xterm.el (xterm-maybe-set-dark-background-mode):
333 Remove dead code. (Bug#5546)
334
335 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
336
337 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
338 correctly (Bug#5548).
339
340 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
341
342 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
343 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
344
345 2010-02-08 Kenichi Handa <handa@m17n.org>
346
347 * international/mule-util.el (with-coding-priority): Add autoload
348 cookie for putting `lisp-indent-function'.
349
350 2010-02-07 Glenn Morris <rgm@gnu.org>
351
352 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
353 Move F2003 named interfaces from keywords-2 to keywords-1, and
354 use function-name-face rather than constant-face.
355 Simplify "abstract interface" regexp.
356
357 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
358
359 * eshell/esh-util.el (eshell-file-attributes): New optional arg
360 ID-FORMAT. Pass it to `file-attributes'.
361
362 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
363
364 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
365
366 * faces.el (set-face-attribute): Allow calling
367 internal-set-lisp-face-attribute with 'unspecified family and
368 foundry argument (Bug#5536).
369
370 2010-02-07 Glenn Morris <rgm@gnu.org>
371
372 * progmodes/f90.el (f90-font-lock-keywords-2)
373 (f90-looking-at-type-like, f90-looking-at-program-block-end):
374 Handle F2003 named interfaces.
375
376 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
377
378 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
379 beg and end before calling c-get-state-before-change-functions.
380
381 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
384
385 2010-02-05 Juri Linkov <juri@jurta.org>
386
387 * doc-view.el (doc-view-mode):
388 * image-mode.el (image-mode): Put property mode-class=special.
389 (Bug#4896)
390
391 2010-02-05 Mark A. Hershberger <mah@everybody.org>
392
393 * vc-svn.el (vc-svn-revision-table): New function.
394
395 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
396
397 * net/ange-ftp.el (ange-ftp-insert-directory):
398 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
399 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
400 Handle also directories. (Bug#5478)
401
402 2010-02-05 Glenn Morris <rgm@gnu.org>
403
404 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
405
406 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
407
408 * startup.el (command-line-1): Convert options beginning with a
409 single dash as well (Bug#5519).
410
411 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
414 * minibuffer.el (completion-initials-expand): Only check the presence
415 of delims *within* the boundaries, since otherwise the / delim is
416 always found for files.
417
418 Fix up various corner case problems.
419 * doc-view.el (doc-view-last-page-number): New function.
420 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
421 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
422 (doc-view-kill-proc): Avoid inf-loop in freak cases.
423 (doc-view-reconvert-doc): Use the new recursive delete-directory.
424 (doc-view-convert-current-doc): Don't create the resolution.el file
425 here any more.
426 (doc-view-pdf/ps->png): Do it here instead.
427 (doc-view-already-converted-p): Check that resolution.el is present.
428 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
429 windows that are not yet showing images.
430
431 2010-02-04 Alan Mackenzie <acm@muc.de>
432
433 Change strategy for marking < and > as template delimiters: mark
434 them strictly in matching pairs.
435
436 * cc-mode.el (c-before-change):
437 Use c-get-state-before-change-functions.
438 (c-common-init): Adapt to use
439 c-get-state-before-change-functions (note plural).
440
441 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
442 for searching syntactically for matching <s and >s.
443 (c-get-state-before-change-functions): New language variable (note
444 the plural) which supersedes c-get-state-before-change-function.
445
446 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
447 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
448 (c-clear->-pair-props-if-match-before)
449 (c-before-change-check-<>-operators): New functions.
450 (c-after-change-check-<>-operators): Use macro
451 c-unmark-<->-as-paren.
452
453 * cc-defs.el (c-search-backward-char-property): New macro.
454
455 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
456 and > any more. (These will be handled by font locking.)
457
458 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
459
460 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
461 `dired-uncache' for every elemnt which is an absolute file name.
462
463 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
464 directory, handle its directory component.
465 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
466 function is called permanently and creates noise, otherwise.
467
468 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
469 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
470 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
471
472 2010-02-04 David Burger <dburger@google.com> (tiny change)
473
474 * macros.el (apply-macro-to-region-lines):
475 Minor simplification. (Bug#5485)
476
477 2010-02-04 Glenn Morris <rgm@gnu.org>
478
479 * mail/rmail.el (rmail-show-message-1): Handle malformed
480 quoted-printable text. (Bug#5441)
481
482 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
483
484 * simple.el (visual-line-mode): Capitalize lighter.
485
486 2010-02-03 John Wiegley <jwiegley@gmail.com>
487
488 * iswitchb.el (iswitchb-completions): Add bookmark files to the
489 list of files considered for "virtual buffer" completions.
490
491 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
492
493 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
494 also in case of (and (not full) (not wildcard)). This is needed,
495 when dired is called with a list of files, which are not in
496 `default-directory'. (Bug#5478)
497
498 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
501
502 2010-02-02 Juri Linkov <juri@jurta.org>
503
504 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
505 from unidiff to allow function-line after @@.
506
507 2010-02-02 Juri Linkov <juri@jurta.org>
508
509 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
510 '(RCS SCCS) with inverted condition.
511
512 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
513
514 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
515 messages.
516
517 2010-02-01 Juri Linkov <juri@jurta.org>
518
519 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
520 compare with "pkunzip" and "pkzip" instead of only "pkzip".
521 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
522 only when (car archive-zip-extract) is "unzip". (Bug#5475)
523
524 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
527 (doc-view-revert-buffer): New command.
528 (doc-view-mode-map): Use it.
529
530 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
531
532 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
533 pending merge is detected.
534
535 2010-01-31 Juri Linkov <juri@jurta.org>
536
537 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
538 beginning of interactive spec like all other grep commands do.
539 Put "all" in front of "gz". (Bug#5260)
540
541 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
542
543 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
544
545 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
546
547 * dirtrack.el (dirtrack): Warn instead of signalling error if the
548 regexp is incorrect (Bug#5476).
549
550 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
551
552 * net/tramp.el (tramp-handle-insert-directory): Handle also
553 symlinks, when FILENAME is not in `default-directory'.
554
555 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
558 FILE is not in `default-directory'. (Bug#5478)
559
560 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
561 of SWITCHES. Handle the case, FILENAME is not in
562 `default-directory'. (Bug#5478)
563 (tramp-register-file-name-handlers): Add safe-magic property.
564
565 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
566
567 * arc-mode.el (archive-zip-extract): Quote the argument passed to
568 unzip (Bug#5475).
569
570 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
571
572 * progmodes/flymake.el (flymake-allowed-file-name-masks)
573 (flymake-master-make-header-init): Add other C++ filename masks.
574 (flymake-find-possible-master-files)
575 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
576
577 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
578
579 Fix some busybox annoyances.
580
581 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
582 not responding." string.
583 (tramp-open-connection-setup-interactive-shell): Dump stty
584 settings. Enable "neveropen" arg for all `tramp-send-command'
585 calls. Handle "=" in variable values properly.
586 (tramp-find-inline-encoding): Raise an error, when no encoding is
587 found.
588 (tramp-wait-for-output): Check, whether PROC buffer is available.
589 Remove spurious " ^H" sequences, sent by busybox.
590 (tramp-get-ls-command): Suppress coloring, if possible.
591
592 2010-01-28 Glenn Morris <rgm@gnu.org>
593
594 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
595
596 * log-edit.el (log-edit-strip-single-file-name): Add missing
597 :safe, :group, and :version tags.
598
599 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
600
601 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
602 buffers. (Bug#5477)
603
604 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
605
606 * files.el (delete-directory): Handle moving to trash without
607 first doing recursion (Bug#5436).
608
609 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
610
611 * vc-hooks.el (vc-path): Mark as obsolete.
612
613 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
614
615 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
616 names too.
617
618 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
619 for the short log.
620 (vc-bzr-log-view-mode): Adjust regexp for the above change.
621
622 2010-01-25 Mark A. Hershberger <mah@everybody.org>
623
624 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
625
626 * vc-bzr.el (vc-bzr-revision-table): New function.
627
628 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
629
630 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
631 diff-index command. This requires at least git-1.5.5. (Bug#1589).
632
633 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
634
635 Remove support for adding --signoff on commit.
636 Future support will use an incompatible generic mechanism.
637 * vc-git.el (vc-git-add-signoff): Remove variable.
638 (vc-git-toggle-signoff): Remove function.
639 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
640
641 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
642 from xterm-set-background-mode. Return t if the background mode
643 was set.
644 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
645 earlier, call it again in case the background mode has changed.
646
647 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
648
649 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
650 (Bug#3541).
651
652 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
653
654 * emacs-lisp/assoc.el (aelement): Doc fix.
655 (aput, adelete, amake): Use lexical-let (Bug#5450).
656
657 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
658
659 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
660 is the same as subprogram call, not declaration. (Bug#5435).
661
662 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
663
664 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
665 (tramp-smb-maybe-open-connection): Use it.
666
667 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
668
669 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
670
671 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
674 just because we see "encoding: 8bit".
675 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
676
677 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
678
679 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
680
681 2010-01-22 Eli Zaretskii <eliz@gnu.org>
682
683 * jka-compr.el (jka-compr-load): If load-file is not in
684 load-history, try its file-truename version. (bug#5447)
685
686 2010-01-21 Alan Mackenzie <acm@muc.de>
687
688 Fix a situation where deletion of a cpp construct throws an error.
689 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
690 invoking c-with-all-but-one-cpps-commented-out, check that the
691 special cpp construct is still in the buffer.
692 (c-parse-state): Record the special cpp with markers, not numbers.
693
694 2010-01-21 Kenichi Handa <handa@m17n.org>
695
696 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
697 process last-command-event, as it is now decoded first (Bug#5380).
698
699 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
700
701 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
702
703 2010-01-20 Glenn Morris <rgm@gnu.org>
704
705 * indent.el (tab-always-indent): Fix custom-type.
706
707 2010-01-19 Alan Mackenzie <acm@muc.de>
708
709 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
710 buffer throws "args out of range".
711 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
712 playing the role of delimiter.
713
714 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
715
716 * progmodes/ada-mode.el: Fix bug#5400.
717 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
718 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
719 changed. Delete RECURSIVE parameter; never used. Improve doc string.
720 Improve comments in "is" portion. Handle null procedure declaration.
721 (ada-move-to-end): Improve doc string.
722
723 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
724
725 * ido.el (ido-cur-list): Initialize to nil.
726 Remove obsolete information from commentary.
727 (ido-choice-list): Initialize to nil.
728 (ido-get-bufname): Reject minibuffers.
729 (ido-make-buffer-list): If "default" is a nonexistent
730 buffer, ignore it, as per the function's comment.
731 (ido-kill-buffer-internal): New function.
732 (ido-kill-buffer-at-head): Use it.
733 (ido-visit-buffer): Likewise.
734
735 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
736
737 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
738
739 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
740
741 * cedet/ede/locate.el (ede-locate-file-in-project)
742 (ede-locate-file-in-project-impl): Fix typos in docstrings.
743 (ede-enable-locate-on-project): Fix typos in error messages.
744
745 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
746 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
747 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
748 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
749 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
750 Fix typos in menu help.
751
752 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
753 Fix typos in chart titles.
754
755 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
756 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
757 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
758 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
759 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
760 (semantic-parse-stream, semantic-parse-region)
761 (semantic-parse-region-default, semantic--set-buffer-cache)
762 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
763 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
764 (semantic-default-submodes):
765 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
766 (semanticdb-create-ebrowse-database)
767 (semanticdb-find-tags-for-completion-method)
768 (semanticdb-find-tags-by-class-method)
769 (semanticdb-deep-find-tags-by-name-method)
770 (semanticdb-deep-find-tags-for-completion-method):
771 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
772 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
773 (semanticdb-find-tags-for-completion-method)
774 (semanticdb-find-tags-by-class-method)
775 (semanticdb-deep-find-tags-for-completion-method):
776 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
777 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
778 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
779 (semanticdb-find-tags-by-name-method)
780 (semanticdb-find-tags-by-name-regexp-method)
781 (semanticdb-find-tags-for-completion-method)
782 (semanticdb-find-tags-by-class-method)
783 (semanticdb-find-tags-external-children-of-type-method)
784 (semanticdb-find-tags-subclasses-of-type-method)
785 (semanticdb-deep-find-tags-by-name-method)
786 (semanticdb-deep-find-tags-by-name-regexp-method)
787 (semanticdb-deep-find-tags-for-completion-method):
788 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
789 (semanticdb-enable-gnu-global-in-buffer)
790 (semanticdb-find-tags-for-completion-method)
791 (semanticdb-deep-find-tags-by-name-method)
792 (semanticdb-deep-find-tags-for-completion-method):
793 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
794 (javascript-mode, semanticdb-find-translate-path)
795 (semanticdb-find-tags-for-completion-method)
796 (semanticdb-find-tags-by-class-method)
797 (semanticdb-deep-find-tags-by-name-method)
798 (semanticdb-deep-find-tags-for-completion-method)
799 (semanticdb-find-tags-external-children-of-type-method):
800 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
801 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
802 (global-semantic-idle-scheduler-mode):
803 * cedet/srecode/dictionary.el (srecode-field-value)
804 (srecode-dictionary-add-section-dictionary):
805 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
806 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
807 (describe-class, eieio-describe-generic, describe-generic):
808 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
809 (eieio-speedbar-expand):
810 * emulation/viper-cmd.el (viper-exec-form-in-vi)
811 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
812 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
813 (viper-del-backward-char-in-replace, viper-backward-indent)
814 (viper-brac-function, viper-register-to-point, viper-submit-report):
815 * net/tramp.el (tramp-remote-coding-commands):
816 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
817 Fix typos in docstrings.
818
819 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
820
821 * mail/sendmail.el (mail-yank-original): Set the mark if the
822 specified function for yanking does not do it.
823
824 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
827
828 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
829 resyncing a directory.
830
831 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
832
833 * progmodes/ada-mode.el: Fix bug#1920.
834 (ada-ident-re): Delete ., allow multibyte characters.
835 (ada-goto-label-re): New; matches goto labels.
836 (ada-block-label-re): New; matches block labels.
837 (ada-label-re): New; matches both.
838 (ada-named-block-re): Deleted; callers changed to use
839 `ada-block-label-re' instead.
840 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
841 Use `ada-block-label-re'.
842 (ada-indent-on-previous-lines): Improve handling of goto labels.
843 (ada-get-indent-block-start): Special-case block label.
844 (ada-get-indent-label): Split into `ada-indent-block-label' and
845 `ada-indent-goto-label'.
846 (ada-goto-stmt-start, ada-goto-next-non-ws):
847 Optionally ignore goto labels.
848 (ada-goto-next-word): Simplify.
849 (ada-indent-newline-indent-conditional): Insert newline before
850 trying to fix indentation; doc fix.
851
852 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
853
854 * calc/calc.el (calc-command-flags): Give it an initial value.
855
856 2010-01-17 Glenn Morris <rgm@gnu.org>
857
858 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
859
860 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
861
862 * cedet/semantic.el (semantic-mode):
863 * files.el (minibuffer-with-setup-hook):
864 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
865 (artist-key-draw-continously, artist-key-do-continously-continously)
866 (artist-key-set-point-continously, artist-mouse-draw-continously):
867 Fix typos in docstrings.
868
869 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
870
871 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
872 return t (Bug#3898).
873
874 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
875
876 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
877 can parse the output of the external commands (Bug#5279).
878
879 2010-01-16 Jari Aalto <jari.aalto@cante.net>
880
881 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
882
883 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
884
885 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
886
887 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
888
889 * startup.el (command-line): Remove unused --icon-type arg.
890 Handle --display arg, passing it to command-line-1 (Bug#5392).
891
892 2010-01-16 Mario Lang <mlang@delysid.org>
893
894 * cedet/ede/cpp-root.el (ede-cpp-root-project):
895 * cedet/ede/files.el (ede-expand-filename):
896 * cedet/ede/simple.el (ede-simple-project):
897 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
898 (semantic-complete-inline-tag-engine):
899 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
900 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
901 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
902 * cedet/semantic/db.el (semanticdb-equivalent-mode):
903 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
904 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
905 * emacs-lisp/chart.el (chart-translate-namezone):
906 * textmodes/artist.el (artist-compute-popup-menu-table):
907 Remove duplicated words in doc-strings.
908
909 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
910
911 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
912 to mairix-search to suppress threading (Bug#5342).
913
914 2010-01-15 Kenichi Handa <handa@m17n.org>
915
916 * international/mule-cmds.el (canonicalize-coding-system-name):
917 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
918
919 2010-01-15 Glenn Morris <rgm@gnu.org>
920
921 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
922
923 * wid-edit.el (widget-keymap): Doc fix.
924
925 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
926 former seems to be more widely accepted by various svn versions.
927
928 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
929
930 * find-cmd.el (find-constituents):
931 * vc-arch.el (vc-arch-root):
932 * window.el (window-body-height, pop-up-frames):
933 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
934 (semantic-no-reparse-needed-change-hook):
935 * cedet/srecode/insert.el (srecode-resolve-argument-list)
936 (srecode-template-inserter-blank, srecode-template-inserter-variable)
937 (srecode-template-inserter-ask, srecode-template-inserter-width)
938 (srecode-template-inserter-section-start)
939 (srecode-template-inserter-section-end, srecode-insert-method):
940 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
941 * progmodes/ada-stmt.el (ada-if):
942 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
943 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
944 (ispell-encoding8-command, ispell-aspell-supports-utf8)
945 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
946
947 * progmodes/flymake.el (flymake-post-syntax-check):
948 Fix typo in error message.
949
950 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
951
952 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
953 which is always a string. (Bug#5313)
954
955 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
956
957 * progmodes/ada-xref.el (ada-default-prj-properties):
958 Simplify previous change.
959
960 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
961
962 * progmodes/ada-xref.el (ada-default-prj-properties):
963 Default ada_project_path to $ADA_PROJECT_PATH.
964
965 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
966
967 * progmodes/ada-mode.el (ada-create-keymap):
968 Override `narrow-to-defun' with `ada-narrow-to-defun'.
969
970 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
971
972 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
973 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
974 (ada-get-current-indent, ada-imenu-generic-expression)
975 (ada-which-function): Check for it.
976
977 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
978
979 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
980 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
981
982 2010-01-14 Glenn Morris <rgm@gnu.org>
983
984 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
985
986 2010-01-14 Kenichi Handa <handa@m17n.org>
987
988 * composite.el (auto-composition-mode): Make it a buffer local
989 variable (permanent-local).
990 (auto-composition-function): Set the default value to
991 auto-compose-chars.
992 (auto-composition-mode): Make it a simple function, not a minor mode.
993 (global-auto-composition-mode): Likewise.
994 (turn-on-auto-composition-if-enabled): Delete it.
995
996 2010-01-13 Karl Fogel <kfogel@red-bean.com>
997
998 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
999
1000 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1001
1002 * files.el (copy-directory): Compute target for recursive
1003 directories with identical names. (Bug#5343)
1004
1005 2010-01-12 Glenn Morris <rgm@gnu.org>
1006
1007 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1008 it to bug-gnu-emacs rather than emacs-pretest-bug.
1009
1010 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * cedet/data-debug.el (data-debug): Fix customization group reference.
1013
1014 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1017 (semantic-analyze-context, semantic-analyze-context-assignment)
1018 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1019 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1020 (semantic-java-doc-keywords-map):
1021 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1022 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1023 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1024 (semantic-c-classname, semantic-format-tag-uml-prototype)
1025 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1026 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1027 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1028 (semantic-get-local-variables, semantic-end-of-command)
1029 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1030 (lisp-mode):
1031 * cedet/semantic/bovine/make.el (makefile-mode):
1032 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1033 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1034 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1035 (semantic-lex, semantic-get-local-variables, python-mode):
1036 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1037 * cedet/srecode/extract.el (srecode-extract-state-set)
1038 (srecode-extract-method): Fix typos in docstrings.
1039
1040 2010-01-11 Sam Steingold <sds@gnu.org>
1041
1042 * imenu.el (imenu-default-create-index-function): Detect infinite
1043 loops caused by imenu-prev-index-position-function.
1044
1045 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * htmlfontify.el (htmlfontify-load-rgb-file)
1048 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1049 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1050 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1051 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1052 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1053 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1054 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1055 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1056 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1057 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1058 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1059 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1060 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1061 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1062 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1063 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1064 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1065 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1066 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1067 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1068 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1069 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1070 backslash-quoting from parentheses, etc.
1071
1072 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * progmodes/js.el: Autoload javascript-mode alias.
1075
1076 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1079 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1080 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1081 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1082 Fix typos in docstrings.
1083 (ffap-url-regexp): Doc fix.
1084 (ffap-at-mouse): Fix typo in message.
1085
1086 2010-01-11 Glenn Morris <rgm@gnu.org>
1087
1088 * version.el (emacs-copyright): Set copyright year to 2010.
1089
1090 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * format.el (format-annotate-function): Only set
1093 write-region-post-annotation-function after running to-fn so as not to
1094 affect nested write-region calls (bug#5273).
1095
1096 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1099 Add python parser.
1100
1101 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1102 wisent/python.el.
1103
1104 2010-01-10 Richard Kim <emacs18@gmail.com>
1105
1106 * cedet/semantic/wisent/python-wy.el:
1107 * cedet/semantic/wisent/python.el: New files.
1108
1109 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * man.el (Man-goto-section): Signal error if the section is not
1112 found (Bug#5317).
1113
1114 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1115
1116 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1117 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1118
1119 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * progmodes/compile.el: Don't treat compile-command as safe if
1122 compilation-read-command might be nil (Bug#4218).
1123
1124 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1125
1126 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1127 NS options.
1128
1129 2010-01-08 Kenichi Handa <handa@m17n.org>
1130
1131 * international/fontset.el (build-default-fontset-data):
1132 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1133
1134 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1137 to `create-file-buffer' as it expects, not just a buffer name.
1138 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1139 to help uniquify. (Bug#3224)
1140
1141 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1142
1143 * font-setting.el (font-setting-change-default-font): Use user-spec
1144 instead of name.
1145
1146 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1147
1148 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1149
1150 2010-01-05 Tom Tromey <tromey@redhat.com>
1151
1152 * progmodes/python.el (python-font-lock-keywords):
1153 Handle qualified decorators (Bug#881).
1154
1155 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1156
1157 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1158 in a lightweight checkout.
1159
1160 2010-01-05 Kenichi Handa <handa@m17n.org>
1161
1162 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1163
1164 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1165
1166 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1167
1168 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1169
1170 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1171 checkouts. (Bug#618)
1172 (vc-bzr-log-view-mode): Also highlight the author.
1173 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1174 (vc-bzr-shelve-menu-map):
1175 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1176 (vc-bzr-shelve-apply): Make prompt more explicit.
1177
1178 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1181 They are valid characters in URL paths (rfc3986), and at least
1182 Firefox does not understand the encoded version (Bug#3166).
1183
1184 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1185
1186 * progmodes/octave-mod.el (octave-end-keywords)
1187 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1188 Add "end" keyword (Bug#3061).
1189 (octave-end-as-array-index-p): New function.
1190 (calculate-octave-indent): Use it.
1191
1192 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1193
1194 * bookmark.el: Consistently put the text property on the bookmark name.
1195 (bookmark-bmenu-marks-width): Bump back to 2, to include
1196 annotation marks.
1197 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1198 property on the bookmark name, instead of not putting it at all.
1199 (bookmark-bmenu-list): Fix where we put the text property.
1200
1201 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1202
1203 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1204 for showing buffer modified state (as added in the previous change).
1205
1206 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1207
1208 * bookmark.el: Show modified state of bookmark buffer more accurately.
1209 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1210 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1211 (with-buffer-modified-unmodified): New macro.
1212 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1213 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1214 Use new macro to preserve the buffer modified state.
1215
1216 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1217
1218 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1219 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1220 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1221 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1222 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1223 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1224 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1225
1226 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1227
1228 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1229 Make the lines in the generated doc string shorter. (Bug#4668)
1230
1231 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1232
1233 * net/rcirc.el: Add follow-link binding (Bug#4738).
1234
1235 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1236
1237 * Makefile.in (bzr-update): Rename from cvs-update.
1238 (cvs-update): New target for backward compatibility.
1239
1240 * makefile.w32-in (bzr-update): Rename from cvs-update.
1241 (cvs-update): New target for backward compatibility.
1242
1243 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1244
1245 * bookmark.el: Remove gratuitous gratitude.
1246
1247 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1248
1249 * bookmark.el (bookmark-bmenu-any-marks): New function
1250 (bookmark-bmenu-save): Clear buffer modification if no marks.
1251
1252 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1253
1254 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1255 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1256 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1257 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1258
1259 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1260 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1261 To: emacs-devel {_AT_} gnu.org
1262 Subject: bookmark.el bug report
1263 Date: Mon, 28 Dec 2009 14:19:16 +0800
1264 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1265
1266 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1267
1268 * bookmark.el: Improvements suggested by Drew Adams:
1269 (bookmark-bmenu-ensure-position): New name for
1270 `bookmark-bmenu-check-position'. Just ensure the position,
1271 don't return any meaningful value.
1272 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1273 New constants.
1274
1275 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1278 (bookmark-yank-point, bookmark-bmenu-check-position):
1279 Fix typos in docstrings.
1280 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1281 (bookmark-name-from-full-record, bookmark-get-position)
1282 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1283 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1284 Remove useless quoting of parenthesis, etc. in docstrings.
1285
1286 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1287 (ediff-append-custom-diff): Fix typo in error message.
1288 (ediff-meta-mark-equal-files): Fix typos in messages.
1289
1290 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1291
1292 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1293 Fix typo in docstring.
1294
1295 * net/imap-hash.el (imap-hash-make): Doc fix.
1296 (imap-hash-test): Fix typo in error message; reflow docstring.
1297 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1298 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1299 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1300 Fix typos in docstrings.
1301 (imap-hash-open-connection): Fix typo in error message.
1302
1303 * play/gomoku.el (gomoku): Fix typos in docstring.
1304
1305 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1306 (gdb-jsonify-buffer): Fix typos in docstring.
1307 (gdb-goto-breakpoint): Fix typo in error message.
1308 ("Display Other Windows"): Fix typo in help message.
1309 (gdb-speedbar-expand-node): Fix typo in question.
1310
1311 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1312 (idlwave-html-system-help-location, idlwave-html-help-location)
1313 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1314 (idlwave-help-browser-generic-args, idlwave-help-directory)
1315 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1316 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1317 (idlwave-online-help, idlwave-help-html-link)
1318 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1319 Fix typos in docstrings.
1320 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1321 Reflow docstrings.
1322 (idlwave-help-assistant-start): Fix typo in error message.
1323
1324 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1325 (octave-electric-space): Fix typos in docstrings.
1326
1327 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1330
1331 2010-01-01 Juri Linkov <juri@jurta.org>
1332
1333 * comint.el (comint-input-ring-size): Make it a defcustom and
1334 increase the default to 500 (Bug#5148).
1335
1336 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1337
1338 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1339 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1340 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1341
1342 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1343
1344 Show working revision correctly for mercurial.
1345 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1346 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1347
1348 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1349
1350 Declare some functions for the byte-compiler.
1351 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1352 (speedbar-timer-fn, speedbar-change-expand-button-char)
1353 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1354
1355 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1356
1357 This changeset reverts GDB Graphical Interface to use annotations.
1358 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1359
1360 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1361
1362 Make vc-dir work on subdirectories of the bzr root.
1363 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1364 file names relative to it.
1365 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1366 relative directory to vc-bzr-after-dir-status.
1367
1368 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1369
1370 * font-lock.el (font-lock-refresh-defaults): New function, which
1371 can be used to let font-lock react to external changes in
1372 variables like font-lock-defaults and keywords.
1373 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1374
1375 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1376
1377 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1378
1379 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1380
1381 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1382
1383 Supersede color.diff settings in git log (bug#5211).
1384
1385 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1386 escape chars in its output when the user has color.diff set to `always'.
1387 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1388
1389 2009-12-26 Kevin Ryde <user42@zip.com.au>
1390
1391 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1392 node. Keep previous "Index" name to work with past coreutils too.
1393
1394 * man.el (man): Revise docstring a bit to show -a and -l as
1395 examples. Add -k description since support for it has otherwise
1396 been a secret. (Further to bug#3717.)
1397 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1398 "no matches" rather than "Can't find manpage", as the latter reads
1399 like -k was interpreted as a page name, which is not so. (Bug#5431)
1400
1401 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1402
1403 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1404 switches. Check also for //SUBDIRED// line.
1405
1406 2009-12-25 Kenichi Handa <handa@m17n.org>
1407
1408 * language/indian.el (devanagari-composable-pattern): Fixed to
1409 handle ZWNJ and ZWJ. Use it in composition-function-table for
1410 Devanagari.
1411 (malayalam-composable-pattern): Fix previous change.
1412
1413 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1414
1415 * ps-print.el (ps-face-attributes): It was not returning the
1416 attribute face for faces specified as string. Reported by harven
1417 <harven@free.fr>.
1418 (ps-print-version): New version 7.3.5.
1419
1420 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1421
1422 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1423 timezone names.
1424 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1425 (icalendar--add-diary-entry): Remove the trailing blank that
1426 diary-make-entry inserts.
1427
1428 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1429
1430 Make `file-expand-wildcards' work for remote files.
1431
1432 * files.el (file-expand-wildcards): In case of remote files, check
1433 only local file name part for wildcards. Provide feature 'files
1434 and subfeature 'remote-wildcards. (Bug#5198)
1435
1436 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1437 if there is already an established connection.
1438 (tramp-advice-file-expand-wildcards): Remove it.
1439
1440 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1441 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1442 Activate advice for older GNU Emacs versions. (Bug#5237)
1443
1444 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1445
1446 Some doc fixes (more needed).
1447
1448 * find-cmd.el (find-constituents): Reflow docstring.
1449 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1450 (find-generic): Doc fix.
1451
1452 2009-12-17 Juri Linkov <juri@jurta.org>
1453
1454 Fix regression from 23.1 to allow multiple modes in Local Variables.
1455
1456 * files.el (hack-local-variables-filter): While ignoring duplicates,
1457 don't take `mode' into account.
1458 (hack-local-variables-filter, hack-dir-local-variables): Don't
1459 remove duplicate `mode' from local-variables-alist (like `eval').
1460
1461 2009-12-17 Juri Linkov <juri@jurta.org>
1462
1463 Make `dired-diff' more safe. (Bug#5225)
1464
1465 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1466 `current' or when `file' is a directory of the `current' file.
1467
1468 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1469
1470 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1471 unconditionally preloaded files.
1472
1473 2009-12-16 Juri Linkov <juri@jurta.org>
1474
1475 Revert to old 23.1 logic of using the file at the mark as default.
1476 * dired-aux.el (dired-diff): Use the file at the mark as default
1477 if it's not the same as the current file, and the target dir is
1478 the current dir or the mark is active. Add the current file
1479 as the arg of `dired-dwim-target-defaults'. Use the default file
1480 in the prompt. (Bug#5225)
1481
1482 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1485 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1486 (tramp-check-for-regexp): Check also, when an echoing shell stops
1487 to echo sent commands.
1488
1489 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * Makefile.in: Revert last change (Bug#5191).
1492
1493 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1494
1495 * vc-hg.el (vc-hg-print-log): Fix argument order.
1496 (vc-hg-working-revision): Make sure the command is executed in a
1497 known environment so that we can parse the output. (Bug#4417)
1498
1499 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * progmodes/python.el (python-symbol-completions): Remove text
1502 properties from symbol string before calling python-send-receive.
1503
1504 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1505
1506 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1507 when there are values for both file and line. (Bug#5060)
1508
1509 2009-12-14 Juri Linkov <juri@jurta.org>
1510
1511 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1512 whitespace after the file name of the first line of unified format,
1513 because git-diff doesn't output whitespace and file modification time
1514 after the file name.
1515
1516 2009-12-14 David Kastrup <dak@gnu.org>
1517
1518 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1519 check if it already has the `display' property added by
1520 `Info-display-images-node', and not put the `invisible' property
1521 in this case.
1522
1523 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1526 (semantic-mru-bookmark-mode): Doc fixes.
1527
1528 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1529 of assert.
1530
1531 2009-12-13 Glenn Morris <rgm@gnu.org>
1532
1533 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1534 (report-emacs-bug): In message-mode, sort manually before storing
1535 original report text. (Bug#5178)
1536 Remove superfluous save-excursion.
1537
1538 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1541 when responding to "GetAll" properties.
1542
1543 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * simple.el (compose-mail): Remove mail-setup-with-from from
1546 customization checks.
1547
1548 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1549
1550 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1551 RAR archives created on Unix systems.
1552
1553 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1556 the varalias that was accidentally removed by the 2009-11-19 change
1557 (bug#5186).
1558
1559 2009-12-12 Kenichi Handa <handa@m17n.org>
1560
1561 * language/indian.el (indian-compose-regexp): New function.
1562 (malayalam-composable-pattern): Fix the pattern.
1563 (composition-function-table): Set malayalam-composable-pattern for
1564 Malayalam characters.
1565
1566 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1569 rather than down-mouse-1, based on follow-link conventions.
1570
1571 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1572 are compiled.
1573
1574 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1575
1576 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1577 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1578 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1579 (verilog-leap-to-head, verilog-backward-token):
1580 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1581
1582 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1583
1584 * progmodes/verilog-mode.el (verilog-auto-lineup)
1585 (verilog-nameable-item-re): Cleanup user-visible spelling and
1586 documentation errors. One reported by Gary Delp.
1587 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1588 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1589 package, bug195. Reported by Pierre-David Pfister.
1590
1591 2009-12-11 Glenn Morris <rgm@gnu.org>
1592
1593 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1594
1595 * mail/emacsbug.el: No longer require sendmail.
1596 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1597 (report-emacs-bug-orig-text): Doc fix.
1598 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1599 New local variables, to adapt to different mail-user-agents.
1600 (report-emacs-bug): Fix test for a gnu.org address.
1601 Use overlays for emphasis, since font-lock defeats 'face property.
1602 Pretest bugs also end up at the newsgroup these days.
1603 Stop message-mode stripping text properties.
1604 Set and use the new buffer-local variables.
1605 (report-emacs-bug-hook): Add doc-string.
1606 Remove some unnecessary save-excursions and simplify.
1607 Use the appropriate hook and send-command.
1608
1609 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1610 capitalization of some menu entries.
1611
1612 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1613
1614 * whitespace.el (whitespace-display-char-on): Ensure
1615 `buffer-display-table' is unique when two or more windows are
1616 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1617 New version 12.1.
1618
1619 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1620
1621 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1622 characters in the Attribute field.
1623
1624 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1625
1626 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1627
1628 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1631 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1632 Disregard autoload-excludes.
1633 (update-directory-autoloads): Obey autoload-excludes here instead.
1634 But don't store its contents in no-autoloads and remove entries that
1635 refer to excludes files.
1636
1637 2009-12-10 Glenn Morris <rgm@gnu.org>
1638
1639 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1640 (expand-mail-aliases): Define for compiler.
1641
1642 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1643 Define for compiler.
1644
1645 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1646 appropriate for the mail-user-agent in use.
1647
1648 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1651
1652 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1653
1654 Fix short log parsing and fontification.
1655 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1656 Fix fontification for the [merge] label.
1657
1658 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1659
1660 Drop some properties to avoid surprises.
1661 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1662 (hfy-fontify-buffer): Use it.
1663
1664 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 Minor cleanup.
1667 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1668 Adjust all callers.
1669 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1670 args compulsory. Adjust callers.
1671 (ffap-gopher-at-point): Remove unused var `name'.
1672
1673 Get rid of the ELCFILES abomination.
1674 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1675 (compile-elcfiles): New phony target.
1676 (compile-main): Compute ELCFILES dynamically.
1677 (compile-clean): New target to remove left-over elc files.
1678 (compile, all): Use it.
1679
1680 2009-12-09 Kenichi Handa <handa@etlken>
1681
1682 * international/mule-diag.el: Require help-mode instead of help-fns.
1683
1684 2009-12-09 Kenichi Handa <handa@m17n.org>
1685
1686 * international/mule-cmds.el (ucs-names): Supply sufficiently
1687 fine ranges instead of pre-calculating accurate ranges.
1688 Iterate with bigger gc-cons-threshold.
1689
1690 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1691
1692 Add support for stashing a snapshot of the current tree.
1693 * vc-git.el (vc-git-stash-snapshot): New function.
1694 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1695
1696 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1697
1698 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1699 instead of `(beginning|end)-of-line'.
1700
1701 2009-12-08 Glenn Morris <rgm@gnu.org>
1702
1703 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1704
1705 * Makefile.in (ELCFILES): Regenerate.
1706
1707 2009-12-07 Juri Linkov <juri@jurta.org>
1708
1709 Don't lazy-highlight the comint output in history Isearch mode.
1710
1711 * comint.el (comint-history-isearch-search): Instead of
1712 `comint-line-beginning-position', use `comint-after-pmark-p'
1713 to check if point if before the process mark, and go to
1714 `process-mark' in this case.
1715
1716 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * textmodes/tex-mode.el (latex-complete)
1719 (latex-indent-or-complete): Remove.
1720 (latex-mode): Set completion-at-point-functions instead.
1721
1722 Provide a standard completion command and hook it into TAB.
1723 * minibuffer.el (completion-at-point-functions): New var.
1724 (completion-at-point): New command.
1725 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1726 * progmodes/python.el (python-mode-map): Use completion-at-point.
1727 (python-completion-at-point): Rename from python-partial-symbol and
1728 adjust for use in completion-at-point-functions.
1729 (python-mode): Setup completion-at-point for Python completion.
1730 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1731 extracted from lisp-complete-symbol.
1732 (lisp-complete-symbol): Use it.
1733 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1734 setup completion-at-point for Elisp completion.
1735 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1736 Use completion-at-point.
1737 * ielm.el (ielm-map): Use completion-at-point.
1738 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1739 * progmodes/sym-comp.el: Move to...
1740 * obsolete/sym-comp.el: Move from progmodes.
1741
1742 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1743
1744 Prevent save-buffer in Rmail buffers from using the coding-system
1745 of the current message, and from clobbering the encoding mnemonics
1746 in the mode line (Bug#4623).
1747
1748 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1749 flag, too.
1750 (rmail-message-encoding): New variable.
1751 (rmail-write-region-annotate): Record the encoding of the current
1752 message in rmail-message-encoding.
1753 (rmail-after-save-hook): New function, restores the encoding of
1754 the current message after the message collection is saved.
1755
1756 2009-12-07 Juri Linkov <juri@jurta.org>
1757
1758 * progmodes/grep.el (grep-read-files): Use `completing-read'
1759 instead of `read-string'. Set its `collection' arg to
1760 `read-file-name-internal'. (Bug#4301)
1761
1762 2009-12-07 Juri Linkov <juri@jurta.org>
1763
1764 Correctly restore original Isearch point. (Bug#4994)
1765
1766 * isearch.el (isearch-mode): Move `isearch-push-state' after
1767 `(run-hooks 'isearch-mode-hook)'.
1768 (isearch-cancel): When `isearch-push-state-function' is defined,
1769 let-bind `isearch-cmds' to the first state (the last element of
1770 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1771 function and restores the original point). Otherwise, move point
1772 to `isearch-opoint'.
1773
1774 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1777 chars that don't have names, so the table can be built much faster at
1778 run-time.
1779
1780 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1783 change. Suggested by David Kastrup.
1784
1785 * simple.el (compose-mail): Check for incompatibilities and warn.
1786 (compose-mail-user-agent-warnings): New option.
1787
1788 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1789
1790 Support showing a single log entry from vc-annotate.
1791 * vc.el (print-log): Add a new argument: START-REVISION.
1792 (vc-print-log-internal): Add a new optional argument and
1793 pass it to the backend.
1794 (vc-print-log, vc-print-root-log): Adjust callers.
1795 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1796 buffer already displays the requested log entry, use it.
1797 Otherwise display only the log entry in question.
1798 * vc-svn.el (vc-svn-print-log):
1799 * vc-mtn.el (vc-mtn-print-log):
1800 * vc-hg.el (vc-hg-state):
1801 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1802 (vc-git-show-log-entry): Return t on success.
1803 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1804 (vc-bzr-show-log-entry): Return t on success.
1805 * vc-rcs.el (vc-rcs-print-log):
1806 * vc-sccs.el (vc-sccs-print-log):
1807 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1808
1809 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1812 Add menus to the meta mode. (Bug#5043)
1813
1814 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1815
1816 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1817 event-key.
1818
1819 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1820
1821 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1822
1823 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1824 Berbain <raphael.berbain@gmail.com>.
1825
1826 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1827 characters.
1828 (tramp-initial-end-of-output): New defconst.
1829 (tramp-methods, tramp-find-shell)
1830 (tramp-open-connection-setup-interactive-shell)
1831 (tramp-maybe-open-connection): Use it.
1832 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1833 existence of `#' and `$'.
1834
1835 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1836 `tramp-initial-end-of-output'.
1837
1838 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1839
1840 Get the background mode from the terminal for xterm, and set
1841 faces accordingly.
1842 * term/xterm.el (xterm-set-background-mode): New function.
1843 (terminal-init-xterm): Use it in case xterm supports background
1844 color queries. Recompute faces after getting the background
1845 color.
1846
1847 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1848
1849 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1850 number comment back on its own line, for easier parsing.
1851
1852 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 Make it work for non-file buffers (bug#5102).
1855 * doc-view.el (doc-view-current-cache-dir):
1856 Use doc-view-buffer-file-name rather than buffer-file-name.
1857 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1858
1859 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1860
1861 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1862 author field is too short.
1863
1864 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1865
1866 * vc-git.el (vc-git-print-log): Handle a limit argument.
1867 Display the short log in graph form and with labels.
1868 (vc-git-log-view-mode): Handle labels.
1869
1870 Make vc-revert change VC state from 'added to 'unregistered.
1871 * vc-git.el (vc-git-revert): Call git reset first.
1872
1873 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1874
1875 * net/newst-backend.el, net/newst-plainview.el:
1876 * net/newst-reader.el, net/newst-ticker.el:
1877 * net/newst-treeview.el, net/newsticker.el:
1878 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1879
1880 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1883
1884 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1885 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1886 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1887 Update annotation regexp.
1888
1889 * simple.el (beginning-of-visual-line): Constrain to field
1890 boundaries (Bug#5106).
1891
1892 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1893
1894 * xml.el (xml-substitute-numeric-entities): Move
1895 newsticker--decode-numeric-entities in newst-backend.el to
1896 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1897 * net/newst-backend.el (newsticker--parse-generic-feed)
1898 (newsticker--parse-generic-items)
1899 (newsticker--decode-numeric-entities): Move
1900 newsticker--decode-numeric-entities in newst-backend.el to
1901 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1902
1903 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1904
1905 * progmodes/js.el (js--js-not): Add null to the list of values.
1906
1907 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1910
1911 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1912
1913 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1914 delimiter if it is at the end of the current line.
1915 (bibtex-generate-url-list): Fix docstring.
1916
1917 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1920 minibuffer's content with itself.
1921 Fold the confirm-after-completion case into the `confirm' case.
1922 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1923
1924 2009-12-06 Kevin Ryde <user42@zip.com.au>
1925
1926 * ffap.el (ffap-rfc-path): Make this a defcustom since
1927 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1928
1929 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1930 manuals, similar to existing setup for help-mode. (Bug#3913.)
1931
1932 2009-12-05 Juri Linkov <juri@jurta.org>
1933
1934 Save and restore dired buffer's point positions too. (Bug#4880)
1935
1936 * dired.el (dired-save-positions): Return in the first element
1937 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1938 Doc fix.
1939 (dired-restore-positions): First restore buffer's position.
1940 While restoring window's positions, check if window still displays
1941 the original buffer.
1942
1943 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1946 if possible.
1947
1948 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1949 Make argument optional.
1950
1951 * shell.el (shell): Require ansi-color (Bug#5113).
1952
1953 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1954
1955 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1956
1957 2009-12-05 Alan Mackenzie <acm@muc.de>
1958
1959 * progmodes/cc-mode.el (c-before-hack-hook)
1960 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1961 `c-file-style' to work again. This reversion restores the current
1962 software to its state in Emacs 23.1. (Bug#4146)
1963
1964 2009-12-05 Kevin Ryde <user42@zip.com.au>
1965
1966 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1967 comment-start-skip to comment-end-skip as comment (Bug#4781).
1968
1969 2009-12-05 Juri Linkov <juri@jurta.org>
1970
1971 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1972 for virtual nodes. (Bug#4147)
1973 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1974 when moving from a virtual node.
1975 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1976 (Info-mode): Add `Info-virtual-index' to the docstring.
1977
1978 2009-12-05 Eric Ludlam <zappo@gnu.org>
1979
1980 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1981 Describe project macro symbols.
1982
1983 * cedet/semantic/complete.el (semantic-complete-do-completion):
1984 Don't call semantic-collector-current-exact-match.
1985
1986 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1987 ede-objects as targets.
1988
1989 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1990 a target's object list even if compiler vars are already in the
1991 Makefile.
1992
1993 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1994 list of headers producing necessary macros.
1995
1996 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1997
1998 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1999 track of the buffer position of the end of a BibTeX entry as this
2000 position may change during reformatting.
2001 (bibtex-format-entry): Remove whitespace before processing
2002 numerical fields so that we recognize the latter properly.
2003 (bibtex-reformat): Do not use push which changes the global value
2004 of bibtex-entry-format.
2005 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2006 (bibtex-field-re-init): Replace only space characters by regexp
2007 for whitespace.
2008 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2009 (bibtex-initialize): Also update bibtex-strings.
2010 (bibtex-kill-field): Preserve white space at end of entry.
2011 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2012 Update bibtex-reference-keys.
2013
2014 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2017 point after a star, if that's the only place where modifications can
2018 make progress.
2019
2020 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2021
2022 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2023 in docstrings.
2024
2025 2009-12-04 Juri Linkov <juri@jurta.org>
2026
2027 * proced.el (proced): Call `(proced-update t)' to update process
2028 information instead of only running proced-post-display-hook.
2029 (proced-send-signal): Add a leading space to the buffer name
2030 " *Marked Processes*" to make this buffer ephemeral.
2031
2032 2009-12-04 Juri Linkov <juri@jurta.org>
2033
2034 * dired.el (dired-auto-revert-buffer): New defcustom.
2035 (dired-internal-noselect): Use it.
2036
2037 2009-12-04 Juri Linkov <juri@jurta.org>
2038
2039 Change roles of modes and functions in image-mode.el (Bug#5062).
2040
2041 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2042 in `auto-mode-alist'.
2043 (image-mode-previous-major-mode): New variable.
2044 (image-minor-mode-map): Rename from `image-mode-text-map'.
2045 (image-mode): Move graceful error-handling code from
2046 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2047 (image-minor-mode): Remove all image-handling code.
2048 Replace `image-mode-text-map' with `image-minor-mode-map'.
2049 Check for `image-type' in mode-line format string.
2050 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2051 (image-mode-as-text): New function with most code from
2052 `image-mode-maybe'.
2053 (image-toggle-display-text): Move code that removes image
2054 properties from `image-toggle-display' to here.
2055 (image-toggle-display-image): New function with code that adds
2056 image properties copied from `image-toggle-display'.
2057 (image-toggle-display): Remove most code with leaving only code
2058 that toggles between `image-mode-as-text' and `image-mode'.
2059
2060 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2061
2062 * net/newst-treeview.el
2063 (newsticker--treeview-list-highlight-start): Restored call to
2064 save-excursion: Selected item was stuck.
2065 (newsticker--treeview-list-select): New.
2066 (newsticker--treeview-item-show-text)
2067 (newsticker--treeview-item-show)
2068 (newsticker--treeview-item-update): Use new
2069 newsticker-treeview-item-mode.
2070 (newsticker-treeview-update): Keep current item.
2071 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2072 (newsticker--treeview-first-feed): Doc change.
2073 (newsticker-treeview-list-menu)
2074 (newsticker-treeview-item-menu): Added menu entries.
2075 (newsticker-treeview-item-mode): New.
2076
2077 * net/newst-backend.el (newsticker-customize): Delete other
2078 windows.
2079
2080 2009-12-04 Sam Steingold <sds@gnu.org>
2081
2082 * log-view.el (log-view-mode-map): "q" calls quit-window,
2083 like in all the other non-self-insert buffers.
2084
2085 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 Minor cleanup.
2088 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2089 key decoding rather than do it manually via last-input-event +
2090 ascii-character.
2091 (term-exec): Use delete-and-extract-region.
2092 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2093 (term-process-pager): Remove unused var `i'.
2094 (term-dynamic-simple-complete): Make obsolete.
2095 (serial-update-config-menu): Remove unused vars `y' and `str'.
2096 (term-update-mode-line): Remove unused var `temp'.
2097
2098 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 Limit the number of log entries displayed by default.
2101 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2102 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2103 using a prefix argument.
2104
2105 2009-12-03 Glenn Morris <rgm@gnu.org>
2106
2107 * progmodes/idlwave.el (class): Restore still useful declaration.
2108
2109 2009-12-03 Alan Mackenzie <acm@muc.de>
2110
2111 Enhance `c-parse-state' to run efficiently in "brace deserts".
2112
2113 * progmodes/cc-mode.el (c-basic-common-init):
2114 Call c-state-cache-init.
2115 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2116 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2117 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2118
2119 * progmodes/cc-langs.el (c-before-font-lock-function):
2120 c-extend-and-neutralize-syntax-in-CPP has been renamed
2121 c-neutralize-syntax-in-and-mark-CPP.
2122
2123 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2124 with `category' properties now, not `syntax-table' ones.
2125
2126 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2127 enhanced (but slower) version of c-end-of-macro that won't land
2128 inside a literal or on another awkward character.
2129 (c-state-cache-too-far, c-state-cache-start)
2130 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2131 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2132 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2133 (c-state-min-scan-pos, c-state-brace-pair-desert)
2134 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2135 buffer local variables.
2136 (c-state-literal-at, c-state-lit-beg)
2137 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2138 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2139 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2140 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2141 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2142 (c-renarrow-state-cache)
2143 (c-append-lower-brace-pair-to-state-cache)
2144 (c-state-push-any-brace-pair, c-append-to-state-cache)
2145 (c-remove-stale-state-cache)
2146 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2147 (c-invalidate-state-cache-1, c-parse-state-1)
2148 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2149 (c-parse-state): Enhance and refactor.
2150 (c-debug-parse-state): Amend to deal with all the new variables.
2151
2152 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2153 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2154 modify to use category text properties rather than syntax-table ones.
2155 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2156 to switch off/on the syntactic paren property of C++ template
2157 delimiters using the category property.
2158 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2159 template delims suppressed.
2160 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2161 New constant/macros which apply category properties to the start
2162 and end of preprocessor constructs.
2163 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2164 "comment out" the syntactic value of characters in preprocessor
2165 constructs.
2166 (c-with-cpps-commented-out)
2167 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2168 with characters in all or all but one preprocessor constructs
2169 "commented out".
2170
2171 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2172
2173 * proced.el (proced-filter-alist): Use regexp-quote.
2174
2175 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2176
2177 Cleanup.
2178 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2179 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2180 arguments. Expand `default-directory'.
2181
2182 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2183 the benefit of returning an expanded localname.
2184 (tramp-tramp-file-p): Handle the case NAME is not a string.
2185
2186 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2187
2188 Add support for bzr shelve/unshelve.
2189 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2190 (vc-bzr-extra-menu-map): New variables.
2191 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2192 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2193 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2194 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2195 (vc-bzr-dir-extra-headers): Display shelves.
2196
2197 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2198
2199 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * textmodes/bibtex.el (bibtex-complete-internal):
2202 Use completion-in-region.
2203 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2204
2205 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2206
2207 Support applying stashes. Improve UI.
2208 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2209 (vc-git-stash-apply, vc-git-stash-pop)
2210 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2211 (vc-git-stash-menu): New functions.
2212 (vc-git-stash-menu-map): New variable.
2213 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2214
2215 2009-12-03 Glenn Morris <rgm@gnu.org>
2216
2217 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2218 (vc-print-log-internal): Fix previous change.
2219 (vc-revert): Correct pluralization.
2220
2221 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2224 it to be an alist any more.
2225 (makefile-complete): Use completion-in-region.
2226
2227 * progmodes/octave-mod.el (octave-complete-symbol):
2228 Use completion-in-region.
2229
2230 Misc cleanup.
2231 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2232 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2233 (idlwave-complete-class): Don't quote lambda.
2234 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2235 (idlwave-mode-map): Move initialization into declaration.
2236 (idlwave-action-and-binding): Use backquotes.
2237 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2238 Simplify.
2239 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2240 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2241 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2242 `parts', and `all-parts'.
2243 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2244 (idlwave-convert-xml-system-routine-info): Remove unused string
2245 `version-string'.
2246 (idlwave-display-user-catalog-widget): Use dolist.
2247 (idlwave-scanning-lib): Declare dynamically-scoped var.
2248 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2249 (completion-highlight-first-word-only): Declare to silence bytecomp.
2250 (idlwave-popup-select): Tighten scope of `resp'.
2251 (idlwave-find-struct-tag): Remove unused var `beg'.
2252 (idlwave-after-load-rinfo-hook): Declare.
2253 (idlwave-sintern-class-info): Remove unused var `taglist'.
2254 (idlwave-find-class-definition): Remove unused var `list'.
2255 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2256 (idlwave-what-module-find-class): Remove unused var `classes'.
2257
2258 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2259
2260 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2261
2262 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2265 buffers visited. Remove redundant current-buffer-saving.
2266
2267 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 Use completion-in-buffer and remove uses of dynamic scoping.
2270 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2271 (pascal-buffer-to-use, pascal-flag): Don't declare.
2272 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2273 (pascal-get-completion-decl, pascal-keyword-completion):
2274 Add `pascal-str' argument, save-excursion,
2275 return the found completions, and don't filter with pascal-pred.
2276 (pascal-completion-cache): New var.
2277 (pascal-completion): Don't switch buffer any more (it was never
2278 necessary). Don't save-excursion any more (it's done by the called
2279 subroutines). Use a cache to avoid redundant computations.
2280 Use complete-with-action rather than pascal-completion-response and
2281 let it apply the predicate as well.
2282 (pascal-complete-word): Use completion-in-buffer when
2283 pascal-toggle-completions is nil.
2284 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2285 not used any more.
2286 (pascal-comp-defun): Don't change buffer any more.
2287 Use complete-with-action rather than pascal-completion-response and
2288 let it apply the predicate as well.
2289 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2290 when neded.
2291
2292 2009-12-02 Kenichi Handa <handa@m17n.org>
2293
2294 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2295 shape for all Indic scripts.
2296
2297 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 Use completion-in-buffer.
2300 * wid-edit.el (widget-field-text-end): New function.
2301 (widget-field-value-get): Use it.
2302 (widget-string-complete, widget-file-complete)
2303 (widget-color-complete): Use it and completion-in-region.
2304 (widget-complete): Don't narrow the buffer.
2305
2306 2009-12-02 Glenn Morris <rgm@gnu.org>
2307
2308 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2309 (rmail-select-summary): Use rmail-pop-to-buffer.
2310 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2311 rmail-pop-to-buffer, to prevent horizontal splits.
2312
2313 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2314 save-excursion with save-current-buffer.
2315 Widen before searching. (Bug#5093)
2316 (diary-list-sexp-entries): Remove superfluous save-excursion.
2317
2318 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2319
2320 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2321 name. (Bug#5038)
2322
2323 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2324
2325 * ido.el (ido-file-internal): Handle filenames at point that do
2326 not have a directory part. (Bug#5049)
2327
2328 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2331 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2332
2333 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2334
2335 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2336 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2337 any more.
2338
2339 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * comint.el (comint-insert-input): Ignore clicks to the right of
2342 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2343
2344 * vc.el (vc-print-log-internal): Don't wait for the process to
2345 terminate before setting up the major mode.
2346
2347 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2348 in case.
2349
2350 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2351 the last element.
2352
2353 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2354
2355 2009-12-01 Glenn Morris <rgm@gnu.org>
2356
2357 * window.el (window--display-buffer-2): Fix previous changes.
2358
2359 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2362
2363 2009-12-01 Glenn Morris <rgm@gnu.org>
2364
2365 * Makefile.in (ELCFILES): Add mpc.elc.
2366
2367 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * mpc.el: New file.
2370
2371 2009-12-01 Glenn Morris <rgm@gnu.org>
2372
2373 * window.el (window-to-use): Define for compiler.
2374
2375 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2376 consistent with others (no final period).
2377
2378 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2379 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2380
2381 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 Make vc-print-log buttons work.
2384 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2385
2386 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2387
2388 * savehist.el (savehist-autosave-interval): Allow setting to nil
2389 through customize. (Bug#5056)
2390
2391 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2392
2393 Fix references to jit-lock properties.
2394 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2395 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2396 (perl-font-lock-special-syntactic-constructs):
2397 Quote jit-lock-defer-multiline property.
2398
2399 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2402
2403 2009-11-30 Juri Linkov <juri@jurta.org>
2404
2405 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2406 value `buffer' of `multi-isearch-next-buffer-current-function'.
2407 Use `(current-buffer)' when `buffer' is nil.
2408 (multi-isearch-next-buffer-from-list): Don't fallback to
2409 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2410
2411 2009-11-30 Juri Linkov <juri@jurta.org>
2412
2413 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2414 of buffers with `get-buffer' to `multi-isearch-buffers'.
2415 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2416 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2417 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2418 FILES with `expand-file-name' converting relative file names
2419 to absolute. Doc fix. (Bug#4727)
2420
2421 2009-11-30 Juri Linkov <juri@jurta.org>
2422
2423 * misearch.el (multi-isearch-read-buffers)
2424 (multi-isearch-read-matching-buffers): New functions.
2425 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2426 Use them in the `interactive' spec. Doc fix.
2427 (multi-isearch-read-files, multi-isearch-read-matching-files):
2428 New functions.
2429 (multi-isearch-files, multi-isearch-files-regexp):
2430 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2431
2432 2009-11-30 Juri Linkov <juri@jurta.org>
2433
2434 * doc-view.el (doc-view-continuous):
2435 Rename from `doc-view-continuous-mode'.
2436 (doc-view-menu): Move "Toggle display" to the top.
2437 Add submenu "Continuous" with radio buttons "Off"/"On"
2438 and "Save as Default".
2439 (doc-view-scroll-up-or-next-page)
2440 (doc-view-scroll-down-or-previous-page)
2441 (doc-view-next-line-or-next-page)
2442 (doc-view-previous-line-or-previous-page): Rename
2443 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2444
2445 2009-11-30 Juri Linkov <juri@jurta.org>
2446
2447 * comint.el (comint-mode-map): Rebind `M-r' from
2448 `comint-previous-matching-input' to
2449 `comint-history-isearch-backward-regexp'.
2450 Unbind `M-s' to allow global key binding `M-s'.
2451 Add menu items for `comint-history-isearch-backward' and
2452 `comint-history-isearch-backward-regexp'. (Bug#3746)
2453
2454 2009-11-30 Juri Linkov <juri@jurta.org>
2455
2456 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2457 For def=recenter, replace `recenter' with `recenter-top-bottom'
2458 that is called with `this-command' and `last-command' let-bound
2459 to `recenter-top-bottom'. When the last `def' was not `recenter',
2460 set `recenter-last-op' to nil. (Bug#4981)
2461
2462 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 Minor cleanup and simplification.
2465 * filecache.el (file-cache-add-directory)
2466 (file-cache-add-directory-recursively)
2467 (file-cache-add-from-file-cache-buffer)
2468 (file-cache-delete-file-regexp, file-cache-delete-directory)
2469 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2470 (file-cache-temp-minibuffer-message): Delete function.
2471 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2472
2473 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2474 Don't signal an error when bumping into EOB in tr, s, or y.
2475
2476 2009-11-29 Juri Linkov <juri@jurta.org>
2477
2478 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2479 (Bug#4960)
2480
2481 * descr-text.el (describe-char-unidata-list): Use lowercase name
2482 for "Unicode name" like in other tags.
2483
2484 2009-11-29 Juri Linkov <juri@jurta.org>
2485
2486 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2487 New compatibility macro.
2488 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2489
2490 2009-11-29 Juri Linkov <juri@jurta.org>
2491
2492 Add defcustom to define the cycling order of `recenter-top-bottom'.
2493 (Bug#4981)
2494
2495 * window.el (recenter-last-op): Doc fix.
2496 (recenter-positions): New defcustom.
2497 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2498 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2499
2500 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2501
2502 Improve integration of Tramp and ange-ftp in eshell.
2503
2504 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2505 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2506 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2507
2508 * eshell/esh-util.el (top): Require also Tramp when compiling.
2509 (eshell-directory-files-and-attributes): Check for FTP remote
2510 connection.
2511 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2512 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2513 (eshell-file-attributes): Handle ".". Return `entry'.
2514
2515 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2516 (ange-ftp-directory-files-and-attributes)
2517 (ange-ftp-real-directory-files-and-attributes): New defuns.
2518
2519 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2520 shell with "exec" when possible. This prevents trailing prompts
2521 in `start-file-process'.
2522
2523 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 Try and remove assumptions about point-min==1.
2526 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2527 (rng-compute-mode-line-string): Show the validation percentage in
2528 terms of the narrowed text, not the widened text.
2529 (rng-do-some-validation): Don't catch internal errors when debugging.
2530 (rng-first-error): Simplify.
2531 (rng-after-change-function): Remove work around. AFAIK the bug has
2532 been fixed a while ago.
2533
2534 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2535 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2536
2537 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2538
2539 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2540 `cd' doesn't always do it for us (bug#5067).
2541
2542 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2543 on 2009-10-25 as part of some other change (bug#5067).
2544
2545 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2548 `suspicious'.
2549 (byte-compile-warnings): Use byte-compile-warning-types.
2550 (byte-compile-save-excursion): Warn about use of set-buffer right
2551 after save-excursion.
2552
2553 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2554 the excursion as well.
2555
2556 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2557
2558 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2559 providing a Tramp related implementation of "su" and "sudo".
2560 (eshell-unix-initialize): Add "su" and "sudo".
2561
2562 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2563
2564 * net/socks.el (socks-send-command): Convert binary request to
2565 unibyte before sending. This fixes mishandling of some port
2566 numbers such as 129.
2567
2568 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * help.el (describe-bindings-internal): Remove `interactive'.
2571
2572 * man.el (Man-completion-table): Trim a terminating "(".
2573 Remove the space between name page a section.
2574 Add the command's description on the `help-echo' property.
2575 Remove `process-connection-type' binding since it's unused by
2576 call-process.
2577 Provide completion for the "<section> <name>" format as well.
2578 (Man-default-man-entry): Remove spurious var shadowing the argument.
2579
2580 2009-11-26 Kevin Ryde <user42@zip.com.au>
2581
2582 * log-view.el: Add "Keywords: tools", since its other keywords
2583 aren't in finder-known-keywords, and following vc.el.
2584
2585 * sha1.el (sha1-string-external): default-directory "/" in case
2586 otherwise non-existent. process-connection-type pipe for touch of
2587 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2588
2589 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 Misc coding convention cleanups.
2592 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2593 hfy-init-kludge-hooks.
2594 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2595 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2596 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2597 and push.
2598 (hfy-slant, hfy-weight): Use tables rather than code.
2599 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2600 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2601 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2602 (hfy-face-to-css): Remove `nconc' with single arg.
2603 (hfy-p-to-face-lennart): Use `or'.
2604 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2605 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2606 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2607 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2608 (hfy-force-fontification): Use run-hooks.
2609
2610 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2611
2612 Various minor fixes.
2613 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2614 Javascript belongs in the header, not the body.
2615 (hfy-javascript): Remove.
2616 (hfy-fontify-buffer): Don't insert it any more.
2617 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2618 Fix bug in invis handling when there were no invis props in a chunk.
2619
2620 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2623
2624 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2625
2626 * finder.el (finder-mode-map): Add a menu.
2627
2628 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2629
2630 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2631 "unsigned" structs.
2632
2633 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2634 fork" statement better.
2635
2636 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2637
2638 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2639 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2640 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2641 Reported by Clay Douglass.
2642
2643 (verilog-auto-inst, verilog-auto-star-safe)
2644 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2645 Fix removing "// Interfaces" when saving .* expansions. Reported by
2646 Pierre-David Pfister.
2647
2648 2009-11-26 Glenn Morris <rgm@gnu.org>
2649
2650 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2651 the scope.
2652
2653 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2654
2655 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2656 Really use previous revision.
2657
2658 2009-11-25 Kevin Ryde <user42@zip.com.au>
2659
2660 * man.el (Man-completion-table): default-directory "/" in case
2661 doesn't otherwise exist. process-environment COLUMNS=999 so as
2662 not to truncate long names. process-connection-type pipe to avoid
2663 any chance of hitting the pseudo-tty TIOCGWINSZ.
2664 (man): completion-ignore-case t for friendliness and since man
2665 itself is case-insensitive on the command line.
2666 Further to Bug#3717.
2667
2668 * arc-mode.el: Add "Keywords: files", so the details in its
2669 commentary can be reached from finder-by-keyword.
2670 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2671 editing mode, but it's comms related and sgml-mode.el has "comm"
2672 on that basis too.
2673 * textmodes/bibtex-style.el: Add "Keywords: tex".
2674 * international/isearch-x.el, international/ja-dic-cnv.el:
2675 * international/ja-dic-utl.el, international/kkc.el:
2676 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2677
2678 2009-11-25 Juri Linkov <juri@jurta.org>
2679
2680 * man.el (Man-completion-table): Modify regexp to include
2681 section names to completion strings. (Bug#3717)
2682
2683 2009-11-25 Juri Linkov <juri@jurta.org>
2684
2685 Search recursively in gzipped files. (Bug#4982)
2686
2687 * progmodes/grep.el (grep-highlight-matches): Add new options
2688 `always' and `auto'. Doc fix.
2689 (grep-process-setup): Check `grep-highlight-matches' for
2690 `auto-detect' to determine the need to compute grep defaults.
2691 Move Windows/DOS specific --colors settings handling
2692 to `grep-compute-defaults'. Check `grep-highlight-matches'
2693 to get the value of "--color=".
2694 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2695 has the value `auto-detect'. Move Windows/DOS specific settings
2696 from `grep-process-setup'.
2697 (zrgrep): New command with alias `rzgrep'.
2698
2699 2009-11-25 Juri Linkov <juri@jurta.org>
2700
2701 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2702 to nil instead of switching off view-mode. (Bug#4896)
2703
2704 2009-11-25 Juri Linkov <juri@jurta.org>
2705
2706 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2707
2708 * mwheel.el (mwheel-scroll-up-function)
2709 (mwheel-scroll-down-function): New defvars.
2710 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2711 `scroll-up', and `mwheel-scroll-down-function' instead of
2712 `scroll-down'.
2713
2714 * doc-view.el (doc-view-scroll-up-or-next-page)
2715 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2716 Use this ARG in the call to image-scroll-up/image-scroll-down.
2717 Change `interactive' spec to "P". Goto next/previous page only
2718 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2719 SPC/DEL case). Doc fix.
2720 (doc-view-next-line-or-next-page)
2721 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2722 for consistency.
2723 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2724 `doc-view-scroll-up-or-next-page', and buffer-local
2725 `mwheel-scroll-down-function' to
2726 `doc-view-scroll-down-or-previous-page'.
2727
2728 2009-11-25 Juri Linkov <juri@jurta.org>
2729
2730 Provide additional default values (directories at other Dired
2731 windows) via M-n in the minibuffer of some Dired commands.
2732
2733 * dired-aux.el (dired-diff, dired-compare-directories)
2734 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2735 `minibuffer-default' in `minibuffer-with-setup-hook'.
2736 (dired-dwim-target-directory): Find a window that displays Dired
2737 buffer instead of failing when the next window is not Dired.
2738 Use `get-window-with-predicate' to find for the next Dired window.
2739 (dired-dwim-target-defaults): New function.
2740
2741 * ediff-util.el (ediff-read-file-name):
2742 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2743 in `minibuffer-with-setup-hook'.
2744
2745 2009-11-25 Juri Linkov <juri@jurta.org>
2746
2747 Provide additional default values (file name at point or at the
2748 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2749
2750 * minibuffer.el (read-file-name-defaults): New function.
2751 (read-file-name): Reset `minibuffer-default' to nil when
2752 it duplicates initial input `insdef'.
2753 Bind `minibuffer-default-add-function' to lambda that
2754 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2755 (minibuffer-insert-file-name-at-point): New command.
2756
2757 * files.el (file-name-at-point-functions): New defcustom.
2758 (find-file-default): Remove defvar.
2759 (find-file-read-args): Don't use `find-file-default'.
2760 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2761 to `read-file-name'.
2762 (find-file-literally): Use `read-file-name' with
2763 `confirm-nonexistent-file-or-buffer'.
2764
2765 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2766
2767 * dired.el (dired-read-dir-and-switches):
2768 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2769 to `read-file-name'.
2770 (dired-file-name-at-point): New function.
2771 (dired-mode): Add hook `dired-file-name-at-point' to
2772 `file-name-at-point-functions'.
2773
2774 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 Really make the *Completions* window soft-dedicated (bug#5030).
2777 * window.el (window--display-buffer-2): Add `dedicated' argument.
2778 (display-buffer): Pass it when needed so the dedicated flag is set
2779 after calling set-window-buffer, which would otherwise reset it.
2780
2781 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * progmodes/meta-mode.el (meta-complete-symbol):
2784 * progmodes/etags.el (complete-tag):
2785 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2786 Use completion-in-region.
2787
2788 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2789 (dabbrev-completion): Use completion-in-region.
2790 (dabbrev--abbrev-at-point): Simplify regexp.
2791
2792 * abbrev.el (abbrev--before-point): Use word-motion functions
2793 if :regexp is not specified (bug#5031).
2794
2795 * subr.el (string-prefix-p): New function.
2796
2797 * man.el (Man-completion-cache): New var.
2798 (Man-completion-table): Use it.
2799
2800 * vc.el (vc-print-log-internal): Make `limit' optional for better
2801 compatibility (e.g. with vc-annotate.el).
2802
2803 2009-11-24 Kevin Ryde <user42@zip.com.au>
2804
2805 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2806 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2807
2808 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2809 when .el source file not found or other error.
2810
2811 2009-11-24 Markus Triska <markus.triska@gmx.at>
2812
2813 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2814
2815 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 Handle the [back] button properly (bug#4979).
2818 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2819 Use help-setup-xref, help-buffer, and with-help-window.
2820 (describe-char): Add `buffer' argument.
2821 Pass proper command to help-setup-xref. Don't meddle with
2822 help-xref-stack-item directly.
2823 (describe-text-category): Use with-help-window and help-buffer.
2824
2825 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2826 for the displayed buffer (bug#4887).
2827
2828 * man.el (Man-completion-table): New function.
2829 (man): Use it.
2830
2831 2009-11-24 David Reitter <david.reitter@gmail.com>
2832
2833 * vc-git.el (vc-git-registered): Use checkout directory (where
2834 .git is) rather than the file's directory and a relative path spec
2835 to work around a bug in git.
2836
2837 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2838
2839 Improve handling of processes on remote hosts.
2840
2841 * eshell/esh-util.el (eshell-path-env): New defvar.
2842 (eshell-parse-colon-path): New defun.
2843 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2844
2845 * eshell/esh-ext.el (eshell-search-path):
2846 Use `eshell-parse-colon-path'.
2847 (eshell-remote-command): Remove argument HANDLER.
2848 (eshell-external-command): Check for FTP remote connection.
2849
2850 * eshell/esh-proc.el (eshell-gather-process-output):
2851 Use `file-truename', in order to start also symlinked files.
2852 Apply `start-file-process' instead of `start-process'.
2853 Shorten `command' to the local file name part.
2854
2855 * eshell/em-cmpl.el (eshell-complete-commands-list):
2856 Use `eshell-parse-colon-path'.
2857
2858 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2859
2860 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2861 to `eshell-directory-change-hook'.
2862
2863 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2864
2865 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2866 because it could be enabled automatically if view-read-only is non-nil.
2867
2868 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2869
2870 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2871 made on 2009-11-22.
2872
2873 2009-11-24 Glenn Morris <rgm@gnu.org>
2874
2875 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2876 deleted variable bookmark-bmenu-bookmark-column.
2877
2878 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2879 Move after definition of global-semantic-idle-tag-highlight-mode.
2880
2881 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2884
2885 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2886
2887 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2888 two slashes to the "file:" prefix.
2889 (browse-url-file-url): De-munge Cygwin filenames before passing
2890 them to Windows browser.
2891 (browse-url-default-windows-browser): Use call-process.
2892
2893 2009-11-23 Juri Linkov <juri@jurta.org>
2894
2895 Implement DocView Continuous mode. (Bug#4896)
2896 * doc-view.el (doc-view-continuous-mode): New defcustom.
2897 (doc-view-mode-map): Bind C-n/<down> to
2898 `doc-view-next-line-or-next-page', C-p/<up> to
2899 `doc-view-previous-line-or-previous-page'.
2900 (doc-view-next-line-or-next-page)
2901 (doc-view-previous-line-or-previous-page): New commands.
2902
2903 2009-11-23 Juri Linkov <juri@jurta.org>
2904
2905 Implement Isearch in comint input history. (Bug#3746)
2906 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2907 `isearch-mode-hook'.
2908 (comint-history-isearch): New defcustom.
2909 (comint-history-isearch-backward)
2910 (comint-history-isearch-backward-regexp): New commands.
2911 (comint-history-isearch-message-overlay): New buffer-local variable.
2912 (comint-history-isearch-setup, comint-history-isearch-end)
2913 (comint-goto-input, comint-history-isearch-search)
2914 (comint-history-isearch-message, comint-history-isearch-wrap)
2915 (comint-history-isearch-push-state)
2916 (comint-history-isearch-pop-state): New functions.
2917
2918 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2921 return.
2922 (tramp-handle-make-symbolic-link)
2923 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2924 Quote file names.
2925 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2926 (tramp-handle-process-file): Use it.
2927
2928 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * window.el (move-to-window-line-last-op): Remove.
2931 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2932
2933 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2934
2935 Make M-r mirror the new cycling behavior of C-l.
2936 * window.el (move-to-window-line-last-op): New var.
2937 (move-to-window-line-top-bottom): New command.
2938 (global-map): Bind M-r move-to-window-line-top-bottom.
2939
2940 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2941
2942 * dired-x.el (dired-guess-shell-alist-default):
2943 Support xz format. (Bug#4953)
2944
2945 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * cedet/srecode/map.el (srecode-get-maps):
2948 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2949 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2950 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2951 (semantic-toggle-decoration-style):
2952 * cedet/semantic/decorate/include.el
2953 (semantic-decoration-include-describe)
2954 (semantic-decoration-unknown-include-describe)
2955 (semantic-decoration-unparsed-include-describe)
2956 (semantic-decoration-all-include-summary):
2957 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2958 * cedet/semantic/analyze/complete.el
2959 (semantic-analyze-possible-completions):
2960 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2961 (semantic-show-unmatched-syntax-mode)
2962 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2963 (semantic-highlight-func-mode):
2964 * cedet/semantic/util.el (semantic-describe-buffer):
2965 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2966 (semantic-symref-find-tags-by-name)
2967 (semantic-symref-find-tags-by-regexp)
2968 (semantic-symref-find-tags-by-completion)
2969 (semantic-symref-find-file-references-by-name)
2970 (semantic-symref-find-text):
2971 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2972 (senator-yank-tag):
2973 * cedet/semantic/scope.el (semantic-calculate-scope):
2974 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2975 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2976 (define-semantic-idle-service):
2977 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2978 (semantic-complete-analyze-inline-idle):
2979 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2980 * cedet/mode-local.el (describe-mode-local-bindings)
2981 (describe-mode-local-bindings-in-mode):
2982 * cedet/ede/make.el (ede-make-check-version):
2983 * cedet/ede/locate.el (ede-enable-locate-on-project):
2984 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2985 (cedet-idutils-version-check):
2986 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2987 (cedet-gnu-global-version-check):
2988 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2989 (cedet-cscope-version-check): Use called-interactively-p instead
2990 of interactive-p.
2991
2992 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2993 Use semantic-format-tag-prototype.
2994
2995 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2996
2997 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2998 last-command-char/last-command-event.
2999 (viper-prefix-arg-value): Do correct conversion of event-char for
3000 XEmacs.
3001
3002 * emulation/viper-util.el, emulation/viper.el:
3003 Use viper-last-command-char instead of
3004 last-command-char/last-command-event.
3005
3006 * ediff-init.el, ediff-mult.el, ediff-util.el:
3007 Replace last-command-char and last-command-event
3008 with (ediff-last-command-char) everywhere.
3009
3010 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3011 created in fundamental mode.
3012
3013 * ediff.el (ediff-version): Revert the change of interactive-p to
3014 called-interactively-p.
3015
3016 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3017
3018 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3019 generation from word-movement command names.
3020
3021 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3024 (semantic-complete-jump-local, semantic-complete-jump):
3025 Improve prompt string.
3026
3027 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3028
3029 * cus-start.el (all): Add native condition for font-use-system-font.
3030
3031 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3032
3033 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3034 Correct the patch from 2009-11-18. (Bug#3910)
3035
3036 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3037
3038 * progmodes/subword.el: Rename from lisp/subword.el.
3039
3040 * subword.el: Rename to progmodes/subword.el.
3041
3042 * Makefile.in (ELCFILES): Adapt to subword.el move.
3043
3044 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3045 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3048 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3049 (bookmark-bmenu-show-filenames): Use push.
3050 (bookmark-bmenu-hide-filenames): Use local var instead of
3051 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3052 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3053 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3054 filenames now that the bookmark names are always available.
3055
3056 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3059 (bookmark-search-pattern): Move and leave unbound.
3060 (bookmark-bmenu-mode-map): Change binding.
3061 (bookmark-read-search-input): Simplify.
3062 Don't use text-char-description. Don't error on non-char events.
3063 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3064 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3065 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3066 Use a local var for the timer.
3067 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3068 (i.e. bookmark-bmenu-search).
3069
3070 2009-11-21 Glenn Morris <rgm@gnu.org>
3071
3072 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3073
3074 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3075
3076 * net/browse-url.el (browse-url-default-windows-browser):
3077 Use cygstart for cygwin.
3078
3079 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3080
3081 * bookmark.el: Formatting and doc fixes only:
3082 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3083 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3084 Minor grammar and punctuation fixes in doc string.
3085 (bookmark-read-search-input): Adjust to fit within 80 columns.
3086
3087 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3088
3089 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3090 (c-backward-into-nomenclature): Adapt to subword renaming.
3091
3092 * subword.el (subword-forward, subword-backward, subword-mark)
3093 (subword-kill, subword-backward-kill, subword-transpose)
3094 (subword-downcase, subword-upcase, subword-capitalize)
3095 (subword-forward-internal, subword-backward-internal):
3096 Rename from forward-subword, backward-subword, mark-subword,
3097 kill-subword, backward-kill-subword, transpose-subwords,
3098 downcase-subword, upcase-subword, capitalize-subword,
3099 forward-subword-internal, backward-subword-internal.
3100
3101 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3102
3103 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3104 New options.
3105 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3106 New vars.
3107 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3108 (bookmark-bmenu-filter-alist-by-regexp)
3109 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3110 (bookmark-bmenu-search): New command.
3111 (bookmark-bmenu-mode-map): Bind it.
3112
3113 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3116
3117 * cedet/semantic/idle.el (define-semantic-idle-service)
3118 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3119
3120 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3121
3122 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3123 backward-subword to quit the byte-compiler.
3124
3125 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3126
3127 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3128
3129 * progmodes/cc-cmds.el (c-update-modeline)
3130 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3131 Refer to subword.el functions instead of cc-subword.el.
3132
3133 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3134 subword.el functions instead of cc-subword.el.
3135
3136 * progmodes/cc-subword.el: Rename to subword.el.
3137 * subword.el: Rename from progmodes/cc-subword.el.
3138 (subword-mode-map): Rename from c-subword-mode-map.
3139 (subword-mode): Rename from c-subword-mode.
3140 (global-subword-mode): New global minor mode.
3141 (forward-subword): Rename from c-forward-subword.
3142 (backward-subword): Rename from c-backward-subword.
3143 (mark-subword): Rename from c-mark-subword.
3144 (kill-subword): Rename from c-kill-subword.
3145 (backward-kill-subword): Rename from c-backward-kill-subword.
3146 (transpose-subwords): Rename from c-tranpose-subword.
3147 (downcase-subword): Rename from c-downcase-subword.
3148 (capitalize-subword): Rename from c-capitalize-subword.
3149 (forward-subword-internal): Rename from c-forward-subword-internal.
3150 (backward-subword-internal): Rename from c-backward-subword-internal.
3151
3152 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3153
3154 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3155 from a dired buffer.
3156 (vc-dired-deduce-fileset): New function.
3157 (vc-root-diff, vc-print-root-log): Use it.
3158
3159 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3160 nil LIMIT argument to vc-print-log-internal.
3161
3162 2009-11-20 Glenn Morris <rgm@gnu.org>
3163
3164 * Makefile.in (ELCFILES): Regenerate.
3165
3166 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3169
3170 * cedet/semantic.el: Enable idle-mode menu items only if
3171 global-semantic-idle-scheduler-mode is enabled.
3172 (semantic-default-submodes): Doc fix.
3173
3174 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3175 When turning off, disable other idle modes.
3176
3177 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3178
3179 * calc/calc.el (calc-set-mode-line):
3180 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3181 (math-format-number): Rename `math-format-complement-signed' to
3182 `math-format-twos-complement'.
3183
3184 * calc/calc-bin.el (math-format-twos-complement): Rename from
3185 math-format-complement-signed.
3186 (calc-radix): Rename `calc-complement-signed-mode' to
3187 `calc-twos-complement-mode'.
3188 (calc-octal-radix, calc-hex-radix): Add an argument for
3189 two's complement.
3190
3191 * calc/calc-embed.el (calc-embedded-mode-vars):
3192 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3193
3194 * calc/calc-ext.el (calc-init-extensions):
3195 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3196 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3197
3198 * calc/calc-units.el (math-build-units-table-buffer):
3199 Let `calc-twos-complement-mode' be nil.
3200
3201 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3202 entries.
3203
3204 * calc/calc-vec.el (calcFunc-vunpack):
3205 * calc/calc-aent.el (calc-do-calc-eval):
3206 * calc/calc-forms.el (math-format-date):
3207 * calc/calc-graph.el (calc-graph-plot):
3208 * calc/calc-math.el (math-use-emacs-fn):
3209 * calc/calccomp.el (math-compose-expr):
3210 Let `calc-twos-complement-mode' be nil.
3211
3212 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3215 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3216 * minibuffer.el (completion-in-region-functions): New hook.
3217 (completion-in-region): New function.
3218 * emacs-lisp/lisp.el (lisp-complete-symbol):
3219 * pcomplete.el (pcomplete-std-complete): Use it.
3220
3221 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3224 (latex-complete-alist): New vars.
3225 (latex-string-prefix-p, latex-complete-bibtex-keys)
3226 (latex-complete-envnames, latex-complete-refkeys)
3227 (latex-complete-data): New functions.
3228 (latex-complete, latex-indent-or-complete): New commands.
3229
3230 * window.el (display-buffer-mark-dedicated): New var.
3231 (display-buffer): Obey it.
3232 * minibuffer.el (minibuffer-completion-help): Use it.
3233
3234 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3235
3236 * filecache.el (file-cache-add-file): Use push and cons.
3237 (file-cache-delete-file-regexp): Use push.
3238 (file-cache-complete): Use completion-in-region.
3239
3240 * simple.el (with-wrapper-hook): Fix thinko.
3241
3242 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3243 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3244 Use with-current-buffer and string-to-number.
3245 (hfy-fallback-colour-values): Use assoc-string.
3246 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3247 (hfy-face-at): Remove unused var `found-face'.
3248 (hfy-compile-stylesheet): Remove unused var `css'.
3249 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3250 and `orig-buffer'.
3251 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3252 Use with-current-buffer.
3253 (hfy-text-p): Use expand-file-name and fewer setq.
3254
3255 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3256
3257 * htmlfontify.el, hfy-cmap.el: New files.
3258
3259 2009-11-19 Juri Linkov <juri@jurta.org>
3260
3261 * minibuffer.el (completions-format): New defcustom.
3262 (completion--insert-strings): Implement vertical format.
3263
3264 * simple.el (switch-to-completions): Move point to the first
3265 completion when point was at the beginning of the buffer.
3266
3267 2009-11-19 Juri Linkov <juri@jurta.org>
3268
3269 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3270
3271 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3272
3273 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3276 (mail-signature): Change default to t.
3277 (mail-from-style): Deprecate `system-default' value.
3278 (mail-insert-from-field): For default value of mail-from-style,
3279 default to `angles' unless `angles' needs quoting and `parens'
3280 does not.
3281 (mail-citation-prefix-regexp): Use citation regexp from
3282 message-mode.
3283
3284 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3285
3286 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3287 Set variables for computing the prompt for reading password.
3288
3289 2009-11-19 Glenn Morris <rgm@gnu.org>
3290
3291 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3292
3293 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3294
3295 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3296 (newsticker-treeview-listwindow-height): Fix custom type.
3297
3298 2009-11-19 Kenichi Handa <handa@m17n.org>
3299
3300 * descr-text.el (describe-char-padded-string): Compose with TAB
3301 only if there's a font for CH.
3302 (describe-char): Fix the condition for detecting a trivial composition.
3303
3304 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3305
3306 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3307 more accurate version of the regexp. (Bug#3910)
3308
3309 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3310
3311 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3312
3313 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3316 (font-setting-change-default-font): Fix typo in docstring.
3317
3318 2009-11-18 Alan Mackenzie <acm@muc.de>
3319
3320 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3321
3322 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3323
3324 * font-setting.el (font-use-system-font): Move ...
3325
3326 * cus-start.el (all): ... to here.
3327
3328 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3329
3330 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3331 Don't set `ad-return-value' if `ad-do-it' doesn't.
3332
3333 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3334 modification time.
3335
3336 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3337
3338 * menu-bar.el: Put "Use system font" in Option-menu.
3339 (menu-bar-options-save): Add font-use-system-font.
3340
3341 * loadup.el: If feature system-font-setting or font-render-setting is
3342 there, load font-setting.
3343
3344 * Makefile.in (ELCFILES): Add font-settings.el.
3345 * font-setting.el: New file.
3346
3347 2009-11-17 Glenn Morris <rgm@gnu.org>
3348
3349 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3350
3351 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3352 Preserve point in the list buffer. (Bug#4939)
3353 Use point-at-eol.
3354 (newsticker--treeview-list-update-highlight)
3355 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3356
3357 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3358
3359 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3360 Remove.
3361
3362 * calc/calc-ext.el (calc-init-extensions): Remove references to
3363 symclip.
3364
3365 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3366
3367 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3368 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3369 `calc-symclip'.
3370
3371 2009-11-16 Kevin Ryde <user42@zip.com.au>
3372
3373 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3374 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3375
3376 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3377 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3378 Ignore trailing spaces by omit-nulls to split-string (fixing
3379 regression from Emacs 21 due to the incompatible split-string
3380 change). (Bug #4928.)
3381
3382 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3383
3384 * vc.el (vc-log-show-limit): Default to 2000.
3385 (vc-print-log-internal): Insert buttons to request more entries
3386 when limiting the output.
3387
3388 * vc-sccs.el (vc-sccs-print-log):
3389 * vc-rcs.el (vc-rcs-print-log):
3390 * vc-cvs.el (vc-cvs-print-log):
3391 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3392 LIMIT is non-nil.
3393
3394 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3397 error when `tramp-gvfs-dbus-event-vector' is set.
3398 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3399
3400 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3403
3404 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * net/dbus.el (dbus-unregister-service): New defun.
3407 (dbus-register-property): Register the handlers of
3408 "org.freedesktop.DBus.Properties" for SERVICE.
3409 (dbus-property-handler): Fix docstring.
3410
3411 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3412
3413 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3414 Quote doc string reference in defvaralias as it is not in special form.
3415 (byte-compile-output-docform): Doc fix.
3416
3417 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3418
3419 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3420 (calc-complement-signed-mode): New variables.
3421 (calc-set-mode-line): Add indicator for twos-complements.
3422 (math-format-number): Format twos-complement notation.
3423
3424 * calc/calc-bin.el (calc-word-size): Reset the variables
3425 `math-2-word-size' and `math-half-2-word-size'.
3426 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3427 (calc-symclip): New functions.
3428
3429 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3430
3431 * calc/calc-embed.el (calc-embedded-mode-vars):
3432 Add `calc-complement-signed-mode' to the list of modes.
3433
3434 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3435 (calc-b-oper-keys): Add `calc-symclip' to list.
3436
3437 * calc/calc-ext.el (math-read-number-fancy): Read complement
3438 signed numbers.
3439 (calc-init-extensions): Add binding for `calc-symclip'.
3440 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3441
3442 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3443 `calc-symclip'.
3444 (calc-modes-menu): Add item for twos complement mode.
3445
3446 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3447
3448 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * register.el (jump-to-register, insert-register): Handle Semantic
3451 tags. From commented-out advice in semantic/senator.el.
3452
3453 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3454
3455 * vc.el (vc-log-show-limit): New variable.
3456 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3457 when using a prefix argument.
3458 (vc-print-log-internal): Add new argument LIMIT.
3459
3460 * vc-svn.el (vc-svn-print-log):
3461 * vc-mtn.el (vc-mtn-print-log):
3462 * vc-hg.el (vc-hg-print-log):
3463 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3464 pass it to the log command when set. Make the BUFFER argument
3465 non-optional.
3466
3467 * vc-sccs.el (vc-sccs-print-log):
3468 * vc-rcs.el (vc-rcs-print-log):
3469 * vc-git.el (vc-git-print-log):
3470 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3471 ignore it. Make the BUFFER argument non-optional
3472
3473 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3474
3475 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * dired.el (dired-mode-map): Move encryption items to "Operate"
3478 menu (Bug#4703).
3479
3480 * strokes.el (strokes-update-window-configuration): Make strokes
3481 buffer current before erasing (Bug#4906).
3482
3483 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3484 (semantic-idle-summary-mode): Define using define-minor-mode
3485 instead of define-semantic-idle-service.
3486 (semantic-idle-summary-mode): New function.
3487 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3488 that mouse motion does not reset the echo area.
3489
3490 2009-11-15 Juri Linkov <juri@jurta.org>
3491
3492 * simple.el (set-mark-default-inactive): Add :type, :group
3493 and :version. (Bug#4876)
3494
3495 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3496
3497 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3498 (archive-unique-fname): ... here. (Bug#4929)
3499
3500 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3503 with a real fix.
3504
3505 * novice.el (disabled-command-function): Add useful args.
3506 Setup the help buffer so that [back] works.
3507 Remove redundant call to help-mode.
3508 (disabled-command-function): Use `case'.
3509 (en/disable-command): New function extracted from enable-command.
3510 (enable-command, disable-command): Use it.
3511
3512 2009-11-14 Glenn Morris <rgm@gnu.org>
3513
3514 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3515 constants. (Bug#4913)
3516
3517 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3518
3519 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3520
3521 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3522 defined in C that have no doc-strings. (Bug#1063)
3523
3524 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3525
3526 * cus-edit.el (data, files):
3527 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3528
3529 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * simple.el (shell-command): Doc fix (Bug#4891).
3532
3533 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3534
3535 2009-11-14 Glenn Morris <rgm@gnu.org>
3536
3537 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3538 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3539 If they are already loaded, eval-after-load will do the right thing.
3540
3541 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3542 compiling.
3543
3544 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3545
3546 * simple.el (x-selection-owner-p): Declare.
3547 (read-mail-command): Use custom radio type rather than choice.
3548 (completion-no-auto-exit): Doc fix.
3549
3550 * custom.el (defgroup):
3551 * epg-config.el (epg): Doc fixes.
3552
3553 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3554
3555 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3556 * international/ccl.el (define-ccl-program): Do not purecopy the
3557 docstring, defconst does it anyway.
3558
3559 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3562 a second time.
3563
3564 * x-dnd.el (x-dnd-maybe-call-test-function):
3565 * window.el (split-window-vertically):
3566 * whitespace.el (whitespace-help-on):
3567 * vc-rcs.el (vc-rcs-consult-headers):
3568 * userlock.el (ask-user-about-lock-help)
3569 (ask-user-about-supersession-help):
3570 * type-break.el (type-break-force-mode-line-update):
3571 * time-stamp.el (time-stamp-conv-warn):
3572 * terminal.el (te-set-output-log, te-more-break, te-filter)
3573 (te-sentinel, terminal-emulator):
3574 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3575 (term-write-input-ring, term-check-source, term-start-output-log):
3576 (term-display-buffer-line, term-dynamic-list-completions):
3577 (term-ansi-make-term, serial-term):
3578 * subr.el (selective-display):
3579 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3580 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3581 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3582 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3583 (speedbar-remove-localized-speedbar-support)
3584 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3585 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3586 (speedbar-buffers-line-directory):
3587 * simple.el (shell-command-on-region, append-to-buffer)
3588 (prepend-to-buffer):
3589 * shadowfile.el (shadow-save-todo-file):
3590 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3591 (scroll-bar-maybe-set-window-start):
3592 * sb-image.el (speedbar-image-dump):
3593 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3594 (load-save-place-alist-from-file):
3595 * ps-samp.el (ps-print-message-from-summary):
3596 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3597 (ps-background-image, ps-begin-job, ps-do-despool):
3598 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3599 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3600 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3601 (pr-call-process, pr-file-list, pr-interface-save):
3602 * novice.el (disabled-command-function)
3603 (enable-command, disable-command):
3604 * mouse.el (mouse-buffer-menu-alist):
3605 * mouse-copy.el (mouse-kill-preserving-secondary):
3606 * macros.el (kbd-macro-query):
3607 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3608 * informat.el (batch-info-validate):
3609 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3610 * hippie-exp.el (try-expand-dabbrev-visible):
3611 * help-mode.el (help-make-xrefs):
3612 * help-fns.el (describe-variable):
3613 * generic-x.el (bat-generic-mode-run-as-comint):
3614 * finder.el (finder-mouse-select):
3615 * find-dired.el (find-dired-sentinel):
3616 * filesets.el (filesets-file-close):
3617 * files.el (list-directory):
3618 * faces.el (list-faces-display, describe-face):
3619 * facemenu.el (list-colors-display):
3620 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3621 * epg.el (epg--process-filter, epg-cancel):
3622 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3623 (epa--read-signature-type):
3624 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3625 (emerge-file-names):
3626 * ehelp.el (electric-helpify):
3627 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3628 * ediff-vers.el (rcs-ediff-view-revision):
3629 * ediff-util.el (ediff-setup):
3630 * ediff-mult.el (ediff-append-custom-diff):
3631 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3632 (ediff-wordify):
3633 * echistory.el (Electric-command-history-redo-expression):
3634 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3635 * disp-table.el (describe-display-table):
3636 * dired.el (dired-find-buffer-nocreate):
3637 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3638 * dabbrev.el (dabbrev--same-major-mode-p):
3639 * chistory.el (list-command-history):
3640 * apropos.el (apropos-documentation):
3641 * allout.el (allout-obtain-passphrase):
3642 (allout-copy-exposed-to-buffer):
3643 (allout-verify-passphrase): Use with-current-buffer.
3644
3645 2009-11-13 Glenn Morris <rgm@gnu.org>
3646
3647 * Makefile.in (ELCFILES): Regenerate.
3648
3649 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3650
3651 * net/dbus.el (dbus-registered-objects-table): Rename from
3652 `dbus-registered-functions-table', because it contains also properties.
3653 (dbus-unregister-object): Unregister also properties.
3654 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3655 Use a timeout of 500 msec, in order to not block.
3656 (dbus-register-property, dbus-property-handler): New defuns.
3657
3658 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * simple.el (minibuffer-default-add-completions): Drop deprecated
3661 4th arg.
3662
3663 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3664
3665 * textmodes/artist.el (artist-mouse-choose-operation):
3666 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3667 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3668 (artist-compute-up-event-key): New function.
3669 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3670
3671 2009-11-13 Kenichi Handa <handa@m17n.org>
3672
3673 * language/japan-util.el: Make sure that the value of jisx0208
3674 property is jisx0208 character.
3675
3676 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3677
3678 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3679 car or each item, not the whole list.
3680
3681 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * minibuffer.el (minibuffer-completion-help):
3684 Use minibuffer-hide-completions.
3685
3686 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3687
3688 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3689 (dired-revert): Use them (bug#4880).
3690
3691 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3692
3693 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3694
3695 2009-11-12 Juri Linkov <juri@jurta.org>
3696
3697 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3698 New functions.
3699 (find-file-literally-at-point): Alias of `ffap-literally'.
3700
3701 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3702
3703 * textmodes/ispell.el (ispell-skip-region-alist):
3704 * textmodes/css-mode.el (auto-mode-alist):
3705 * progmodes/compile.el (auto-mode-alist):
3706 * international/mule.el (ctext-non-standard-encodings-alist)
3707 (ctext-non-standard-encodings-regexp):
3708 * simple.el (shell-command-switch, text-read-only):
3709 * replace.el (occur-mode-map):
3710 * paths.el (rmail-file-name):
3711 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3712 * find-file.el (ff-special-constructs):
3713 * files.el (file-name-handler-alist):
3714 * composite.el: Purecopy strings.
3715
3716 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3717
3718 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3719
3720 * widget.el (define-widget): Purecopy the docstring.
3721 * international/mule-cmds.el (charset): Do not purecopy the
3722 docstring here, define-widget does it.
3723
3724 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3725 * textmodes/bibtex-style.el (auto-mode-alist):
3726 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3727 * progmodes/compile.el (compile-command):
3728 * language/korea-util.el (default-korean-keyboard):
3729 * international/mule-conf.el (file-coding-system-alist):
3730 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3731 * tooltip.el (tooltip-frame-parameters):
3732 * newcomment.el (comment-end, comment-padding):
3733 * dired.el (dired-trivial-filenames):
3734 * comint.el (comint-file-name-prefix): Purecopy initial values.
3735
3736 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3739 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3740 `tramp-unload'.
3741 (tramp-advice-make-auto-save-file-name)
3742 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3743 after removing the advice.
3744
3745 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * progmodes/grep.el (grep-regexp-alist):
3748 * international/mule-cmds.el (iso-2022-control-alist):
3749 * emacs-lisp/timer.el (timer-duration-words):
3750 * subr.el (version-separator, version-regexp-alist):
3751 * minibuffer.el (completion-styles-alist):
3752 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3753 Change defvars to defconsts.
3754
3755 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3756 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3757 * international/mule-conf.el: Allow to be byte compiled.
3758
3759 * international/mule.el (define-charset): Purecopy props.
3760 (load-with-code-conversion): Purecopy doc string and file name.
3761 (put-charset-property): Purecopy strings.
3762 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3763
3764 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3765 (define-char-code-property): Correctly purecopy the table.
3766
3767 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3768
3769 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3770
3771 * subr.el (add-hook): Purecopy strings.
3772 (eval-after-load): Purecopy load-history-regexp and the form.
3773
3774 * custom.el (custom-declare-group): Purecopy load-file-name.
3775
3776 * subr.el (menu-bar-separator): New defconst.
3777 * net/eudc.el (eudc-tools-menu):
3778 * international/mule-cmds.el (set-coding-system-map)
3779 (mule-menu-keymap):
3780 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3781 * vc-hooks.el (vc-menu-map):
3782 * replace.el (occur-mode-map):
3783 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3784 (menu-bar-edit-menu, menu-bar-goto-menu)
3785 (menu-bar-custom-menu, menu-bar-showhide-menu)
3786 (menu-bar-options-menu, menu-bar-tools-menu)
3787 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3788 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3789 (menu-bar-help-menu):
3790 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3791 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3792
3793 * term/x-win.el (x-gtk-stock-map):
3794 * progmodes/vera-mode.el (auto-mode-alist):
3795 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3796 (inferior-lisp-program, inferior-lisp-load-command):
3797 * progmodes/hideshow.el (hs-special-modes-alist):
3798 * progmodes/gud.el (same-window-regexps):
3799 * progmodes/grep.el (grep-program, find-program, xargs-program):
3800 * net/telnet.el (same-window-regexps):
3801 * net/rlogin.el (same-window-regexps):
3802 * language/ethiopic.el (font-ccl-encoder-alist):
3803 * vc-sccs.el (vc-sccs-master-templates):
3804 * vc-rcs.el (vc-rcs-master-templates):
3805 * subr.el (cl-assertion-failed):
3806 * simple.el (next-error-overlay-arrow-position):
3807 * lpr.el (lpr-command):
3808 * locate.el (locate-ls-subdir-switches):
3809 * info.el (same-window-regexps, info)
3810 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3811 * image-mode.el (image-mode, auto-mode-alist):
3812 * hippie-exp.el (hippie-expand-ignore-buffers):
3813 * format.el (format-alist):
3814 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3815 (find-name-arg):
3816 * facemenu.el (facemenu-keybindings):
3817 * dired.el (dired-listing-switches, dired-chown-program):
3818 * diff.el (diff-switches, diff-command):
3819 * cus-edit.el (same-window-regexps):
3820 * bindings.el (mode-line-mule-info)
3821 (mode-line-buffer-identification): Purecopy strings.
3822
3823 2009-11-11 Juri Linkov <juri@jurta.org>
3824
3825 * simple.el (dired-get-filename) <declare-function>:
3826 Tell the byte-compiler about dired-get-filename.
3827 (shell-command): In Dired mode, get filename from the current line
3828 as the default value.
3829
3830 2009-11-10 Glenn Morris <rgm@gnu.org>
3831
3832 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3833 * calendar/holidays.el, progmodes/cperl-mode.el:
3834 Update x-popup-menu declarations.
3835
3836 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3837 (list-load-path-shadows): Use dolist.
3838 (list-load-path-shadows): Use with-current-buffer.
3839
3840 2009-11-10 Juri Linkov <juri@jurta.org>
3841
3842 * minibuffer.el (read-file-name): Support a list of default values
3843 in `default-filename'. Use the first file name where only one
3844 element is required. Doc fix.
3845
3846 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * net/dbus.el (dbus-unregister-object): Release service, if no
3849 other method is registered for it.
3850
3851 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3852
3853 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3854 bookmark-sort-flag is non-nil (Bug#4653).
3855
3856 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3859 the progress reporter entirely.
3860
3861 * emulation/cua-base.el: Add CUA property to some CC mode commands
3862 (Bug#4100).
3863
3864 2009-11-08 Kevin Ryde <user42@zip.com.au>
3865
3866 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3867 at end of sentence (Bug#4818).
3868
3869 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3870
3871 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3872 Handle "see declaration of" MSFT statements (Bug#4100).
3873
3874 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3875
3876 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3877 (tramp-advice-file-expand-wildcards): Unload via
3878 `ad-remove-advice'.
3879
3880 * net/trampver.el: Update release number.
3881
3882 2009-11-08 Kevin Ryde <user42@zip.com.au>
3883
3884 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3885 `ad-do-it'.
3886
3887 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3888
3889 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3890 in order to keep context in SELinux.
3891
3892 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * dired-aux.el (dired-query): Place cursor in echo area and allow
3895 C-g.
3896
3897 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3898 menu item if not on a directory (Bug#4701).
3899
3900 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3901
3902 Sync with Tramp 2.1.17.
3903
3904 * net/tramp.el (tramp-handle-copy-directory): Don't use
3905 `file-remote-p' (due to compatibility).
3906
3907 * net/tramp-compat.el (tramp-compat-copy-directory)
3908 (tramp-compat-delete-directory): New defuns.
3909
3910 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3911 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3912 `tramp-compat-delete-directory'.
3913
3914 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3915 (tramp-smb-handle-delete-directory): Use
3916 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3917
3918 * net/trampver.el: Update release number.
3919
3920 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * tar-mode.el (tar-copy): Call write-region on the right buffer
3923 (Bug#4857).
3924
3925 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3926 by hand, if necessary (Bug#4878).
3927
3928 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3931 align size column (Bug#4839).
3932
3933 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3934 statement.
3935
3936 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3937
3938 * progmodes/ld-script.el (auto-mode-alist):
3939 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3940
3941 * cus-face.el (custom-declare-face): Purecopy face spec.
3942
3943 2009-11-06 Kenichi Handa <handa@m17n.org>
3944
3945 * international/uni-bidi.el: Re-generated.
3946 * international/uni-category.el: Re-generated.
3947 * international/uni-combining.el: Re-generated.
3948 * international/uni-mirrored.el: Re-generated.
3949
3950 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3951
3952 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3953 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3954 (tex-start-options, slitex-run-command, latex-run-command)
3955 (tex-run-command, tex-directory):
3956 * textmodes/ispell.el (ispell-html-skip-alists)
3957 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3958 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3959 (adaptive-fill-regexp):
3960 * textmodes/dns-mode.el (auto-mode-alist):
3961 * progmodes/python.el (interpreter-mode-alist):
3962 * progmodes/etags.el (tags-compression-info-list):
3963 * progmodes/etags.el (tags-file-name):
3964 * net/browse-url.el (browse-url-galeon-program)
3965 (browse-url-firefox-program):
3966 * mail/sendmail.el (mail-signature-file)
3967 (mail-citation-prefix-regexp):
3968 * international/mule-conf.el (eight-bit):
3969 * international/latexenc.el (latex-inputenc-coding-alist):
3970 * international/fontset.el (x-pixel-size-width-font-regexp):
3971 * emacs-lisp/warnings.el (warning-type-format):
3972 * emacs-lisp/trace.el (trace-buffer):
3973 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3974 (emacs-lisp-mode-map):
3975 * calendar/holidays.el (holiday-solar-holidays)
3976 (holiday-bahai-holidays, holiday-islamic-holidays)
3977 (holiday-christian-holidays, holiday-hebrew-holidays)
3978 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3979 (hebrew-holidays-1, holiday-oriental-holidays)
3980 (holiday-general-holidays):
3981 * x-dnd.el (x-dnd-known-types):
3982 * tool-bar.el (tool-bar):
3983 * startup.el (site-run-file):
3984 * shell.el (shell-dumb-shell-regexp):
3985 * rfn-eshadow.el (file-name-shadow-tty-properties)
3986 (file-name-shadow-properties):
3987 * paths.el (remote-shell-program, news-directory):
3988 * mouse.el ([C-down-mouse-3]):
3989 * menu-bar.el (menu-bar-tools-menu):
3990 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3991 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3992 (jka-compr-compression-info-list):
3993 * isearch.el (search-whitespace-regexp):
3994 * image-file.el (image-file-name-extensions):
3995 * find-dired.el (find-ls-option):
3996 * files.el (directory-listing-before-filename-regexp)
3997 (directory-free-space-args, insert-directory-program)
3998 (list-directory-brief-switches, magic-fallback-mode-alist)
3999 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4000 (automount-dir-prefix):
4001 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4002 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4003 (face-font-registry-alternatives, face-font-registry-alternatives)
4004 (face-font-family-alternatives):
4005 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4006 (facemenu-foreground-menu, facemenu-face-menu):
4007 * epa-hook.el (epa-file-name-regexp):
4008 * dnd.el (dnd-protocol-alist):
4009 * textmodes/rst.el (auto-mode-alist):
4010 * button.el (default-button): Purecopy strings.
4011
4012 2009-11-06 Glenn Morris <rgm@gnu.org>
4013
4014 * Makefile.in (ELCFILES): Update.
4015
4016 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4019 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4020
4021 * nxml/xsd-regexp.el (xsdre-gen-categories):
4022 * nxml/xmltok.el (xmltok-parse-entity):
4023 * nxml/rng-parse.el (rng-parse-validate-file):
4024 * nxml/rng-maint.el (rng-format-manual)
4025 (rng-manual-output-force-new-line):
4026 * nxml/rng-loc.el (rng-save-schema-location-1):
4027 * nxml/rng-cmpct.el (rng-c-parse-file):
4028 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4029 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4030
4031 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4032
4033 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4034 Remove extra save-excursions and make-variable-buffer-local's.
4035 Suggested by Stefan Monnier.
4036
4037 (verilog-getopt-file, verilog-module-inside-filename-p)
4038 (verilog-set-define): Merge GNU 1.35 and repair changes from
4039 switching to using with-current-buffer.
4040
4041 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4042 being treated as a number and confusing AUTORESET.
4043 Reported by Dan Dever.
4044
4045 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4046 Add verilog-auto-ignore-concat to fix backward compatibility with
4047 older verilog-modes. Reported by Dan Katz.
4048
4049 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4050 containing closing anchors "...$".
4051
4052 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4053 Reported by Wade Smith.
4054
4055 (verilog-batch-execute-func): Comment on function usage.
4056
4057 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4058
4059 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4060 for labels.
4061
4062 (verilog-label-re, verilog-calc-1): Support proper indent of named
4063 asserts.
4064
4065 (verilog-backward-token, verilog-basic-complete-re)
4066 (verilog-beg-of-statement, verilog-indent-re): Support proper
4067 indent of the assert statement at the beginning of a block of text.
4068
4069 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4070 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4071 tokens as begins.
4072
4073 2009-11-05 Glenn Morris <rgm@gnu.org>
4074
4075 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4076 Emacs 19. (Bug#1531)
4077 (byte-compile-fix-header): Update for the above change.
4078 Drop test for epoch::version.
4079
4080 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4081 * cus-dep.el (custom-make-dependencies):
4082 * finder.el (finder-compile-keywords):
4083 Use autoload-rubric's feature argument.
4084
4085 * calendar/diary-lib.el (top-level): Make load behave more like require.
4086
4087 * vc-git.el (vc-git-stash-map): Move definition before use.
4088
4089 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4090
4091 * custom.el (custom-declare-group): Purecopy standard-value.
4092 (custom-declare-group): Purecopy custom-prefix.
4093
4094 * international/mule.el (load-with-code-conversion):
4095 Call do-after-load-evaluation unconditionally.
4096
4097 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4098
4099 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4102
4103 2009-11-04 Glenn Morris <rgm@gnu.org>
4104
4105 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4106 (byte-compile-compatibility): Remove option.
4107 (byte-compile-close-variables, byte-compile-fix-header)
4108 (byte-compile-insert-header, byte-compile-output-docform)
4109 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4110 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4111 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4112 (byte-compile-insert, byte-compile-defun):
4113 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4114 (byte-defop-compiler19): Remove.
4115 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4116 used by anything. Replace all calls with byte-defop-compiler.
4117
4118 2009-11-04 Juri Linkov <juri@jurta.org>
4119
4120 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4121 (menu-bar-options-menu): Don't quote the `prop' arg of
4122 `menu-bar-make-mm-toggle'.
4123
4124 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4125
4126 * calendar/calendar.el (cal-loaddefs):
4127 * calendar/diary-lib.el (diary-loaddefs):
4128 * calendar/holidays.el (hol-loaddefs):
4129 * eshell/esh-module.el (esh-groups): Load rather than require.
4130
4131 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4134 point-min==1.
4135 (todo-top-priorities): Only display-buffer when called interactively.
4136 (todo-item-start): Don't save excursion point.
4137 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4138 (todo-insert-item-here, todo-file-item, todo-remove-item):
4139 Adjust uses of todo-item-start and todo-item-end.
4140
4141 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4142 (autoload-rubric): Don't use any more.
4143 * cedet/semantic/fw.el (semantic/loaddefs):
4144 * cedet/srecode.el (srecode/loaddefs):
4145 * cedet/ede.el (ede/loaddefs): Load rather than require.
4146 * cedet/ede/cpp-root.el:
4147 * cedet/ede/emacs.el:
4148 * cedet/ede/files.el:
4149 * cedet/ede/linux.el:
4150 * cedet/ede/locate.el:
4151 * cedet/ede/make.el:
4152 * cedet/ede/shell.el:
4153 * cedet/ede/speedbar.el:
4154 * cedet/ede/system.el:
4155 * cedet/ede/util.el:
4156 * cedet/semantic/analyze.el:
4157 * cedet/semantic/bovine.el:
4158 * cedet/semantic/complete.el:
4159 * cedet/semantic/ctxt.el:
4160 * cedet/semantic/db-file.el:
4161 * cedet/semantic/db-find.el:
4162 * cedet/semantic/db-global.el:
4163 * cedet/semantic/db-mode.el:
4164 * cedet/semantic/db-typecache.el:
4165 * cedet/semantic/db.el:
4166 * cedet/semantic/debug.el:
4167 * cedet/semantic/dep.el:
4168 * cedet/semantic/doc.el:
4169 * cedet/semantic/edit.el:
4170 * cedet/semantic/find.el:
4171 * cedet/semantic/format.el:
4172 * cedet/semantic/html.el:
4173 * cedet/semantic/ia-sb.el:
4174 * cedet/semantic/ia.el:
4175 * cedet/semantic/idle.el:
4176 * cedet/semantic/lex-spp.el:
4177 * cedet/semantic/lex.el:
4178 * cedet/semantic/mru-bookmark.el:
4179 * cedet/semantic/scope.el:
4180 * cedet/semantic/senator.el:
4181 * cedet/semantic/sort.el:
4182 * cedet/semantic/symref.el:
4183 * cedet/semantic/tag-file.el:
4184 * cedet/semantic/tag-ls.el:
4185 * cedet/semantic/tag-write.el:
4186 * cedet/semantic/tag.el:
4187 * cedet/semantic/util-modes.el:
4188 * cedet/semantic/analyze/complete.el:
4189 * cedet/semantic/analyze/refs.el:
4190 * cedet/semantic/bovine/c.el:
4191 * cedet/semantic/bovine/gcc.el:
4192 * cedet/semantic/bovine/make.el:
4193 * cedet/semantic/bovine/scm.el:
4194 * cedet/semantic/decorate/include.el:
4195 * cedet/semantic/decorate/mode.el:
4196 * cedet/semantic/symref/cscope.el:
4197 * cedet/semantic/symref/global.el:
4198 * cedet/semantic/symref/grep.el:
4199 * cedet/semantic/symref/idutils.el:
4200 * cedet/semantic/symref/list.el:
4201 * cedet/semantic/wisent/java-tags.el:
4202 * cedet/semantic/wisent/javascript.el:
4203 * cedet/srecode/compile.el:
4204 * cedet/srecode/cpp.el:
4205 * cedet/srecode/document.el:
4206 * cedet/srecode/el.el:
4207 * cedet/srecode/expandproto.el:
4208 * cedet/srecode/getset.el:
4209 * cedet/srecode/insert.el:
4210 * cedet/srecode/java.el:
4211 * cedet/srecode/map.el:
4212 * cedet/srecode/mode.el:
4213 * cedet/srecode/template.el:
4214 * cedet/srecode/texi.el: Remove the file-local setting of
4215 generated-autoload-feature.
4216
4217 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4218 and only put a prop if it is non-nil.
4219
4220 2009-11-03 Juri Linkov <juri@jurta.org>
4221
4222 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4223 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4224
4225 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4226 and "Menu" to make top-level menu item visually one unit (like
4227 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4228 multi-word menu items). Fix :help string for quit-window.
4229
4230 2009-11-03 Glenn Morris <rgm@gnu.org>
4231
4232 * cedet/mode-local.el (with-mode-local): Doc fix.
4233
4234 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4235 (byte-compile-file-form-define-abbrev-table)
4236 (byte-compile-file-form-custom-declare-variable)
4237 (byte-compile-variable-ref, byte-compile-defvar):
4238 Whether or not a warning is enabled should only affect whether we issue
4239 the warning, not whether or not we collect the relevant data.
4240 Eg warnings can be turned on and off throughout the course of a file.
4241
4242 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4243 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4244
4245 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4248 * play/mpuz.el (mpuz-create-buffer):
4249 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4250 (lm-print-y,s,noise, lm-print-w0, lm-init):
4251 * play/gomoku.el (gomoku-prompt-for-move):
4252 * play/fortune.el (fortune-in-buffer):
4253 * play/dissociate.el (dissociated-press):
4254 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4255 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4256 * mail/supercite.el (sc-eref-show):
4257 * mail/smtpmail.el (smtpmail-send-it):
4258 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4259 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4260 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4261 (rmail-summary-goto-msg, rmail-summary-expunge)
4262 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4263 (rmail-summary-add-label, rmail-summary-output-menu)
4264 (rmail-summary-output-body):
4265 * mail/rfc822.el (rfc822-addresses):
4266 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4267 * mail/mailpost.el (post-mail-send-it):
4268 * mail/hashcash.el (hashcash-generate-payment):
4269 * mail/feedmail.el (feedmail-run-the-queue)
4270 (feedmail-queue-send-edit-prompt-help-first)
4271 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4272 (feedmail-deduce-address-list):
4273 * eshell/esh-ext.el (eshell-remote-command):
4274 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4275 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4276 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4277 (viper-save-string-in-file, viper-valid-marker):
4278 * emulation/viper-keym.el (viper-toggle-key):
4279 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4280 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4281 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4282 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4283 (viper-exec-form-in-emacs, viper-brac-function):
4284 * emulation/viper.el (viper-delocalize-var):
4285 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4286 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4287 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4288 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4289 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4290 * emulation/edt.el (edt-electric-helpify):
4291 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4292 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4293 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4294 (cua-indent-to-global-mark-column):
4295 * calendar/diary-lib.el (calendar-mark-1):
4296 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4297 Use with-current-buffer.
4298 * emulation/viper.el (viper-delocalize-var): Use dolist.
4299
4300 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * comint.el (comint-replace-by-expanded-history-before-point):
4303 Replace !! with the previous input string literally (Bug#1795).
4304
4305 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4306
4307 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4308 to be made up of whitespace.
4309
4310 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4311
4312 * minibuffer.el (read-file-name): Don't use file dialogs for
4313 remote directories (Bug#99).
4314
4315 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4316
4317 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4318
4319 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4320
4321 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4322 instead of deleting the window or frame.
4323
4324 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4325
4326 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4327 Support face colors.
4328
4329 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4330 New function. Support face colors (Bug#1168).
4331 (tex-common-initialization): Use it.
4332
4333 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4334 mode allows it (Bug#1168).
4335
4336 2009-10-31 Juri Linkov <juri@jurta.org>
4337
4338 * facemenu.el (list-colors-display): Don't mark buffer as
4339 modified (Bug#3948).
4340
4341 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * international/mule-diag.el (list-character-sets-1): Minor
4344 message fix (Bug#3526).
4345
4346 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4347 face property (Bug#4834).
4348 (etags-list-tags, etags-tags-apropos-additional)
4349 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4350 property.
4351
4352 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4353 items.
4354
4355 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4356 items.
4357
4358 * cedet/ede.el (ede-minor-mode):
4359 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4360
4361 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * textmodes/two-column.el (2C-split):
4364 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4365 * textmodes/tex-mode.el (tex-set-buffer-directory):
4366 * textmodes/spell.el (spell-region, spell-string):
4367 * textmodes/reftex.el (reftex-erase-buffer):
4368 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4369 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4370 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4371 (reftex-select-item):
4372 * textmodes/reftex-ref.el (reftex-label-info-update)
4373 (reftex-offer-label-menu):
4374 * textmodes/reftex-index.el (reftex-index-change-entry)
4375 (reftex-index-phrases-info):
4376 * textmodes/reftex-global.el (reftex-create-tags-file)
4377 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4378 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4379 (reftex-view-crossref-from-bibtex):
4380 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4381 (reftex-extract-bib-entries-from-thebibliography)
4382 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4383 * textmodes/refbib.el (r2b-capitalize-title):
4384 (r2b-convert-buffer, r2b-help):
4385 * textmodes/page-ext.el (pages-directory)
4386 (pages-directory-goto-with-mouse):
4387 * textmodes/bibtex.el (bibtex-validate-globally):
4388 * textmodes/bib-mode.el (bib-capitalize-title):
4389 * textmodes/artist.el (artist-clear-buffer, artist-system):
4390 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4391 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4392 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4393 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4394 (xscheme-send-control-g-interrupt, xscheme-start-process)
4395 (xscheme-process-sentinel, xscheme-cd):
4396 * progmodes/verilog-mode.el (verilog-read-always-signals)
4397 (verilog-set-define, verilog-getopt-file)
4398 (verilog-module-inside-filename-p):
4399 * progmodes/sh-script.el:
4400 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4401 (python-pdbtrack-grub-for-buffer, python-execute-file):
4402 * progmodes/octave-inf.el (inferior-octave):
4403 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4404 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4405 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4406 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4407 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4408 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4409 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4410 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4411 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4412 (idlwave-shell-examine-display, idlwave-shell-run-region)
4413 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4414 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4415 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4416 (idlwave-help-get-help-buffer):
4417 * progmodes/gud.el (gud-basic-call, gud-find-class)
4418 (gud-tooltip-activate-mouse-motions-if-enabled):
4419 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4420 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4421 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4422 (ebrowse-tags-next-file):
4423 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4424 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4425 (ebnf-eps-finish-and-write):
4426 * progmodes/cpp.el (cpp-edit-save):
4427 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4428 * progmodes/cc-defs.el (c-emacs-features):
4429 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4430 (antlr-directory-dependencies):
4431 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4432 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4433 (ada-find-any-references, ada-make-filename-from-adaname)
4434 (ada-make-body-gnatstub):
4435 * obsolete/rnews.el (news-list-news-groups):
4436 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4437 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4438 * net/rcirc.el (rcirc-debug):
4439 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4440 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4441 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4442 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4443 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4444 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4445 (newsticker--treeview-list-clear-highlight)
4446 (newsticker--treeview-list-update-highlight)
4447 (newsticker--treeview-list-highlight-start)
4448 (newsticker--treeview-tree-update-highlight)
4449 (newsticker--treeview-get-selected-item)
4450 (newsticker-treeview-mark-list-items-old)
4451 (newsticker--treeview-set-current-node):
4452 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4453 * net/newst-backend.el (newsticker--get-news-by-funcall)
4454 (newsticker--get-news-by-wget, newsticker--image-get)
4455 (newsticker--image-sentinel):
4456 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4457 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4458 (eudc-ph-close-session):
4459 * net/eudc.el (eudc-save-options):
4460 * language/thai-word.el (thai-update-word-table):
4461 * language/japan-util.el (japanese-string-conversion):
4462 * international/titdic-cnv.el (tsang-quick-converter)
4463 (ziranma-converter, ctlau-converter):
4464 * international/mule-cmds.el (describe-language-environment):
4465 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4466 (skkdic-convert-postfix, skkdic-convert-prefix):
4467 (skkdic-convert-okuri-nasi, skkdic-convert):
4468 * emacs-lisp/re-builder.el (reb-update-overlays):
4469 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4470 * emacs-lisp/gulp.el (gulp-send-requests):
4471 * emacs-lisp/find-gc.el (trace-call-tree):
4472 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4473 (eieio-describe-generic):
4474 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4475 * emacs-lisp/edebug.el (edebug-outside-excursion):
4476 * emacs-lisp/debug.el (debugger-make-xrefs):
4477 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4478 * emacs-lisp/chart.el (chart-new-buffer):
4479 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4480 Use with-current-buffer.
4481 * textmodes/artist.el (artist-system): Don't call
4482 copy-sequence on a fresh string.
4483 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4484
4485 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4486
4487 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4488 is no item to edit. (Bug#4820)
4489 (todo-top-priorities): Restore point and restore narrowing in Todo
4490 buffer. (Bug#4820)
4491
4492 2009-10-31 Glenn Morris <rgm@gnu.org>
4493
4494 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4495 (comint-last-output-start, comint-last-input-start)
4496 (comint-last-input-end): Don't defvar when compiling.
4497 (ange-ftp-process-file): Use bound-and-true-p.
4498
4499 * pcmpl-rpm.el (top-level): Move provide statement to end.
4500 (pcmpl-rpm): Remove unused custom group.
4501
4502 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4503
4504 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4505
4506 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4507 (byte-compile-warnings): Add `constants' as an option.
4508 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4509 (display-call-tree): Update for byte-compile-fdefinition possibly
4510 returning `(macro lambda ...)'. (Bug#4778)
4511 (byte-compile-variable-ref, byte-compile-setq-default):
4512 Respect `constants' member of byte-compile-warnings.
4513
4514 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4515 Use mapc rather than mapcar because the return value is never used.
4516
4517 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4518 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4519 * cedet/semantic/html.el:
4520 Suppress harmless warnings about setting up semantic-imenu (not
4521 part of Emacs) variables.
4522
4523 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4526 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4527 to "submit:".
4528
4529 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4530 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4531 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4532 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4533 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4534 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4535 (semantic-analyzer-debug-global-symbol)
4536 (semantic-analyzer-debug-missing-innertype)
4537 (semantic-analyzer-debug-insert-include-summary):
4538 * cedet/semantic/util.el (semantic-file-tag-table):
4539 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4540 (semantic-recursive-find-nonterminal-by-name):
4541 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4542 * cedet/semantic/tag-file.el (semantic-prototype-file):
4543 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4544 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4545 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4546 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4547 (semantic-idle-summary-maybe-highlight):
4548 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4549 (semantic-ia-sb-tag-info):
4550 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4551 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4552 * cedet/semantic/ede-grammar.el (project-compile-target):
4553 (ede-proj-makefile-insert-variables):
4554 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4555 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4556 (semantic-debug-mode, semantic-debug):
4557 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4558 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4559 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4560 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4561 (semanticdb-find-translate-path-includes--internal)
4562 (semanticdb-reset-log, semanticdb-find-log-activity):
4563 * cedet/semantic/db-file.el (object-write):
4564 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4565 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4566 (semanticdb-create-ebrowse-database):
4567 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4568 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4569 (semantic-collector-calculate-completions-raw)
4570 (semantic-complete-read-tag-analyzer):
4571 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4572 * cedet/ede/util.el (ede-update-version-in-source):
4573 * cedet/ede/proj.el (project-delete-target):
4574 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4575 (ede-proj-flush-autoconf):
4576 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4577 (ede-proj-configure-synchronize):
4578 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4579 * cedet/ede/linux.el (ede-linux-version):
4580 * cedet/ede/emacs.el (ede-emacs-version):
4581 * cedet/ede/dired.el (ede-dired-add-to-target):
4582 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4583 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4584 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4585 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4586 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4587 (cedet-idutils-version-check):
4588 * cedet/cedet-global.el (cedet-gnu-global-call):
4589 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4590 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4591 * cedet/cedet-cscope.el (cedet-cscope-call)
4592 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4593 Use with-current-buffer.
4594 * cedet/ede.el (ede-make-project-local-variable)
4595 (ede-set-project-variables, ede-set): Use dolist.
4596
4597 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4598
4599 * textmodes/ispell.el (ispell-skip-region-alist):
4600 * international/mule-conf.el (eight-bit):
4601 * international/fontset.el (font-encoding-alist):
4602 * startup.el (pure-space-overflow-message):
4603 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4604 * paths.el (gnus-nntp-service, rmail-spool-directory)
4605 (term-file-prefix):
4606 * files.el (save-some-buffers-action-alist):
4607 * cmuscheme.el (same-window-buffer-names):
4608 * ielm.el (same-window-buffer-names):
4609 * shell.el (same-window-buffer-names):
4610 * mail/sendmail.el (same-window-buffer-names):
4611 * progmodes/inf-lisp.el (same-window-buffer-names):
4612 * bindings.el (mode-line-client)
4613 (mode-line-column-line-number-mode-map):
4614 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4615 (tibetan-precomposed-regexp): Purecopy string arguments.
4616
4617 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4620 (calcDigit-nondigit):
4621 * calc/calc-yank.el (calc-copy-to-buffer):
4622 * calc/calc-units.el (calc-invalidate-units-table):
4623 * calc/calc-trail.el (calc-trail-yank):
4624 * calc/calc-store.el (calc-insert-variables):
4625 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4626 * calc/calc-prog.el (calc-read-parse-table):
4627 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4628 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4629 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4630 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4631 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4632 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4633 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4634 * calc/calc-ext.el (calc-realign):
4635 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4636 (calc-embedded-finish-edit, calc-embedded-make-info)
4637 (calc-embedded-finish-command, calc-embedded-stack-change):
4638 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4639
4640 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4641 (overload-docstring-extension): Use that info.
4642 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4643 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4644 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4645 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4646 (semantic-nonterminal-full-name): Add the new `when' info.
4647 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4648 `assert'.
4649
4650 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4651 shell-dynamic-complete-filename in preference to
4652 comint-dynamic-complete-filename.
4653
4654 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4655 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4656 Don't consider whether the display supports colors.
4657 (bookmark-import-new-list): Use dolist.
4658 (bookmark-bmenu-mode-map): Move initialization into declaration.
4659 (bookmark-bmenu-list): Use dolist, simplify.
4660 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4661 (menu-bar-final-items): Use push.
4662
4663 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4664
4665 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4666 it works on remote files.
4667 (vc-hg-diff): Don't pass any `--cwd' argument.
4668
4669 2009-10-27 Kevin Ryde <user42@zip.com.au>
4670
4671 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4672 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4673 (Further to Bug#3921).
4674
4675 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4676
4677 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4678 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4679 calling `tramp-imap-put-file'. Add file size to the call.
4680 (tramp-imap-get-file-entries): Compute also user name, file size,
4681 and date.
4682 (tramp-imap-handle-insert-directory): Insert uid and gid.
4683 (tramp-imap-handle-file-attributes): Transform uid and gid
4684 according to `id-format'.
4685 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4686 size in header X-Size.
4687
4688 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * simple.el (transpose-subr): Give clearer error when the mark
4691 is not set. (Bug#4807)
4692
4693 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * net/tramp.el (tramp-perl-file-truename): New defconst.
4696 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4697 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4698 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4699 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4700
4701 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4702 Ignore `dired-call-process'.
4703 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4704
4705 2009-10-26 Julian Scheid <julians37@gmail.com>
4706
4707 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4708 (tramp-get-remote-readlink): New defun.
4709 (tramp-handle-file-truename): Use it.
4710 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4711 file exists if cache value present.
4712 (tramp-check-cached-permissions): New defun.
4713 (tramp-handle-file-readable-p): Use it.
4714 (tramp-handle-file-writable-p): Likewise.
4715 (tramp-handle-file-executable-p): Likewise.
4716 (tramp-handle-file-name-all-completions): Try using Perl to get
4717 partial completions. When perl not available, combine `cd' and
4718 `ls' into single remote operation and use shell expansion to get
4719 partial remote directory contents. Set `file-exists-p' cache for
4720 directory and any files returned by ls. Change cache handling to
4721 support partial directory contents. Use error message emitted by
4722 remote `cd' or Perl code for local tramp-error.
4723 (tramp-do-copy-or-rename-file-directly): Avoid separate
4724 tramp-send-command-and-check call.
4725 (tramp-handle-process-file): Merge three remote ops into one.
4726 Do not flush all caches when `process-file-side-effects' is set.
4727 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4728 file-attributes shows uid/gid to be set already.
4729
4730 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4731
4732 * textmodes/tex-mode.el (tex-dvi-view-command)
4733 (tex-show-queue-command, tex-open-quote):
4734 * progmodes/ruby-mode.el (auto-mode-alist)
4735 (interpreter-mode-alist): Purecopy strings.
4736
4737 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4738
4739 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4740 string for the hook, keymap and abbrev table.
4741
4742 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4743
4744 * x-dnd.el (x-dnd-xdnd-to-action):
4745 * startup.el (fancy-startup-text, fancy-about-text): Change to
4746 defconst from defvar.
4747
4748 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4749
4750 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4751 Purecopy initialization strings.
4752
4753 * mail/sendmail.el (mail-header-separator)
4754 (mail-personal-alias-file):
4755 * mail/rmail.el (rmail-default-dont-reply-to-names)
4756 (rmail-ignored-headers, rmail-retry-ignored-headers)
4757 (rmail-highlighted-headers, rmail-secondary-file-directory)
4758 (rmail-secondary-file-regexp):
4759 * files.el (null-device, file-name-invalid-regexp)
4760 (locate-dominating-stop-dir-regexp)
4761 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4762 (interpreter-mode-alist): Use mapcar instead of mapc.
4763
4764 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4765
4766 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4767 (completion-ignored-extensions):
4768 (debug-ignored-errors): Purecopy strings.
4769
4770 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4773 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4774 (pcomplete--here): Use push.
4775
4776 * subr.el (all-completions): Declare the 4th arg obsolete.
4777
4778 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4781 (pcomplete-unquote-argument): New function.
4782 (pcomplete--common-suffix): Always pay attention to case.
4783 (pcomplete--table-subvert): Quote and unquote the text.
4784 (pcomplete--common-quoted-suffix): New function.
4785 (pcomplete-std-complete): Use it and pcomplete-begin.
4786
4787 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4788 we're inside a dedicated or minibuffer window.
4789
4790 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * cedet/semantic/fw.el (semantic-alias-obsolete)
4793 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4794 (define-mode-overload-implementation):
4795 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4796 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4797 * cedet/semantic/util.el (semantic-file-token-stream)
4798 (semantic-something-to-stream):
4799 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4800 (semantic-expand-nonterminal):
4801 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4802 (semantic-find-dependency, semantic-find-nonterminal)
4803 (semantic-find-dependency):
4804 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4805 (semantic-flex-text, semantic-flex-make-keyword-table)
4806 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4807 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4808 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4809 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4810 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4811 (semantic-after-idle-scheduler-reparse-hooks):
4812 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4813 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4814 * cedet/semantic.el (semantic-toplevel-bovine-table)
4815 (semantic-toplevel-bovine-cache)
4816 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4817 (semantic-init-mode-hooks, semantic-init-db-hooks)
4818 (semantic-bovination-working-type): Provide the `when' arg.
4819
4820 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4821
4822 * bookmark.el: Update documentation, especially documentation
4823 of `bookmark-alist' and of the bookmark file format.
4824 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4825
4826 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4829 keybindings apply to the mail buffer (Bug#4003). Shrink help
4830 window to buffer.
4831
4832 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4833 (global-whitespace-mode, global-whitespace-newline-mode)
4834 (whitespace-toggle-options, global-whitespace-toggle-options):
4835 Doc fix (Bug#3660).
4836
4837 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4838 of xmltok-start before the end tag was inserted (Bug#2840).
4839
4840 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4841 patterns that are preceded by an open-paren (Bug#1320).
4842
4843 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4844
4845 * files.el (delete-directory): Delete symlinks to directories with
4846 delete-file (Bug#4739).
4847
4848 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4849
4850 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4851 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4852 argument to make-obsolete.
4853
4854 * cedet/semantic/fw.el (semantic-alias-obsolete)
4855 (semantic-varalias-obsolete): Add optional WHEN argument.
4856
4857 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4858
4859 * vc.el (vc-backend-for-registration): Rename from
4860 vc-get-backend-for-registration. Update callers.
4861
4862 * international/mule-cmds.el (set-language-info-alist):
4863 Purecopy lang-env.
4864 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4865 (charset): Purecopy the name.
4866 (define-char-code-property): Purecopy string arguments.
4867
4868 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4869 Purecopy string arguments.
4870
4871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4872 * ediff-hook.el (menu-bar-ediff-menu):
4873 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4874 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4875
4876 2009-10-24 Glenn Morris <rgm@gnu.org>
4877
4878 * comint.el (comint-dynamic-list-completions):
4879 * term.el (term-dynamic-list-completions): Use choose-completion rather
4880 than obsolete alias mouse-choose-completion.
4881
4882 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4883 file-cache-choose-completion.
4884 (file-cache-choose-completion): Handle an optional event argument.
4885 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4886
4887 * progmodes/octave-mod.el (octave-complete-symbol):
4888 Use choose-completion if mouse-choose-completion is ever removed.
4889
4890 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4891 use.
4892
4893 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4894 compiler.
4895
4896 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4897
4898 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4901 Ignore `pred' now that we receive one.
4902 Handle test-completion specially.
4903
4904 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4905
4906 * vc.el (vc-responsible-backend): Throw an error if not backend is
4907 found. Remove the REGISTER argument. Move the code dealing with
4908 REGISTER ...
4909 (vc-get-backend-for-registration): ... here. New function.
4910 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4911 of vc-responsible-backend, pass the file name instead of the
4912 directory name.
4913
4914 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4917 New funs.
4918 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4919 (pcomplete-comint-setup): Don't modify a global var via
4920 accidental side-effects.
4921 (pcomplete-shell-setup): Adjust call accordingly.
4922 (pcomplete-parse-comint-arguments): Use push.
4923
4924 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4925
4926 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4927 Allow uncapitalized info node names (Bug#3921).
4928
4929 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4930 to the DEBUG file (Bug#3781).
4931
4932 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4933
4934 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4935 dictionary entry (Bug#4579).
4936
4937 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4940 from `rfn-eshadow-update-overlay-hook' when unloading.
4941 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4942 "rsyncc". Adjust doc string.
4943 (tramp-temp-buffer-file-name): New buffer-local defvar.
4944 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4945 Keep temporary file when indicated by method ("rsync" and
4946 "rsyncc").
4947 (tramp-handle-write-region): Handle APPEND.
4948 (tramp-delete-temp-file-function): New defun. Added to
4949 `kill-buffer-hook'.
4950
4951 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4954
4955 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4956
4957 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4958 (color-name-rgb-alist, tty-standard-colors)
4959 (tty-color-mode-alist): Change to defconst.
4960
4961 * simple.el (mark-inactive): Purecopy message.
4962
4963 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4964 (global-map, yank-menu):
4965 * textmodes/ispell.el (ispell-menu-map):
4966 * net/eudc.el (eudc-tools-menu):
4967 * international/mule-cmds.el (describe-language-environment-map)
4968 (setup-language-environment-map, set-coding-system-map)
4969 (mule-menu-keymap):
4970 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4971 * replace.el (occur-mode-map):
4972 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4973
4974 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4975
4976 * calc/calc.el (math-read-number, math-read-number-simple): Use
4977 `save-match-data'.
4978
4979 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4982 rather than fiddling with global-map bindings, since it should only
4983 affect per-terminal settings.
4984 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4985
4986 * minibuffer.el (completion-table-with-terminator): Allow to specify
4987 the terminator-regexp.
4988
4989 * simple.el (switch-to-completions): Look for *Completions* in other
4990 frames as well.
4991
4992 * pcomplete.el: Allow the use of completion-tables.
4993 (pcomplete-std-complete): New command.
4994 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4995 (pcomplete--here): Use a function for `form' rather than an expression,
4996 so it can be byte-compiled.
4997 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4998 Add edebug declaration.
4999 (pcomplete-show-completions): Remove unused var `curbuf'.
5000 (pcomplete-do-complete, pcomplete-stub):
5001 Don't assume `completions' is a list of strings any more.
5002
5003 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5004
5005 * find-dired.el (find-name-arg): Fix typo in docstring.
5006
5007 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5010 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5011
5012 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5013 pcomplete-entries.
5014
5015 * comint.el (comint-read-input-ring, comint-write-input-ring)
5016 (comint-substitute-in-file-name)
5017 (comint-dynamic-complete-as-filename)
5018 (comint-dynamic-simple-complete)
5019 (comint-dynamic-list-filename-completions)
5020 (comint-dynamic-list-completions)
5021 (comint-redirect-results-list-from-process): Minor simplifications.
5022
5023 2009-10-21 Kevin Ryde <user42@zip.com.au>
5024
5025 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5026 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5027 the first form. And insert a blank line after ";;; Code" since
5028 that's usual style. (Bug#4612)
5029
5030 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5031
5032 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * minibuffer.el (completion-table-with-terminator): Properly implement
5035 boundaries, in case `terminator' appears in the suffix.
5036 (completion--embedded-envvar-table): Don't return boundaries if
5037 there's no valid completion. Simplify.
5038 (completion-file-name-table): New completion table extracted from
5039 completion--file-name-table.
5040 (completion--file-name-table): Use it.
5041 (read-file-name-predicate): Declare obsolete.
5042 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5043 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5044 completion-file-name-table, and use the `pred' argument.
5045 * files.el (locate-file-completion-table): Use the `pred' arg rather
5046 than read-file-name-predicate.
5047 (abbreviate-file-name): Use \` rather than ^ for BOS.
5048
5049 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5050
5051 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5052 vc-responsible-backend to register, it causes problems.
5053
5054 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5057
5058 2009-10-21 Eric Ludlam <zappo@gnu.org>
5059
5060 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5061 (semantic-c-debug-mode-init-pch): New functions.
5062 (semantic-c-debug-mode-init-last-mode): New var.
5063 (semantic-c-parse-lexical-token): Use them.
5064
5065 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5066 When extracting the argument list, limit only by point-max.
5067
5068 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5071 (tramp-smb-handle-file-attributes): Use it.
5072 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5073 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5074 `mapcar'. Use `tramp-smb-get-stat-capability'.
5075 Add `dired-filename' text properties.
5076 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5077 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5078 version.
5079
5080 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * subr.el (read-key-delay): Reduce to 0.01.
5083 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5084 (bug#4751).
5085
5086 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5089
5090 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5091 (Info-menu): Remove unused vars `last' and `completions'.
5092 (Info-index-nodes): Remove unused var `node'.
5093
5094 * info.el (Info-complete-menu-item): Use complete-with-action.
5095
5096 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 Make vc-annotate work through copies and renames.
5099 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5100 Return the file name too.
5101 (vc-annotate-revision-at-line)
5102 (vc-annotate-find-revision-at-line)
5103 (vc-annotate-revision-previous-to-line)
5104 (vc-annotate-show-log-revision-at-line): Update to get the file
5105 name from vc-annotate-extract-revision-at-line.
5106 (vc-annotate-show-diff-revision-at-line-internal): Change the
5107 argument to mean whether to show a file diff or not. Get the file
5108 name from vc-annotate-extract-revision-at-line.
5109 (vc-annotate-show-diff-revision-at-line):
5110 Update vc-annotate-show-diff-revision-at-line call.
5111 (vc-annotate-warp-revision): Add an optional file argument.
5112
5113 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5114 (vc-git-annotate-extract-revision-at-line): Also return the file
5115 name if found.
5116
5117 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5118 command. Remove unused code.
5119 (vc-hg-annotate-re): Update to match --follow output.
5120 (vc-hg-annotate-extract-revision-at-line): Also return the file
5121 name if found.
5122
5123 * vc.el: Update annotate-extract-revision-at-line documentation.
5124
5125 2009-10-18 Kevin Ryde <user42@zip.com.au>
5126
5127 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5128 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5129
5130 * net/browse-url.el (browse-url): Identify alist with "consp and
5131 not functionp" and let all other things go down the `apply' leg,
5132 as suggested by Stefan. (Further to bug#4531.)
5133
5134 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * minibuffer.el (read-file-name): Check for repeat before putting
5137 a default argument in file-name-history (Bug#4657).
5138
5139 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5140 read syntax (Bug#4737).
5141
5142 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5143
5144 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5145
5146 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5147 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5148 entries and make note of obsolete tags.
5149
5150 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5153
5154 2009-10-18 Glenn Morris <rgm@gnu.org>
5155
5156 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5157 grep, so that binary files (eg international/uni-bidi.el) can match.
5158 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5159 now, and in any case the file header format has changed.
5160
5161 2009-10-17 Glenn Morris <rgm@gnu.org>
5162
5163 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5164 (flyspell-get-word, flyspell-large-region)
5165 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5166
5167 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * Makefile.in (ELCFILES): Add ede/shell.
5170
5171 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5172
5173 * term/common-win.el (x-colors): Purecopy it.
5174
5175 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5178 permissive for when the buffer is empty.
5179 (tar-header-block-tokenize): Decode the username and groupname.
5180 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5181
5182 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5183
5184 * cedet/srecode/srt.el:
5185 * cedet/srecode/compile.el:
5186 * cedet/semantic/mru-bookmark.el:
5187 * cedet/semantic/debug.el:
5188 * cedet/semantic/complete.el:
5189 * cedet/semantic/analyze.el: Require CL when compiling.
5190
5191 2009-10-17 Eric Ludlam <zappo@gnu.org>
5192
5193 * cedet/semantic/scope.el
5194 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5195 tmpscope so that the regular scope will continue to work.
5196
5197 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5198 Use semantic-idle-summary-highlight-face as the highlighting.
5199
5200 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5201 contains multibyte characters, choose first applicable coding
5202 system automatically.
5203
5204 * cedet/ede/project-am.el (project-run-target): New method.
5205 (project-run-target): New method.
5206
5207 * cedet/ede.el (ede-target): Add run target menu item.
5208 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5209 (ede-run-target): New function.
5210 (ede-target::project-run-target): New method.
5211
5212 * cedet/ede/proj.el (project-run-target): New method.
5213
5214 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5215 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5216 Add :rules.
5217 (ede-proj-target-makefile-shared-object): Only libtool compilers
5218 now available. Add linkers for libtool.
5219 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5220 (ede-proj-makefile-target-name): Always use .la extension.
5221
5222 * cedet/ede/proj-prog.el (project-run-target): New method.
5223
5224 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5225 (ede-g++-linker): Change Change link lines.
5226
5227 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5228 When searching for old variables, go to the end of the buffer and
5229 search backward from there.
5230 (ede-proj-makefile-automake-insert-subdirs)
5231 (ede-proj-makefile-automake-insert-extradist): New methods.
5232 (ede-proj-makefile-create): Use them.
5233
5234 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5235 Force FILE to expand to the current target. Use file-exists-p to
5236 check that it exists.
5237
5238 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5239 (ede-linux-load): Wrap dir in file-name-as-directory.
5240 Set :version slot.
5241
5242 * cedet/ede/files.el (ede-get-locator-object): When enabling
5243 locate, do so on "top".
5244
5245 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5246 file-name-as-directory during compare.
5247 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5248 Get version number from different places. Don't call egrep.
5249 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5250 to set the directory.
5251
5252 * cedet/ede/shell.el: New file.
5253
5254 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5255 alpha/beta variants.
5256
5257 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * international/mule-cmds.el (select-safe-coding-system): If the file
5260 has a coding cookie, use it regardless of any other setting (bug#4712).
5261
5262 2009-10-17 Glenn Morris <rgm@gnu.org>
5263
5264 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5265 All errors should have messages.
5266
5267 * foldout.el (foldout-mouse-swallow-events):
5268 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5269
5270 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5271 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5272 (dired-keep-marker-symlink, dired-dwim-target)
5273 (dired-copy-preserve-time): Do not autoload these defcustoms.
5274
5275 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5276 messages from messing up the file coding. (Bug#4623)
5277
5278 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5279
5280 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5281 if no match is found for the current dictionary. (Bug#4578)
5282
5283 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5284 optional, since that is how it is documented, and this is often called
5285 with a nil argument. (Bug#4577)
5286 (flyspell-external-point-words, flyspell-auto-correct-word)
5287 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5288 (flyspell-word-search-backward): Remove nil argument in calls to
5289 flyspell-get-word, since it is not needed now.
5290
5291 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5292
5293 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5294
5295 2009-10-16 Glenn Morris <rgm@gnu.org>
5296
5297 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5298
5299 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5300
5301 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5302 (ange-ftp-file-size): New function.
5303 (ange-ftp-file-attributes): Use it.
5304
5305 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5306
5307 * net/tramp-smb.el (tramp-smb-version): New defvar.
5308 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5309 repeated checks.
5310
5311 2009-10-16 Glenn Morris <rgm@gnu.org>
5312
5313 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5314 Maybe copy some custom properties from old to new name. (Bug#4706)
5315
5316 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5317
5318 * subr.el (error, sit-for, start-process-shell-command)
5319 (start-file-process-shell-command): Set the calling convention
5320 after the function definition.
5321
5322 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * subr.el (error, sit-for, start-process-shell-command)
5325 (start-file-process-shell-command): Use the new
5326 set-advertised-calling-convention feature.
5327
5328 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5329
5330 * international/ucs-normalize.el (ucs-normalize-version):
5331 Change to 1.2.
5332 (check-range): Adjust for Unicode 5.2.
5333
5334 2009-10-15 Juri Linkov <juri@jurta.org>
5335
5336 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5337 to the `menu-item' format.
5338
5339 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5340
5341 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5342 if the environment variable does not exist.
5343
5344 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5345 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5346 parameter.
5347 (tramp-smb-handle-add-name-to-file)
5348 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5349 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5350 (tramp-smb-handle-file-attributes)
5351 (tramp-smb-do-file-attributes-with-stat)
5352 (tramp-smb-handle-file-local-copy)
5353 (tramp-smb-handle-insert-directory)
5354 (tramp-smb-handle-make-directory)
5355 (tramp-smb-handle-make-directory-internal)
5356 (tramp-smb-handle-make-symbolic-link)
5357 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5358 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5359 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5360 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5361 Handle long file names.
5362 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5363 process is running.
5364 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5365 Read share names with "-g" option.
5366
5367 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5368
5369 * net/rcirc.el (rcirc-view-log-file): New command.
5370 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5371 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5372 specified.
5373
5374 2009-10-15 Glenn Morris <rgm@gnu.org>
5375
5376 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5377 from the second command-line argument.
5378 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5379 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5380 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5381 w32-batch-update-autoloads.
5382 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5383 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5384
5385 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5386 the headers cannot be located. Simplify, subtracting superflous
5387 save-excursions.
5388
5389 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 Replace completion-base-size by completion-base-position to fix bugs
5392 such as (bug#4699).
5393 * simple.el (completion-base-position): New var.
5394 (completion-base-size): Mark as obsolete.
5395 (choose-completion): Make it work for mouse events as well.
5396 Pass the new base-position to choose-completion-string.
5397 (choose-completion-guess-base-position): New function, extracted from
5398 choose-completion-delete-max-match.
5399 (choose-completion-delete-max-match): Use it. Make obsolete.
5400 (choose-completion-string): Use the new base-position info.
5401 (completion-root-regexp): Delete.
5402 (completion-setup-function): Preserve completion-base-position.
5403 Eliminate obsolete base-size manipulation.
5404 * minibuffer.el (display-completion-list): Don't mess with base-size.
5405 (minibuffer-completion-help): Set completion-base-position instead.
5406 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5407 choose-completion.
5408 * textmodes/bibtex.el (bibtex-complete):
5409 * emacs-lisp/crm.el (crm--choose-completion-string):
5410 Adjust to new calling convention.
5411 * complete.el (partial-completion-mode): Use minibufferp to avoid
5412 bumping into incompatible change to choose-completion-string-functions.
5413 * ido.el (ido-choose-completion-string): Make its calling convention
5414 more permissive.
5415 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5416 base-size manipulation.
5417 (comint-dynamic-list-input-ring): Use dotimes and push.
5418 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5419 fundamental-mode. Use `or'.
5420
5421 2009-10-14 Juri Linkov <juri@jurta.org>
5422
5423 * misearch.el (multi-isearch-next-buffer-from-list)
5424 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5425
5426 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5429 `bytecomp.el'.
5430
5431 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5432 string we return is all made up of text from the completions rather
5433 than part from the completions and part from the input (bug#4219).
5434
5435 * ido.el (ido-everywhere): Use define-minor-mode.
5436
5437 * buff-menu.el (list-buffers, ctl-x-map):
5438 Mark the entry points with ;;;###autoload cookies.
5439
5440 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5441
5442 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5443 correctly in the detached head case.
5444 (vc-git-print-log): Remove unused binding.
5445
5446 * vc.el (vc-responsible-backend): When a directory is passed for
5447 for registration create a VC repository if no backend is
5448 responsible for the directory argument.
5449 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5450
5451 * vc.el: Move comments about RCS and SCCS ...
5452 * vc-rcs.el:
5453 * vc-sccs.el: ... here, respectively.
5454
5455 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * minibuffer.el (completion--file-name-table): Return nil if there's
5458 no file completion, even if substitute-in-file-name changed
5459 the string (bug#4708).
5460
5461 2009-10-13 Juri Linkov <juri@jurta.org>
5462
5463 * files-x.el (read-file-local-variable-value): Don't filter out
5464 minor modes from mode name completion (bug#4664).
5465
5466 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5467
5468 * international/mule-cmds.el (ucs-names): Remove exclusion of
5469 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5470
5471 2009-10-13 Kenichi Handa <handa@m17n.org>
5472
5473 * international/uni-name.el: Regenerated.
5474
5475 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5478 should be automatically buffer-local, but isn't.)
5479
5480 2009-10-12 Sam Steingold <sds@gnu.org>
5481
5482 * progmodes/compile.el (compilation-next-error-function): Fix the
5483 timestamps if the buffer has been visited before.
5484 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5485 non-anchored patterns, like the perl one (bug#3928).
5486
5487 2009-10-12 Glenn Morris <rgm@gnu.org>
5488
5489 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5490 Let-bind `size'.
5491
5492 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5493
5494 * proced.el (proced-unload-function): New function.
5495
5496 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5497 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5498 Doc fix.
5499
5500 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5501
5502 2009-10-11 Juri Linkov <juri@jurta.org>
5503
5504 * files-x.el (read-file-local-variable-value):
5505 Provide default value only for bound variables (bug#4664).
5506
5507 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5508
5509 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5510 connection methods like smb.
5511
5512 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5513 can be empty.
5514
5515 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5516 (tramp-smb-file-name-handler-alist): Add handlers for
5517 `add-name-to-file', `make-symbolic-link'.
5518 (tramp-smb-handle-add-name-to-file)
5519 (tramp-smb-do-file-attributes-with-stat)
5520 (tramp-smb-handle-make-symbolic-link)
5521 (tramp-smb-get-cifs-capabilities): New defuns.
5522 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5523 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5524 (tramp-smb-handle-file-local-copy)
5525 (tramp-smb-handle-make-directory-internal)
5526 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5527 The file name syntax depends on cifs capabilities.
5528 (tramp-smb-handle-file-attributes):
5529 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5530 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5531 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5532
5533 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5536 (eieio-defclass): Apply deftype handler and setf-method properties
5537 directly.
5538 (eieio-add-new-slot): Avoid union function from cl library.
5539 (eieio--typep): New function.
5540 (eieio-perform-slot-validation): Use it.
5541
5542 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5543
5544 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5545 Update documentation to refer to the variables documented in r1.135.
5546 (Bug#4188)
5547
5548 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5549
5550 * bookmark.el (Info-suffix-list): Remove this unused variable.
5551 (bookmark-current-point): Remove this obsolete variable.
5552 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5553 Adjust for removal of bookmark-current-point.
5554
5555 (bookmarks-already-loaded, bookmark-current-buffer)
5556 (bookmark-yank-point): Document. (Bug#4188)
5557
5558 2009-10-10 Glenn Morris <rgm@gnu.org>
5559
5560 * frame.el (frame-height): Doc fix.
5561
5562 * calendar/calendar.el (calendar-split-width-threshold): New option.
5563 (calendar-basic-setup): Use calendar-split-width-threshold.
5564
5565 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5566
5567 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5568 Use .la for Automake.
5569
5570 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5573 Use "autoreconf -i". Suggested by Andreas Schwab.
5574
5575 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5576
5577 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5578 Ideographic Supplement" range (U+1F200..U+1F2FF).
5579
5580 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5581
5582 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5583 since the list will have been rebuilt anyway. (Bug#4349)
5584
5585 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5586
5587 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5588 (bookmark-bmenu-execute-deletions): Don't save here, as
5589 bookmark-delete will now do so if necessary.
5590 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5591 (Bug#4348)
5592
5593 2009-10-09 Glenn Morris <rgm@gnu.org>
5594
5595 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5596
5597 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5598
5599 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5600 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5601 argument now, so the two function's behaviors will match. (Bug#3645)
5602
5603 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5606 Fix filename test.
5607 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5608 to expand file names.
5609
5610 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5613 (tramp-file-name-real-host, tramp-file-name-port):
5614 Apply `save-match-data'.
5615
5616 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5617 case both directories are remote.
5618 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5619 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5620
5621 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5624 (ede-proj-target-makefile-objectcode): Use it.
5625
5626 * cedet/ede/source.el (ede-want-any-source-files-p)
5627 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5628 Return search result. This error was introduced while merging.
5629
5630 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5633
5634 2009-10-07 Glenn Morris <rgm@gnu.org>
5635
5636 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5637 of concat.
5638
5639 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * files-x.el (read-file-local-variable): Include some
5642 non-user-variables in the completion table (bug#4664).
5643
5644 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5645
5646 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5647 message.
5648
5649 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5650 (tramp-smb-file-name-handler-alist): Add handler for
5651 `copy-directory', `expand-file-name', `set-file-modes'.
5652 (tramp-smb-handle-copy-directory)
5653 (tramp-smb-handle-expand-file-name)
5654 (tramp-smb-handle-set-file-modes): New defuns.
5655 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5656 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5657 entry.
5658 (tramp-smb-handle-insert-directory): Don't flush the cache.
5659 (tramp-smb-maybe-open-connection): Check for samba client and
5660 server versions.
5661
5662 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5663
5664 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5665 to not error out of search for "^lisp=" fails.
5666
5667 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5668
5669 * makefile.w32-in (WINS_UPDATES): New macro.
5670 (custom-deps, finder-data, autoloads): Use it.
5671
5672 2009-10-07 Glenn Morris <rgm@gnu.org>
5673
5674 * Makefile.in (autoloads): Revert previous change.
5675 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5676 the list of preloaded files passed on the command-line, get
5677 it from src/Makefile.
5678
5679 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5680 show the original buffer rather than a random one.
5681
5682 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5683
5684 * help.el (describe-no-warranty): Place point in a slightly better
5685 position in the GPLv3 text.
5686
5687 2009-10-06 Sam Steingold <sds@gnu.org>
5688
5689 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5690 the comm attribute is present before calling regexp-quote.
5691
5692 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5693
5694 * play/animate.el (animate-string): For good effect, make sure
5695 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5696
5697 * play/animate.el (animate-sequence, animate-birthday-present):
5698 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5699
5700 2009-10-06 Glenn Morris <rgm@gnu.org>
5701
5702 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5703
5704 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5705 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5706 (batch-update-autoloads): Process a string value of autoload-excludes,
5707 set during the build process.
5708 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5709
5710 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5711 inside with-parsed... macro so that `v' is defined.
5712
5713 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5714 * progmodes/fortran.el (fortran-end-of-block)
5715 (fortran-beginning-of-block):
5716 Also push mark in the macro case.
5717
5718 * emerge.el (emerge-show-file-name):
5719 * calc/calc.el (calc-quit):
5720 * calc/calc-misc.el (calc-big-or-small):
5721 * calc/calc-graph.el (calc-graph-view):
5722 * calc/calc-ext.el (calc-reset):
5723 * calendar/calendar.el (calendar-basic-setup):
5724 Use window-full-height-p.
5725
5726 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5727 header we don't understand, don't insert another. (Bug#4624)
5728 If changing mime charset, insert the new one in the right place.
5729
5730 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5731
5732 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5733 (cal-tex-cursor-month): Correctly increment the end date for diary and
5734 holiday listing. (Bug#4626)
5735
5736 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * help-fns.el (describe-function-1): Don't burp if the function is not
5739 a symbol.
5740
5741 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5744 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5745 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5746 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5747
5748 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5749 (eieio-default-superclass): Reflow docstrings.
5750 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5751 (eieio-unbind-method-implementations, defmethod)
5752 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5753 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5754 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5755 (eieio-slot-originating-class-p, eieio-slot-name-index)
5756 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5757 (constructor, initialize-instance, no-next-method, object-print)
5758 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5759 Fix typos in docstrings.
5760 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5761 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5762 (next-method-p): Doc fixes.
5763 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5764 Fix typos in error messages.
5765 (eieio-defmethod): Fix typo in description of generic method.
5766
5767 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5768 (eieio-persistent-save-interactive, slot-missing):
5769 Fix typos in docstrings.
5770 (eieio-instance-inheritor-slot-boundp): Doc fix.
5771
5772 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5773 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5774
5775 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5776 (eieio-custom-object-apply-reset):
5777 Fix typos in docstrings and error messages.
5778
5779 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5780 Fix typo in docstring.
5781
5782 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5783 (eieio-browse-tree): Doc fix.
5784 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5785 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5786 Fix typos in docstrings.
5787
5788 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5789 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5790 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5791 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5792 Reflow docstrings.
5793
5794 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5795
5796 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5797 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5798 Set log-view-vc-backend so that diff can work.
5799
5800 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5801 vc-version-diff.
5802 (vc-diff-internal): Autoload this instead of vc-version-diff.
5803
5804 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5805
5806 * simple.el (eval-expression): Doc fix.
5807
5808 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5809
5810 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * files.el (directory-files-no-dot-files-regexp): New defconst.
5813 (delete-directory): Use it.
5814 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5815
5816 * net/tramp.el (tramp-verbose): Fix docstring.
5817 (tramp-methods): Add recursive option to `tramp-copy-args'.
5818 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5819 "scp1_old", "scp2_old", "rsync", "rsyncc".
5820 (tramp-default-method): Check also for `auth-source-user-or-password'.
5821 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5822 Add handler for `copy-directory'.
5823 (tramp-handle-copy-directory): New defun.
5824 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5825 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5826 Optimize sent command.
5827
5828 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5831 window if necessary.
5832
5833 * calendar/calendar.el (calendar-basic-setup): Don't call
5834 switch-to-buffer in a dedicated window.
5835
5836 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5837
5838 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5839 don't do anything related to relocating, just return nil.
5840 (bookmark-error-no-filename): New error.
5841 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5842 bookmark has no file. Don't even attempt to handle things that
5843 are not files; the whole point of custom handlers is to keep that
5844 knowledge elsewhere anyway. Tighten some comments.
5845 (bookmark-file-or-variation-thereof): Remove now-unused function.
5846 (bookmark-location): Doc string fix.
5847 (Bug#4250)
5848
5849 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5850
5851 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5852 don't use a file dialog, because they usually don't know how to read
5853 a directory target from the user. (Bug#4230)
5854 Also, make sure the prompt can display directories as well as files.
5855
5856 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5857
5858 * bookmark.el (bookmark-set, bookmark-buffer-name):
5859 Improve doc strings. (Bug#1193)
5860
5861 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5862
5863 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5864 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5865 (bookmark-get-annotation, bookmark-set-annotation)
5866 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5867 (bookmark-set-position, bookmark-get-front-context-string)
5868 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5869 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5870 (bookmark-jump-other-window, bookmark-handle-bookmark)
5871 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5872 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5873 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5874 Improve doc strings to say whether bookmark can be a string or
5875 a record or both, and make other consistency and clarity fixes.
5876 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5877 (bookmark-default-annotation-text, bookmark-yank-word)
5878 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5879 (bookmark-import-new-list, bookmark-maybe-rename)
5880 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5881 (bookmark-bmenu-bookmark): Give these doc strings.
5882 (bookmark-bmenu-check-position): Give this a doc string, but also
5883 add a FIXME comment about how the function may be pointless.
5884 (bookmark-default-handler): Rework doc string and change a
5885 parameter name, to clarify that this takes a bookmark record
5886 not a bookmark name.
5887 (bookmark-set): Change a parameter name to indicate its meaning,
5888 and improve the doc string a bit.
5889 (Bug#4188)
5890
5891 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5892
5893 * bookmark.el (bookmark-alist): Document the new `handler' element
5894 in the param alist.
5895 (bookmark-make-record-function): Adjust documentation for above.
5896 (Bug#4193)
5897
5898 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5899
5900 * info.el (Info-bookmark-make-record): Document this function.
5901 (Info-bookmark-jump): Document with a doc string, not just a comment.
5902 (Bug#4203)
5903
5904 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5907 (semantic-new-buffer-fcn): Call parser setup functions here.
5908 (semantic-mode): Don't call parser setup functions here, it's done
5909 in semantic-new-buffer-fcn now.
5910 (semantic-mode): Parse all existing buffers when enabled.
5911
5912 * cedet/srecode/compile.el (srecode-compile-file):
5913 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5914
5915 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5918
5919 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5920 (proj-comp-insert-variable-once): New macro, renamed from
5921 ede-pmake-insert-variable-once in ede/pmake.edl.
5922 (ede-proj-makefile-insert-variables): Use it.
5923
5924 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * files.el (copy-directory): New defun.
5927
5928 * dired-aux.el (dired-copy-file-recursive): Use it.
5929
5930 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5931
5932 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5933 (makefile-end-of-command):
5934 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5935 (semantic-end-of-context): Fix previous change. Doc fixes.
5936
5937 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * files-x.el (modify-dir-local-variable)
5940 (copy-dir-locals-to-file-locals-prop-line):
5941 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5942 (makefile-end-of-command):
5943 * cedet/semantic/lex.el (semantic-lex-token):
5944 * cedet/semantic/analyze/fcn.el
5945 (semantic-analyze-dereference-metatype-1):
5946 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5947 (semantic-lex-cpp-undef):
5948 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5949 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5950 (semantic-end-of-context): Fix typos in docstrings.
5951
5952 * recentf.el (recentf-unload-function): New function.
5953
5954 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * cedet/ede.el (ede-project-placeholder-cache-file):
5957 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5958 * cedet/srecode/map.el (srecode-map-save-file):
5959 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5960
5961 2009-10-04 Glenn Morris <rgm@gnu.org>
5962
5963 * window.el (window-full-height-p): Add doc string.
5964
5965 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5966
5967 * window.el (window-full-height-p): New function. (Bug#4543)
5968
5969 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * cedet/srecode/insert.el: Require srecode/args.
5972
5973 * cedet/srecode/args.el: Require srecode/dictionary instead of
5974 srecode/insert.
5975
5976 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5977
5978 * files.el (auto-mode-alist): Add .srt and Project.ede.
5979
5980 * cedet/semantic.el (semantic-mode):
5981 Handle srecode-template-mode-hook as well.
5982 (semantic-mode): Use js-mode-hook for Javascript hook.
5983
5984 * cedet/srecode/template.el: Remove hook variable.
5985
5986 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5987
5988 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5989 projects exist.
5990 (ede-project-placeholder-cache-file): Default to a file in
5991 user-emacs-directory.
5992
5993 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5994 templates in data-directory.
5995 (srecode-map-save-file): Default to a file in user-emacs-directory.
5996
5997 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5998 directory.
5999
6000 2009-09-30 Eric Ludlam <zappo@gnu.org>
6001
6002 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6003 Doc fix.
6004
6005 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6006 Only insert each variable once.
6007
6008 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6009 (ede-pmake-insert-variable-shared): Use it.
6010
6011 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6012 for lexical table iff table is nil.
6013
6014 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6015
6016 * vc.el: Remove commented out code.
6017 (vc-derived-from-dir-mode): Remove, unused.
6018 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6019
6020 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6021
6022 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6023 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6024 there could be recursive loading when `default-directory' is a
6025 remote file name. (Bug#4614)
6026
6027 2009-10-03 Glenn Morris <rgm@gnu.org>
6028
6029 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6030 the frame is wide.
6031 (calendar-generate-window): Test for shrinkability rather than width.
6032
6033 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6034 declaration, currently false.
6035
6036 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6037 reusing existing buffers, in case we happen to visit two files with the
6038 same basename. (Bug#4593)
6039
6040 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6041
6042 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6043 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6044 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6045 subdirs of cedet as well.
6046 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6047
6048 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6051 Obey advertised-signature-table.
6052
6053 * help-fns.el (help-function-arglist): Don't check
6054 advertised-signature-table.
6055 (describe-function-1): Do it here instead so it also applies to subrs.
6056
6057 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6058
6059 * simple.el (start-file-process): Say in the doc-string, that file
6060 handlers might not support pty association, if PROGRAM is nil.
6061
6062 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6063 HOST and USER are strings. They are nil, when there are
6064 incomplete entries in ~/.netrc, for example.
6065 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6066 root directory ("device busy" error otherwise).
6067
6068 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6069 Flush file properties of created directory.
6070
6071 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6072
6073 * makefile.w32-in (WINS_BASIC): Remove cedet.
6074 (WINS_CEDET): Add cedet.
6075 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6076
6077 2009-10-02 Kevin Ryde <user42@zip.com.au>
6078
6079 * net/browse-url.el (browse-url): Pass any symbol in
6080 browse-url-browser-function to `apply', since if you've mistakenly put
6081 an unbound symbol then the error is clearer. (Bug#4531)
6082
6083 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * allout.el (allout-init, allout-back-to-current-heading)
6086 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6087 (allout-ascend, allout-up-current-level, allout-end-of-level)
6088 (allout-previous-visible-heading, allout-forward-current-level)
6089 (allout-backward-current-level, allout-show-children):
6090 * apropos.el (apropos-describe-plist):
6091 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6092 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6093 * completion.el (add-completion, add-permanent-completion):
6094 * descr-text.el (describe-text-category, describe-char):
6095 * desktop.el (desktop-lazy-abort):
6096 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6097 * dired.el (dired-build-subdir-alist):
6098 * ediff.el (ediff-version):
6099 * elide-head.el (elide-head, elide-head-show):
6100 * emerge.el (emerge-version):
6101 * env.el (getenv):
6102 * face-remap.el (variable-pitch-mode):
6103 * faces.el (describe-face):
6104 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6105 (dired-at-point):
6106 * files.el (find-file-existing, auto-save-mode):
6107 * font-lock.el (font-lock-fontify-buffer):
6108 * help-fns.el (describe-function, describe-variable)
6109 (describe-syntax, describe-categories):
6110 * help.el (view-lossage, describe-bindings, describe-key)
6111 (describe-mode):
6112 * hexl.el (hexl-current-address):
6113 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6114 * info.el (Info-goto-emacs-key-command-node):
6115 * log-edit.el (log-edit-insert-cvs-template)
6116 (log-edit-insert-cvs-rcstemplate):
6117 * menu-bar.el (menu-bar-mode):
6118 * mouse.el (mouse-appearance-menu):
6119 * newcomment.el (comment-indent-new-line):
6120 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6121 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6122 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6123 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6124 * recentf.el (recentf-mode):
6125 * savehist.el (savehist-mode, savehist-save):
6126 * shadowfile.el (shadow-copy-files):
6127 * simple.el (kill-ring-save, next-line, previous-line)
6128 (normal-erase-is-backspace-mode):
6129 * strokes.el (strokes-update-window-configuration)
6130 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6131 (strokes-xpm-for-stroke):
6132 * time.el (emacs-uptime, emacs-init-time):
6133 * tutorial.el (tutorial--describe-nonstandard-key)
6134 (tutorial--detailed-help):
6135 * type-break.el (type-break-mode)
6136 (type-break-mode-line-message-mode, type-break-query-mode)
6137 (type-break-guesstimate-keystroke-threshold):
6138 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6139 * version.el (emacs-version):
6140 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6141 * winner.el (winner-mode):
6142 * calendar/timeclock.el (timeclock-in, timeclock-out)
6143 (timeclock-status-string, timeclock-change)
6144 (timeclock-workday-remaining-string)
6145 (timeclock-workday-elapsed-string)
6146 (timeclock-when-to-leave-string):
6147 * calendar/todo-mode.el (todo-add-category):
6148 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6149 * emacs-lisp/autoload.el (update-file-autoloads):
6150 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6151 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6152 (checkdoc-message-text, checkdoc-defun):
6153 * emacs-lisp/debug.el (debugger-list-functions):
6154 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6155 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6156 (eieio-describe-generic):
6157 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6158 * emacs-lisp/shadow.el (list-load-path-shadows):
6159 * emulation/cua-base.el (cua-mode):
6160 * emulation/edt.el (edt-set-scroll-margins):
6161 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6162 (tpu-toggle-regexp, tpu-toggle-search-direction)
6163 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6164 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6165 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6166 (viper-set-parsing-style-toggling-macro)
6167 (viper-set-emacs-state-searchstyle-macros):
6168 * emulation/viper.el (viper-set-hooks):
6169 * eshell/esh-mode.el (eshell-truncate-buffer):
6170 * international/mule-cmds.el (prefer-coding-system)
6171 (describe-input-method, describe-language-environment):
6172 * international/mule-diag.el (list-character-sets)
6173 (describe-character-set, describe-coding-system)
6174 (describe-fontset, list-fontsets, list-input-methods):
6175 * mail/sendmail.el (mail-signature):
6176 * net/ange-ftp.el (ange-ftp-copy-file):
6177 * net/browse-url.el (browse-url):
6178 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6179 * net/quickurl.el (quickurl-add-url):
6180 * net/rcirc.el (names, topic):
6181 * net/xesam.el (xesam-mode):
6182 * play/5x5.el (5x5-new-game):
6183 * play/yow.el (apropos-zippy):
6184 * progmodes/ada-mode.el (ada-mode-version):
6185 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6186 (f90-end-of-block)
6187 (f90-beginning-of-block):
6188 * progmodes/fortran.el (fortran-end-of-block)
6189 (fortran-beginning-of-block):
6190 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6191 * progmodes/python.el (python-describe-symbol, python-shell):
6192 * term/ns-win.el (ns-print-buffer):
6193 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6194 * textmodes/flyspell.el (flyspell-mode-on):
6195 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6196 (pages-directory-for-addresses):
6197 * textmodes/table.el (table-recognize-cell)
6198 (table-query-dimension, table-generate-source)
6199 (table-insert-sequence, table--warn-incompatibility):
6200 * textmodes/tex-mode.el (tex-validate-buffer):
6201 * textmodes/texinfmt.el (texinfmt-version)
6202 (texinfo-format-buffer):
6203 Use `called-interactively-p' instead of `interactive-p'.
6204
6205 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6206
6207 * image-mode.el (image-toggle-display):
6208 * emacs-lisp/elp.el (elp-instrument-function):
6209 * emacs-lisp/advice.el (ad-make-advised-definition):
6210 * emacs-lisp/easy-mmode.el (define-minor-mode):
6211 * net/browse-url.el (browse-url-maybe-new-window):
6212 * progmodes/sh-script.el (sh-learn-buffer-indent):
6213 Pass new argument 'any to `called-interactively-p'.
6214
6215 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * international/uni-bidi.el:
6218 * international/uni-category.el:
6219 * international/uni-combining.el:
6220 * international/uni-comment.el:
6221 * international/uni-decimal.el:
6222 * international/uni-decomposition.el:
6223 * international/uni-digit.el:
6224 * international/uni-lowercase.el:
6225 * international/uni-mirrored.el:
6226 * international/uni-name.el:
6227 * international/uni-numeric.el:
6228 * international/uni-old-name.el:
6229 * international/uni-titlecase.el:
6230 * international/uni-uppercase.el:
6231 Regenerate from Unicode 5.2.0 data.
6232
6233 2009-10-01 Glenn Morris <rgm@gnu.org>
6234
6235 * Makefile.in (ELCFILES): Regenerate.
6236
6237 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * subr.el (interactive-p): Mark obsolete.
6240 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6241 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6242 advertised-signature-table for subroutines as well.
6243
6244 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6245 (set-advertised-calling-convention): New function.
6246 (make-obsolete, define-obsolete-function-alias)
6247 (make-obsolete-variable, define-obsolete-variable-alias):
6248 Make the optional-ness of `when' obsolete.
6249 (define-obsolete-face-alias): Make `when' non-optional.
6250 * help-fns.el (help-function-arglist):
6251 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6252 Use advertised-signature-table.
6253
6254 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6255
6256 * files.el (delete-directory): New defun. The original function
6257 in fileio.c has been renamed to `delete-directory-internal'.
6258
6259 * dired.el (dired-delete-file): Call `delete-directory' with
6260 RECURSIVE parameter.
6261
6262 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6263 parameter RECURSIVE. Implementation is missing.
6264
6265 * net/tramp.el (tramp-handle-make-directory): Flush upper
6266 directory's file properties.
6267 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6268 (tramp-handle-dired-recursive-delete-directory): Flush directory
6269 properties after the remove command only.
6270
6271 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6272 Handle optional parameter RECURSIVE.
6273
6274 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6275 Handle optional parameter RECURSIVE.
6276
6277 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6278 connection timeout.
6279 (tramp-smb-handle-delete-directory): Handle optional parameter
6280 RECURSIVE.
6281
6282 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6285 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6286 (byte-compile-defmacro): Use backquotes.
6287
6288 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6289
6290 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6291 has no associated file.
6292 (vc-resynch-buffer): Use vc-dir-buffers.
6293
6294 2009-10-01 Glenn Morris <rgm@gnu.org>
6295
6296 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6297 (chart-file-count):
6298 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6299 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6300 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6301 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6302 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6303 (eieio-copy-parents-into-subclass, make-instance, class-children)
6304 (eieio-generic-form):
6305 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6306 * cedet/cedet-idutils.el (cedet-idutils-search)
6307 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6308 (cedet-idutils-version-check):
6309 * cedet/cedet.el (cedet-version):
6310 * cedet/data-debug.el (data-debug-insert-overlay-button)
6311 (data-debug-insert-overlay-list-button)
6312 (data-debug-insert-buffer-button)
6313 (data-debug-insert-buffer-list-button)
6314 (data-debug-insert-process-button, data-debug-insert-ring-button)
6315 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6316 (data-debug-insert-stuff-vector-button)
6317 (data-debug-insert-symbol-button, data-debug-insert-string)
6318 (data-debug-insert-number, data-debug-insert-lambda-expression)
6319 (data-debug-insert-nil, data-debug-insert-simple-thing)
6320 (data-debug-insert-custom, data-debug-edebug-expr):
6321 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6322 (global-ede-mode-map, ede-new, ede-debug-target)
6323 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6324 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6325 (semantic-fetch-tags, semantic-submode-list)
6326 (semantic-default-submodes):
6327 * cedet/ede/source.el (ede-source-match):
6328 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6329 (project-am-package-info):
6330 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6331 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6332 * cedet/ede/proj-comp.el (ede-current-build-list):
6333 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6334 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6335 * cedet/ede/cpp-root.el (initialize-instance):
6336 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6337 (autoconf-parameter-strip, autoconf-insert-new-macro):
6338 * cedet/semantic/wisent.el (wisent-lex-eoi):
6339 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6340 (semantic-show-parser-state-mode):
6341 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6342 * cedet/semantic/tag.el (semantic-tag-new-variable)
6343 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6344 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6345 (semantic--tag-deep-copy-tag-list)
6346 (semantic-tag-components-with-overlays-default):
6347 * cedet/semantic/symref.el (semantic-symref-find-text):
6348 * cedet/semantic/senator.el (senator-yank-tag)
6349 (senator-transpose-tags-up):
6350 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6351 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6352 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6353 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6354 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6355 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6356 * cedet/semantic/lex-spp.el
6357 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6358 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6359 * cedet/semantic/idle.el
6360 (semantic-idle-summary-current-symbol-info-brutish)
6361 (semantic-idle-summary-current-symbol-info-default):
6362 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6363 (semantic--grammar-macro-compl-dict):
6364 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6365 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6366 (semantic-format-tag-canonical-name-default):
6367 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6368 (semantic-find-tags-for-completion)
6369 (semantic-find-tags-by-scope-protection-default)
6370 (semantic-deep-find-tags-for-completion):
6371 * cedet/semantic/edit.el
6372 (semantic-edits-incremental-reparse-failed-hook)
6373 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6374 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6375 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6376 * cedet/semantic/dep.el (semantic-dependency-include-path):
6377 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6378 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6379 (semanticdb-project-roots):
6380 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6381 (semanticdb-find-adebug-insert-scanned-tag-cons)
6382 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6383 (semanticdb-brute-deep-find-tags-for-completion):
6384 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6385 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6386 (semantic-end-of-context-default)
6387 (semantic-ctxt-current-function-default)
6388 (semantic-ctxt-scoped-types-default):
6389 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6390 (semantic-complete-inline-tag-engine)
6391 (semantic-complete-inline-custom-type)
6392 (semantic-complete-read-tag-analyzer):
6393 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6394 (semantic-chart-database-size):
6395 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6396 (semantic-analyze-current-context):
6397 * cedet/semantic/symref/list.el (semantic-symref)
6398 (semantic-symref-hide-buffer, semantic-symref-symbol):
6399 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6400 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6401 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6402 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6403 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6404 (semantic-c-dereference-template):
6405 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6406 (semantic--analyze-refs-full-lookup-with-parents)
6407 (semantic--analyze-refs-full-lookup-simple):
6408 * cedet/semantic/analyze/complete.el
6409 (semantic-analyze-possible-completions):
6410 * cedet/srecode/table.el (srecode-mode-table-new):
6411 * cedet/srecode/srt.el (srecode-read-variable-name):
6412 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6413 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6414 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6415 * cedet/srecode/map.el (srecode-current-map):
6416 * cedet/srecode/insert.el (srecode-insert)
6417 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6418 (srecode-template-inserter-point-override)
6419 (srecode-insert-include-lookup):
6420 * cedet/srecode/getset.el (srecode-auto-choose-class):
6421 * cedet/srecode/extract.el (srecode-inserter-extract):
6422 * cedet/srecode/document.el
6423 (srecode-document-autocomment-return-last-alist)
6424 (srecode-document-autocomment-param-type-alist)
6425 (srecode-document-insert-function-comment)
6426 (srecode-document-insert-variable-one-line-comment)
6427 (srecode-document-function-name-comment):
6428 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6429 (srecode-compound-toString):
6430 * cedet/srecode/compile.el (srecode-flush-active-templates):
6431 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6432 Doc/message fixes.
6433
6434 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6435 match-data. (Bug#4555).
6436
6437 * cedet/semantic/bovine/gcc.el
6438 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6439 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6440
6441 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6442 rather than parsing it as a regexp. This relaxes the layout
6443 requirements and makes errors easier to detect.
6444 (check-declare-verify): Check file is regular.
6445 (check-declare-directory): Doc fix.
6446 * subr.el (declare-function): Doc fix.
6447
6448 * ibuffer.el (ibuffer-format-qualifier):
6449 * isearch.el (hi-lock-regexp-okay):
6450 * calc/calc.el (math-zerop):
6451 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6452 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6453 Remove unused declarations.
6454
6455 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6456
6457 * cedet/semantic/wisent/javat-wy.el
6458 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6459
6460 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6461
6462 * cedet/srecode/expandproto.el: Fix provide statement.
6463
6464 2009-09-30 Eric Ludlam <zappo@gnu.org>
6465
6466 * emacs-lisp/eieio.el (boolean-p): Delete.
6467
6468 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6469
6470 * cedet/ede/srecode.el: Fix provide statement.
6471
6472 2009-09-30 Glenn Morris <rgm@gnu.org>
6473
6474 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6475 * cedet/ede/proj-aux.el (ede-aux-source):
6476 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6477 (ede-misc-source):
6478 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6479 (semantic-mrub-switch-tags): Fix doc typos.
6480
6481 * cedet/semantic/db-global.el (data-debug-new-buffer)
6482 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6483 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6484
6485 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6486
6487 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6488 use of CL function `remove-if-not'.
6489
6490 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6491
6492 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6493 filename is not a string.
6494
6495 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6496
6497 * files.el (safe-local-eval-forms): Fix typo.
6498
6499 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * vc-hooks.el (vc-dir-buffers): New var.
6502 (vc-state-refresh): New function.
6503 (vc-state): Use it.
6504 (vc-after-save): Always ask the backend to recompute the new state.
6505 Always call vc-dir if necessary, using vc-dir-buffers.
6506 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6507 Use vc-dir-buffers.
6508 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6509 (vc-dir-prepare-status-buffer, vc-dir-update)
6510 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6511 Don't call expand-file-name on default-directory.
6512
6513 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6514
6515 * speedbar.el (speedbar-item-delete):
6516 * calc/calc-prog.el (calc-kbd-if):
6517 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6518
6519 * epa.el (epa-key-list-mode-map):
6520 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6521
6522 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6523 (hs-show-hook): Fix typo in docstring.
6524
6525 2009-09-29 Glenn Morris <rgm@gnu.org>
6526
6527 * cedet/semantic/symref/idutils.el:
6528 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6529
6530 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6531
6532 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6533 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6534 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6535 Mark declarations not understood by check-declare.
6536
6537 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6538 file-name-nondirectory call preventing location of cedet files.
6539 (check-declare-verify): Use literal search rather than re-search.
6540 Add basic defmethod and defclass, and define-overloadable-function.
6541
6542 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6543 Use tramp-compat-file-attributes rather than nonexistent
6544 tramp-compat-handle-file-attributes.
6545
6546 * Makefile.in (lisptagsfiles4): New.
6547 (AUTOGENEL): Add cedet loaddefs files.
6548 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6549 (update-elclist, compile-always, backup-compiled-files)
6550 (bootstrap-clean): Add yet another directory level.
6551 (update-elclist): Use LC_COLLATE rather than COLLATE.
6552 (ELCFILES): Update, via `make update-elclist'.
6553
6554 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6555
6556 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6557 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6558 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6559
6560 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6561
6562 * Makefile.in (lisptagsfiles3): Define.
6563 (TAGS, TAGS-LISP): Use it.
6564 (update-elclist): Add third directory level to look for elc files.
6565 (compile-always): Likewise.
6566 (backup-compiled-files): Likewise.
6567 (bootstrap-clean): Likewise.
6568 (ELCFILES): Update.
6569
6570 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * Makefile.in (ELCFILES): Add CEDET files.
6573
6574 2009-09-28 Eric Ludlam <zappo@gnu.org>
6575
6576 CEDET (development tools) package merged.
6577
6578 * cedet/*.el:
6579 * cedet/ede/*.el:
6580 * cedet/semantic/*.el:
6581 * cedet/srecode/*.el: New files.
6582
6583 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6586
6587 * net/tramp.el (top): Require tramp-imap.
6588
6589 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6590 Use `tramp-compat-handle-file-attributes'.
6591
6592 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6593
6594 * net/tramp-imap.el: New package.
6595
6596 2009-09-28 Eric Ludlam <zappo@gnu.org>
6597
6598 * emacs-lisp/chart.el:
6599 * emacs-lisp/eieio-base.el:
6600 * emacs-lisp/eieio-comp.el:
6601 * emacs-lisp/eieio-custom.el:
6602 * emacs-lisp/eieio-datadebug.el:
6603 * emacs-lisp/eieio-opt.el:
6604 * emacs-lisp/eieio-speedbar.el:
6605 * emacs-lisp/eieio.el: New files.
6606
6607 * cedet/cedet-cscope.el:
6608 * cedet/cedet-files.el:
6609 * cedet/cedet-global.el:
6610 * cedet/cedet-idutils.el:
6611 * cedet/data-debug.el:
6612 * cedet/inversion.el:
6613 * cedet/mode-local.el:
6614 * cedet/pulse.el: New files.
6615
6616 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6617
6618 * whitespace.el (whitespace-trailing-regexp)
6619 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6620 Fix doc string.
6621
6622 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6623
6624 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6625 menu.
6626
6627 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6628 menu-bar-ediff-menu.
6629
6630 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6631 define-overloadable-function.
6632
6633 * progmodes/autoconf.el: Provide autoconf as well, so that this
6634 file can be `require'd.
6635
6636 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6637
6638 * emacs-lisp/autoload.el (generated-autoload-feature)
6639 (generated-autoload-load-name): New vars.
6640 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6641 (make-autoload): Recognize define-overloadable-function and
6642 defclass forms (for EIEIO).
6643
6644 * Makefile.in (update-subdirs): Exclude cedet directory.
6645
6646 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6647
6648 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6649
6650 * faces.el: Default light-background background for region face to
6651 ns_selection_color under NS.
6652
6653 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6654
6655 * net/imap-hash.el: New library, see NEWS.
6656
6657 * Makefile.in (ELCFILES): Add imap-hash.el.
6658
6659 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6662 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6663 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6664 definition where the docstring could be taken for the return value.
6665
6666 2009-09-26 Glenn Morris <rgm@gnu.org>
6667
6668 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6669 Add option to only show images below a certain size.
6670 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6671 save-excursion calls.
6672
6673 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6674
6675 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6676 subdirectories) and eieio.
6677
6678 2009-09-26 Alan Mackenzie <acm@muc.de>
6679
6680 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6681 buggy bracketing. (Bug#4289)
6682
6683 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6684 character constants (as case labels). (Bug#4289)
6685
6686 2009-09-25 Juri Linkov <juri@jurta.org>
6687
6688 * files.el (safe-local-eval-forms): Allow time-stamp in
6689 before-save-hook (Bug#4554).
6690
6691 2009-09-25 Drew Adams <drew.adams@oracle.com>
6692
6693 * menu-bar.el (list-buffers-directory): Doc fix.
6694
6695 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6698 Try and avoid copying twice the same paragraph.
6699 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6700 Remove save-excursion.
6701 (log-edit-changelog-entry): Do it here instead.
6702
6703 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6706 when available, instead of hardcoding mode names. Doc fix.
6707
6708 * menu-bar.el (list-buffers-directory): Add docstring.
6709 Make automatically buffer-local.
6710
6711 * dired.el (dired-mode):
6712 * files.el (cd-absolute):
6713 * pcvs.el (cvs-temp-buffer):
6714 * pcvs-util.el (cvs-get-buffer-create):
6715 * shell.el (shell-mode):
6716 * vc-dir.el (vc-dir-mode):
6717 Don't make `list-buffers-directory' buffer local.
6718
6719 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6720
6721 * comint.el (comint-exec, comint-run, make-comint):
6722 Doc fixes (Bug#4542).
6723
6724 2009-09-25 Glenn Morris <rgm@gnu.org>
6725
6726 * mail/rmailmm.el (rmail-mime): New custom group.
6727 Move all defcustoms in this file into this group.
6728 (rmail-mime-media-type-handlers-alist): Revert previous change.
6729 (rmail-mime-show-images): New option.
6730 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6731 references to it, since it wasn't actually used for anything.
6732 (rmail-mime-insert-image): New function.
6733 (rmail-mime-image): Use rmail-mime-insert-image.
6734 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6735 obey the value of `rmail-mime-show-images' option. Print the size of
6736 attachments.
6737
6738 2009-09-25 David Engster <deng@randomsample.de>
6739
6740 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6741
6742 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6743
6744 * whitespace.el: Does not highlight trailing spaces While point is
6745 at end of line. Does not highligt spaces at beginning of buffer
6746 while point is at beginning of buffer. Does not highlight spaces
6747 at end of buffer while point is at end of buffer. (Bug#4177)
6748 New version 12.0.
6749 (whitespace-display-mappings): Adjust initialization.
6750 (whitespace-point, whitespace-font-lock-refontify): New vars.
6751 (whitespace-color-on, whitespace-color-off): Adjust code.
6752 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6753 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6754 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6755
6756 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6759
6760 * textmodes/sgml-mode.el: Remove xml-mode alias.
6761
6762 * files.el (auto-mode-alist, conf-mode-maybe)
6763 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6764
6765 2009-09-24 Alan Mackenzie <acm@muc.de>
6766
6767 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6768 c-forward-conditionals, but it doesn't move point and doesn't set
6769 the mark.
6770 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6771 (c-down-conditional-with-else, c-backward-conditional)
6772 (c-forward-conditional): Refactor to use c-scan-conditionals.
6773
6774 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6777 (help-default-arg-highlight): Remove.
6778 (help-highlight-arg): New function.
6779 (help-do-arg-highlight): Use it.
6780 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6781
6782 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6785 Undo last change, which didn't fix the problem and introduced others.
6786
6787 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6788
6789 * progmodes/gdb-mi.el: Don't require speedbar.
6790 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6791
6792 2009-09-24 Glenn Morris <rgm@gnu.org>
6793
6794 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6795
6796 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6797
6798 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6799 there is no newline after the final mime boundary. (Bug#4539)
6800 Move markers on insertion so that any buttons inserted don't end up in
6801 the next part of a multipart message.
6802 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6803 (rmail-mime-bulk-handler): Optionally handle images.
6804 (rmail-mime-image): New button action.
6805 (rmail-mime-image-handler): New function.
6806 (rmail-mime-mode): New mode.
6807 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6808
6809 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6812 than just dropping elements from it (bug#4504).
6813
6814 * term.el (term-set-scroll-region): Don't move cursor any more.
6815 (term-handle-ansi-escape): Call term-goto here instead.
6816 Suggested by Ivan Kanis <apple@kanis.eu>.
6817
6818 * term.el: Require CL.
6819 (term-ansi-reset): New function.
6820 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6821 (term-handle-colors-array): Simplify.
6822
6823 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6824
6825 * allout.el (allout-overlay-interior-modification-handler)
6826 (allout-obtain-passphrase):
6827 * epa-file.el (epa-file-write-region):
6828 * ps-print.el (ps-begin-job):
6829 * vc-hooks.el (vc-toggle-read-only):
6830 * vc-rcs.el (vc-rcs-rollback):
6831 * vc-sccs.el (vc-sccs-rollback):
6832 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6833 (vc-version-diff, vc-revert, vc-rollback):
6834 * wdired.el (wdired-check-kill-buffer):
6835 * emacs-lisp/authors.el (authors):
6836 * net/socks.el (socks-open-connection):
6837 * net/zeroconf.el (zeroconf-service-add-hook):
6838 * obsolete/vc-mcvs.el (vc-mcvs-register):
6839 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6840 (gdb-select-frame):
6841 * progmodes/grep.el (lgrep, rgrep):
6842 * progmodes/idlw-help.el (idlwave-help-check-locations)
6843 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6844 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6845 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6846 (reftex-toc-rename-label): Fix typos in error messages.
6847
6848 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6849 (dired-copy-how-to-fn): Doc fix.
6850 (dired-files-attributes, dired-read-shell-command):
6851 Fix typos in docstrings.
6852
6853 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6854 (dired-x-find-file-other-window): Reflow docstrings.
6855 (dired-omit-marker-char, dired-read-shell-command)
6856 (dired-x-submit-report): Fix typos in docstrings.
6857
6858 * shell.el (shell-mode-hook):
6859 * view.el (View-scroll-line-forward):
6860 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6861 Fix typos in docstrings.
6862
6863 * net/dig.el (dig-invoke): Fix typo in docstring.
6864 (query-dig): Reflow docstring.
6865
6866 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6867 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6868 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6869 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6870 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6871 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6872 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6873 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6874 (idlwave-completion-map, idlwave-current-indent)
6875 (idlwave-custom-ampersand-surround, idlwave-customize)
6876 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6877 (idlwave-define-abbrev, idlwave-determine-class-special)
6878 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6879 (idlwave-end-block-reg, idlwave-end-of-statement)
6880 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6881 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6882 (idlwave-explicit-class-listed, idlwave-file-header)
6883 (idlwave-fill-paragraph, idlwave-find-class-definition)
6884 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6885 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6886 (idlwave-in-quote, idlwave-indent-action-table)
6887 (idlwave-indent-expand-table, idlwave-indent-line)
6888 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6889 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6890 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6891 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6892 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6893 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6894 (idlwave-outlawed-buffers, idlwave-popup-select)
6895 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6896 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6897 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6898 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6899 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6900 (idlwave-statement-type, idlwave-struct-skip)
6901 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6902 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6903 (idlwave-what-module-find-class): Fix typos in docstrings.
6904 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6905 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6906 (idlwave-find-module, idlwave-find-structure-definition)
6907 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6908 (idlwave-list-load-path-shadows, idlwave-next-statement)
6909 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6910 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6911 (idlwave-template): Reflow docstrings.
6912
6913 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6914 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6915 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6916 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6917 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6918 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6919 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6920 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6921 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6922 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6923 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6924 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6925 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6926 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6927 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6928 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6929 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6930 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6931 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6932 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6933 Fix typos in docstrings.
6934 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6935 (idlwave-shell-hide-output, idlwave-shell-mode)
6936 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6937 Reflow docstrings.
6938
6939 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6940
6941 2009-09-24 Ivan Kanis <apple@kanis.eu>
6942
6943 * term.el (term-bold-attribute): New var.
6944 (term-handle-colors-array): Use it.
6945
6946 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * progmodes/gdb-mi.el (gdb-version): New variable.
6949 (gdb-non-stop-handler): Set gdb-version.
6950 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6951 Condition "--thread" option on gdb-version.
6952 (gdb-invalidate-threads): Remove unused argument.
6953
6954 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6957 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6958
6959 2009-09-23 Glenn Morris <rgm@gnu.org>
6960
6961 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6962 replying to mail without References or Message-Id. (Bug#4525)
6963
6964 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6965
6966 * term/ns-win.el (ns-reg-to-script): New variable.
6967
6968 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6969
6970 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6971
6972 2009-09-22 Sam Steingold <sds@gnu.org>
6973
6974 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6975 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6976 to 1 because hg returns status 1 when nothing is found.
6977 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6978
6979 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * textmodes/fill.el: Convert to utf-8 encoding.
6982 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6983 pre-unicode days.
6984
6985 * add-log.el (change-log-fill-forward-paragraph): New function.
6986 (change-log-mode): Use it so fill-region DTRT.
6987 Set fill-indent-according-to-mode here rather than in
6988 change-log-fill-paragraph.
6989 (change-log-fill-paragraph): Remove.
6990
6991 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6992
6993 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6994 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6995
6996 2009-09-22 Glenn Morris <rgm@gnu.org>
6997
6998 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6999 the scroll-bar scroll the calendar window rather than the buffer.
7000
7001 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7002 commands that move point (as opposed to scrolling).
7003
7004 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7005
7006 * emacs-lisp/elint.el (elint): New custom group.
7007 (elint-log-buffer): Make it a defcustom.
7008 (elint-scan-preloaded, elint-ignored-warnings)
7009 (elint-directory-skip-re): New options.
7010 (elint-builtin-variables): Doc fix.
7011 (elint-preloaded-env): New variable.
7012 (elint-unknown-builtin-args): Add an entry for encode-time.
7013 (elint-extra-errors): Make it a variable rather than a constant.
7014 (elint-preloaded-skip-re): New constant.
7015 (elint-directory): Skip files matching elint-directory-skip-re.
7016 (elint-features): New variable, local to linted buffers.
7017 (elint-update-env): Initialize elint-features. Possibly add
7018 elint-preloaded-env to the buffer's environment.
7019 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7020 Skip quoted forms.
7021 (elint-init-form): New function, extracted from elint-init-env.
7022 Make non-list forms a warning rather than an error.
7023 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7024 easy-menu-define, put that adds an error-condition, and provide.
7025 When requiring cl, also require cl-macs. Really require cl, to handle
7026 some cl macros. Store required libraries in the list elint-features,
7027 so as not to re-load them. Treat cc-require like require.
7028 (elint-init-env): Call elint-init-form to do the work.
7029 Handle eval-and-compile and such like.
7030 (elint-add-required-env): Do not clear messages.
7031 (elint-special-forms): Add handlers for function, defalias, if, when,
7032 unless, and, or.
7033 (elint-form): Add optional argument to ignore elint-special-forms,
7034 useful to prevent recursive calls from handlers. Doc fix.
7035 Respect elint-ignored-warnings.
7036 (elint-form): Respect elint-ignored-warnings.
7037 (elint-bound-variable, elint-bound-function): New variables.
7038 (elint-unbound-variable): Respect elint-bound-variable.
7039 (elint-get-args): Respect elint-bound-function.
7040 (elint-check-cond-form): Add some simple handling for (f)boundp and
7041 featurep tests.
7042 (elint-check-defalias-form): New handler.
7043 (elint-check-let-form): Make an empty let a warning rather than an
7044 error.
7045 (elint-check-setq-form): Make an empty setq a warning rather than an
7046 error. Respect elint-ignored-warnings.
7047 (elint-check-defvar-form): Accept null doc-strings.
7048 (elint-check-conditional-form): New handler. Does some simple-minded
7049 checking of featurep and (f)boundp tests.
7050 (elint-put-function-args): New function.
7051 (elint-initialize): Use elint-scan-doc-file rather than
7052 elint-find-builtin-variables. Use elint-put-function-args.
7053 Possibly scan preloaded-file-list.
7054 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7055 extend to handle functions as well.
7056
7057 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7058
7059 * linum.el (linum-delete-overlays, linum-update-window):
7060 Do not modify the right margin. (Bug#3971)
7061
7062 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7065 nxml-mode instead of xml-mode.
7066
7067 2009-09-21 Kevin Ryde <user42@zip.com.au>
7068
7069 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7070
7071 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * net/dig.el (dig-mode): Use define-derived-mode.
7074
7075 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7076
7077 * vc-dispatcher.el (vc-do-command): Return the process object in
7078 the asynchronous case. Use when instead of if. Do not run
7079 vc-exec-after to display a message if not enabled. (Bug#4463)
7080
7081 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7082 properties to the stash strings.
7083 (vc-git-stash-list): Return a list of strings.
7084 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7085 (vc-git-stash-show-at-point): New functions.
7086 (vc-git-stash-map): New keymap.
7087
7088 * register.el (ctl-x-r-map): Define the keys here instead of
7089 using autoload.
7090
7091 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7092
7093 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7094 list, to workaround performance problem (bug#4485).
7095
7096 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7097
7098 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7099
7100 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7101
7102 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7103 Document that this option is not recommended to use.
7104
7105 2009-09-19 Glenn Morris <rgm@gnu.org>
7106
7107 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7108 variable `var'.
7109
7110 * calc/calc-alg.el (var):
7111 * calc/calcalg2.el (var): Define for compiler.
7112
7113 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7114
7115 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7116 Doc fix (Bug#3932).
7117
7118 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7119
7120 * time-stamp.el (time-stamp-month-dd-yyyy)
7121 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7122 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7123 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7124 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7125 Remove functions that have been obsolete since 1995 (Bug#4436).
7126
7127 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7128 indent buffer only if called interactively (Bug#4452).
7129
7130 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7131 Eli Zaretskii <eliz@gnu.org>
7132
7133 This fixes bug#4197 (merged to bug#865, though not identical).
7134 * server.el (server-auth-dir): Add docstring note about FAT32.
7135 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7136 but warn against using them.
7137
7138 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7139
7140 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7141 older GDB where there is no has_more field.
7142
7143 2009-09-19 Glenn Morris <rgm@gnu.org>
7144
7145 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7146
7147 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * files.el (auto-mode-alist): Change default for XML files to nXML
7150 mode (Bug#4169).
7151
7152 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7153
7154 * server.el (server-ensure-safe-dir): Pass 'integer
7155 to `file-attributes', as suggested.
7156
7157 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7160 (dired-query): Use read-key.
7161
7162 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7163
7164 * cus-start.el (ns-use-qd-smoothing): Remove.
7165
7166 2009-09-18 Glenn Morris <rgm@gnu.org>
7167
7168 * allout.el (top-level): Remove unnecessary progn.
7169
7170 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7171
7172 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7173 definition of abbrev table.
7174
7175 * speedbar.el (speedbar-track-mouse):
7176 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7177 * net/eudc.el (eudc-expand-inline):
7178 * net/newst-backend.el (newsticker--cache-read-feed):
7179 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7180 condition-case handlers.
7181
7182 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7183
7184 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7185 (gdb-var-list): Add an element for has_more field.
7186 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7187 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7188 (gdb-var-update-handler-1): Parse output of dynamic variable
7189 objects (STL containers).
7190 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7191 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7192
7193 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7194 gdb-var-list.
7195 (gud-speedbar-buttons): Make node expandable if expression "has more"
7196 children.
7197
7198 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7199
7200 * startup.el (emacs-quick-startup): Remove variable and all uses.
7201 (command-line): Set `inhibit-x-resources' instead.
7202 (command-line-1): Use `inhibit-x-resources' instead.
7203
7204 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * subr.el: Fix last change to avoid using the `unless' macro,
7207 which breaks bootstrapping.
7208
7209 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7212 extended definitions, in case we reload subr.el after having
7213 loaded CL.
7214 (eval-next-after-load): Mark as obsolete.
7215
7216 2009-09-17 Juri Linkov <juri@jurta.org>
7217
7218 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7219 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7220 (menu-bar-showhide-menu, menu-bar-tools-menu)
7221 (menu-bar-describe-menu, menu-bar-help-menu)
7222 (minibuffer-local-completion-map, minibuffer-local-map):
7223 Fix list quoting.
7224
7225 2009-09-17 Glenn Morris <rgm@gnu.org>
7226
7227 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7228 arguments, whether or not it has a handler.
7229
7230 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7231
7232 * simple.el (hard-newline): Give it a doc-string.
7233
7234 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7235 (lisp-mode-syntax-table): Give them doc-strings.
7236
7237 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7238
7239 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7240 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7241 (menu-bar-options-menu, menu-bar-showhide-menu)
7242 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7243 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7244 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7245 (menu-bar-options-menu, menu-bar-tools-menu)
7246 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7247 (menu-bar-help-menu):
7248 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7249 string arguments.
7250
7251 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7252 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7253 calls for the menu names and :help.
7254
7255 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7258 to :minor-mode-function (bug#4455).
7259
7260 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * startup.el (command-line): Initialize the window-system after
7263 processing the command-line.
7264
7265 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7266 page-delimiter matches the empty string.
7267
7268 2009-09-16 Glenn Morris <rgm@gnu.org>
7269
7270 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7271 byte-compile-not-obsolete-var. It's a list now.
7272 (byte-compile-not-obsolete-funcs): New variable.
7273 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7274 byte-compile-not-obsolete-funcs.
7275 (byte-compile-variable-ref, byte-compile-defvar): Update for
7276 byte-compile-not-obsolete-vars name-change and list nature.
7277 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7278 and variables behind (f)boundp tests.
7279 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7280
7281 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7282
7283 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7284
7285 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7288 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7289 Don't autoload.
7290
7291 2009-09-15 Stephen Eglen <stephen@gnu.org>
7292
7293 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7294 the virtual-buffers, use the name of the buffer specified by
7295 find-file-noselect, as the match may be a symlink. (This was a
7296 problem if the target and the symlink had different names.)
7297
7298 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7301
7302 * desktop.el (desktop-path): Check user-emacs-directory.
7303
7304 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7305
7306 * loadup.el: Use after-load-functions to GC after loading each file.
7307 Remove the explicit GC calls that used to be sprinkled around.
7308
7309 * subr.el (after-load-functions): New hook.
7310 (do-after-load-evaluation): Run it. Use string-match-p to detect
7311 `obsolete' packages, rather than painfully extracting the relevant
7312 directory name.
7313
7314 2009-09-15 Glenn Morris <rgm@gnu.org>
7315
7316 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7317 free variable `doc'.
7318
7319 * dired.el (dired-mode-map): Add menu entry for async shell command.
7320
7321 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7322 variables, also consider the .elc files, since the .el files are
7323 normally gzipped (subsequent code locates the .el.gz from the .elc).
7324
7325 * calc/calc-prog.el (arglist): Define for compiler.
7326
7327 * calendar/diary-lib.el (diary-display-function): Change the default to
7328 fancy display.
7329 (body): Define for compiler.
7330
7331 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7332 (byte-compile-file-form, byte-compile-lambda)
7333 (byte-compile-top-level-body, byte-compile-form)
7334 (byte-compile-variable-ref, byte-compile-setq)
7335 (byte-compile-setq-default, byte-compile-body)
7336 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7337 (batch-byte-compile): Give some more local variables with common names
7338 a "bytecomp-" prefix to avoid masking warnings about free variables.
7339
7340 * startup.el (command-line-1): Give local variables with common names a
7341 distinguishing prefix, so as not to hide free variable warnings during
7342 bootstrap.
7343
7344 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7345 clever and add a suffix to make a unique name, just let the user decide
7346 whether or not to overwrite it. If the input is a directory, write the
7347 default filename to that directory. (Bug#4388)
7348 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7349 is a filename-as-a-directory.
7350
7351 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * textmodes/page.el (what-page): Don't move to beginning of line.
7354 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7355
7356 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7357
7358 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7359
7360 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7363 * help.el (help-for-help-internal): Add purecopy calls for text.
7364
7365 * vc.el (top): print-log method now takes an optional SHORTLOG
7366 argument. Add a new method: root.
7367 (vc-root-diff, vc-print-root-log): New functions.
7368 (vc-log-short-style): New variable.
7369 (vc-print-log-internal): Add support for showing short logs.
7370
7371 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7372 vc-print-root-log and vc-print-root-diff.
7373
7374 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7375 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7376 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7377 short logs.
7378
7379 * vc-cvs.el (vc-cvs-print-log):
7380 * vc-mtn.el (vc-mtn-print-log):
7381 * vc-rcs.el (vc-rcs-print-log):
7382 * vc-sccs.el (vc-sccs-print-log):
7383 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7384 that is ignored for now.
7385
7386 * vc-mtn.el (vc-mtn-annotate-command):
7387 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7388
7389 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7392 to function-key-map, and give them ascii-character property.
7393 * term/x-win.el (x-alternatives-map):
7394 * term/ns-win.el (ns-alternatives-map):
7395 * term/internal.el (msdos-key-remapping-map):
7396 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7397
7398 2009-09-14 Glenn Morris <rgm@gnu.org>
7399
7400 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7401 temp-buffers (2009-09-12).
7402
7403 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7406 the new read-key function.
7407
7408 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7411 is defined (Bug#4405).
7412
7413 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7414
7415 * recentf.el (recentf-cleanup): Use a hash table to find
7416 duplicates (Bug#4407).
7417
7418 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7419
7420 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7421 kp-0 to ascii equivalents (Bug#4325).
7422
7423 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7426
7427 * eshell/em-hist.el:
7428 * eshell/em-dirs.el (eshell-complete-user-reference):
7429 Declare pcomplete functions and variables to avoid compiler warnings.
7430
7431 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7432
7433 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7434 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7435 * eshell/em-alias.el (eshell-aliases-file):
7436 * eshell/em-hist.el (eshell-history-file-name):
7437 Use expand-file-name instead of concat to make file names (Bug#4308).
7438
7439 2009-09-13 Glenn Morris <rgm@gnu.org>
7440
7441 * ediff-merg.el (ediff-do-merge):
7442 * filesets.el (filesets-run-cmd):
7443 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7444 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7445 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7446 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7447 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7448 Replace empty `let's with `progn'.
7449
7450 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * mail/sendmail.el (send-mail-function):
7453 * tooltip.el (tooltip-mode):
7454 * simple.el (transient-mark-mode):
7455 * rfn-eshadow.el (file-name-shadow-mode):
7456 * frame.el (blink-cursor-mode):
7457 * font-core.el (global-font-lock-mode):
7458 * files.el (temporary-file-directory)
7459 (small-temporary-file-directory, auto-save-file-name-transforms):
7460 * epa-hook.el (auto-encryption-mode):
7461 * composite.el (global-auto-composition-mode):
7462 Use custom-initialize-delay.
7463 * startup.el (command-line): Don't explicitly call
7464 custom-reevaluate-setting for all the above vars.
7465 * custom.el (custom-initialize-safe-set)
7466 (custom-initialize-safe-default): Delete.
7467
7468 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * term/x-win.el (x-initialize-window-system):
7471 * term/w32-win.el (w32-initialize-window-system):
7472 * term/ns-win.el (ns-initialize-window-system): Don't call
7473 mouse-wheel-mode since it's enabled globally by default already.
7474
7475 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7476 actually define the variable, but only silences the byte-compiler.
7477 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7478 before looking it up.
7479 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7480 is changed.
7481
7482 2009-09-12 Glenn Morris <rgm@gnu.org>
7483
7484 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7485 1000.
7486 (elint-add-required-env): Don't beep on error.
7487 (elint-forms): In case of error, return ENV unchanged.
7488 (elint-init-env): Skip non-list forms.
7489 (elint-log): Handle unknown file positions.
7490
7491 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7492
7493 * epg.el (epg-make-context): Add autoload cookie.
7494 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7495 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7496 (epg-verify-string, epg-start-sign, epg-sign-file)
7497 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7498 (epg-encrypt-string, epg-start-export-keys)
7499 (epg-export-keys-to-file, epg-export-keys-to-string)
7500 (epg-start-import-keys, epg-import-keys-from-file)
7501 (epg-import-keys-from-string, epg-start-receive-keys)
7502 (epg-receive-keys, epg-import-keys-from-server)
7503 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7504 (epg-sign-keys, epg-start-generate-key)
7505 (epg-generate-key-from-file, epg-generate-key-from-string):
7506 Remove autoload cookie.
7507
7508 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7509
7510 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7511 reevaluation of trash-directory.
7512
7513 * mwheel.el: Fix last change.
7514 (mouse-wheel-mode): New defvar.
7515 (mouse-wheel-mode): Remove autoload cookie.
7516
7517 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * mwheel.el (mwheel-installed-bindings): New var.
7520 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7521 the bindings we set last time. Use custom-initialize-delay.
7522 * loadup.el: Load mwheel after term/*-win.el.
7523 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7524 and mouse-wheel-up-event now that their first evaluation is done
7525 sufficiently late to be correct.
7526
7527 * startup.el (tutorial-directory): Make it a defcustom.
7528 Use custom-initialize-delay rather than eval-at-startup to set it.
7529 * image.el (image-load-path): Make it a defcustom.
7530 Use custom-initialize-delay rather than eval-at-startup to set it.
7531 * subr.el (eval-at-startup): Remove.
7532 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7533
7534 * subr.el (do-after-load-evaluation): Warn the user after loading an
7535 obsolete package.
7536
7537 2009-09-12 Glenn Morris <rgm@gnu.org>
7538
7539 * proced.el (proced-mark-alt): Remove alias.
7540 (proced-mode-map): Remove proced-mark-alt.
7541
7542 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7543 Elint file and directory. Remove initialization entry.
7544
7545 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7546 commands.
7547 (elint-current-buffer): Set mode-line-process.
7548 (elint-init-env): Handle define-derived-mode.
7549 Fix declare-function with unspecified arglist. Guard against odd
7550 defalias statements (eg iso-insert's 8859-1-map).
7551 (elint-add-required-env): Use a temp buffer.
7552 (elint-form): Just print the function/macro name, not the whole form.
7553 Return env unchanged if we fail to parse a macro.
7554 (elint-forms): Guard against parse errors.
7555 (elint-output): New function, to handle batch mode.
7556 (elint-log-message): Add optional argument. Use elint-output.
7557 (elint-set-mode-line): New function.
7558
7559 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7560
7561 * emacs-lisp/elp.el (elp-not-profilable): Add more
7562 functions (Bug#4233).
7563
7564 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7565
7566 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7567 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7568
7569 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7572 (gdb-var-list-children): Use json parsing.
7573
7574 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7575
7576 * progmodes/js.el (js--proper-indentation): Handle the case where
7577 char-before is null. Reported by Deniz Dogan.
7578
7579 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7580
7581 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7582
7583 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7584
7585 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7586 (epg-digest-algorithm-alist): Add SHA224.
7587 (epg-context-set-passphrase-callback)
7588 (epg-context-set-progress-callback): Add description about
7589 callback function.
7590
7591 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * custom.el (custom-delayed-init-variables): New var.
7594 (custom-initialize-delay): New function.
7595 * startup.el (command-line): "Re"evaluate all vars in
7596 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7597 explicitly any more.
7598 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7599 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7600
7601 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7602
7603 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7606 (gdb-var-update-handler): Use json parsing.
7607
7608 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7611 decode annotated text, regardless of language environment. (Bug#2741)
7612
7613 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * Makefile.in (autoloads): Make rmail.el writable as well.
7616
7617 2009-09-11 Glenn Morris <rgm@gnu.org>
7618
7619 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7620 loaddefs.el.
7621 * dired.el: Regenerate with extracted autoloads.
7622 * Makefile.in (autoloads): Make dired.el writable.
7623
7624 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7625 * ibuffer.el: Regenerate with extracted autoloads.
7626 * Makefile.in (autoloads): Make ibuffer.el writable.
7627
7628 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7629 * version.el (emacs-copyright, emacs-major-version)
7630 (emacs-minor-version): Reformat doc-strings for make-docfile.
7631
7632 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7633 functions and variables, since they must be stuff specific to some other
7634 platform.
7635 (apropos-print): Make mouse-click message less specific about button.
7636
7637 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7638 that records where a macro was defined.
7639 * help-fns.el (describe-function-1): Mention if a function has a
7640 compiler-macro.
7641 * help-mode.el (help-function-cmacro): New button.
7642
7643 * locate.el (top-level): Always require dired.
7644 (locate-mode-map): Initialize inside the defvar.
7645
7646 * net/ange-ftp.el (dired-compress-file): Declare.
7647 (ange-ftp-dired-compress-file): Add doc string.
7648
7649 * term/ns-win.el (x-display-name, x-setup-function-keys):
7650 Unify doc-strings with X versions.
7651
7652 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * emulation/crisp.el (crisp-mode-map): Move initialization
7655 into declaration.
7656 (crisp-mode): Use define-minor-mode.
7657
7658 * progmodes/xscheme.el (xscheme-evaluation-commands):
7659 Put a :advertised-binding property rather than using
7660 advertised-xscheme-send-previous-expression.
7661 (advertised-xscheme-send-previous-expression): Declare obsolete.
7662 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7663 `advertised-undo'.
7664 (crisp-mode): Add corresponding bindings to
7665 undo's :advertised-binding instead.
7666 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7667 than using dired-advertised-find-file.
7668 (dired-advertised-find-file):
7669 * simple.el (advertised-undo):
7670 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7671 (widget-keymap): Put a :advertised-binding property rather
7672 than using advertised-widget-backward.
7673 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7674 than using advertised-undo.
7675 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7676
7677 2009-09-10 Simon South <ssouth@slowcomputing.org>
7678
7679 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7680 Mark mode is enabled and region is active; otherwise indent or
7681 insert TAB as usual.
7682 (delphi-mode): Update description of TAB-key binding.
7683
7684 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * subr.el (define-key-rebound-commands): Mark obsolete.
7687 * startup.el (precompute-menubar-bindings): Remove.
7688 (normal-top-level): Remove obsolete code that tried to precompute
7689 menubar bindings.
7690 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7691 define-key-rebound-commands and precompute-menubar-bindings.
7692
7693 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7694
7695 * net/imap.el (imap-interactive-login): Better messages.
7696 (imap-open): Fix bug with renamed buffer on reconnect.
7697 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7698 for easier debugging and cleaner code. On successful (guessed based on
7699 server capabilities) secondary authentication, set imap-state
7700 correctly.
7701 (imap-last-authenticator): Define imap-last-authenticator as a variable
7702 to avoid warnings.
7703
7704 2009-09-10 Glenn Morris <rgm@gnu.org>
7705
7706 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7707
7708 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7709 (byte-compile-file-form-autoload): Don't warn about unknown functions
7710 where the autoload statement comes after the use.
7711 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7712 that any handlers inside the body (eg require) are in turn respected.
7713
7714 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7715 effects.
7716
7717 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7718 and syntax and abbrev tables basic docs, if they don't have any.
7719
7720 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7721
7722 * international/mule-cmds.el (top-level): Require cl when compiling.
7723 (view-hello-file): Use default-value rather than
7724 default-enable-multibyte-characters.
7725
7726 * progmodes/fortran.el: Move all safe and risky properties into the
7727 defcustoms.
7728
7729 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7730 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7731 * mail/undigest.el:
7732 Put autoloads in rmail.el rather than loaddefs.el.
7733 * mail/rmail.el: Regenerate with extracted autoloads.
7734
7735 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7736 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7737
7738 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7739
7740 Reported in thread for Bug#4375.
7741 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7742 "-data-evaluate-expression" instead of print.
7743 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7744 (gdb-tooltip-print): Parse output from above MI command.
7745 (gdb): Revert 2009-08-11 change. User should detach inferior
7746 manually.
7747
7748 Remove the word "separate" from IO functions as inferior
7749 output is now never displayed in the GUD buffer.
7750
7751 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7752
7753 * startup.el (command-line-normalize-file-name): On Windows and
7754 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7755
7756 2009-09-10 Juri Linkov <juri@jurta.org>
7757
7758 * isearch.el (isearch-text-char-description): Propertize escape
7759 character sequences with the `escape-glyph' face. (Bug#4344)
7760
7761 * simple.el (shell-command): Set asynchronous process filter to
7762 `comint-output-filter'. (Bug#4343)
7763
7764 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7765 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7766 the list. Move "asm" to the bottom.
7767 (grep-find-ignored-directories): Add `choice' with nil value
7768 to empty the list easily.
7769 (grep-find-ignored-files): New option.
7770 (grep-files-history): Set to nil by default instead of '("ch" "el").
7771 (grep-compute-defaults): Add "<X>" to `grep-template'.
7772 (grep-read-files): Bind new local variables `default-alias' and
7773 `default-extension'. Use a list of default values for the file prompt.
7774 (lgrep): Add `--exclude=' command line options composed from
7775 `grep-find-ignored-files'.
7776 (rgrep): Add `-name' command line options composed from
7777 `grep-find-ignored-files'. (Bug#4301)
7778
7779 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7782 (bug#4368).
7783
7784 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7785
7786 * calendar/time-date.el (autoload):
7787 Expand define-obsolete-function-alias into defalias and make-obsolete
7788 for old Emacsen that Gnus supports.
7789 (with-no-warnings): Define it for old Emacsen.
7790 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7791 is available.
7792 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7793 float-time is available; suppress compile warning for time-to-seconds.
7794
7795 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7796
7797 * net/imap.el (imap-message-map): Docstring fix.
7798
7799 2009-09-09 Glenn Morris <rgm@gnu.org>
7800
7801 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7802 line numbers too. (Bug#4374)
7803
7804 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * smerge-mode.el (smerge-remove-props, smerge-refine):
7807 Use with-silent-modifications (bug#4342).
7808
7809 * subr.el (with-silent-modifications): New macro.
7810
7811 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7812
7813 * files.el (top-level): Require `cl' when compiling.
7814
7815 2009-09-07 Glenn Morris <rgm@gnu.org>
7816
7817 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7818
7819 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7820 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7821
7822 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7823
7824 * vc-git.el (vc-git-annotate-command): Use separator to parse
7825 arguments correctly.
7826
7827 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7828
7829 * proced.el (proced-mode): Doc fix.
7830
7831 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7832
7833 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7834 lstat fails.
7835 (tramp-do-file-attributes-with-ls): Check for file existence at
7836 remote end.
7837 (tramp-do-file-attributes-with-stat): Likewise.
7838 (tramp-convert-file-attributes): Return nil when attr is nil.
7839
7840 2009-09-05 Glenn Morris <rgm@gnu.org>
7841
7842 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7843 properties to this button.
7844 (diary-fancy-display): Don't extend the button to the final newline.
7845 (diary-fancy-display-mode): Continue to define "q" as a local key.
7846
7847 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7848 efficient.
7849
7850 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7851
7852 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7853 (byte-compile-dest-file-function): New option.
7854 (byte-compile-dest-file): Doc fix.
7855 Obey byte-compile-dest-file-function.
7856 (byte-compile-cl-file-p): New function.
7857 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7858 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7859 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7860 than for file being previously loaded.
7861 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7862 (byte-compile-file-form-require): Handle the case where requiring a file
7863 indirectly causes CL to be loaded.
7864
7865 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7866
7867 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7868 before killing the old buffer, since by the time `kill-buffer' is
7869 run so many buffer variables have been set to nil that it may not
7870 behave as expected. (Bug#4061)
7871
7872 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7873
7874 * files.el (find-alternate-file): If the old buffer is modified
7875 and visiting a file, behave similarly to `kill-buffer' when
7876 killing it, thus reverting to the pre-1.878 behavior; see
7877 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7878 for discussion. Also, consult `buffer-file-name' as a variable
7879 not as a function, for consistency with the rest of the code.
7880
7881 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7882
7883 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7884 also when adding a new directory.
7885
7886 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7887 defun.
7888
7889 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * files.el (locate-file-completion-table): Make it provide boundary
7892 information, so partial-completion works better.
7893
7894 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7895
7896 * mail/footnote.el (Footnote-text-under-cursor):
7897 Check footnote-text-marker-alist before using it (bug#4324).
7898
7899 2009-09-04 Glenn Morris <rgm@gnu.org>
7900
7901 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7902 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7903 * play/solitaire.el, play/tetris.el:
7904 Remove leading * from defcustom and defface docs.
7905
7906 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7907 necessary.
7908 (diary-fancy-overriding-map): New variable.
7909 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7910 Use view-mode.
7911
7912 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7913 goto-line.
7914
7915 2009-09-03 Glenn Morris <rgm@gnu.org>
7916
7917 * arc-mode.el (archive-mode):
7918 * dos-fns.el (set-default-process-coding-system):
7919 * man.el (Man-getpage-in-background):
7920 * menu-bar.el (menu-bar-describe-menu):
7921 * server.el (server-process-filter):
7922 * startup.el (command-line):
7923 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7924 * w32-fns.el (set-default-process-coding-system):
7925 * x-dnd.el (x-dnd-handle-file-name):
7926 * international/mule-cmds.el (mule-menu-keymap)
7927 (set-default-coding-systems, language-info-alist, set-language-info)
7928 (set-language-environment, standard-display-european-internal)
7929 (set-locale-environment):
7930 * international/mule-diag.el (mule-diag):
7931 * mail/emacsbug.el (report-emacs-bug):
7932 * mail/rmail.el (rmail-mode):
7933 * mail/sendmail.el (mail-setup):
7934 Use default-value rather than default-enable-multibyte-characters.
7935
7936 * progmodes/f90.el: Move all safe properties into the defcustoms.
7937 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7938
7939 * calendar/appt.el (appt-check):
7940 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7941 (diary-check-diary-file, diary-list-entries)
7942 (diary-include-other-diary-files, diary-simple-display)
7943 (diary-fancy-display, diary-print-entries)
7944 (diary-mark-included-diary-files, diary-make-entry):
7945 Don't call substitute-in-file-name on diary-file.
7946
7947 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7948 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7951 (footnote-mode-map): Move initialization into the declaration.
7952 (footnote-minor-mode-map): Define it rather than changing global-map.
7953 (footnote-mode): Use define-minor-mode.
7954
7955 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7958 (tramp-do-file-attributes-with-perl)
7959 (tramp-do-file-attributes-with-stat): Rename from
7960 `tramp-handle-file-attributes-with-*'.
7961 (tramp-handle-file-attributes): Use them.
7962 (tramp-do-directory-files-and-attributes-with-perl)
7963 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7964 `tramp-handle-directory-files-and-attributes-with-*'.
7965 (tramp-handle-directory-files-and-attributes): Use them.
7966 (tramp-method-out-of-band-p): Additional parameter SIZE.
7967 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7968 (tramp-handle-write-region): Use it.
7969 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7970 (tramp-handle-vc-registered): Check, whether the first run did
7971 return files to be tested.
7972 (tramp-advice-make-auto-save-file-name): Do not call directly
7973 `tramp-handle-make-auto-save-file-name', because this would bypass
7974 the locking mechanism.
7975
7976 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7977 (file-remote-p, process-file, start-file-process, set-file-times)
7978 (tramp-compat-file-attributes): Compatibility functions shall not
7979 call directly `tramp-handle-*', because this would bypass the
7980 locking mechanism.
7981 (tramp-compat-number-sequence): New defun.
7982
7983 2009-09-02 Glenn Morris <rgm@gnu.org>
7984
7985 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7986 alias for float-time.
7987 (time-to-number-of-days): In Emacs, use float-time.
7988 * net/newst-backend.el (time-add): Suppress warnings from compat
7989 function.
7990 * time.el (emacs-uptime, emacs-init-time):
7991 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7992 Use float-time rather than time-to-seconds.
7993
7994 * minibuffer.el (completion-initials-expand): Fix typo.
7995
7996 * faces.el (modeline, modeline-inactive, modeline-highlight)
7997 (modeline-buffer-id):
7998 * info.el (info-menu-5): Mark these face aliases as obsolete.
7999
8000 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8003 space ...
8004 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8005 no "--thread" option.
8006 (gdb-stopped): Don't print "Switched to thread" message when it is
8007 unchanged.
8008
8009 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * minibuffer.el (completion-try-completion)
8012 (completion-all-completions): Remove ill-defined (and
8013 mistakenly installed and luckily never used nor documented)
8014 `completion-styles' property.
8015 (completion-initials-expand, completion-initials-all-completions)
8016 (completion-initials-try-completion): New functions.
8017 (completion-styles-alist): Add doc to each entry.
8018 Add new `initials' entry.
8019
8020 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8023 MI command -var-evaluate-expression.
8024 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8025 and tweak for case of string child.
8026 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8027
8028 2009-09-01 Glenn Morris <rgm@gnu.org>
8029
8030 * add-log.el (change-log-date-face, change-log-name-face)
8031 (change-log-email-face, change-log-file-face, change-log-list-face)
8032 (change-log-conditionals-face, change-log-function-face)
8033 (change-log-acknowledgement-face):
8034 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8035 (custom-modified-face, custom-set-face, custom-changed-face)
8036 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8037 (custom-documentation-face, custom-state-face, custom-comment-face)
8038 (custom-comment-tag-face, custom-variable-tag-face)
8039 (custom-variable-button-face, custom-face-tag-face)
8040 (custom-group-tag-face-1, custom-group-tag-face):
8041 * diff-mode.el (diff-header-face, diff-file-header-face)
8042 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8043 (diff-added-face, diff-changed-face, diff-function-face)
8044 (diff-context-face, diff-nonexistent-face):
8045 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8046 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8047 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8048 (Info-title-4-face):
8049 * isearch.el (isearch-lazy-highlight-face):
8050 * log-view.el (log-view-file-face, log-view-message-face):
8051 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8052 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8053 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8054 (cvs-msg-face):
8055 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8056 (smerge-base-face, smerge-markers-face):
8057 * wid-edit.el (widget-documentation-face, widget-button-face)
8058 (widget-field-face, widget-single-line-field-face)
8059 (widget-inactive-face, widget-button-pressed-face):
8060 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8061 (woman-addition-face):
8062 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8063 (eshell-ls-executable-face, eshell-ls-readonly-face)
8064 (eshell-ls-unreadable-face, eshell-ls-special-face)
8065 (eshell-ls-missing-face, eshell-ls-archive-face)
8066 (eshell-ls-backup-face, eshell-ls-product-face)
8067 (eshell-ls-clutter-face):
8068 * eshell/em-prompt.el (eshell-prompt-face):
8069 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8070 * obsolete/old-whitespace.el (whitespace-highlight-face):
8071 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8072 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8073 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8074 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8075 (antlr-font-lock-literal-face):
8076 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8077 (ebrowse-root-class-face, ebrowse-file-name-face)
8078 (ebrowse-default-face, ebrowse-member-attribute-face)
8079 (ebrowse-member-class-face, ebrowse-progress-face):
8080 * progmodes/make-mode.el (makefile-space-face):
8081 * progmodes/sh-script.el (sh-heredoc-face):
8082 * textmodes/flyspell.el (flyspell-incorrect-face)
8083 (flyspell-duplicate-face):
8084 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8085 * textmodes/texinfo.el (texinfo-heading-face):
8086 Mark face aliases with "-face" suffix as obsolete.
8087
8088 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8089 compiler.
8090
8091 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8092 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8093 easy-menu-define wants to modify these.
8094
8095 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8096
8097 * net/browse-url.el (browse-url-file-url):
8098 * term/internal.el (dos-codepage-setup):
8099 Use default-value rather than default-enable-multibyte-characters.
8100
8101 * progmodes/etags.el (etags-goto-tag-location):
8102 * progmodes/flymake.el (flymake-highlight-line)
8103 (flymake-goto-file-and-line, flymake-goto-line):
8104 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8105 (gdb-goto-breakpoint):
8106 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8107 * progmodes/python.el (python-find-function)
8108 (python-pdbtrack-track-stack-file):
8109 * progmodes/verilog-mode.el (verilog-surelint-off):
8110 * term/ns-win.el (ns-open-file-select-line):
8111 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8112 Use forward-line rather than goto-line.
8113
8114 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8115 * textmodes/reftex-index.el (reftex-display-index):
8116 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8117 * textmodes/reftex-toc.el (reftex-toc):
8118 Remove unnecessary bindings of default-major-mode (all are followed by
8119 major-mode check and possible mode switch).
8120
8121 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8124 Handle watchpoints (bug#4282).
8125 (def-gdb-thread-buffer-command): Enable thread to be selected by
8126 clicking without selecting threads buffer first.
8127 (gdb-current-context-command): Use selected frame so that "up",
8128 "down" etc work in the GUD buffer.
8129 (gdb-update): Find selected frame before rendering stack buffer.
8130 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8131
8132 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * progmodes/sym-comp.el (displayed-completions): Remove.
8135 (symbol-complete): Use minibuffer-complete.
8136
8137 2009-08-31 Glenn Morris <rgm@gnu.org>
8138
8139 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8140
8141 * apropos.el (apropos-symbols-internal):
8142 Handle (obsolete) face aliases.
8143
8144 * faces.el (describe-face): Adjust the output format to be more like
8145 describe-variable, and to mention (obsolete) face aliases.
8146 Adjust the whitespace so that help-setup-xref works.
8147
8148 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8149 * calendar/diary-lib.el (diary-button-face):
8150 Mark these face aliases as obsolete.
8151
8152 * calendar/calendar.el (calendar-today): Doc fix.
8153
8154 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8155
8156 * progmodes/gdb-mi.el (gdb-control-all-threads)
8157 (gdb-control-current-thread): Force tool bar update.
8158 (gdb-non-stop-handler): New function.
8159 (gdb-init-1): Use it to test if non-stop mode is supported.
8160 Remove unused gdbmi buffer type.
8161
8162 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8163
8164 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8165 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8166
8167 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8168
8169 * comint.el (comint-exec-1): Check command is non-null first.
8170 Part of gdb-mi.el change (2009-08-28).
8171
8172 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8175
8176 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8179 instead of `dolist' to avoid a recursive require when bootstrapping.
8180
8181 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8184
8185 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8186
8187 * net/imap.el (imap-send-command): Simplify.
8188 (imap-wait-for-tag): point-max -> buffer-size.
8189
8190 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8191
8192 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8193 with constant argument.
8194
8195 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8196
8197 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8198
8199 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8200 Change default, since most of our files don't have a history.
8201 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8202 the user.
8203
8204 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8205 Add comint-run.
8206
8207 * calc/calc.el: Improve commenting convention.
8208 (calc-digit-map, toplevel): Simplify.
8209
8210 * comint.el (comint-insert-input): Be careful to only set point if we
8211 don't delegate to some other command.
8212
8213 * proced.el (proced-signal-list): Make it an alist.
8214 (proced-grammar-alist): Capitalize names.
8215 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8216 Disable undo manually and make it read-only.
8217 Use completion-annotate-function.
8218
8219 * minibuffer.el (minibuffer-message): If the current buffer is not
8220 a minibuffer, insert the message in the echo area rather than at the
8221 end of the buffer.
8222 (completion-annotate-function): New variable.
8223 (minibuffer-completion-help): Use it.
8224 (completion--embedded-envvar-table): Environment vars are
8225 always case-sensitive.
8226
8227 2009-08-30 Glenn Morris <rgm@gnu.org>
8228
8229 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8230 from fortran-current-defun.
8231 (fortran-beginning-of-subprogram): Be more precise about finding the
8232 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8233 (fortran-end-of-subprogram): Simplify.
8234 (fortran-current-defun): Use fortran-start-prog-re.
8235
8236 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * subr.el (do-after-load-evaluation): Simplify.
8239
8240 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8241
8242 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8243
8244 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8245 (vc-rcs-print-log): Use it.
8246
8247 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8248
8249 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * paths.el (abbrev-file-name): Move to abbrev.el.
8252 * abbrev.el (abbrev-file-name): Move from paths.el.
8253 Obey user-emacs-directory.
8254 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8255 user-emacs-directory.
8256 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8257 abbrev-file-name and calc-settings-file any more.
8258 * startup.el (command-line): Recompute abbrev-file-name and
8259 abbreviated-home-dir.
8260 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8261 of the special code for when C-h bindings haven't been changed.
8262 (display-startup-echo-area-message): Use with-current-buffer.
8263 (command-line-1): Use a list of strings, rather than a list of lists
8264 of strings for longopts.
8265
8266 * files.el (get-free-disk-space): Use / for default-directory.
8267
8268 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8269 Use with-current-buffer.
8270
8271 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8272 Recognize immutable variables like most-positive-fixnum.
8273 (byte-compile-setq-default): Check and warn if trying to assign
8274 to an immutable variable, or a non-variable.
8275
8276 * progmodes/cc-vars.el (c-comment-continuation-stars):
8277 * progmodes/cc-engine.el (c-looking-at-bos):
8278 * progmodes/cc-cmds.el (c-toggle-auto-state)
8279 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8280 (c-comment-line-break-function): Add version of obsolescence.
8281
8282 2009-08-28 Juri Linkov <juri@jurta.org>
8283
8284 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8285 associated with `archive-mode'.
8286
8287 * image.el (image-type-header-regexps): Use only JPEG magic number
8288 to determine JPEG images, and don't use `image-jpeg-p' because
8289 Emacs can display non-JFIF non-Exif JPEG images.
8290
8291 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * arc-mode.el (archive-mode):
8294 * emacs-lisp/re-builder.el (re-builder-unload-function):
8295 Protect against the default value of `major-mode' being nil.
8296
8297 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8298
8299 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8300 Fix typos in docstrings.
8301
8302 * progmodes/js.el (js--macro-decl-re): Doc fix.
8303 (js--plain-method-re, js--split-name): Refloc docstring.
8304 (js--class-styles, js--make-merged-item, js--splice-into-items):
8305 Fix typos in docstrings; reflow docstrings.
8306 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8307 (js--variable-decl-matcher, js--inside-pitem-p)
8308 (js--parse-state-at-point, js--get-all-known-symbols)
8309 (js--symbol-history, js-find-symbol, js--js-references)
8310 (js--moz-interactor, js--js-encode-value, js--read-tab):
8311 Fix typos in docstrings.
8312
8313 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * textmodes/reftex.el (reftex-get-file-buffer-force):
8316 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8317 * emulation/viper.el (viper-go-away, viper-set-hooks):
8318 * emacs-lisp/re-builder.el (re-builder-unload-function):
8319 * emacs-lisp/bytecomp.el (byte-compile-file):
8320 * ses.el (ses-unload-function):
8321 * hexl.el (hexl-find-file):
8322 * files.el (normal-mode):
8323 * ehelp.el (with-electric-help):
8324 * autoinsert.el (auto-insert-alist):
8325 * arc-mode.el (archive-mode):
8326 Use (default-value 'major-mode) instead of default-major-mode.
8327
8328 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8329 * international/mule.el (load-with-code-conversion):
8330 * emacs-lisp/debug.el (debug):
8331 * ediff-vers.el (ediff-rcs-get-output-buffer):
8332 * dired.el (dired-internal-noselect): Don't let-bind
8333 default-major-mode around code that doesn't use it.
8334 E.g. buffer creation via get-buffer-create doesn't use it.
8335
8336 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8337
8338 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8339 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8340 when writing the temp file. Otherwise, epa-file gets confused.
8341 (tramp-register-file-name-handlers): Make it a defun. Move also
8342 `epa-file-handler' to the front of `file-name-handler-alist'.
8343
8344 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8347 start right after a ^M.
8348 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8349 (tramp-completion-file-name-regexp-separate)
8350 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8351 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8352 Don't modify last-coding-system-used by accident.
8353 (tramp-completion-file-name-handler): Apply the checks here,
8354 instead during registration.
8355 (tramp-register-file-name-handlers): Renamed from
8356 `tramp-register-file-name-handler'. Register both
8357 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8358 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8359
8360 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8361
8362 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8363 Remove variable ...
8364 (gdb-init-1, gdb-display-separate-io-buffer)
8365 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8366 references to it.
8367 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8368 (gdb-inferior-filter): Use comint-output-filter to stop
8369 echoing and remove ^M characters.
8370
8371 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * emulation/viper-init.el (viper-restore-cursor-type):
8374 * emulation/cua-base.el (cua--update-indications):
8375 Replace default-cursor-type with (default-value 'cursor-type).
8376
8377 * mail/sendmail.el (mail-recover-1):
8378 * international/mule-diag.el (describe-current-coding-system-briefly)
8379 (describe-current-coding-system):
8380 * international/mule-cmds.el (select-safe-coding-system)
8381 (select-message-coding-system)
8382 (set-language-environment-coding-systems, set-locale-environment):
8383 * hexl.el (hexl-insert-multibyte-char):
8384 * dos-w32.el (find-buffer-file-type-coding-system):
8385 * simple.el (what-cursor-position):
8386 Replace uses of default-buffer-file-coding-system
8387 with (default-value 'buffer-file-coding-system).
8388
8389 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8390 Replace uses of default-cursor-in-non-selected-windows
8391 with (default-value 'cursor-in-non-selected-windows).
8392 Use with-current-buffer.
8393
8394 * mail/feedmail.el: Use CL macros.
8395 (feedmail-run-the-queue, feedmail-send-it-immediately):
8396 * dos-w32.el (find-buffer-file-type): Replace uses of
8397 default-buffer-file-type with (default-value 'buffer-file-type).
8398
8399 2009-08-28 Glenn Morris <rgm@gnu.org>
8400
8401 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8402 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8403 Use default-value of major-mode rather than default-major-mode.
8404
8405 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * Makefile.in (update-elcfiles): Report left over elc files.
8408
8409 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8410 expand-file-name and with-current-buffer.
8411 (mail-get-names, mail-directory): Use with-current-buffer.
8412
8413 * vc.el (vc-read-revision): New function.
8414 (vc-version-diff, vc-merge): Use it.
8415
8416 2009-08-27 Sam Steingold <sds@gnu.org>
8417
8418 * simple.el (kill-do-not-save-duplicates): New user option.
8419 (kill-new): When it is non-nil, and the new string is the same as
8420 the latest kill, set replace to t to avoid duplicates in kill-ring.
8421
8422 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8423
8424 * net/tramp.el (tramp-handle-process-file): Do not flush all
8425 caches when `process-file-side-effects' is set.
8426 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8427 instead of `tramp-find-file-exists-command'.
8428 Unset `process-file-side-effects'.
8429
8430 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * net/tramp.el (tramp-methods): New method "rsyncc".
8433 (top): Add completion function for "rsyncc".
8434 (tramp-message-show-message): New defvar.
8435 (tramp-message, tramp-error): Use it.
8436 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8437 remote copying.
8438 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8439 `tramp-methods' entry `copy-env' of "rsyncc".
8440 (tramp-vc-registered-read-file-names): New defconst.
8441 (tramp-vc-registered-file-names): New defvar.
8442 (tramp-handle-vc-registered): Implement optimization strategy.
8443 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8444 (tramp-vc-file-name-handler): New defun.
8445 (tramp-get-ls-command, tramp-get-test-command)
8446 (tramp-get-file-exists-command, tramp-get-remote-ln)
8447 (tramp-get-remote-perl, tramp-get-remote-stat)
8448 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8449
8450 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8451 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8452 timestamps.
8453 (tramp-get-file-property): Check for timestamps in
8454 `tramp-cache-inhibit-cache'.
8455 (tramp-set-file-property): Write timestamp.
8456
8457 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8458
8459 * language/japan-util.el (japanese-symbol-table): Add entries for
8460 cp932-2-byte.
8461
8462 * international/characters.el: Add category `j' to cp932-2-byte.
8463
8464 2009-08-27 Kenichi Handa <handa@m17n.org>
8465
8466 * international/fontset.el (build-default-fontset-data): New macro.
8467 (setup-default-fontset): Use build-default-fontset-data for CJK,
8468 tibetan, ethiopic, and ipa.
8469
8470 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8473 (enable-multibyte-characters): Not customizable any more.
8474
8475 * subr.el (default-mode-line-format, default-header-line-format)
8476 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8477 (default-direction-reversed, default-truncate-lines)
8478 (default-left-margin, default-tab-width, default-case-fold-search)
8479 (default-left-margin-width, default-right-margin-width)
8480 (default-left-fringe-width, default-right-fringe-width)
8481 (default-fringes-outside-margins, default-scroll-bar-width)
8482 (default-vertical-scroll-bar, default-indicate-empty-lines)
8483 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8484 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8485 (default-scroll-down-aggressively, default-fill-column)
8486 (default-cursor-type, default-buffer-file-type)
8487 (default-cursor-in-non-selected-windows)
8488 (default-buffer-file-coding-system, default-major-mode)
8489 (default-enable-multibyte-characters): Mark as obsolete.
8490
8491 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8492
8493 * vc-dir.el (vc-dir-update): Remove debug helper.
8494
8495 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8496
8497 2009-08-26 Sam Steingold <sds@gnu.org>
8498
8499 * simple.el (save-interprogram-paste-before-kill): New user option.
8500 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8501 save the interprogram-paste into kill-ring before overriding it
8502 with the Emacs kill.
8503
8504 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8505
8506 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8507 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8508 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8509 and move to vc-rcs.el.
8510 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8511 move to vc-rcs.el.
8512 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8513 (vc-rcs-update-changelog): Remove.
8514 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8515 and move to vc-rcs.el.
8516
8517 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8518 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8519 renaming.
8520 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8521 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8522 vc.el, renamed to be RCS specific.
8523
8524 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8525 New functions.
8526 (vc-cvs-update-changelog): Move here from vc.el.
8527
8528 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8529 New functions.
8530
8531 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8534
8535 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8536
8537 * vc-git.el (vc-git-register): Use "git add" for directories.
8538 (vc-git-stash, vc-git-stash-show): New functions.
8539 (vc-git-extra-menu-map): Bind them.
8540
8541 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8542 directory correctly in case the item is a directory itself.
8543
8544 * vc.el: Document the desired behavior for reverted files in the
8545 `added' state.
8546 (vc-default-prettify-state-info): Remove function, unused.
8547
8548 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8549
8550 2009-08-26 Glenn Morris <rgm@gnu.org>
8551
8552 * bindings.el (standard-mode-line-format): Reposition dashes in
8553 which-func entry. (Bug#4217)
8554
8555 * files.el (enable-local-variables, enable-local-eval)
8556 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8557 the defcustoms.
8558 (auto-mode-alist, ignored-local-variables)
8559 (save-some-buffers-action-alist): Move risky declarations to the
8560 definitions.
8561 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8562 (font-lock-defaults, format-alist, imenu--index-alist)
8563 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8564 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8565 (mode-line-modified, mode-line-mule-info, mode-line-position)
8566 (mode-line-process, mode-line-remote, outline-level)
8567 (parse-time-rules, rmail-output-file-alist)
8568 (special-display-buffer-names, vc-mode):
8569 Move risky declarations to the relevant files.
8570 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8571 (mode-line-modified, mode-line-process, mode-line-position)
8572 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8573 * font-core.el (font-lock-defaults):
8574 * format.el (format-alist):
8575 * vc-hooks.el (vc-mode):
8576 * window.el (special-display-buffer-names):
8577 * international/mule-cmds.el (input-method-alist):
8578 Define riskiness here (dumped file) rather than in files.el.
8579 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8580 * imenu.el (imenu-generic-expression, imenu--index-alist):
8581 * outline.el (outline-level):
8582 * time.el (display-time-string):
8583 * calendar/parse-time.el (parse-time-rules):
8584 * mail/rmailout.el (rmail-output-file-alist):
8585 Autoload riskiness here, rather than placing in files.el.
8586
8587 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8588
8589 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8590
8591 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8592
8593 * simple.el (process-file-side-effects): New defvar.
8594
8595 * dired-aux.el (dired-show-file-type):
8596 * vc.el (vc-diff-internal):
8597 * vc-arch.el (vc-arch-diff):
8598 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8599 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8600 * vc-git.el (vc-git-registered, vc-git-working-revision)
8601 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8602 (vc-git--empty-db-p):
8603 * vc-hooks.el (vc-user-login-name):
8604 * vc-svn.el (vc-svn-registered, vc-svn-state)
8605 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8606 * progmodes/grep.el (grep-probe): Let-bind
8607 `process-file-side-effects' with nil.
8608
8609 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8610
8611 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8612 daemon. Replace ping by checking for running service for bluez
8613 and zeroconf. (Bug#4239)
8614
8615 2009-08-25 Kevin Ryde <user42@zip.com.au>
8616
8617 * net/dig.el (dig): Add autoload cookie.
8618
8619 2009-08-25 Glenn Morris <rgm@gnu.org>
8620
8621 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8622 load-history for absolute file-names.
8623 (byte-compile-file-form-require): Warn about use of the cl package.
8624
8625 * format.el (format-alist): Doc fix.
8626
8627 * play/bubbles.el (top-level): Don't require cl at run-time.
8628
8629 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8630 run-time cl).
8631
8632 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8633
8634 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8635 from cl package.
8636 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8637
8638 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8639
8640 * calc/calc-alg.el (math-trig-rewrite)
8641 (math-hyperbolic-trig-rewrite): New functions.
8642 (calc-simplify): Simplify trig functions when asked.
8643
8644 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8647
8648 2009-08-24 Kenichi Handa <handa@m17n.org>
8649
8650 * language/ind-util.el (mapthread): Delete it.
8651 (combinatorial): New function.
8652 (indian--puthash-cv): Use combinatorial instead of mapthread.
8653
8654 2009-08-22 Kevin Ryde <user42@zip.com.au>
8655
8656 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8657 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8658 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8659 Clarify docstring that the value is strings not symbols.
8660 (checkdoc-list-of-strings-p): New function.
8661
8662 2009-08-22 Glenn Morris <rgm@gnu.org>
8663
8664 * files.el (auto-mode-alist):
8665 * hippie-exp.el (he-concat-directory-file-name):
8666 * lpr.el (lpr-windows-system, printer-name):
8667 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8668 * ps-print.el (ps-windows-system):
8669 * startup.el (command-line):
8670 * emulation/viper-ex.el (viper-glob-function):
8671 * international/mule-cmds.el (set-language-environment-coding-systems):
8672 * net/ange-ftp.el (ange-ftp-write-region):
8673 * obsolete/fast-lock.el (fast-lock-cache-name):
8674 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8675 unisoft-unix, vax-vms, win32, w32.
8676
8677 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8678 given name if the pattern is not more specific.
8679
8680 * calendar/lunar.el (lunar-phase-names): New option.
8681 (lunar-phase): Doc fix.
8682 (lunar-cycles-per-year): New constant.
8683 (lunar-index): New function.
8684 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8685 (lunar-phase-name): Use lunar-phase-names.
8686 (calendar-lunar-phases): Use format.
8687 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8688
8689 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8690 Copy imenu-example--name-and-position function here for own use.
8691 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8692
8693 * bs.el (bs--redisplay):
8694 * cus-edit.el (custom-redraw):
8695 * ibuffer.el (ibuffer-bury-buffer):
8696 * server.el (server-goto-line-column):
8697 * startup.el (command-line-1):
8698 * strokes.el (strokes-xpm-for-stroke):
8699 * term.el (term-display-buffer-line):
8700 * view.el (View-goto-line):
8701 * calc/calc.el (calc-do, calc-trail-buffer):
8702 * play/gamegrid.el (gamegrid-add-score-insecure):
8703 * progmodes/ada-mode.el (ada-compile-goto-error):
8704 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8705 (ebrowse-select-1st-to-9nth):
8706 * progmodes/cperl-mode.el (cperl-time-fontification):
8707 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8708 * progmodes/gud.el (gud-display-line):
8709 (idlwave-shell-display-line):
8710 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8711 * progmodes/make-mode.el (makefile-browser-toggle):
8712 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8713 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8714 * textmodes/picture.el (picture-draw-rectangle):
8715 * textmodes/reftex-index.el (reftex-index-goto-letter):
8716 (reftex-select-jump-to-previous):
8717 * textmodes/reftex-sel.el (reftex-find-start-point)
8718 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8719 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8720 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8721 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8722 * textmodes/two-column.el (2C-associated-buffer):
8723 Use forward-line rather than goto-line.
8724
8725 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8726 goto-line.
8727
8728 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8729 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8730 (quick-check-list-to-regexp): Declare.
8731
8732 * progmodes/make-mode.el (makefile-browser-insert-selection):
8733 Use goto-char rather than goto-line.
8734
8735 * progmodes/prolog.el (compilation-error-regexp-alist)
8736 (compilation-forget-errors): Declare.
8737
8738 2009-08-22 Juri Linkov <juri@jurta.org>
8739
8740 * progmodes/grep.el (lgrep, rgrep): At the beginning
8741 set `dir' to `default-directory' unless `dir' is a non-nil
8742 readable directory. (Bug#4052)
8743 (lgrep, rgrep): Change a weird way to report an error
8744 from using `read-string' to using `error'.
8745 Instead of using interactive arguments in the function body,
8746 add new argument `confirm'.
8747
8748 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8749
8750 * textmodes/remember.el (remember-buffer):
8751 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8752 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8753 (icalendar-extract-ical-from-buffer):
8754 * net/newst-treeview.el (newsticker-groups-filename):
8755 * net/newst-backend.el (newsticker-cache-filename):
8756 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8757 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8758 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8759 (speedbar-buffers-line-path, speedbar-path-line)
8760 (speedbar-buffers-line-path):
8761 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8762 (epg-sign-keys):
8763 * epa.el (epa-display-verify-result):
8764 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8765
8766 2009-08-21 Glenn Morris <rgm@gnu.org>
8767
8768 * progmodes/js.el (inferior-moz-process): Fix declaration.
8769
8770 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8771
8772 * obsolete/rnewspost.el (news-mail-reply):
8773 Use goto-char rather than goto-line.
8774
8775 * term/ns-win.el (ns-open-file-select-line):
8776 Use line-beginning-position rather than goto-line.
8777
8778 * apropos.el (apropos-command):
8779 * ehelp.el (electric-helpify):
8780 * printing.el (pr-show-setup):
8781 * strokes.el (strokes-help):
8782 * tutorial.el (tutorial--describe-nonstandard-key)
8783 (tutorial--detailed-help):
8784 * woman.el (woman-mini-help, woman-display-extended-fonts):
8785 * calc/calc-help.el (calc-describe-key):
8786 * emulation/edt.el (edt-electric-helpify):
8787 * international/mule-diag.el (mule-diag):
8788 * play/yow.el (apropos-zippy):
8789 * progmodes/python.el (python-describe-symbol):
8790 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8791 * textmodes/table.el (*table--cell-describe-mode)
8792 (*table--cell-describe-bindings):
8793 Use help-print-return-message rather than the now obsolete alias.
8794
8795 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8796 (calendar-cursor-to-visible-date):
8797 * play/5x5.el (5x5-position-cursor):
8798 * play/decipher.el (decipher):
8799 * play/gomoku.el (gomoku-goto-xy):
8800 * play/landmark.el (lm-goto-xy):
8801 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8802 (mpuz-paint-digit):
8803 Use forward-line, not goto-line.
8804
8805 * mail/rmail.el (rmail-obsolete): Delete custom group.
8806 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8807 (rmail-remote-password, rmail-remote-password-required):
8808 Remove unneeded :set-after and :set properties.
8809
8810 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8811
8812 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8813
8814 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8815
8816 * loadup.el: Remove leftover macos code.
8817
8818 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8819 Explicitly pass the date format to git blame so that user local
8820 so that the output format can be parsed.
8821
8822 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8823
8824 * net/dbus.el (top): Don't check for (getenv
8825 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8826
8827 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8828
8829 * log-edit.el (log-edit-strip-single-file-name): New var.
8830 (log-edit-insert-changelog): Use it. Bug#3571
8831
8832 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8835 Bug#3287
8836
8837 * help.el (help-print-return-message): Rename from
8838 print-help-return-message.
8839
8840 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8841 cvs-mode-map parent hack.
8842 (log-view-mode): Derive from special-mode.
8843
8844 * linum.el (linum-mode): window-size-change-functions is redundant.
8845 Adapt to new window-configuration-change-hook behavior.
8846 (linum-after-size, linum-after-config): Remove.
8847
8848 * imenu.el (imenu-example--name-and-position)
8849 (imenu-example--lisp-extract-index-name)
8850 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8851 Mark as obsolete.
8852
8853 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8854 (inferior-prolog-mode): Use it.
8855 (inferior-prolog-load-file): Reset list of errors.
8856
8857 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8858
8859 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8860
8861 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8862
8863 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8864
8865 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8866 is running already.
8867
8868 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * subr.el (listify-key-sequence-1): Use normal syntax since those
8871 integers are nowadays always represented by the same (positive) number
8872 on all platforms.
8873 (read-key-empty-map): New const.
8874 (read-key-delay): New var.
8875 (read-key): New function.
8876 (force-mode-line-update): Use with-current-buffer.
8877 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8878 (start-process-shell-command, start-file-process-shell-command):
8879 Discourage the use of command-args.
8880
8881 2009-08-19 Glenn Morris <rgm@gnu.org>
8882
8883 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8884
8885 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * simple.el (choose-completion-string): Don't rely on
8888 minibuffer-completing-file-name and ad-hoc checks to decide whether
8889 to continue completion or not.
8890
8891 * minibuffer.el (minibuffer-hide-completions): New function.
8892 (completion--do-completion): Use it.
8893 (completions-annotations): New face.
8894 (completion--insert-strings): Use it.
8895 (completion-pcm--delim-wild-regex): Add docstring.
8896 (completion-pcm--string->pattern): Add support for 0-width delimiters
8897 in completion-pcm--delim-wild-regex.
8898
8899 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8902 Remove unused var `buffer-modified-p'.
8903
8904 * minibuffer.el (completion--do-completion): Move point for the #b001
8905 case as well (bug#4176).
8906 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8907
8908 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8909
8910 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8911 and :session buses.
8912
8913 2009-08-18 Kenichi Handa <handa@m17n.org>
8914
8915 * international/ucs-normalize.el (ucs-normalize-version):
8916 Change to 1.1.
8917 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8918 (utf-8-hfs): Make it perform normalization on encoding too.
8919
8920 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8921 (sentence-end-without-space): Delete duplicated chars.
8922 (sentence-end-base): Likewise.
8923
8924 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8925 (html-mode): Delete duplicated chars from sentence-end-base.
8926
8927 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8928 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8929
8930 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * files.el (hack-one-local-variable): If the mode function is for
8933 a minor mode, pass it an argument (Bug#4148).
8934
8935 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/tramp.el (tramp-register-completion-file-name-handler):
8938 Check also for (member 'partial-completion completion-styles).
8939
8940 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8941
8942 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8943 abbrev (Bug#3943).
8944
8945 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8946
8947 * progmodes/cperl-mode.el: Merge upstream 6.2.
8948 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8949 (cperl-forward-re): Check cperl-brace-recursing.
8950 (cperl-highlight-charclass): New function.
8951 (cperl-find-pods-heres): Use it.
8952 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8953 (cperl-beautify-regexp-piece): Fix column calculation.
8954 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8955 (cperl-beautify-level): Don't process entire regexp.
8956 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8957 calling man.
8958 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8959 (cperl-init-faces): Build a list in the normal way.
8960
8961 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * calendar/parse-time.el (parse-time-string-chars): Save match
8964 data.
8965
8966 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8969 (sql-product): Use it.
8970 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8971 (sql-set-product): Add completion.
8972 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8973 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8974 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8975 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8976 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8977 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8978 (sql-highlight-db2-keywords): Remove.
8979 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8980 (sql-highlight-product): Use derived-mode-p.
8981 (sql-set-sqli-buffer): Use with-current-buffer.
8982 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8983 Simplify.
8984
8985 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8986
8987 * term.el: Fix commenting convention, turn comments into docstrings.
8988
8989 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8990
8991 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8992
8993 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8994
8995 * calendar/parse-time.el (parse-time-string-chars): Compute using
8996 character classes, to handle non-ascii characters (Bug#3190).
8997
8998 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9001 another heredoc if the user adds another < (Bug#3226).
9002
9003 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9004 Don't initialize based on window-system (Bug#4124).
9005
9006 * facemenu.el (facemenu-read-color): Use a completion function
9007 that accepts any defined color, such as RGB triplets (Bug#3677).
9008
9009 * files.el (get-free-disk-space): Change fallback default
9010 directory to /. Expand DIR argument before switching to fallback.
9011 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9012
9013 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * files.el (load-library): Doc fix.
9016
9017 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9018
9019 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9020 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9021 incremental search string.
9022
9023 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9024 XEmacs.
9025
9026 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9027 (ediff-merge-region-is-non-clash)
9028 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9029 Also check if the job is really a merge job.
9030
9031 * ediff.el (ediff-current-file): New function.
9032
9033 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9036 conventions.
9037 (js-insert-and-indent): Delete function.
9038 (js-mode-map): Don't bind keys to js-insert-and-indent.
9039 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9040 (js-end-of-defun): Rename from js--end-of-defun.
9041 (js-auto-indent-flag): Delete variable.
9042
9043 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9044
9045 * progmodes/js.el: Remove proclaim statement.
9046 Defvar which-func-imenu-joiner-function to silence compiler.
9047
9048 * files.el (auto-mode-alist): Use js-mode for .js files.
9049
9050 * progmodes/js2-mode.el: Remove file.
9051
9052 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9053
9054 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9055
9056 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9057
9058 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9059 Karl Landstrom <karl.landstrom@brgeight.se>
9060
9061 * progmodes/js.el: New file.
9062
9063 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9064
9065 * timezone.el (timezone-parse-date): Add ability to understand ISO
9066 basic format (minimal separators) dates in addition to the
9067 already-supported extended format dates.
9068
9069 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9070
9071 * international/ucs-normalize.el: Add a `coding' file variable.
9072
9073 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9074
9075 2009-08-14 Sam Steingold <sds@gnu.org>
9076
9077 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9078
9079 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9080
9081 * faces.el (help-argument-name): Define it here instead of
9082 help-fns.el, because in daemon mode help-fns.el may be loaded when
9083 faces are still uninitialized (Bug#1078).
9084
9085 * help-fns.el (help-argument-name): Move defface to faces.el.
9086
9087 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9088
9089 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9090 create buffer with a pty but no process so that GDB can make the
9091 inferior the controlling process.
9092
9093 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9094
9095 * international/ucs-normalize.el: New file.
9096
9097 2009-08-13 Richard Stallman <rms@gnu.org>
9098
9099 * mail/rmail.el (rmail-get-attr-names):
9100 Accept an attribute header that is too short.
9101
9102 * mail/rmail.el (rmail-forget-messages):
9103 Ignore nil elt in rmail-message-vector. Use dotimes.
9104
9105 * progmodes/compile.el (compilation-goto-locus):
9106 Use next-error-move-function.
9107
9108 * simple.el (next-error-move-function): New variable.
9109
9110 2009-08-12 Juri Linkov <juri@jurta.org>
9111
9112 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9113 always non-nil. (Bug#4052)
9114
9115 * replace.el (read-regexp): Return empty string when
9116 `default-value' is nil.
9117 (keep-lines-read-args): Don't use empty string as the
9118 default value for `read-regexp'. (Bug#2495)
9119
9120 2009-08-12 Juri Linkov <juri@jurta.org>
9121
9122 * international/mule-cmds.el (ucs-insert): Change arguments
9123 from `arg' to `character', `count', `inherit' to be the same
9124 as in `insert-char'. Doc fix. (Bug#4039)
9125
9126 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9127
9128 2009-08-12 Juri Linkov <juri@jurta.org>
9129
9130 * files-x.el: New file.
9131
9132 * files.el: Move code that deals with adding/deleting
9133 file/directory-local variables to files-x.el.
9134
9135 * Makefile.in (ELCFILES): Add files-x.elc.
9136
9137 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9138
9139 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9140 to use `goto-line'.
9141 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9142 `goto-line'.
9143 (gdb-invalidate-disassembly): Do not refresh upon receiving
9144 'update signal. Instead, update all disassembly buffers only after
9145 threads list.
9146 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9147 (gdb-starting): Moved -data-list-register-names...
9148 (gdb-stopped): ...here so it's sent when first thread stops.
9149 (gdb-registers-handler-custom): Do nothing if register names are
9150 unknown yet.
9151
9152 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9153 from `gdb-mi.el' to avoid extra tangling.
9154
9155 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9156 change which breaks `gud-def' definitions used in `gdb'.
9157 (gdb-update-gud-running): No extra fuss for updating frame number.
9158
9159 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9162 (describe-language-environment-map, setup-language-environment-map)
9163 (set-coding-system-map): Move initialization into declaration.
9164 (set-language-info-alist): Last arg to define-key-after can be skipped.
9165
9166 * international/quail.el (quail-completion-1): Simplify.
9167 (quail-define-rules): Use slightly more compact code.
9168 (quail-insert-decode-map): Propertize keys, compact columns.
9169
9170 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9171 Add goto-line.
9172
9173 2009-08-10 Miles Bader <miles@gnu.org>
9174
9175 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9176 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9177 (js2-instance-member, js2-private-member, js2-private-function-call)
9178 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9179 (js2-magic-paren, js2-external-variable):
9180 Remove "-face" suffix from face names.
9181 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9182 (js2-highlight-undeclared-vars, js2-peek-token)
9183 (js2-parse-function-params, js2-mode-show-errors)
9184 (js2-mode-show-warnings, js2-make-magic-delimiter)
9185 (js2-mode-highlight-magic-parens): Update to use new face names.
9186
9187 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9188
9189 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9190 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9191
9192 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * subr.el: Provide hashtable-print-readable.
9195
9196 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9197 hs-c-like-adjust-block-beginning.
9198 (hs-hide-block-at-point): Stop hiding at the beginning of
9199 hs-block-end-regexp (Bug#700).
9200
9201 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9202
9203 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9204 a macro.
9205 (gdb-registers-handler-custom): Do not fail when register names
9206 are unavailable.
9207
9208 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9209
9210 * progmodes/gdb-mi.el (gdb-control-all-threads)
9211 (gdb-control-current-thread): Interactive setters for
9212 `gdb-gud-control-all-threads' to use in menu.
9213 (gdb-show-run-p): Show «Go» when process is not active.
9214 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9215 gud/thread.xpm and gud/all.xpm.
9216
9217 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9218
9219 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9220 (nslookup-font-lock-keywords): Make it a variable.
9221 (net-utils-mode): New mode for viewing diagnostic network output.
9222 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9223 (net-utils-run-simple): New function.
9224 (ifconfig, iwconfig, netstat, arp, route): Use it.
9225
9226 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9227
9228 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9229 (gdb-memory-set-address, def-gdb-set-positive-number)
9230 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9231 after changing settings.
9232 (gdb-invalidate-disassembly): Update when first shown.
9233 (gdb-edit-locals-value): Fixed.
9234 (gdb-registers-handler-custom): Print registers in right order and
9235 allow changing register values (only for current thread yet).
9236 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9237 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9238 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9239 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9240 info in mode name.
9241 (gdb-registers-mode-map): TAB to switch to locals.
9242
9243 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9244
9245 * mail/rmail.el (rmail-add-mbox-headers)
9246 (rmail-set-message-counters-counter): Search for
9247 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9248
9249 2009-08-08 Glenn Morris <rgm@gnu.org>
9250
9251 * Makefile.in (ELCFILES): Update.
9252
9253 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9254
9255 * mail/sendmail.el (mail-yank-original): Set
9256 buffer-file-coding-system from the one used by the message whose
9257 text is yanked.
9258
9259 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9260 to "windows" when "pgnuplot" is used.
9261 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9262 call accept-process-output if "pgnuplot" is used.
9263 (calc-graph-init): Don't send -display and -geometry to
9264 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9265 running "pgnuplot -V" with shell-command-to-string.
9266
9267 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9268 the default.
9269
9270 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9271
9272 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9273 org/org-latex.elc.
9274
9275 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9276
9277 * vc-dispatcher.el (vc-resynch-window): Update comment.
9278
9279 * term.el (term-handle-ansi-escape): Add comments with the
9280 terminfo capabilities implemented.
9281
9282 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9283
9284 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9285 (gdb-var-create-handler): Rewritten using JSON parser.
9286 (gdb-propertize-header): Moved earlier.
9287 (gdb-set-header): Removed to avoid duplication.
9288 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9289 Refresh disassembly buffers only after threads list have been
9290 update.
9291 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9292 variables.
9293
9294 2009-08-04 Juri Linkov <juri@jurta.org>
9295
9296 * files.el: Commands to add/delete file/directory-local variables.
9297 (read-file-local-variable, read-file-local-variable-value)
9298 (read-file-local-variable-mode, modify-file-local-variable)
9299 (modify-file-local-variable-prop-line)
9300 (modify-dir-local-variable): New functions.
9301 (add-file-local-variable, delete-file-local-variable)
9302 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9303 (add-dir-local-variable, delete-dir-local-variable)
9304 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9305 (copy-dir-locals-to-file-locals-prop-line): New commands.
9306
9307 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9308
9309 * abbrev.el (insert-abbrev-table-description): Prettify output.
9310 Suggested by Karl Chen.
9311
9312 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9313
9314 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9315 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9316 (gdb-overlay-arrow-position, gdb-thread-position)
9317 (gdb-disassembly-position): Declare variables.
9318 (gdb-wait-for-pending): Function now.
9319 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9320 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9321 compilation goes smoothly.
9322 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9323 (gdb-non-stop-setting): New customization setting which replaces
9324 `gdb-non-stop' so changing it doesn't break active GDB session.
9325 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9326 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9327 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9328 (gdb-show-threads-by-default): New customization options.
9329 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9330 routines.
9331 (gdb-get-buffer-create): Send buffers update signal when they are
9332 created.
9333 (gdb-invalidate-locals, gdb-invalidate-registers)
9334 (gdb-invalidate-breakpoints)
9335 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9336 (gdb-invalidate-memory): Accept update signal.
9337 (gdb-current-context-command): Use --frame option.
9338 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9339 Implement `gdb-frame-number' selection logic.
9340 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9341 whether to show GUD toolbar buttons.
9342 (gdb-thread-exited): Unselect current thread when it exits.
9343 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9344 (gdb-mark-line): Routine which sets overlay arrow or inverses
9345 video on fringeless displays.
9346 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9347 to build aligned columns of data in GDB buffers and set text
9348 properties line-by-line.
9349 (gdb-invalidate-breakpoints)
9350 (gdb-breakpoints-list-handler-custom)
9351 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9352 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9353 (gdb-registers-handler-custom): Align data columns.
9354 (gdb-locals-handler-custom): Now prints data like in variable
9355 declarations.
9356 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9357 Removed confusing buttons.
9358 (gdb-invalidate-threads): Append --frame.
9359 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9360 between breakpoints/threads buffers.
9361 (gdb-set-window-buffer): Now can ignore dedicated windows.
9362 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9363 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9364 (def-gdb-thread-buffer-gud-command): Replaces
9365 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9366 for fine thread control.
9367 (gdb-preempt-existing-or-display-buffer): New function used to
9368 display bound buffers without breaking window layout.
9369 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9370 (gdb-select-frame): New version of `gdb-frames-select' which now
9371 sets `gdb-frame-number' so commands may use --frame option instead
9372 of inner debugger state.
9373 (gdb-frame-handler): Do not set `gdb-frame-number'.
9374 (gdb-threads-mode-map): Select threads with mouse.
9375
9376 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9377 avoid compilation warning.
9378 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9379 `gdb-show-stop-p`.
9380
9381 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9382 Argument `key' renamed to `buffer-type'.
9383 (gdb-current-context-buffer-name): Do not add thread info to
9384 buffer name when no thread is selected.
9385 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9386 command (bug 3794).
9387 (gdb-thread-selected): Handle `=thread-selected' notification.
9388 (gdb-wait-for-pending): New macro to deal with congestion problems.
9389 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9390 breakpoints.
9391 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9392 This fixes problem similar to one described in bug 3947.
9393 (gud-menu-map): More menu items.
9394 (gdb-init-1): Reset `gdb-thread-number' to nil.
9395
9396 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9397 non-stop settings.
9398
9399 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9400 (gdb-current-context-command): Do not append --thread if
9401 `gdb-thread-number' is nil.
9402 (gdb-running-threads-count, gdb-stopped-threads-count): New
9403 variables.
9404 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9405 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9406 customization options.
9407 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9408 GUD commands.
9409 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9410 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9411 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9412 set `gdb-thread-number' and update `gud-running' properly.
9413 (gdb-running): Update threads list when new threads appear.
9414 (gdb-stopped): Support non-stop operation and new thread switching
9415 logic.
9416 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9417 (gdb-json-partial-output): New set of JSON routines.
9418 (def-gdb-auto-update-trigger): New `signal-list' optional
9419 argument.
9420 (gdb-thread-list-handler-custom): Update `gud-running',
9421 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9422 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9423 (gdb-continue-thread, gdb-step-thread): New commands for fine
9424 thread execution control.
9425 (gud-menu-map): New menu items to switch non-stop options.
9426 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9427 (gdb-send): Mimic RET properly (bug 3794).
9428
9429 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9430 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9431 gdb-buffer-rules.
9432 (def-gdb-auto-update-handler): New nopreserve optional argument.
9433 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9434
9435 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9436 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9437 (gdb-parent-mode): New mode to derive other GDB modes from.
9438 (gdb-display-disassembly-for-thread)
9439 (gdb-frame-disassembly-for-thread): New commands for threads
9440 buffer.
9441
9442 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9443 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9444 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9445 (gdb-update): We now store all GDB buffers in a list so that they
9446 can be updated by traversing a list instead of calling invalidate
9447 triggers explicitly.
9448 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9449 pair for GDB buffer.
9450 (gdb-stack-buffer-name): Add thread information.
9451 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9452 handle pending triggers.
9453 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9454 (def-gdb-thread-buffer-simple-command)
9455 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9456 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9457 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9458 New commands which show buffers bound to thread.
9459 (gdb-stack-list-locals-regexp): Removed unused regexp.
9460
9461 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9462 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9463 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9464 to (gud-comint-buffer) in *-buffer-name functions
9465 because (gdb-get-target-string) already does that.
9466 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9467 (gdb-changed-registers-handler): Rewritten without regexps.
9468
9469 * progmodes/gdb-mi.el: Basic thread selection support.
9470 (gdb-thread-number): New variable.
9471 (gdb-current-context-command): New macro which adds --thread
9472 option to command.
9473 (gdb-threads-mode-map): Select thread with SPC.
9474 (gdb-thread-list-handler-custom): Mark current thread with overlay
9475 arrow. Synchronize GDB thread and Emacs thread.
9476 (gdb-select-thread): New command which selects current thread.
9477 (gdb-invalidate-frames, gdb-invalidate-locals)
9478 (gdb-invalidate-registers): Use --thread option.
9479
9480 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9481
9482 * net/tramp.el (top): Make check for tramp-gvfs loading more
9483 robust. (Bug#3977)
9484 (tramp-handle-insert-file-contents): `unwind-protect' must be
9485 inside `with-parsed-tramp-file-name'.
9486
9487 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9488 fails.
9489
9490 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9491
9492 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9493 directory if CLASSPATH is not set.
9494
9495 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9496
9497 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9498 New defconst.
9499 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9500
9501 2009-08-02 Kevin Ryde <user42@zip.com.au>
9502
9503 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9504 Update freshmeat link. Delete newsforge.com as it seems gone.
9505
9506 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9507
9508 * select.el (x-set-selection): Doc fix (Bug#4021).
9509
9510 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9511
9512 * help-fns.el (describe-variable): Treat list return values from
9513 dir-locals-find-file properly (Bug#4005).
9514
9515 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9516
9517 * net/tramp.el (tramp-debug-message): Print also microseconds.
9518
9519 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9520
9521 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9522 or END is non-nil.
9523 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9524 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9525 format.
9526
9527 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9528 (tramp-get-file-property): Use it.
9529
9530 * autorevert.el (auto-revert-handler): Allow
9531 `auto-revert-tail-mode' for remote files.
9532
9533 2009-08-02 Jason Rumney <jasonr@gnu.org>
9534
9535 * minibuffer.el (read-file-name): Treat confirm options to
9536 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9537
9538 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9539
9540 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9541 (font-lock-variable-name-face, font-lock-constant-face): Darken
9542 the colors for light backgrounds.
9543
9544 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9545
9546 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9547 month names. (Bug#3987)
9548
9549 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9550
9551 * simple.el (line-move-finish): Pass whole number to
9552 line-move-to-column.
9553 (line-move-visual): Perform hscroll to the recorded position.
9554
9555 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9556
9557 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9558
9559 2009-07-29 Alan Mackenzie <acm@muc.de>
9560
9561 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9562
9563 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9564
9565 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9566 (gdb-place-breakpoints): Use full path when setting breakpoints.
9567
9568 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9569
9570 * calc/calc.el (calc-mode-map): Add keybinding for
9571 `calc-transpose-lines'.
9572
9573 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9574
9575 * calc/calc-misc.el (calc-transpose-lines): New function.
9576
9577 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9578
9579 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9580 Simplify check for out-of-band methods.
9581 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9582 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9583
9584 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9585
9586 * vc-git.el (vc-git-checkin): Fix typo.
9587
9588 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9589
9590 * progmodes/js2-mode.el: New file.
9591
9592 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9593
9594 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9595 (gud-menu-map): Adjust tooltip accordingly.
9596
9597 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9598
9599 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9600 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9601
9602 * add-log.el (change-log-mode-map): Add a menu.
9603
9604 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9605
9606 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9607 function returns nil.
9608 (dbus-handle-event): Handle special return value :ignore.
9609 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9610
9611 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9612
9613 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9614 it's not needed.
9615
9616 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9617
9618 Fix Bug#3888:
9619
9620 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9621
9622 * term/pc-win.el (x-display-name, x-colors)
9623 (x-select-enable-clipboard, x-select-text): Doc fix.
9624
9625 * term/common-win.el (x-display-name, x-colors): Doc fix.
9626
9627 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9628 (xw-defined-colors): Doc fix.
9629
9630 * w32-fns.el (x-select-text, x-setup-function-keys)
9631 (x-get-selection, x-set-selection): Doc fix.
9632
9633 * term/x-win.el (x-select-text, x-setup-function-keys)
9634 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9635
9636 * select.el (x-set-selection): Doc fix.
9637
9638 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9639
9640 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9641 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9642 "IsNSSSupportAvailable" method is not available. Reported by
9643 Steve Youngs <steve@sxemacs.org>.
9644
9645 2009-07-24 Kenichi Handa <handa@m17n.org>
9646
9647 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9648 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9649 (build-unicode-category-table): Fix range checks.
9650
9651 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9652
9653 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9654 the buffer we try to sync is current when calling
9655 vc-resynch-buffer.
9656
9657 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9658 not show up to date files.
9659
9660 2009-07-24 Glenn Morris <rgm@gnu.org>
9661
9662 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9663 Add autoload cookies. If necessary, initialize.
9664 (elint-log): Handle non-file buffers.
9665 (elint-initialize): Add optional argument to reinitialize.
9666 (elint-find-builtin-variables): Save excursion.
9667
9668 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9669
9670 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9671 for Lint.
9672
9673 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9674
9675 * vc.el (vc-print-log-internal): New function, split out from ...
9676 (vc-print-log): ... here.
9677 (vc-dir-move-to-goal-column): Declare.
9678
9679 * vc-git.el (vc-git-add-signoff): New variable.
9680 (vc-git-checkin): Use it.
9681 (vc-git-toggle-signoff): New function.
9682 (vc-git-extra-menu-map): Bind it to menu.
9683 (vc-git--run-command-string): Accept a nil FILE argument.
9684 (vc-git-stash-list): New function.
9685 (vc-git-dir-extra-headers): Use it.
9686
9687 2009-07-23 Glenn Morris <rgm@gnu.org>
9688
9689 * help-fns.el (describe-variable): Describe ignored and risky local
9690 variables in a similar way to that in which we describe safe ones.
9691
9692 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9693 (byte-compile-output-file-form, byte-compile-output-docform)
9694 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9695 Give some more local variables with common names a "bytecomp-" prefix,
9696 so as not to shadow things during compilation.
9697 * emacs-lisp/cl-macs.el (load-time-value)
9698 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9699 `outbuffer' to `bytecomp-outbuffer'.
9700
9701 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9702 since the next two variables cover them automatically now.
9703 (elint-builtin-variables, elint-autoloaded-variables): New.
9704 (elint-unknown-builtin-args): Remove all members, since they can be
9705 parsed automatically now.
9706 (elint-extra-errors): New.
9707 (elint-env-add-env, elint-env-add-macro): Use cadr.
9708 (elint-current-buffer): Use or. Change final message.
9709 (elint-get-top-forms): Use line-end-position.
9710 (elint-init-env): Use cadr. Handle autoload, declare-function,
9711 and defalias.
9712 (elint-add-required-env): Doc fix. Use or. Standardize error.
9713 (regexp-assoc): Remove unused function.
9714 (elint-top-form): Set elint-current-pos, to record the start of the
9715 top-level form, for compilation-mode.
9716 (elint-form): Trap errors in macro expansion. Use dolist.
9717 (elint-unbound-variable): Use elint-builtin-variables and
9718 elint-autoloaded-variables.
9719 (elint-get-args): Use cadr, or.
9720 (elint-check-cond-form): Use dolist, cadr.
9721 (elint-check-condition-case-form): Doc fix. Use cadr.
9722 Use elint-extra-errors.
9723 (elint-log): New function.
9724 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9725 Distinguish errors and warnings.
9726 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9727 Use a bytecomp-style format.
9728 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9729 (elint-get-log-buffer): Use compilation mode. Disable undo.
9730 Don't truncate lines.
9731 (elint-initialize): Set builtin and autoloaded variable lists.
9732 Only process elint-unknown-builtin-args if non-nil.
9733 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9734 New functions.
9735 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9736
9737 2009-07-22 Kevin Ryde <user42@zip.com.au>
9738
9739 * net/newst-backend.el (newsticker--parse-atom-1.0)
9740 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9741 (newsticker--parse-rss-1.0):
9742 * progmodes/idlwave.el (idlwave-mode):
9743 * progmodes/idlw-shell.el (idlwave-shell-mode):
9744 * progmodes/vera-mode.el (vera-mode):
9745 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9746 * progmodes/vhdl-mode.el (vhdl-mode):
9747 * textmodes/table.el (table-generate-source)
9748 (table--warn-incompatibility):
9749 Hyperlink urls in docstrings with URL `...'.
9750
9751 2009-07-22 Glenn Morris <rgm@gnu.org>
9752
9753 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9754 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9755 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9756 Remove leading * from defcustom docs.
9757
9758 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9759
9760 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9761 defcustom doc.
9762 (list-load-path-shadows): Optionally, just return shadows as a string.
9763
9764 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9765
9766 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * mail/rmailedit.el (rmail-edit-mode): Use
9769 auto-save-include-big-deletions.
9770
9771 * mail/rmail.el (rmail-variables): Use
9772 auto-save-include-big-deletions.
9773
9774 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9775 changes.
9776
9777 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9778
9779 * calc/calc.el (calc-undo-length): New variable.
9780 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9781
9782 2009-07-21 Richard Stallman <rms@gnu.org>
9783
9784 * files.el (auto-save-mode): Handle buffer-save-size = -2
9785 for toggling mode.
9786
9787 2009-07-21 Glenn Morris <rgm@gnu.org>
9788
9789 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9790
9791 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9792
9793 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9794 silence compiler. Instead...
9795 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9796 (ps-print-ensure-fontified): Update for above function name changes.
9797
9798 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9799 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9800 silence compiler. Instead...
9801 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9802 (mh-show-buffer): Only define for compiler.
9803 (pr-mh-current-message): Update for above function name changes.
9804
9805 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9806 as an argument.
9807 (find-file-noselect, insert-file-1): Update for above change.
9808
9809 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9810
9811 * mail/mailclient.el (mailclient-send-it): Fix message.
9812
9813 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9814 (edebug-eval): Check cl-debug-env is bound.
9815 (print-level, print-circle): Don't redefine built-in variables.
9816
9817 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9818 (custom-print-vectors): Remove old comments from doc.
9819
9820 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9821 (emerge-version): Make the variable an obsolete alias for the
9822 emacs-version variable. Make the function obsolete.
9823 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9824 Emerge options, rather than merging in into the main Options menu.
9825 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9826 and auto advance modes. Disable edit/fast items when not relevant.
9827
9828 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9829
9830 * term/vt420.el (terminal-init-vt420): Fix typo.
9831
9832 2009-07-20 Sam Steingold <sds@gnu.org>
9833
9834 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9835 variable (removed from compile.el on 2004-03-11).
9836
9837 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9838
9839 * files.el (hack-local-variables-filter): Fix last change.
9840
9841 2009-07-19 Juri Linkov <juri@jurta.org>
9842
9843 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9844 (dir-local-variables-alist): New buffer-local variable.
9845 (hack-local-variables-filter): If variable is not dir-local,
9846 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9847 because file-local overrides dir-local.
9848 (c-postprocess-file-styles) <declare-function>:
9849 Remove obsolete declaration.
9850 (hack-dir-local-variables): Add dir-local variable/value pair to
9851 `dir-local-variables-alist' and remove duplicates. Doc fix.
9852
9853 * help-fns.el (describe-variable): Add information about
9854 file-local and dir-local variables.
9855
9856 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * files.el (hack-local-variables-filter): Rewrite.
9859
9860 2009-07-19 Glenn Morris <rgm@gnu.org>
9861
9862 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9863 Silence compiler by only defining on XEmacs.
9864
9865 * international/mule.el (auto-coding-regexp-alist): Only match
9866 BABYL... at the start of buffer, not of lines. (Bug#3790)
9867
9868 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9869 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9870 (cal-menu-context-mouse-menu): Doc fix.
9871
9872 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9873
9874 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9875
9876 2009-07-18 Juri Linkov <juri@jurta.org>
9877
9878 * info.el: Virtual Info keyword finder.
9879 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9880 (Info-finder-file): New variable.
9881 (Info-finder-find-file): New function.
9882 (finder-known-keywords, finder-package-info)
9883 (find-library-name, lm-commentary): Use defvar and
9884 declare-function to silence compiler warnings.
9885 (Info-finder-find-node): New function.
9886 (info-finder): New command.
9887
9888 * subr.el (process-kill-buffer-query-function): New function.
9889 (add-hook)<kill-buffer-query-functions>: Add hook
9890 `process-kill-buffer-query-function'.
9891
9892 2009-07-18 Alan Mackenzie <acm@muc.de>
9893
9894 * progmodes/cc-mode.el (c-before-hack-hook)
9895 (c-postprocess-file-styles): Give invocation of `c-set-style'
9896 DONT-OVERRIDE parameter of t. Already set style variables will
9897 thus not be overridden by style settings given by `c-file-syle'.
9898
9899 * files.el (hack-local-variables-filter): Remove entries with
9900 duplicate keys from `file-local-variables-alist'.
9901
9902 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9903
9904 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9905 x-set-selection if display-selections-p returns nil for the
9906 current frame.
9907
9908 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9909
9910 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9911
9912 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9913
9914 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9915 Accept nil in addition to a regexp.
9916 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9917 Accept nil in addition to a regexp.
9918 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9919 buffers that have an associated file. Handle nil values of
9920 desktop-buffers-not-to-save and desktop-files-not-to-save.
9921 (Bug#3833)
9922
9923 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9924 (x-disown-selection-internal): New functions.
9925
9926 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9927
9928 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9929 warning.
9930 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9931 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9932
9933 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9934
9935 * simple.el (set-mark): Revert last change.
9936
9937 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9938
9939 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9940 rendering of pngs is not possible instead of messaging a long
9941 description.
9942
9943 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9944
9945 * w32-fns.el (x-selection-owner-p): New function.
9946
9947 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9948 (mouse-yank-at-click, mouse-yank-primary): If
9949 select-active-regions is non-nil, deactivate the mark before
9950 insertion.
9951
9952 * simple.el (deactivate-mark, set-mark): Only save selection if we
9953 own it.
9954
9955 2009-07-17 Kenichi Handa <handa@m17n.org>
9956
9957 * case-table.el (describe-buffer-case-table): Fix for the case
9958 that KEY is a cons.
9959
9960 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9961
9962 * vc-rcs.el (vc-rcs-find-file-hook):
9963 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9964
9965 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9966
9967 * net/tramp.el (tramp-wait-for-output): Handle the case when
9968 commands do not return a newline but a null byte before the shell
9969 prompt. (Bug#3858)
9970
9971 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9972
9973 * term/ns-win.el (ns-set-alpha): Don't declare.
9974 (ns-set-background-alpha): Remove function.
9975
9976 2009-07-16 Kevin Ryde <user42@zip.com.au>
9977
9978 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9979 y-or-n-p, for safety.
9980
9981 2009-07-16 Richard Stallman <rms@gnu.org>
9982
9983 * files.el (auto-save-mode): If buffer-saved-size is -2,
9984 don't clobber it.
9985
9986 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9987 (rmail-retry-ignored-headers): Add more uninteresting fields.
9988
9989 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9990
9991 * net/rcirc.el (rcirc): Use history variables.
9992 (rcirc-server-name-history, rcirc-nick-name-history)
9993 (rcirc-server-port-history): New variables.
9994
9995 2009-07-15 Kenichi Handa <handa@m17n.org>
9996
9997 * international/mule-cmds.el (set-language-environment-charset):
9998 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9999 ignore them.
10000
10001 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10002 Delete unibyte-display.
10003
10004 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10005
10006 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10007
10008 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * simple.el (deactivate-mark): Optional argument FORCE.
10011 (set-mark): Use deactivate-mark.
10012
10013 * info.el (Info-search): No need to check transient-mark-mode
10014 before calling deactivate-mark.
10015
10016 * select.el (x-set-selection): Doc fix.
10017 (x-valid-simple-selection-p): Allow buffer values.
10018 (xselect--selection-bounds): Handle buffer values. Suggested by
10019 David De La Harpe Golden.
10020
10021 * mouse.el (mouse-set-region, mouse-drag-track): Call
10022 copy-region-as-kill before setting the mark, to let
10023 select-active-regions work.
10024
10025 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10026
10027 * simple.el (deactivate-mark): If select-active-regions is
10028 non-nil, copy the selection data into a string.
10029 (activate-mark): If select-active-regions is non-nil, set the
10030 selection to the current buffer.
10031 (set-mark): Update selection if select-active-regions is non-nil.
10032
10033 * select.el (x-valid-simple-selection-p): Allow buffer values.
10034
10035 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10038 and more featureful message-mode.
10039
10040 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * select.el (x-set-selection): Doc fix.
10043 (x-valid-simple-selection-p): Disallow selection data consisting
10044 of a list or cons of integers, since that is not used.
10045 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10046 (xselect-convert-to-string, xselect-convert-to-length)
10047 (xselect-convert-to-filename, xselect-convert-to-charpos)
10048 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10049
10050 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10051
10052 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10053 output in -break-info command (Emacs bug #3794).
10054
10055 2009-07-14 Glenn Morris <rgm@gnu.org>
10056
10057 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10058 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10059 (edebug-print-length, edebug-print-level, edebug-print-circle)
10060 (edebug-sit-for-seconds, edebug-view-outside)
10061 (edebug-bounce-point, edebug-set-global-break-condition)
10062 (edebug-Go-nonstop-mode, edebug-trace-mode)
10063 (edebug-Trace-fast-mode, edebug-continue-mode)
10064 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10065 (edebug-visit-eval-list): Doc fixes.
10066
10067 * subr.el (def-edebug-spec): Doc fix.
10068
10069 2009-07-14 Kenichi Handa <handa@m17n.org>
10070
10071 * international/characters.el: Fix setting of category ?C.
10072
10073 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10074
10075 * term/ns-win.el (x-select-font): defalias x-select-font to
10076 ns-popup-font-panel instead of generate-fontset-menu.
10077
10078 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10079
10080 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10081
10082 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10083
10084 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10085 the PK\003\004 header (Bug#3770).
10086
10087 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10088
10089 * pcomplete.el (pcomplete-comint-setup): Check for
10090 shell-dynamic-complete-filename too.
10091
10092 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * simple.el (temporary-goal-column): Change the value for
10095 line-move-visual to a cons cell.
10096 (line-move-visual): Record or set the window hscroll, if
10097 necessary (Bug#3494).
10098 (line-move-1): Handle cons value of temporary-goal-column.
10099
10100 2009-07-11 Kenichi Handa <handa@m17n.org>
10101
10102 * international/mule-diag.el (describe-character-set): Don't show
10103 width.
10104
10105 2009-07-10 Sam Steingold <sds@gnu.org>
10106
10107 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10108 Omake sometimes indents the errors it prints, so allow all
10109 regexps to start with spaces.
10110
10111 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10112
10113 * cus-edit.el (customize-changed-options-previous-release):
10114 Bump value to 22.1. (Bug#3804)
10115
10116 2009-07-08 Sam Steingold <sds@gnu.org>
10117
10118 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10119 to be a cons cell (test . ignored-directory) to selectively ignore
10120 some directories depending on the location of the search.
10121
10122 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10123
10124 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10125 remote user is root, on the local host.
10126 (tramp-local-host-p): Either the local user or the remote user
10127 must be root. (Bug#3771)
10128
10129 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10130
10131 * progmodes/gdb-mi.el (gdb): Remove description of
10132 gdb-use-separate-io-buffer.
10133 (menu): Don't allow toggling of or enable
10134 gdb-use-separate-io-buffer from menubar.
10135
10136 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10137
10138 * mail/unrmail.el (unrmail): Make sure the message ends with two
10139 newlines (Bug#3769).
10140
10141 2009-07-08 Glenn Morris <rgm@gnu.org>
10142
10143 * calendar/calendar.el (calendar-current-date): Rework previous change.
10144
10145 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10146
10147 * calendar/calendar.el (calendar-current-date):
10148 Add an optional argument giving an offset from today.
10149
10150 2009-07-08 Glenn Morris <rgm@gnu.org>
10151
10152 * tutorial.el (tutorial--describe-nonstandard-key):
10153 Adjust the message for when a key has been unbound.
10154 (help-with-tutorial): Hide the arch-tag.
10155
10156 2009-07-08 Kenichi Handa <handa@m17n.org>
10157
10158 * international/fontset.el (setup-default-fontset): For each
10159 script, append (not set) font-specs.
10160
10161 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10162 docstring.
10163
10164 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10165
10166 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10167 -data-list-register-names to ...
10168 (gdb-starting): ... here because GDB 7.0 requires execution to
10169 have started when using this MI command.
10170 (gdb-set-header): New function to distinguish select and
10171 unselected tabs in gdb buffers.
10172 (gdb-propertize-header): New macro that uses gdb-set-header.
10173 (gdb-breakpoints-header, gdb-locals-header): Use it.
10174 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10175
10176 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * Makefile.in (ELCFILES): Remove fadr.elc.
10179
10180 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10181
10182 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10183 may contain frame information, so `string-match' should be used.
10184 (gdb-update): Disassembly is invalidated through
10185 `gdb-get-selected-frame'.
10186 (gdb-pad-string): New function to pad string with spaces.
10187 (gdb-invalidate-disassembly): Invalidate only if the buffer
10188 exists.
10189 (gdb-disassembly-handler-custom): Column alignment.
10190 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10191 placing new ones.
10192 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10193 end of line, too.
10194 (gdb-frame-handler): Match convention to for disassembly buffer
10195 mode name.
10196 (gdb-stack-list-frames-handler): Rewritten without regexps.
10197 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10198 not highlight breakpoints without line information.
10199 (gdb-input): Add trailing newline to command.
10200
10201 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10202 buffer properly.
10203 (gdb-breakpoints-list-handler-custom): Replacement for
10204 `gdb-break-list-handler'. Using real parser instead of regexps
10205 now.
10206 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10207 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10208 to place breakpoints.
10209 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10210 functions.
10211 (gdb-disassembly-handler-custom): Show overlay arrow.
10212 (gdb-disassembly-place-breakpoints): Show breakpoints in
10213 disassembly buffer.
10214 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10215 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10216 instead of parsing breakpoints buffer. Fixed old menu references
10217 in `gud-menu-map'.
10218
10219 * fadr.el: Remove.
10220
10221 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10222 (gdb-memory-address): New variable which holds top address of
10223 memory page shown in memory buffer.
10224 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10225 customization variables.
10226 New functions:
10227 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10228 display the memory buffer.
10229 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10230 buffer display parameters.
10231 (def-gdb-memory-format, gdb-memory-format-binary)
10232 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10233 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10234 Functions for setting memory buffer format.
10235 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10236 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10237 unit size used in memory buffer.
10238 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10239 to next/previous page of memory buffer.
10240 Now using (bindat-get-field) instead of fadr functions.
10241
10242 2009-07-07 Sam Steingold <sds@gnu.org>
10243
10244 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10245 non-top-level files.
10246
10247 2009-07-07 Kenichi Handa <handa@m17n.org>
10248
10249 * international/mule-cmds.el (reset-language-environment): Put
10250 the highset priority to the charset iso-8859-1.
10251
10252 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10253
10254 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10255 to the end of the line when locating the block (Bug#700).
10256
10257 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10258
10259 * net/tramp.el (tramp-handle-write-region): Flush file properties
10260 in case of short track.
10261
10262 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10263
10264 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10265 Coded custom representation of verilog error regular expressions
10266 to work with Emacs-22's new format.
10267 (verilog-error-regexp-xemacs-alist): Coded custom representation
10268 of verilog error regular expressions to work with XEmacs format.
10269 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10270 error recognition into XEmacs.
10271 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10272 error recognition into Emacs-22.
10273
10274 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * woman.el: Remove stand-alone closing parentheses.
10277 (woman-file-name, woman2-format-paragraphs)
10278 (woman-leave-blank-lines): Code cleanup.
10279 (woman-use-own-frame): Change default to nil.
10280 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10281 defaults to inherit from default faces.
10282 (woman2-process-escapes): Consume the newline after a stand-alone
10283 filler character (Bug#3651).
10284
10285 2009-07-06 Glenn Morris <rgm@gnu.org>
10286
10287 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10288 (top-level): Move provide to the end.
10289 (ffap): Remove defunct URL from custom group.
10290
10291 * subr.el (eval-after-load): Doc fix.
10292
10293 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10294
10295 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10296 `calc-embedded-word' is called twice.
10297
10298 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * files.el (find-alternate-file-other-window, find-alternate-file):
10301 Obey confirm-nonexistent-file-or-buffer.
10302
10303 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * dired-aux.el (dired-show-file-type): Handle remote files.
10306
10307 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10308
10309 * desktop.el (desktop-globals-to-save):
10310 Add file-name-history (Bug#2750).
10311
10312 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10315
10316 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10317
10318 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10319 property on entire argument since this is what eshell-lisp-command
10320 expects.
10321
10322 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10323
10324 * net/tramp-gvfs.el (tramp-gvfs-methods)
10325 (tramp-gvfs-zeroconf-domain)
10326 (tramp-bluez-discover-devices-timeout): Add version flag.
10327 (tramp-gvfs-handler-mounted-unmounted)
10328 (tramp-gvfs-connection-mounted-p): Polish handling of
10329 incompatibilities between GVFS 0.2 and 1.0.
10330
10331 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10332
10333 * cus-start.el (all): Add make-pointer-invisible.
10334
10335 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10336
10337 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10338 formatted correctly.
10339
10340 2009-07-02 Juri Linkov <juri@jurta.org>
10341
10342 * info.el: Virtual Info files and nodes.
10343 (Info-virtual-files, Info-virtual-nodes): New variables.
10344 (Info-current-node-virtual): New variable.
10345 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10346 New functions.
10347 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10348 to check for a virtual file instead of checking a fixed list
10349 of node names.
10350 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10351 instead of ad-hoc processing of "dir" and (apropos history toc).
10352 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10353 instead of ad-hoc processing of "dir" and (apropos history toc).
10354 Reread a file when moving from a virtual node.
10355 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10356 (Info-directory-toc-nodes, Info-directory-find-file)
10357 (Info-directory-find-node): New functions.
10358 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10359 (Info-history): Move part of code to
10360 `Info-history-find-node'.
10361 (Info-history-toc-nodes, Info-history-find-file)
10362 (Info-history-find-node): New functions.
10363 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10364 (Info-toc): Move part of code to `Info-toc-find-node'.
10365 (Info-toc-find-node): New function.
10366 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10367 the current Info file name to references because now the node
10368 "*TOC*" belongs to the same Info manual.
10369 (Info-toc-build): Rename from `Info-build-toc'.
10370 (Info-toc-nodes): Rename input argument `file' to `filename'.
10371 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10372 instead of ad-hoc processing of ("dir" apropos history toc).
10373 (Info-index-nodes): Use Info-virtual-file-p
10374 to check for a virtual file instead of checking a fixed list
10375 of node names.
10376 (Info-index-node): Add check for `Info-current-node-virtual'.
10377 Raise `save-match-data' higher up the tree to contain
10378 `search-forward' too (bug fix).
10379 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10380 (Info-virtual-index-nodes): New variable.
10381 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10382 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10383 (Info-apropos-file, Info-apropos-nodes): New variables.
10384 (Info-apropos-toc-nodes, Info-apropos-find-file)
10385 (Info-apropos-find-node, Info-apropos-matches): New functions.
10386 (info-apropos): Move part of code to `Info-apropos-find-node' and
10387 `Info-apropos-matches'.
10388 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10389 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10390 for a virtual file instead of checking a fixed list of node names.
10391
10392 * simple.el (async-shell-command): New command.
10393
10394 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10395
10396 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10397 instead of `mount-info'.
10398
10399 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10400
10401 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10402 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10403
10404 2009-07-02 Kenichi Handa <handa@m17n.org>
10405
10406 * international/mule.el (set-keyboard-coding-system): Force *-unix
10407 coding-system to avoid eol conversion.
10408
10409 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10410
10411 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10412 Add handler for `process-file', `shell-command' and
10413 `start-file-process'.
10414 (tramp-gvfs-handle-shell-command)
10415 (tramp-gvfs-handle-start-file-process)
10416 (tramp-gvfs-handle-process-file): New defuns.
10417 (tramp-synce-list-devices): Simplify check for existence of property.
10418
10419 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10420
10421 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10422
10423 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10424
10425 * language/korean.el (set-language-info-alist): Add korean-cp949,
10426 cp949 to spec.
10427
10428 2009-07-01 Kenichi Handa <handa@m17n.org>
10429
10430 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10431
10432 * international/encoded-kb.el: Deleted.
10433
10434 * international/mule.el (set-keyboard-coding-system): Perform the
10435 necessary setup here instead of calling encoded-kbd-setup-display.
10436
10437 2009-07-01 Glenn Morris <rgm@gnu.org>
10438
10439 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10440
10441 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10442
10443 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10444
10445 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10448 Handle also the 'rename case, when setting file modes. (Bug#3712)
10449 (tramp-default-file-modes): Remove execute permissions.
10450
10451 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10452 (top): Add a default for "synce" in `tramp-default-user-alist'.
10453 Add completion function for "synce" method.
10454 (tramp-hal-service, tramp-hal-path-manager)
10455 (tramp-hal-interface-manager, tramp-hal-interface-device):
10456 New defconst.
10457 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10458 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10459 New defuns.
10460
10461 * net/trampver.el: Update release number.
10462
10463 2009-06-30 Kenichi Handa <handa@m17n.org>
10464
10465 * international/fontset.el (setup-default-fontset): Add CJK fonts
10466 for symbols and the other miscellaneous characters.
10467
10468 * language/korea-util.el (setup-korean-environment-internal):
10469 Make char-width-table suitable for Korean environments.
10470 (exit-korean-environment): Cancel above.
10471
10472 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10473 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10474 setup-function to make char-width-table suitable for respective
10475 environments, and an exit-function to cancel that.
10476
10477 * language/japan-util.el (setup-japanese-environment-internal):
10478 Call use-cjk-char-width-table with arg `ja_JP'.
10479
10480 * international/characters.el (cjk-char-width-table): Delete it.
10481 (cjk-char-width-table-list): New variable.
10482 (use-cjk-char-width-table): New arg local-name.
10483 (use-default-char-width-table): Fix for the case that Emacs is
10484 already using the default char-width-table.
10485
10486 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10487
10488 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10489 modes mandatory. (Bug#3712)
10490
10491 2009-06-29 Alan Mackenzie <acm@muc.de>
10492
10493 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10494 correction between the visible width of TABs and their number of bytes.
10495
10496 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10497
10498 * server.el (server-buffer-done): Prevent kill-buffer from
10499 prompting by clearing the buffer modification flag (Bug#3696).
10500
10501 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10502
10503 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10504 (verilog-endcomment-reason-re): Support unique case and priority case.
10505 (verilog-basic-complete-re): Support localparam lineup.
10506 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10507 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10508 commenting.
10509 (verilog-leap-to-case-head): Now support *nested* unique &
10510 priority case statements.
10511 (verilog-auto-lineup): Make just declarations the default (as it
10512 had been).
10513 (verilog-leap-to-case-head): Support priority/unique case statements.
10514 (verilog-auto-lineup): Rework to give users radio buttons to
10515 select the various styles of automatic lineup.
10516 (verilog-error-regexp-alist): Rework to support the XEmacs style
10517 of error regular expressions from compilers, lint tools &
10518 simulators. Note that GNU Emacs has made it impossible for a mode
10519 to load such things.
10520 (electric-verilog-terminate-line, verilog-indent-declaration)
10521 (verilog-auto-wiure): Rework for radio button selection of
10522 auto-lineup selection of specification of auto lineup.
10523 (verilog-beg-of-statement-1): Redesign to support proper operation
10524 in additional code, based on testing with auto-lineup.
10525 (verilog-calculate-indent, assignments & declarations)
10526 (verilog-backward-token): Enhance to support auto-lineup of
10527 assignments & declarations.
10528 (verilog-in-directive-p, verilog-at-struct-p): New function for
10529 easy test of whether we are.
10530 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10531 to support safe execution at almost anyline.
10532 (verilog-calc-1): Properly support indenting deep inside generate
10533 blocks.
10534 (verilog-init-font): Remove definition & use of verilog-init-font,
10535 as it is redundant with font-lock-defaults.
10536 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10537 to avoid circular calls if syntax-ppss is a function (as is the
10538 case now in 22.x GNU Emacs) as that function would sometimes call
10539 itself, leading to (nearly) infinite recursion.
10540 (verilog-ovm-begin-re, verilog-ovm-end-re)
10541 (verilog-ovm-statement-re, verilog-leap-to-head)
10542 (verilog-backward-token): Add support for OVM macros. Some are
10543 complete statements, and others open and close scopes like begin
10544 and end.
10545 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10546 (verilog-defun-level-generate-only-re): Really fix the defun-list
10547 compilation issue.
10548 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10549 coverpoint, constraint and cross statements.
10550 (verilog-defun-level-list, verilog-generate-defun-level-list)
10551 (verilog-all-defun-level-list): Redo these specifications - it is
10552 too hard to support eval-when compile aggregation of lists also
10553 built at when-compile time.
10554 (verilog-defun-level-list): Place defconsts of variables used in
10555 building regular expressions which are built in eval-when-compile
10556 bodies in the same eval-when-compile body to facilitate compile
10557 without load.
10558 (verilog-beg-block-re-ordered): Support indenting
10559 virtual/protected tasks and functions.
10560 (verilog-defun-level-list, verilog-in-generate-region-p)
10561 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10562 indentation of some module items (generate items).
10563 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10564 across virtual/protected tasks and functions.
10565
10566 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10567
10568 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10569 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10570 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10571 in concatenations. Reported by Yishay Belkind.
10572 (verilog-auto-ascii-enum): Support one-hot state machines in
10573 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10574 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10575 modport in AUTOINST and add vl-modport for users. Reported by
10576 David Rogoff.
10577 (verilog-auto-inout-module, verilog-auto-inst)
10578 (verilog-decls-get-interfaces, verilog-insert-definition)
10579 (verilog-insert-one-definition, verilog-read-decls)
10580 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10581 (verilog-sig-modport, verilog-signals-combine-bus)
10582 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10583 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10584 Suggested by David Rogoff.
10585 (verilog-repair-open-comma): Fix non-insertion of comma when
10586 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10587 (verilog-make-width-expression): Simplify [A-1:0] expression
10588 widths to just {A{1'b0}}.
10589 (verilog-mode): Cleanup checkdoc warnings.
10590 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10591 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10592 inputs/outputs or data type. Suggested by Vasu Kandadi.
10593 (next-error-last-buffer): Fix byte-compiler warning.
10594 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10595 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10596 or shell command text during AUTO expansion. Suggested by Tad Truex.
10597 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10598 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10599 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10600 in AUTOINOUT. Reported by Matthew Lovell.
10601 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10602 causing use of <= assignments. Reported by Alex Reed.
10603 (verilog-read-decls): Fix triand, trior, wand, wor to be
10604 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10605 (verilog-extended-complete-re): Support import "DPI-C" functions.
10606 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10607 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10608 (verilog-insert-date, verilog-insert-year)
10609 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10610 Windows systems. Reported by Michael Potts.
10611 (verilog-read-module-name): Fix AUTOINST when the child module
10612 declaration's name is a tick define. Reported by Elliot Mednick.
10613 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10614 passed to next parameter's definition. Reported by Bruce T.
10615 (verilog-read-decls): Fix detecting "parameter int" when using
10616 AUTOINSTPARAM. Reported by Bruce T.
10617 (verilog-goto-defun): Fix goto not finding modules unless first
10618 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10619 (verilog-mode): Expand -f flag arguments on entry to mode so
10620 verilog-goto-defun will work. Reported by Lawrence Butcher.
10621 (verilog-getopt): Expand environment variables in -f file
10622 arguments. Suggested by Lawrence Butcher.
10623 (verilog-set-define): Fix "Symbol's value as variable is void"
10624 when reading enumerations.
10625 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10626 Suggested by Stephen Peltan.
10627 (verilog-read-defines): Fix reading of enumerations in include
10628 files. Reported by Steve Peltan.
10629
10630 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10631
10632 * files.el (trash-directory): Fix defcustom type.
10633
10634 2009-06-28 Juri Linkov <juri@jurta.org>
10635
10636 * help-fns.el (describe-function-1): Correctly locate adviced
10637 functions in hyperlink (Bug#2438).
10638
10639 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * files.el (trash-directory): Change default to nil.
10642 (move-file-to-trash): If trash-directory is nil and
10643 system-move-file-to-trash is unbound, perform freedesktop-style
10644 trashing.
10645
10646 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10647
10648 * files.el (move-file-to-trash): Add freedesktop trash
10649 support (Bug#973).
10650
10651 2009-06-28 Glenn Morris <rgm@gnu.org>
10652
10653 * autorevert.el (global-auto-revert-non-file-buffers)
10654 (global-auto-revert-mode): Doc fixes.
10655
10656 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10657
10658 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10659
10660 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10661
10662 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10663 opened an X connection before calling x-get-resource (Bug#3194).
10664
10665 * play/doctor.el: Remove reference to obsolete website.
10666 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10667
10668 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10669
10670 Remove find-file-not-found-hook VC method. (Bug#2757)
10671 * vc-hooks.el (vc-file-not-found-hook)
10672 (vc-default-find-file-not-found-hook): Remove functions.
10673 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10674 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10675 * vc.el:
10676 * vc-hg.el:
10677 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10678
10679 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10680
10681 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10682 compatibility function for `looking-back'.
10683
10684 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10685 Use `ispell-looking-back'.
10686
10687 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10688
10689 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10690 rather than `filename'.
10691
10692 2009-06-23 Miles Bader <miles@gnu.org>
10693
10694 * face-remap.el (text-scale-set): New function.
10695
10696 2009-06-23 Glenn Morris <rgm@gnu.org>
10697
10698 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10699
10700 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10701
10702 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10703
10704 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10705
10706 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10707 Simplify Persian conditionals.
10708
10709 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10710 variable `filename'.
10711
10712 * comint.el (comint-insert-input): Doc fix.
10713
10714 * Makefile.in (ELCFILES): Fix typo in previous change.
10715
10716 2009-06-23 Miles Bader <miles@gnu.org>
10717
10718 * cus-start.el: Add entry for `recenter-redisplay'.
10719
10720 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10721
10722 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10723 Add an optional argument for the backend, use it instead of
10724 calling vc-backend.
10725 (vc-mode-line): Add an optional argument for the backend.
10726 Pass the backend to vc-state and vc-working-revision. Move code for
10727 special handling for vc-state being a buffer to ...
10728
10729 * vc-rcs.el (vc-rcs-find-file-hook):
10730 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10731
10732 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10733 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10734 vc-stay-local-p and vc-mode-line calls.
10735
10736 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10737 (vc-cvs-diff, vc-cvs-annotate-command)
10738 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10739 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10740 vc-mode-line calls.
10741
10742 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10743 direct comparison.
10744 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10745 backend when calling vc-mode-line.
10746 (vc-register): Do not create a closure for calling the vc register
10747 function, call it directly.
10748
10749 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10750
10751 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10752 to make it obvious item can be clicked.
10753
10754 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10755
10756 2009-06-23 Kenichi Handa <handa@m17n.org>
10757
10758 * language/korea-util.el (korean-key-bindings): Change the binding
10759 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10760 same command.
10761
10762 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10763
10764 Sync with Tramp 2.1.16.
10765
10766 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10767
10768 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10769 when a loading of a package fails. Completion function for rsync
10770 is `tramp-completion-function-alist-ssh'.
10771 (all): Replace all calls of `split-string' and
10772 `tramp-split-string' by `tramp-compat-split-string'.
10773 (tramp-default-method): Use `tramp-compat-process-running-p'.
10774 (tramp-default-proxies-alist): Allow also Lisp forms.
10775 (tramp-remote-path): Add choice "Private Directories".
10776 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10777 (tramp-domain-regexp): Allow also "-", "_" and ".".
10778 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10779 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10780 (tramp-debug-message): Insert header line in debug buffer.
10781 (tramp-handle-directory-files-and-attributes-with-stat):
10782 Care about filenames with spaces, or starting with "-".
10783 (tramp-handle-dired-uncache): New defun.
10784 (tramp-handle-insert-directory): Don't flush the directory from
10785 cache, this is handled by `dired-uncache' now.
10786 (tramp-handle-insert-file-contents): Improve error handling.
10787 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10788 Quote `tramp-end-of-output'.
10789 (tramp-action-password): Improve trace message.
10790 (tramp-check-for-regexp): Both echoes must be present, before removing.
10791 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10792 (tramp-compute-multi-hops): Eval cons cells of
10793 `tramp-default-proxies-alist'.
10794 (tramp-maybe-open-connection): Use the same command pattern for
10795 first hop and further hops.
10796 (tramp-wait-for-output): Remove handling of newlines.
10797 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10798 (tramp-split-string): Remove function. It is handled in
10799 tramp-compat now.
10800
10801 * net/tramp-cmds.el (tramp-bug):
10802 Recommend `tramp-cleanup-all-connections' in the bug mail.
10803
10804 * net/tramp-compat.el (tramp-compat-split-string)
10805 (tramp-compat-process-running-p): New defuns.
10806
10807 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10808 for `dired-uncache'.
10809
10810 * net/tramp-gvfs.el: New package.
10811
10812 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10813 Add handler for `dired-uncache'.
10814 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10815
10816 * net/trampver.el: Update release number. Make version check fit
10817 for SXEmacs 22.
10818
10819 2009-06-22 Jim Meyering <meyering@redhat.com>
10820
10821 Automatically handle .xz suffix (XZ-compressed files), too.
10822 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10823 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10824
10825 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10826 Nick Roberts <nickrob@snap.net.nz>
10827
10828 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10829 repository (http://sphinx.net.ru/hg/gdb-mi/).
10830
10831 2009-06-22 Glenn Morris <rgm@gnu.org>
10832
10833 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10834 `mode' and `eval' entries. (Bug#3430)
10835
10836 * Makefile.in (ELCFILES): Add fadr.elc.
10837
10838 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10839 differing behavior of \n and ^ in strings. (Bug#3385)
10840
10841 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10842
10843 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10844 property.
10845 (lisp-indent-function): Make it a defcustom.
10846
10847 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10848
10849 * progmodes/gdb-ui.el: Replace with ...
10850 * progmodes/gdb-mi.el: ... this file.
10851 * progmodes/gud.el: Modify for gdb-mi.el.
10852
10853 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10854
10855 * fadr.el: New file.
10856
10857 See ChangeLog.14 for earlier changes.
10858
10859 ;; Local Variables:
10860 ;; coding: utf-8
10861 ;; End:
10862
10863 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10864
10865 This file is part of GNU Emacs.
10866
10867 GNU Emacs is free software: you can redistribute it and/or modify
10868 it under the terms of the GNU General Public License as published by
10869 the Free Software Foundation, either version 3 of the License, or
10870 (at your option) any later version.
10871
10872 GNU Emacs is distributed in the hope that it will be useful,
10873 but WITHOUT ANY WARRANTY; without even the implied warranty of
10874 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10875 GNU General Public License for more details.
10876
10877 You should have received a copy of the GNU General Public License
10878 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10879
10880 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1