]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge pending branch
[gnu-emacs] / lisp / ChangeLog
1 2010-03-10 Kim F. Storm <storm@cua.dk>
2
3 Animated image API.
4 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5
6 * image.el (image-animate-max-time): New defcustom.
7 (image-animated-types): New defconst.
8 (create-animated-image, image-animate-timer)
9 (image-animate-start, image-animate-stop, image-animate-timeout)
10 (image-animated-p): New functions.
11
12 * image-mode.el (image-toggle-display-image):
13 Replace `create-image' with `create-animated-image'.
14
15 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
16
17 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
18 instead of "format:"; this ensures that the output is
19 newline-terminated.
20
21 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
22
23 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
24 that all errors are caught, and that the return value is always a
25 list (Bug#5692).
26
27 2010-03-08 Kenichi Handa <handa@m17n.org>
28
29 * language/misc-lang.el (windows-1256): New coding system.
30 (cp1256): New alias of windows-1256 (bug#5690).
31
32 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
33
34 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
35 call to rfc822-bad-address. (Bug#5692)
36
37 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
38
39 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
40 vc-git-root as default directory for revision path (Bug#5657).
41
42 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
43
44 * calculator.el (calculator): Don't bind split-window-keep-point
45 (Bug#5674).
46
47 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * vc-git.el: Re-flow to fit into 80 columns.
50 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
51 Remove spurious `quote' element in each case alternative.
52 (vc-git-show-log-entry): Use prog1.
53 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
54
55 2010-03-06 Glenn Morris <rgm@gnu.org>
56
57 * cedet/semantic/grammar.el (semantic-grammar-header-template):
58 Update template copyright to GPLv3+.
59
60 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
63
64 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
65
66 * macros.el (insert-kbd-macro): Look up keyboard macro using the
67 definition, not the name (Bug#5481).
68
69 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
70
71 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
72 argument with a local variable. (Bug#5670)
73
74 2010-03-02 Juri Linkov <juri@jurta.org>
75
76 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
77
78 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
79
80 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
81 error when FILENAME and NEWNAME are existing remote directories.
82
83 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
84 parameter DIR-FLAG.
85
86 2010-03-02 Glenn Morris <rgm@gnu.org>
87
88 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
89 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
90
91 2010-03-01 Alan Mackenzie <acm@muc.de>
92
93 * progmodes/cc-engine.el (c-remove-stale-state-cache):
94 Correct previous patch.
95
96 2010-03-01 Kenichi Handa <handa@m17n.org>
97
98 * language/burmese.el (burmese-composable-pattern): Rename from
99 myanmar-composable-pattern.
100
101 * international/characters.el (script-list):
102 * international/fontset.el (script-representative-chars):
103 Change myanmar to burmese.
104 (otf-script-alist): Likewise.
105 (setup-default-fontset): Likewise. Re-fix :otf spec.
106
107 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
108
109 * cc-engine.el (c-remove-stale-state-cache): Take account of when
110 `good-pos' is in the same macro as `here'. Fixes bug#5649.
111
112 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
113
114 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
115
116 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
117
118 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
119
120 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
121
122 * net/tramp.el (tramp-handle-write-region): START can be a string.
123 Take care in the checks. Reported by Dan Davison
124 <davison@stats.ox.ac.uk>.
125
126 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
127
128 * net/dbus.el (dbus-introspect, dbus-get-property)
129 (dbus-set-property, dbus-get-all-properties): Use
130 `dbus-call-method' when noninteractive. (Bug#5645)
131
132 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
133
134 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
135 * emacs-lisp/elint.el (elint-add-required-env):
136 * cedet/semantic/db-find.el
137 (semanticdb-find-translate-path-brutish-default):
138 * cedet/ede/make.el (ede-make-check-version):
139 * calendar/icalendar.el (icalendar--add-diary-entry):
140 * calc/calcalg2.el (math-tracing-integral):
141 * files.el (recover-session-finish): Use with-current-buffer
142 instead of save-excursion.
143
144 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 Fix in-buffer completion when after-change-functions modify the buffer.
147 * minibuffer.el (completion--replace): New function.
148 (completion--do-completion): Use it and use relative movement.
149
150 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
151
152 * international/fontset.el (setup-default-fontset): Fix :otf spec.
153
154 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
155
156 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
157 Allow the characters _<> in the stack entry (Bug#5653).
158
159 2010-02-26 Kenichi Handa <handa@m17n.org>
160
161 * language/burmese.el: Fix entries in composition-function-table.
162 (myanmar-composable-pattern): New variable.
163
164 * international/fontset.el (setup-default-fontset): Add an entry
165 for myanmar.
166
167 * international/characters.el (script-list): Add Myanmar
168 Extended-A.
169
170 2010-02-26 Glenn Morris <rgm@gnu.org>
171
172 * custom.el (custom-initialize-delay): Doc fix.
173
174 * mail/sendmail.el (send-mail-function): Autoload the call
175 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
176
177 2010-02-25 Alan Mackenzie <acm@muc.de>
178
179 * progmodes/cc-engine.el (c-clear-<-pair-props)
180 (c-clear->-pair-props): Correct to wipe category text props, not
181 syntax-table ones.
182
183 * progmodes/cc-mode.el (c-after-change): Remove any hard
184 syntax-table properties for <, > which, e.g., C-y has
185 inopportunely converted from category properties.
186
187 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
188
189 * files.el (hack-local-variables-filter): For eval forms, also
190 check safe-local-variable-p (Bug#5636).
191
192 2010-02-24 Eduard Wiebe <usenet@pusto.de>
193
194 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
195 and use c(ad)r of cddr (Bug#5640).
196
197 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
198
199 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
200 setting the modes by `ignore-errors'. It might fail, for example
201 if the file is not owned by the user but the group.
202 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
203
204 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
205
206 * files.el (directory-listing-before-filename-regexp): Use
207 stricter matching for iso-style dates, to avoid false matches with
208 date-like filenames (Bug#5597).
209
210 * htmlfontify.el (htmlfontify): Doc fix.
211
212 * eshell/eshell.el (eshell): Doc fix.
213
214 * startup.el (fancy-about-screen): In mode-line, apply
215 mode-line-buffer-id face only to the buffer name (Bug#5613).
216
217 2010-02-20 Kevin Ryde <user42@zip.com.au>
218
219 * progmodes/compile.el (compilation-error-regexp-alist-alist):
220 In `watcom' anchor regexp to start of line, to avoid slowness
221 (Bug#5599).
222
223 2010-02-20 Eli Zaretskii <eliz@gnu.org>
224
225 * subr.el (remove-yank-excluded-properties): Explain in a comment
226 why `category' property is removed.
227
228 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
229
230 * isearch.el (isearch-update-post-hook, isearch-update): Revert
231 2010-02-17 change.
232
233 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
234
235 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
236 (icalendar--convert-weekly-to-ical)
237 (icalendar--convert-yearly-to-ical)
238 (icalendar--convert-block-to-ical)
239 (icalendar--convert-cyclic-to-ical)
240 (icalendar--convert-anniversary-to-ical): Take care of time
241 specifications where hour has 1-digit only (Bug#5549).
242
243 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
244
245 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
246 of disassemble output in GDB 7.1.
247
248 2010-02-19 Glenn Morris <rgm@gnu.org>
249
250 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
251 property. (Bug#5593)
252
253 2010-02-18 Sam Steingold <sds@gnu.org>
254
255 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
256
257 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 Use abbreviated file names in bookmarks (bug#5591).
260 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
261 calls to expand-file-name.
262 (bookmark-relocate): Use abbreviated file names in bookmarks.
263 (bookmark-load): Use abbreviated file names in messages.
264
265 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
268 expand "." and "..". Reported by Thierry Volpiatto
269 <thierry.volpiatto@gmail.com>.
270
271 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
272
273 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
274 permissions of the temporary file to "0600". In case the remote
275 file has no read permissions for the owner, there might be
276 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
277
278 22010-02-18 Glenn Morris <rgm@gnu.org>
279
280 * emacs-lisp/authors.el (authors-renamed-files-alist):
281 Add entries for INSTALL.CVS.
282
283 2010-02-17 Mark A. Hershberger <mah@everybody.org>
284
285 * vc-bzr.el: Fix typo in Known Bugs section.
286
287 * isearch.el (isearch-update-post-hook): New hook.
288 (isearch-update): Use the new hook.
289
290 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
291
292 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
293 Fix errors in copying directories.
294 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
295 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
296 (tramp-handle-delete-file)
297 (tramp-handle-dired-recursive-delete-directory)
298 (tramp-handle-write-region): Flush also the cache for the upper
299 directory.
300
301 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
302
303 * simple.el (save-interprogram-paste-before-kill): Doc fix.
304
305 * cus-edit.el (hardware): Doc fix.
306
307 * man.el (man): Add to external custom group.
308
309 * delim-col.el (columns): Move to wp custom group.
310
311 * doc-view.el (doc-view): Add to data custom group.
312
313 * cedet/data-debug.el (data-debug): Move to extensions group.
314
315 * cedet/ede.el (ede):
316 * cedet/srecode.el (srecode):
317 * cedet/semantic.el (semantic): Put in tools and extensions group.
318
319 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
320
321 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
322 by ispell-parse-output (Bug#5575).
323
324 2010-02-16 Kenichi Handa <handa@m17n.org>
325
326 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
327 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
328 (skkdic-convert): Use `euc-japan' coding system for writing.
329
330 2010-02-16 Glenn Morris <rgm@gnu.org>
331
332 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
333 tex-main-file before using it. (Bug#5562)
334
335 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
338 warnings, since it is annoying for the user to see them each time he
339 runs the code.
340
341 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
342
343 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
344 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
345 instead of PROC for caching "first-password-request". Otherwise,
346 new processes would not profit from passwords already entered.
347
348 * net/tramp-cache.el (tramp-dump-connection-properties):
349 Don't save "first-password-request" property.
350
351 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
352
353 * outline.el (outline-head-from-level):
354 * simple.el (with-wrapper-hook):
355 * cedet/ede.el (ede-run-target, project-delete-target)
356 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
357 (ede-adebug-project, ede-adebug-project-parent)
358 (ede-adebug-project-root):
359 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
360 (elint-defun, elint-buffer-env, elint-top-form-logged)
361 (elint-unbound-variable):
362 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
363 Fix typos in docstrings.
364
365 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
366
367 * files.el (insert-directory): When WILDCARD-REGEXP and
368 FULL-DIRECTORY-P are nil, insert the file entry instead of the
369 whole directory. (Bug#5551)
370
371 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
372 dired's alignment sanity. (Bug#5516)
373
374 2010-02-14 Juri Linkov <juri@jurta.org>
375
376 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
377 Remove remaining ^H with their preceding chars. (Bug#5566)
378
379 2010-02-13 Glenn Morris <rgm@gnu.org>
380
381 * simple.el (transpose-subr): Give it a doc-string.
382
383 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
384 Doc fixes.
385
386 2010-02-12 Juri Linkov <juri@jurta.org>
387
388 * arc-mode.el (archive-unique-fname): Make directories for nested
389 archives. (Bug#5540)
390
391 2010-02-12 Juri Linkov <juri@jurta.org>
392
393 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
394
395 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * subr.el (copy-overlay): Handle deleted overlays.
398
399 * man.el (Man-completion-table): Don't signal an error if we can't run
400 manual-program (bug#4056).
401
402 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
403
404 * textmodes/artist.el (artist-mt): Fix typos in docstring.
405
406 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
407
408 * info.el (Info-bookmark-jump): Simplify.
409
410 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
411 (bookmark-default-handler): Accept new bookmark field `buffer'.
412
413 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
414
415 * iswitchb.el (iswitchb-completions): Revert last change.
416
417 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
418
419 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
420 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
421 This prevents file names like "~/" being listed literally.
422
423 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
424
425 * term/xterm.el (xterm-maybe-set-dark-background-mode):
426 Remove dead code. (Bug#5546)
427
428 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
429
430 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
431 correctly (Bug#5548).
432
433 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
434
435 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
436 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
437
438 2010-02-08 Kenichi Handa <handa@m17n.org>
439
440 * international/mule-util.el (with-coding-priority): Add autoload
441 cookie for putting `lisp-indent-function'.
442
443 2010-02-07 Glenn Morris <rgm@gnu.org>
444
445 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
446 Move F2003 named interfaces from keywords-2 to keywords-1, and
447 use function-name-face rather than constant-face.
448 Simplify "abstract interface" regexp.
449
450 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
451
452 * eshell/esh-util.el (eshell-file-attributes): New optional arg
453 ID-FORMAT. Pass it to `file-attributes'.
454
455 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
456
457 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
458
459 * faces.el (set-face-attribute): Allow calling
460 internal-set-lisp-face-attribute with 'unspecified family and
461 foundry argument (Bug#5536).
462
463 2010-02-07 Glenn Morris <rgm@gnu.org>
464
465 * progmodes/f90.el (f90-font-lock-keywords-2)
466 (f90-looking-at-type-like, f90-looking-at-program-block-end):
467 Handle F2003 named interfaces.
468
469 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
470
471 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
472 beg and end before calling c-get-state-before-change-functions.
473
474 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
475
476 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
477
478 2010-02-05 Juri Linkov <juri@jurta.org>
479
480 * doc-view.el (doc-view-mode):
481 * image-mode.el (image-mode): Put property mode-class=special.
482 (Bug#4896)
483
484 2010-02-05 Mark A. Hershberger <mah@everybody.org>
485
486 * vc-svn.el (vc-svn-revision-table): New function.
487
488 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
489
490 * net/ange-ftp.el (ange-ftp-insert-directory):
491 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
492 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
493 Handle also directories. (Bug#5478)
494
495 2010-02-05 Glenn Morris <rgm@gnu.org>
496
497 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
498
499 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
500
501 * startup.el (command-line-1): Convert options beginning with a
502 single dash as well (Bug#5519).
503
504 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
507 * minibuffer.el (completion-initials-expand): Only check the presence
508 of delims *within* the boundaries, since otherwise the / delim is
509 always found for files.
510
511 Fix up various corner case problems.
512 * doc-view.el (doc-view-last-page-number): New function.
513 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
514 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
515 (doc-view-kill-proc): Avoid inf-loop in freak cases.
516 (doc-view-reconvert-doc): Use the new recursive delete-directory.
517 (doc-view-convert-current-doc): Don't create the resolution.el file
518 here any more.
519 (doc-view-pdf/ps->png): Do it here instead.
520 (doc-view-already-converted-p): Check that resolution.el is present.
521 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
522 windows that are not yet showing images.
523
524 2010-02-04 Alan Mackenzie <acm@muc.de>
525
526 Change strategy for marking < and > as template delimiters: mark
527 them strictly in matching pairs.
528
529 * cc-mode.el (c-before-change):
530 Use c-get-state-before-change-functions.
531 (c-common-init): Adapt to use
532 c-get-state-before-change-functions (note plural).
533
534 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
535 for searching syntactically for matching <s and >s.
536 (c-get-state-before-change-functions): New language variable (note
537 the plural) which supersedes c-get-state-before-change-function.
538
539 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
540 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
541 (c-clear->-pair-props-if-match-before)
542 (c-before-change-check-<>-operators): New functions.
543 (c-after-change-check-<>-operators): Use macro
544 c-unmark-<->-as-paren.
545
546 * cc-defs.el (c-search-backward-char-property): New macro.
547
548 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
549 and > any more. (These will be handled by font locking.)
550
551 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
552
553 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
554 `dired-uncache' for every elemnt which is an absolute file name.
555
556 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
557 directory, handle its directory component.
558 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
559 function is called permanently and creates noise, otherwise.
560
561 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
562 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
563 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
564
565 2010-02-04 David Burger <dburger@google.com> (tiny change)
566
567 * macros.el (apply-macro-to-region-lines):
568 Minor simplification. (Bug#5485)
569
570 2010-02-04 Glenn Morris <rgm@gnu.org>
571
572 * mail/rmail.el (rmail-show-message-1): Handle malformed
573 quoted-printable text. (Bug#5441)
574
575 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
576
577 * simple.el (visual-line-mode): Capitalize lighter.
578
579 2010-02-03 John Wiegley <jwiegley@gmail.com>
580
581 * iswitchb.el (iswitchb-completions): Add bookmark files to the
582 list of files considered for "virtual buffer" completions.
583
584 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
585
586 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
587 also in case of (and (not full) (not wildcard)). This is needed,
588 when dired is called with a list of files, which are not in
589 `default-directory'. (Bug#5478)
590
591 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
594
595 2010-02-02 Juri Linkov <juri@jurta.org>
596
597 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
598 from unidiff to allow function-line after @@.
599
600 2010-02-02 Juri Linkov <juri@jurta.org>
601
602 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
603 '(RCS SCCS) with inverted condition.
604
605 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
606
607 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
608 messages.
609
610 2010-02-01 Juri Linkov <juri@jurta.org>
611
612 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
613 compare with "pkunzip" and "pkzip" instead of only "pkzip".
614 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
615 only when (car archive-zip-extract) is "unzip". (Bug#5475)
616
617 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
620 (doc-view-revert-buffer): New command.
621 (doc-view-mode-map): Use it.
622
623 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
624
625 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
626 pending merge is detected.
627
628 2010-01-31 Juri Linkov <juri@jurta.org>
629
630 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
631 beginning of interactive spec like all other grep commands do.
632 Put "all" in front of "gz". (Bug#5260)
633
634 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
635
636 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
637
638 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
639
640 * dirtrack.el (dirtrack): Warn instead of signalling error if the
641 regexp is incorrect (Bug#5476).
642
643 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/tramp.el (tramp-handle-insert-directory): Handle also
646 symlinks, when FILENAME is not in `default-directory'.
647
648 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
649
650 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
651 FILE is not in `default-directory'. (Bug#5478)
652
653 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
654 of SWITCHES. Handle the case, FILENAME is not in
655 `default-directory'. (Bug#5478)
656 (tramp-register-file-name-handlers): Add safe-magic property.
657
658 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
659
660 * arc-mode.el (archive-zip-extract): Quote the argument passed to
661 unzip (Bug#5475).
662
663 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
664
665 * progmodes/flymake.el (flymake-allowed-file-name-masks)
666 (flymake-master-make-header-init): Add other C++ filename masks.
667 (flymake-find-possible-master-files)
668 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
669
670 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
671
672 Fix some busybox annoyances.
673
674 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
675 not responding." string.
676 (tramp-open-connection-setup-interactive-shell): Dump stty
677 settings. Enable "neveropen" arg for all `tramp-send-command'
678 calls. Handle "=" in variable values properly.
679 (tramp-find-inline-encoding): Raise an error, when no encoding is
680 found.
681 (tramp-wait-for-output): Check, whether PROC buffer is available.
682 Remove spurious " ^H" sequences, sent by busybox.
683 (tramp-get-ls-command): Suppress coloring, if possible.
684
685 2010-01-28 Glenn Morris <rgm@gnu.org>
686
687 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
688
689 * log-edit.el (log-edit-strip-single-file-name): Add missing
690 :safe, :group, and :version tags.
691
692 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
693
694 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
695 buffers. (Bug#5477)
696
697 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
698
699 * files.el (delete-directory): Handle moving to trash without
700 first doing recursion (Bug#5436).
701
702 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
703
704 * vc-hooks.el (vc-path): Mark as obsolete.
705
706 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
707
708 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
709 names too.
710
711 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
712 for the short log.
713 (vc-bzr-log-view-mode): Adjust regexp for the above change.
714
715 2010-01-25 Mark A. Hershberger <mah@everybody.org>
716
717 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
718
719 * vc-bzr.el (vc-bzr-revision-table): New function.
720
721 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
722
723 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
724 diff-index command. This requires at least git-1.5.5. (Bug#1589).
725
726 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
727
728 Remove support for adding --signoff on commit.
729 Future support will use an incompatible generic mechanism.
730 * vc-git.el (vc-git-add-signoff): Remove variable.
731 (vc-git-toggle-signoff): Remove function.
732 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
733
734 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
735 from xterm-set-background-mode. Return t if the background mode
736 was set.
737 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
738 earlier, call it again in case the background mode has changed.
739
740 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
741
742 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
743 (Bug#3541).
744
745 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
746
747 * emacs-lisp/assoc.el (aelement): Doc fix.
748 (aput, adelete, amake): Use lexical-let (Bug#5450).
749
750 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
751
752 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
753 is the same as subprogram call, not declaration. (Bug#5435).
754
755 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
756
757 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
758 (tramp-smb-maybe-open-connection): Use it.
759
760 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
761
762 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
763
764 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
767 just because we see "encoding: 8bit".
768 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
769
770 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
771
772 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
773
774 2010-01-22 Eli Zaretskii <eliz@gnu.org>
775
776 * jka-compr.el (jka-compr-load): If load-file is not in
777 load-history, try its file-truename version. (bug#5447)
778
779 2010-01-21 Alan Mackenzie <acm@muc.de>
780
781 Fix a situation where deletion of a cpp construct throws an error.
782 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
783 invoking c-with-all-but-one-cpps-commented-out, check that the
784 special cpp construct is still in the buffer.
785 (c-parse-state): Record the special cpp with markers, not numbers.
786
787 2010-01-21 Kenichi Handa <handa@m17n.org>
788
789 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
790 process last-command-event, as it is now decoded first (Bug#5380).
791
792 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
793
794 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
795
796 2010-01-20 Glenn Morris <rgm@gnu.org>
797
798 * indent.el (tab-always-indent): Fix custom-type.
799
800 2010-01-19 Alan Mackenzie <acm@muc.de>
801
802 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
803 buffer throws "args out of range".
804 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
805 playing the role of delimiter.
806
807 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
808
809 * progmodes/ada-mode.el: Fix bug#5400.
810 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
811 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
812 changed. Delete RECURSIVE parameter; never used. Improve doc string.
813 Improve comments in "is" portion. Handle null procedure declaration.
814 (ada-move-to-end): Improve doc string.
815
816 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
817
818 * ido.el (ido-cur-list): Initialize to nil.
819 Remove obsolete information from commentary.
820 (ido-choice-list): Initialize to nil.
821 (ido-get-bufname): Reject minibuffers.
822 (ido-make-buffer-list): If "default" is a nonexistent
823 buffer, ignore it, as per the function's comment.
824 (ido-kill-buffer-internal): New function.
825 (ido-kill-buffer-at-head): Use it.
826 (ido-visit-buffer): Likewise.
827
828 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
829
830 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
831
832 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
833
834 * cedet/ede/locate.el (ede-locate-file-in-project)
835 (ede-locate-file-in-project-impl): Fix typos in docstrings.
836 (ede-enable-locate-on-project): Fix typos in error messages.
837
838 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
839 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
840 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
841 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
842 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
843 Fix typos in menu help.
844
845 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
846 Fix typos in chart titles.
847
848 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
849 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
850 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
851 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
852 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
853 (semantic-parse-stream, semantic-parse-region)
854 (semantic-parse-region-default, semantic--set-buffer-cache)
855 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
856 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
857 (semantic-default-submodes):
858 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
859 (semanticdb-create-ebrowse-database)
860 (semanticdb-find-tags-for-completion-method)
861 (semanticdb-find-tags-by-class-method)
862 (semanticdb-deep-find-tags-by-name-method)
863 (semanticdb-deep-find-tags-for-completion-method):
864 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
865 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
866 (semanticdb-find-tags-for-completion-method)
867 (semanticdb-find-tags-by-class-method)
868 (semanticdb-deep-find-tags-for-completion-method):
869 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
870 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
871 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
872 (semanticdb-find-tags-by-name-method)
873 (semanticdb-find-tags-by-name-regexp-method)
874 (semanticdb-find-tags-for-completion-method)
875 (semanticdb-find-tags-by-class-method)
876 (semanticdb-find-tags-external-children-of-type-method)
877 (semanticdb-find-tags-subclasses-of-type-method)
878 (semanticdb-deep-find-tags-by-name-method)
879 (semanticdb-deep-find-tags-by-name-regexp-method)
880 (semanticdb-deep-find-tags-for-completion-method):
881 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
882 (semanticdb-enable-gnu-global-in-buffer)
883 (semanticdb-find-tags-for-completion-method)
884 (semanticdb-deep-find-tags-by-name-method)
885 (semanticdb-deep-find-tags-for-completion-method):
886 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
887 (javascript-mode, semanticdb-find-translate-path)
888 (semanticdb-find-tags-for-completion-method)
889 (semanticdb-find-tags-by-class-method)
890 (semanticdb-deep-find-tags-by-name-method)
891 (semanticdb-deep-find-tags-for-completion-method)
892 (semanticdb-find-tags-external-children-of-type-method):
893 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
894 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
895 (global-semantic-idle-scheduler-mode):
896 * cedet/srecode/dictionary.el (srecode-field-value)
897 (srecode-dictionary-add-section-dictionary):
898 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
899 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
900 (describe-class, eieio-describe-generic, describe-generic):
901 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
902 (eieio-speedbar-expand):
903 * emulation/viper-cmd.el (viper-exec-form-in-vi)
904 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
905 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
906 (viper-del-backward-char-in-replace, viper-backward-indent)
907 (viper-brac-function, viper-register-to-point, viper-submit-report):
908 * net/tramp.el (tramp-remote-coding-commands):
909 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
910 Fix typos in docstrings.
911
912 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
913
914 * mail/sendmail.el (mail-yank-original): Set the mark if the
915 specified function for yanking does not do it.
916
917 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
918
919 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
920
921 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
922 resyncing a directory.
923
924 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
925
926 * progmodes/ada-mode.el: Fix bug#1920.
927 (ada-ident-re): Delete ., allow multibyte characters.
928 (ada-goto-label-re): New; matches goto labels.
929 (ada-block-label-re): New; matches block labels.
930 (ada-label-re): New; matches both.
931 (ada-named-block-re): Deleted; callers changed to use
932 `ada-block-label-re' instead.
933 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
934 Use `ada-block-label-re'.
935 (ada-indent-on-previous-lines): Improve handling of goto labels.
936 (ada-get-indent-block-start): Special-case block label.
937 (ada-get-indent-label): Split into `ada-indent-block-label' and
938 `ada-indent-goto-label'.
939 (ada-goto-stmt-start, ada-goto-next-non-ws):
940 Optionally ignore goto labels.
941 (ada-goto-next-word): Simplify.
942 (ada-indent-newline-indent-conditional): Insert newline before
943 trying to fix indentation; doc fix.
944
945 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
946
947 * calc/calc.el (calc-command-flags): Give it an initial value.
948
949 2010-01-17 Glenn Morris <rgm@gnu.org>
950
951 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
952
953 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
954
955 * cedet/semantic.el (semantic-mode):
956 * files.el (minibuffer-with-setup-hook):
957 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
958 (artist-key-draw-continously, artist-key-do-continously-continously)
959 (artist-key-set-point-continously, artist-mouse-draw-continously):
960 Fix typos in docstrings.
961
962 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
963
964 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
965 return t (Bug#3898).
966
967 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
968
969 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
970 can parse the output of the external commands (Bug#5279).
971
972 2010-01-16 Jari Aalto <jari.aalto@cante.net>
973
974 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
975
976 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
977
978 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
979
980 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
981
982 * startup.el (command-line): Remove unused --icon-type arg.
983 Handle --display arg, passing it to command-line-1 (Bug#5392).
984
985 2010-01-16 Mario Lang <mlang@delysid.org>
986
987 * cedet/ede/cpp-root.el (ede-cpp-root-project):
988 * cedet/ede/files.el (ede-expand-filename):
989 * cedet/ede/simple.el (ede-simple-project):
990 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
991 (semantic-complete-inline-tag-engine):
992 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
993 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
994 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
995 * cedet/semantic/db.el (semanticdb-equivalent-mode):
996 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
997 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
998 * emacs-lisp/chart.el (chart-translate-namezone):
999 * textmodes/artist.el (artist-compute-popup-menu-table):
1000 Remove duplicated words in doc-strings.
1001
1002 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1003
1004 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1005 to mairix-search to suppress threading (Bug#5342).
1006
1007 2010-01-15 Kenichi Handa <handa@m17n.org>
1008
1009 * international/mule-cmds.el (canonicalize-coding-system-name):
1010 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1011
1012 2010-01-15 Glenn Morris <rgm@gnu.org>
1013
1014 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1015
1016 * wid-edit.el (widget-keymap): Doc fix.
1017
1018 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1019 former seems to be more widely accepted by various svn versions.
1020
1021 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * find-cmd.el (find-constituents):
1024 * vc-arch.el (vc-arch-root):
1025 * window.el (window-body-height, pop-up-frames):
1026 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1027 (semantic-no-reparse-needed-change-hook):
1028 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1029 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1030 (srecode-template-inserter-ask, srecode-template-inserter-width)
1031 (srecode-template-inserter-section-start)
1032 (srecode-template-inserter-section-end, srecode-insert-method):
1033 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1034 * progmodes/ada-stmt.el (ada-if):
1035 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1036 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1037 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1038 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1039
1040 * progmodes/flymake.el (flymake-post-syntax-check):
1041 Fix typo in error message.
1042
1043 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1046 which is always a string. (Bug#5313)
1047
1048 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * progmodes/ada-xref.el (ada-default-prj-properties):
1051 Simplify previous change.
1052
1053 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1054
1055 * progmodes/ada-xref.el (ada-default-prj-properties):
1056 Default ada_project_path to $ADA_PROJECT_PATH.
1057
1058 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1059
1060 * progmodes/ada-mode.el (ada-create-keymap):
1061 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1062
1063 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1064
1065 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1066 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1067 (ada-get-current-indent, ada-imenu-generic-expression)
1068 (ada-which-function): Check for it.
1069
1070 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1071
1072 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1073 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1074
1075 2010-01-14 Glenn Morris <rgm@gnu.org>
1076
1077 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1078
1079 2010-01-14 Kenichi Handa <handa@m17n.org>
1080
1081 * composite.el (auto-composition-mode): Make it a buffer local
1082 variable (permanent-local).
1083 (auto-composition-function): Set the default value to
1084 auto-compose-chars.
1085 (auto-composition-mode): Make it a simple function, not a minor mode.
1086 (global-auto-composition-mode): Likewise.
1087 (turn-on-auto-composition-if-enabled): Delete it.
1088
1089 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1090
1091 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1092
1093 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1094
1095 * files.el (copy-directory): Compute target for recursive
1096 directories with identical names. (Bug#5343)
1097
1098 2010-01-12 Glenn Morris <rgm@gnu.org>
1099
1100 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1101 it to bug-gnu-emacs rather than emacs-pretest-bug.
1102
1103 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * cedet/data-debug.el (data-debug): Fix customization group reference.
1106
1107 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1108
1109 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1110 (semantic-analyze-context, semantic-analyze-context-assignment)
1111 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1112 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1113 (semantic-java-doc-keywords-map):
1114 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1115 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1116 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1117 (semantic-c-classname, semantic-format-tag-uml-prototype)
1118 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1119 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1120 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1121 (semantic-get-local-variables, semantic-end-of-command)
1122 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1123 (lisp-mode):
1124 * cedet/semantic/bovine/make.el (makefile-mode):
1125 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1126 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1127 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1128 (semantic-lex, semantic-get-local-variables, python-mode):
1129 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1130 * cedet/srecode/extract.el (srecode-extract-state-set)
1131 (srecode-extract-method): Fix typos in docstrings.
1132
1133 2010-01-11 Sam Steingold <sds@gnu.org>
1134
1135 * imenu.el (imenu-default-create-index-function): Detect infinite
1136 loops caused by imenu-prev-index-position-function.
1137
1138 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * htmlfontify.el (htmlfontify-load-rgb-file)
1141 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1142 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1143 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1144 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1145 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1146 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1147 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1148 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1149 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1150 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1151 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1152 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1153 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1154 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1155 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1156 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1157 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1158 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1159 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1160 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1161 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1162 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1163 backslash-quoting from parentheses, etc.
1164
1165 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * progmodes/js.el: Autoload javascript-mode alias.
1168
1169 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1172 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1173 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1174 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1175 Fix typos in docstrings.
1176 (ffap-url-regexp): Doc fix.
1177 (ffap-at-mouse): Fix typo in message.
1178
1179 2010-01-11 Glenn Morris <rgm@gnu.org>
1180
1181 * version.el (emacs-copyright): Set copyright year to 2010.
1182
1183 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * format.el (format-annotate-function): Only set
1186 write-region-post-annotation-function after running to-fn so as not to
1187 affect nested write-region calls (bug#5273).
1188
1189 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1192 Add python parser.
1193
1194 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1195 wisent/python.el.
1196
1197 2010-01-10 Richard Kim <emacs18@gmail.com>
1198
1199 * cedet/semantic/wisent/python-wy.el:
1200 * cedet/semantic/wisent/python.el: New files.
1201
1202 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * man.el (Man-goto-section): Signal error if the section is not
1205 found (Bug#5317).
1206
1207 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1210 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1211
1212 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * progmodes/compile.el: Don't treat compile-command as safe if
1215 compilation-read-command might be nil (Bug#4218).
1216
1217 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1218
1219 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1220 NS options.
1221
1222 2010-01-08 Kenichi Handa <handa@m17n.org>
1223
1224 * international/fontset.el (build-default-fontset-data):
1225 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1226
1227 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1228
1229 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1230 to `create-file-buffer' as it expects, not just a buffer name.
1231 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1232 to help uniquify. (Bug#3224)
1233
1234 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1235
1236 * font-setting.el (font-setting-change-default-font): Use user-spec
1237 instead of name.
1238
1239 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1242
1243 2010-01-05 Tom Tromey <tromey@redhat.com>
1244
1245 * progmodes/python.el (python-font-lock-keywords):
1246 Handle qualified decorators (Bug#881).
1247
1248 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1251 in a lightweight checkout.
1252
1253 2010-01-05 Kenichi Handa <handa@m17n.org>
1254
1255 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1256
1257 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1258
1259 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1260
1261 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1264 checkouts. (Bug#618)
1265 (vc-bzr-log-view-mode): Also highlight the author.
1266 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1267 (vc-bzr-shelve-menu-map):
1268 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1269 (vc-bzr-shelve-apply): Make prompt more explicit.
1270
1271 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1274 They are valid characters in URL paths (rfc3986), and at least
1275 Firefox does not understand the encoded version (Bug#3166).
1276
1277 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1278
1279 * progmodes/octave-mod.el (octave-end-keywords)
1280 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1281 Add "end" keyword (Bug#3061).
1282 (octave-end-as-array-index-p): New function.
1283 (calculate-octave-indent): Use it.
1284
1285 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1286
1287 * bookmark.el: Consistently put the text property on the bookmark name.
1288 (bookmark-bmenu-marks-width): Bump back to 2, to include
1289 annotation marks.
1290 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1291 property on the bookmark name, instead of not putting it at all.
1292 (bookmark-bmenu-list): Fix where we put the text property.
1293
1294 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1295
1296 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1297 for showing buffer modified state (as added in the previous change).
1298
1299 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1300
1301 * bookmark.el: Show modified state of bookmark buffer more accurately.
1302 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1303 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1304 (with-buffer-modified-unmodified): New macro.
1305 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1306 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1307 Use new macro to preserve the buffer modified state.
1308
1309 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1310
1311 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1312 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1313 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1314 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1315 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1316 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1317 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1318
1319 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1320
1321 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1322 Make the lines in the generated doc string shorter. (Bug#4668)
1323
1324 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1325
1326 * net/rcirc.el: Add follow-link binding (Bug#4738).
1327
1328 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1329
1330 * Makefile.in (bzr-update): Rename from cvs-update.
1331 (cvs-update): New target for backward compatibility.
1332
1333 * makefile.w32-in (bzr-update): Rename from cvs-update.
1334 (cvs-update): New target for backward compatibility.
1335
1336 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1337
1338 * bookmark.el: Remove gratuitous gratitude.
1339
1340 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1341
1342 * bookmark.el (bookmark-bmenu-any-marks): New function
1343 (bookmark-bmenu-save): Clear buffer modification if no marks.
1344
1345 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1346
1347 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1348 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1349 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1350 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1351
1352 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1353 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1354 To: emacs-devel {_AT_} gnu.org
1355 Subject: bookmark.el bug report
1356 Date: Mon, 28 Dec 2009 14:19:16 +0800
1357 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1358
1359 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1360
1361 * bookmark.el: Improvements suggested by Drew Adams:
1362 (bookmark-bmenu-ensure-position): New name for
1363 `bookmark-bmenu-check-position'. Just ensure the position,
1364 don't return any meaningful value.
1365 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1366 New constants.
1367
1368 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1371 (bookmark-yank-point, bookmark-bmenu-check-position):
1372 Fix typos in docstrings.
1373 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1374 (bookmark-name-from-full-record, bookmark-get-position)
1375 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1376 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1377 Remove useless quoting of parenthesis, etc. in docstrings.
1378
1379 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1380 (ediff-append-custom-diff): Fix typo in error message.
1381 (ediff-meta-mark-equal-files): Fix typos in messages.
1382
1383 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1384
1385 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1386 Fix typo in docstring.
1387
1388 * net/imap-hash.el (imap-hash-make): Doc fix.
1389 (imap-hash-test): Fix typo in error message; reflow docstring.
1390 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1391 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1392 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1393 Fix typos in docstrings.
1394 (imap-hash-open-connection): Fix typo in error message.
1395
1396 * play/gomoku.el (gomoku): Fix typos in docstring.
1397
1398 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1399 (gdb-jsonify-buffer): Fix typos in docstring.
1400 (gdb-goto-breakpoint): Fix typo in error message.
1401 ("Display Other Windows"): Fix typo in help message.
1402 (gdb-speedbar-expand-node): Fix typo in question.
1403
1404 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1405 (idlwave-html-system-help-location, idlwave-html-help-location)
1406 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1407 (idlwave-help-browser-generic-args, idlwave-help-directory)
1408 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1409 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1410 (idlwave-online-help, idlwave-help-html-link)
1411 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1412 Fix typos in docstrings.
1413 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1414 Reflow docstrings.
1415 (idlwave-help-assistant-start): Fix typo in error message.
1416
1417 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1418 (octave-electric-space): Fix typos in docstrings.
1419
1420 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1423
1424 2010-01-01 Juri Linkov <juri@jurta.org>
1425
1426 * comint.el (comint-input-ring-size): Make it a defcustom and
1427 increase the default to 500 (Bug#5148).
1428
1429 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1430
1431 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1432 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1433 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1434
1435 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1436
1437 Show working revision correctly for mercurial.
1438 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1439 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1440
1441 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1442
1443 Declare some functions for the byte-compiler.
1444 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1445 (speedbar-timer-fn, speedbar-change-expand-button-char)
1446 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1447
1448 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1449
1450 This changeset reverts GDB Graphical Interface to use annotations.
1451 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1452
1453 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1454
1455 Make vc-dir work on subdirectories of the bzr root.
1456 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1457 file names relative to it.
1458 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1459 relative directory to vc-bzr-after-dir-status.
1460
1461 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1462
1463 * font-lock.el (font-lock-refresh-defaults): New function, which
1464 can be used to let font-lock react to external changes in
1465 variables like font-lock-defaults and keywords.
1466 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1467
1468 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1469
1470 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1471
1472 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1473
1474 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1475
1476 Supersede color.diff settings in git log (bug#5211).
1477
1478 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1479 escape chars in its output when the user has color.diff set to `always'.
1480 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1481
1482 2009-12-26 Kevin Ryde <user42@zip.com.au>
1483
1484 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1485 node. Keep previous "Index" name to work with past coreutils too.
1486
1487 * man.el (man): Revise docstring a bit to show -a and -l as
1488 examples. Add -k description since support for it has otherwise
1489 been a secret. (Further to bug#3717.)
1490 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1491 "no matches" rather than "Can't find manpage", as the latter reads
1492 like -k was interpreted as a page name, which is not so. (Bug#5431)
1493
1494 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1495
1496 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1497 switches. Check also for //SUBDIRED// line.
1498
1499 2009-12-25 Kenichi Handa <handa@m17n.org>
1500
1501 * language/indian.el (devanagari-composable-pattern): Fixed to
1502 handle ZWNJ and ZWJ. Use it in composition-function-table for
1503 Devanagari.
1504 (malayalam-composable-pattern): Fix previous change.
1505
1506 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1507
1508 * ps-print.el (ps-face-attributes): It was not returning the
1509 attribute face for faces specified as string. Reported by harven
1510 <harven@free.fr>.
1511 (ps-print-version): New version 7.3.5.
1512
1513 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1514
1515 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1516 timezone names.
1517 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1518 (icalendar--add-diary-entry): Remove the trailing blank that
1519 diary-make-entry inserts.
1520
1521 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1522
1523 Make `file-expand-wildcards' work for remote files.
1524
1525 * files.el (file-expand-wildcards): In case of remote files, check
1526 only local file name part for wildcards. Provide feature 'files
1527 and subfeature 'remote-wildcards. (Bug#5198)
1528
1529 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1530 if there is already an established connection.
1531 (tramp-advice-file-expand-wildcards): Remove it.
1532
1533 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1534 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1535 Activate advice for older GNU Emacs versions. (Bug#5237)
1536
1537 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1538
1539 Some doc fixes (more needed).
1540
1541 * find-cmd.el (find-constituents): Reflow docstring.
1542 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1543 (find-generic): Doc fix.
1544
1545 2009-12-17 Juri Linkov <juri@jurta.org>
1546
1547 Fix regression from 23.1 to allow multiple modes in Local Variables.
1548
1549 * files.el (hack-local-variables-filter): While ignoring duplicates,
1550 don't take `mode' into account.
1551 (hack-local-variables-filter, hack-dir-local-variables): Don't
1552 remove duplicate `mode' from local-variables-alist (like `eval').
1553
1554 2009-12-17 Juri Linkov <juri@jurta.org>
1555
1556 Make `dired-diff' more safe. (Bug#5225)
1557
1558 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1559 `current' or when `file' is a directory of the `current' file.
1560
1561 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1562
1563 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1564 unconditionally preloaded files.
1565
1566 2009-12-16 Juri Linkov <juri@jurta.org>
1567
1568 Revert to old 23.1 logic of using the file at the mark as default.
1569 * dired-aux.el (dired-diff): Use the file at the mark as default
1570 if it's not the same as the current file, and the target dir is
1571 the current dir or the mark is active. Add the current file
1572 as the arg of `dired-dwim-target-defaults'. Use the default file
1573 in the prompt. (Bug#5225)
1574
1575 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1576
1577 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1578 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1579 (tramp-check-for-regexp): Check also, when an echoing shell stops
1580 to echo sent commands.
1581
1582 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * Makefile.in: Revert last change (Bug#5191).
1585
1586 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1587
1588 * vc-hg.el (vc-hg-print-log): Fix argument order.
1589 (vc-hg-working-revision): Make sure the command is executed in a
1590 known environment so that we can parse the output. (Bug#4417)
1591
1592 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * progmodes/python.el (python-symbol-completions): Remove text
1595 properties from symbol string before calling python-send-receive.
1596
1597 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1598
1599 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1600 when there are values for both file and line. (Bug#5060)
1601
1602 2009-12-14 Juri Linkov <juri@jurta.org>
1603
1604 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1605 whitespace after the file name of the first line of unified format,
1606 because git-diff doesn't output whitespace and file modification time
1607 after the file name.
1608
1609 2009-12-14 David Kastrup <dak@gnu.org>
1610
1611 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1612 check if it already has the `display' property added by
1613 `Info-display-images-node', and not put the `invisible' property
1614 in this case.
1615
1616 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1619 (semantic-mru-bookmark-mode): Doc fixes.
1620
1621 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1622 of assert.
1623
1624 2009-12-13 Glenn Morris <rgm@gnu.org>
1625
1626 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1627 (report-emacs-bug): In message-mode, sort manually before storing
1628 original report text. (Bug#5178)
1629 Remove superfluous save-excursion.
1630
1631 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1632
1633 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1634 when responding to "GetAll" properties.
1635
1636 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * simple.el (compose-mail): Remove mail-setup-with-from from
1639 customization checks.
1640
1641 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1642
1643 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1644 RAR archives created on Unix systems.
1645
1646 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1649 the varalias that was accidentally removed by the 2009-11-19 change
1650 (bug#5186).
1651
1652 2009-12-12 Kenichi Handa <handa@m17n.org>
1653
1654 * language/indian.el (indian-compose-regexp): New function.
1655 (malayalam-composable-pattern): Fix the pattern.
1656 (composition-function-table): Set malayalam-composable-pattern for
1657 Malayalam characters.
1658
1659 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1662 rather than down-mouse-1, based on follow-link conventions.
1663
1664 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1665 are compiled.
1666
1667 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1668
1669 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1670 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1671 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1672 (verilog-leap-to-head, verilog-backward-token):
1673 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1674
1675 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1676
1677 * progmodes/verilog-mode.el (verilog-auto-lineup)
1678 (verilog-nameable-item-re): Cleanup user-visible spelling and
1679 documentation errors. One reported by Gary Delp.
1680 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1681 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1682 package, bug195. Reported by Pierre-David Pfister.
1683
1684 2009-12-11 Glenn Morris <rgm@gnu.org>
1685
1686 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1687
1688 * mail/emacsbug.el: No longer require sendmail.
1689 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1690 (report-emacs-bug-orig-text): Doc fix.
1691 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1692 New local variables, to adapt to different mail-user-agents.
1693 (report-emacs-bug): Fix test for a gnu.org address.
1694 Use overlays for emphasis, since font-lock defeats 'face property.
1695 Pretest bugs also end up at the newsgroup these days.
1696 Stop message-mode stripping text properties.
1697 Set and use the new buffer-local variables.
1698 (report-emacs-bug-hook): Add doc-string.
1699 Remove some unnecessary save-excursions and simplify.
1700 Use the appropriate hook and send-command.
1701
1702 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1703 capitalization of some menu entries.
1704
1705 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1706
1707 * whitespace.el (whitespace-display-char-on): Ensure
1708 `buffer-display-table' is unique when two or more windows are
1709 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1710 New version 12.1.
1711
1712 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1713
1714 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1715 characters in the Attribute field.
1716
1717 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1720
1721 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1724 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1725 Disregard autoload-excludes.
1726 (update-directory-autoloads): Obey autoload-excludes here instead.
1727 But don't store its contents in no-autoloads and remove entries that
1728 refer to excludes files.
1729
1730 2009-12-10 Glenn Morris <rgm@gnu.org>
1731
1732 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1733 (expand-mail-aliases): Define for compiler.
1734
1735 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1736 Define for compiler.
1737
1738 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1739 appropriate for the mail-user-agent in use.
1740
1741 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1742
1743 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1744
1745 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1746
1747 Fix short log parsing and fontification.
1748 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1749 Fix fontification for the [merge] label.
1750
1751 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1752
1753 Drop some properties to avoid surprises.
1754 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1755 (hfy-fontify-buffer): Use it.
1756
1757 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 Minor cleanup.
1760 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1761 Adjust all callers.
1762 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1763 args compulsory. Adjust callers.
1764 (ffap-gopher-at-point): Remove unused var `name'.
1765
1766 Get rid of the ELCFILES abomination.
1767 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1768 (compile-elcfiles): New phony target.
1769 (compile-main): Compute ELCFILES dynamically.
1770 (compile-clean): New target to remove left-over elc files.
1771 (compile, all): Use it.
1772
1773 2009-12-09 Kenichi Handa <handa@etlken>
1774
1775 * international/mule-diag.el: Require help-mode instead of help-fns.
1776
1777 2009-12-09 Kenichi Handa <handa@m17n.org>
1778
1779 * international/mule-cmds.el (ucs-names): Supply sufficiently
1780 fine ranges instead of pre-calculating accurate ranges.
1781 Iterate with bigger gc-cons-threshold.
1782
1783 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1784
1785 Add support for stashing a snapshot of the current tree.
1786 * vc-git.el (vc-git-stash-snapshot): New function.
1787 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1788
1789 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1790
1791 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1792 instead of `(beginning|end)-of-line'.
1793
1794 2009-12-08 Glenn Morris <rgm@gnu.org>
1795
1796 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1797
1798 * Makefile.in (ELCFILES): Regenerate.
1799
1800 2009-12-07 Juri Linkov <juri@jurta.org>
1801
1802 Don't lazy-highlight the comint output in history Isearch mode.
1803
1804 * comint.el (comint-history-isearch-search): Instead of
1805 `comint-line-beginning-position', use `comint-after-pmark-p'
1806 to check if point if before the process mark, and go to
1807 `process-mark' in this case.
1808
1809 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * textmodes/tex-mode.el (latex-complete)
1812 (latex-indent-or-complete): Remove.
1813 (latex-mode): Set completion-at-point-functions instead.
1814
1815 Provide a standard completion command and hook it into TAB.
1816 * minibuffer.el (completion-at-point-functions): New var.
1817 (completion-at-point): New command.
1818 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1819 * progmodes/python.el (python-mode-map): Use completion-at-point.
1820 (python-completion-at-point): Rename from python-partial-symbol and
1821 adjust for use in completion-at-point-functions.
1822 (python-mode): Setup completion-at-point for Python completion.
1823 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1824 extracted from lisp-complete-symbol.
1825 (lisp-complete-symbol): Use it.
1826 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1827 setup completion-at-point for Elisp completion.
1828 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1829 Use completion-at-point.
1830 * ielm.el (ielm-map): Use completion-at-point.
1831 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1832 * progmodes/sym-comp.el: Move to...
1833 * obsolete/sym-comp.el: Move from progmodes.
1834
1835 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1836
1837 Prevent save-buffer in Rmail buffers from using the coding-system
1838 of the current message, and from clobbering the encoding mnemonics
1839 in the mode line (Bug#4623).
1840
1841 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1842 flag, too.
1843 (rmail-message-encoding): New variable.
1844 (rmail-write-region-annotate): Record the encoding of the current
1845 message in rmail-message-encoding.
1846 (rmail-after-save-hook): New function, restores the encoding of
1847 the current message after the message collection is saved.
1848
1849 2009-12-07 Juri Linkov <juri@jurta.org>
1850
1851 * progmodes/grep.el (grep-read-files): Use `completing-read'
1852 instead of `read-string'. Set its `collection' arg to
1853 `read-file-name-internal'. (Bug#4301)
1854
1855 2009-12-07 Juri Linkov <juri@jurta.org>
1856
1857 Correctly restore original Isearch point. (Bug#4994)
1858
1859 * isearch.el (isearch-mode): Move `isearch-push-state' after
1860 `(run-hooks 'isearch-mode-hook)'.
1861 (isearch-cancel): When `isearch-push-state-function' is defined,
1862 let-bind `isearch-cmds' to the first state (the last element of
1863 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1864 function and restores the original point). Otherwise, move point
1865 to `isearch-opoint'.
1866
1867 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1870 chars that don't have names, so the table can be built much faster at
1871 run-time.
1872
1873 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1876 change. Suggested by David Kastrup.
1877
1878 * simple.el (compose-mail): Check for incompatibilities and warn.
1879 (compose-mail-user-agent-warnings): New option.
1880
1881 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1882
1883 Support showing a single log entry from vc-annotate.
1884 * vc.el (print-log): Add a new argument: START-REVISION.
1885 (vc-print-log-internal): Add a new optional argument and
1886 pass it to the backend.
1887 (vc-print-log, vc-print-root-log): Adjust callers.
1888 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1889 buffer already displays the requested log entry, use it.
1890 Otherwise display only the log entry in question.
1891 * vc-svn.el (vc-svn-print-log):
1892 * vc-mtn.el (vc-mtn-print-log):
1893 * vc-hg.el (vc-hg-state):
1894 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1895 (vc-git-show-log-entry): Return t on success.
1896 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1897 (vc-bzr-show-log-entry): Return t on success.
1898 * vc-rcs.el (vc-rcs-print-log):
1899 * vc-sccs.el (vc-sccs-print-log):
1900 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1901
1902 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1905 Add menus to the meta mode. (Bug#5043)
1906
1907 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1908
1909 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1910 event-key.
1911
1912 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1913
1914 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1915
1916 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1917 Berbain <raphael.berbain@gmail.com>.
1918
1919 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1920 characters.
1921 (tramp-initial-end-of-output): New defconst.
1922 (tramp-methods, tramp-find-shell)
1923 (tramp-open-connection-setup-interactive-shell)
1924 (tramp-maybe-open-connection): Use it.
1925 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1926 existence of `#' and `$'.
1927
1928 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1929 `tramp-initial-end-of-output'.
1930
1931 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 Get the background mode from the terminal for xterm, and set
1934 faces accordingly.
1935 * term/xterm.el (xterm-set-background-mode): New function.
1936 (terminal-init-xterm): Use it in case xterm supports background
1937 color queries. Recompute faces after getting the background
1938 color.
1939
1940 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1941
1942 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1943 number comment back on its own line, for easier parsing.
1944
1945 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 Make it work for non-file buffers (bug#5102).
1948 * doc-view.el (doc-view-current-cache-dir):
1949 Use doc-view-buffer-file-name rather than buffer-file-name.
1950 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1951
1952 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1953
1954 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1955 author field is too short.
1956
1957 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1958
1959 * vc-git.el (vc-git-print-log): Handle a limit argument.
1960 Display the short log in graph form and with labels.
1961 (vc-git-log-view-mode): Handle labels.
1962
1963 Make vc-revert change VC state from 'added to 'unregistered.
1964 * vc-git.el (vc-git-revert): Call git reset first.
1965
1966 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1967
1968 * net/newst-backend.el, net/newst-plainview.el:
1969 * net/newst-reader.el, net/newst-ticker.el:
1970 * net/newst-treeview.el, net/newsticker.el:
1971 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1972
1973 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1976
1977 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1978 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1979 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1980 Update annotation regexp.
1981
1982 * simple.el (beginning-of-visual-line): Constrain to field
1983 boundaries (Bug#5106).
1984
1985 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1986
1987 * xml.el (xml-substitute-numeric-entities): Move
1988 newsticker--decode-numeric-entities in newst-backend.el to
1989 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1990 * net/newst-backend.el (newsticker--parse-generic-feed)
1991 (newsticker--parse-generic-items)
1992 (newsticker--decode-numeric-entities): Move
1993 newsticker--decode-numeric-entities in newst-backend.el to
1994 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1995
1996 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1997
1998 * progmodes/js.el (js--js-not): Add null to the list of values.
1999
2000 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2003
2004 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2005
2006 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2007 delimiter if it is at the end of the current line.
2008 (bibtex-generate-url-list): Fix docstring.
2009
2010 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2013 minibuffer's content with itself.
2014 Fold the confirm-after-completion case into the `confirm' case.
2015 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2016
2017 2009-12-06 Kevin Ryde <user42@zip.com.au>
2018
2019 * ffap.el (ffap-rfc-path): Make this a defcustom since
2020 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2021
2022 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2023 manuals, similar to existing setup for help-mode. (Bug#3913.)
2024
2025 2009-12-05 Juri Linkov <juri@jurta.org>
2026
2027 Save and restore dired buffer's point positions too. (Bug#4880)
2028
2029 * dired.el (dired-save-positions): Return in the first element
2030 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2031 Doc fix.
2032 (dired-restore-positions): First restore buffer's position.
2033 While restoring window's positions, check if window still displays
2034 the original buffer.
2035
2036 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2039 if possible.
2040
2041 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2042 Make argument optional.
2043
2044 * shell.el (shell): Require ansi-color (Bug#5113).
2045
2046 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2047
2048 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2049
2050 2009-12-05 Alan Mackenzie <acm@muc.de>
2051
2052 * progmodes/cc-mode.el (c-before-hack-hook)
2053 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2054 `c-file-style' to work again. This reversion restores the current
2055 software to its state in Emacs 23.1. (Bug#4146)
2056
2057 2009-12-05 Kevin Ryde <user42@zip.com.au>
2058
2059 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2060 comment-start-skip to comment-end-skip as comment (Bug#4781).
2061
2062 2009-12-05 Juri Linkov <juri@jurta.org>
2063
2064 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2065 for virtual nodes. (Bug#4147)
2066 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2067 when moving from a virtual node.
2068 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2069 (Info-mode): Add `Info-virtual-index' to the docstring.
2070
2071 2009-12-05 Eric Ludlam <zappo@gnu.org>
2072
2073 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2074 Describe project macro symbols.
2075
2076 * cedet/semantic/complete.el (semantic-complete-do-completion):
2077 Don't call semantic-collector-current-exact-match.
2078
2079 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2080 ede-objects as targets.
2081
2082 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2083 a target's object list even if compiler vars are already in the
2084 Makefile.
2085
2086 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2087 list of headers producing necessary macros.
2088
2089 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2090
2091 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2092 track of the buffer position of the end of a BibTeX entry as this
2093 position may change during reformatting.
2094 (bibtex-format-entry): Remove whitespace before processing
2095 numerical fields so that we recognize the latter properly.
2096 (bibtex-reformat): Do not use push which changes the global value
2097 of bibtex-entry-format.
2098 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2099 (bibtex-field-re-init): Replace only space characters by regexp
2100 for whitespace.
2101 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2102 (bibtex-initialize): Also update bibtex-strings.
2103 (bibtex-kill-field): Preserve white space at end of entry.
2104 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2105 Update bibtex-reference-keys.
2106
2107 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2110 point after a star, if that's the only place where modifications can
2111 make progress.
2112
2113 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2114
2115 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2116 in docstrings.
2117
2118 2009-12-04 Juri Linkov <juri@jurta.org>
2119
2120 * proced.el (proced): Call `(proced-update t)' to update process
2121 information instead of only running proced-post-display-hook.
2122 (proced-send-signal): Add a leading space to the buffer name
2123 " *Marked Processes*" to make this buffer ephemeral.
2124
2125 2009-12-04 Juri Linkov <juri@jurta.org>
2126
2127 * dired.el (dired-auto-revert-buffer): New defcustom.
2128 (dired-internal-noselect): Use it.
2129
2130 2009-12-04 Juri Linkov <juri@jurta.org>
2131
2132 Change roles of modes and functions in image-mode.el (Bug#5062).
2133
2134 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2135 in `auto-mode-alist'.
2136 (image-mode-previous-major-mode): New variable.
2137 (image-minor-mode-map): Rename from `image-mode-text-map'.
2138 (image-mode): Move graceful error-handling code from
2139 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2140 (image-minor-mode): Remove all image-handling code.
2141 Replace `image-mode-text-map' with `image-minor-mode-map'.
2142 Check for `image-type' in mode-line format string.
2143 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2144 (image-mode-as-text): New function with most code from
2145 `image-mode-maybe'.
2146 (image-toggle-display-text): Move code that removes image
2147 properties from `image-toggle-display' to here.
2148 (image-toggle-display-image): New function with code that adds
2149 image properties copied from `image-toggle-display'.
2150 (image-toggle-display): Remove most code with leaving only code
2151 that toggles between `image-mode-as-text' and `image-mode'.
2152
2153 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2154
2155 * net/newst-treeview.el
2156 (newsticker--treeview-list-highlight-start): Restored call to
2157 save-excursion: Selected item was stuck.
2158 (newsticker--treeview-list-select): New.
2159 (newsticker--treeview-item-show-text)
2160 (newsticker--treeview-item-show)
2161 (newsticker--treeview-item-update): Use new
2162 newsticker-treeview-item-mode.
2163 (newsticker-treeview-update): Keep current item.
2164 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2165 (newsticker--treeview-first-feed): Doc change.
2166 (newsticker-treeview-list-menu)
2167 (newsticker-treeview-item-menu): Added menu entries.
2168 (newsticker-treeview-item-mode): New.
2169
2170 * net/newst-backend.el (newsticker-customize): Delete other
2171 windows.
2172
2173 2009-12-04 Sam Steingold <sds@gnu.org>
2174
2175 * log-view.el (log-view-mode-map): "q" calls quit-window,
2176 like in all the other non-self-insert buffers.
2177
2178 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 Minor cleanup.
2181 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2182 key decoding rather than do it manually via last-input-event +
2183 ascii-character.
2184 (term-exec): Use delete-and-extract-region.
2185 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2186 (term-process-pager): Remove unused var `i'.
2187 (term-dynamic-simple-complete): Make obsolete.
2188 (serial-update-config-menu): Remove unused vars `y' and `str'.
2189 (term-update-mode-line): Remove unused var `temp'.
2190
2191 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 Limit the number of log entries displayed by default.
2194 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2195 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2196 using a prefix argument.
2197
2198 2009-12-03 Glenn Morris <rgm@gnu.org>
2199
2200 * progmodes/idlwave.el (class): Restore still useful declaration.
2201
2202 2009-12-03 Alan Mackenzie <acm@muc.de>
2203
2204 Enhance `c-parse-state' to run efficiently in "brace deserts".
2205
2206 * progmodes/cc-mode.el (c-basic-common-init):
2207 Call c-state-cache-init.
2208 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2209 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2210 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2211
2212 * progmodes/cc-langs.el (c-before-font-lock-function):
2213 c-extend-and-neutralize-syntax-in-CPP has been renamed
2214 c-neutralize-syntax-in-and-mark-CPP.
2215
2216 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2217 with `category' properties now, not `syntax-table' ones.
2218
2219 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2220 enhanced (but slower) version of c-end-of-macro that won't land
2221 inside a literal or on another awkward character.
2222 (c-state-cache-too-far, c-state-cache-start)
2223 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2224 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2225 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2226 (c-state-min-scan-pos, c-state-brace-pair-desert)
2227 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2228 buffer local variables.
2229 (c-state-literal-at, c-state-lit-beg)
2230 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2231 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2232 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2233 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2234 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2235 (c-renarrow-state-cache)
2236 (c-append-lower-brace-pair-to-state-cache)
2237 (c-state-push-any-brace-pair, c-append-to-state-cache)
2238 (c-remove-stale-state-cache)
2239 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2240 (c-invalidate-state-cache-1, c-parse-state-1)
2241 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2242 (c-parse-state): Enhance and refactor.
2243 (c-debug-parse-state): Amend to deal with all the new variables.
2244
2245 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2246 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2247 modify to use category text properties rather than syntax-table ones.
2248 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2249 to switch off/on the syntactic paren property of C++ template
2250 delimiters using the category property.
2251 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2252 template delims suppressed.
2253 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2254 New constant/macros which apply category properties to the start
2255 and end of preprocessor constructs.
2256 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2257 "comment out" the syntactic value of characters in preprocessor
2258 constructs.
2259 (c-with-cpps-commented-out)
2260 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2261 with characters in all or all but one preprocessor constructs
2262 "commented out".
2263
2264 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2265
2266 * proced.el (proced-filter-alist): Use regexp-quote.
2267
2268 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2269
2270 Cleanup.
2271 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2272 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2273 arguments. Expand `default-directory'.
2274
2275 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2276 the benefit of returning an expanded localname.
2277 (tramp-tramp-file-p): Handle the case NAME is not a string.
2278
2279 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 Add support for bzr shelve/unshelve.
2282 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2283 (vc-bzr-extra-menu-map): New variables.
2284 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2285 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2286 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2287 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2288 (vc-bzr-dir-extra-headers): Display shelves.
2289
2290 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2291
2292 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * textmodes/bibtex.el (bibtex-complete-internal):
2295 Use completion-in-region.
2296 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2297
2298 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2299
2300 Support applying stashes. Improve UI.
2301 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2302 (vc-git-stash-apply, vc-git-stash-pop)
2303 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2304 (vc-git-stash-menu): New functions.
2305 (vc-git-stash-menu-map): New variable.
2306 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2307
2308 2009-12-03 Glenn Morris <rgm@gnu.org>
2309
2310 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2311 (vc-print-log-internal): Fix previous change.
2312 (vc-revert): Correct pluralization.
2313
2314 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2317 it to be an alist any more.
2318 (makefile-complete): Use completion-in-region.
2319
2320 * progmodes/octave-mod.el (octave-complete-symbol):
2321 Use completion-in-region.
2322
2323 Misc cleanup.
2324 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2325 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2326 (idlwave-complete-class): Don't quote lambda.
2327 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2328 (idlwave-mode-map): Move initialization into declaration.
2329 (idlwave-action-and-binding): Use backquotes.
2330 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2331 Simplify.
2332 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2333 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2334 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2335 `parts', and `all-parts'.
2336 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2337 (idlwave-convert-xml-system-routine-info): Remove unused string
2338 `version-string'.
2339 (idlwave-display-user-catalog-widget): Use dolist.
2340 (idlwave-scanning-lib): Declare dynamically-scoped var.
2341 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2342 (completion-highlight-first-word-only): Declare to silence bytecomp.
2343 (idlwave-popup-select): Tighten scope of `resp'.
2344 (idlwave-find-struct-tag): Remove unused var `beg'.
2345 (idlwave-after-load-rinfo-hook): Declare.
2346 (idlwave-sintern-class-info): Remove unused var `taglist'.
2347 (idlwave-find-class-definition): Remove unused var `list'.
2348 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2349 (idlwave-what-module-find-class): Remove unused var `classes'.
2350
2351 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2352
2353 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2354
2355 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2358 buffers visited. Remove redundant current-buffer-saving.
2359
2360 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 Use completion-in-buffer and remove uses of dynamic scoping.
2363 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2364 (pascal-buffer-to-use, pascal-flag): Don't declare.
2365 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2366 (pascal-get-completion-decl, pascal-keyword-completion):
2367 Add `pascal-str' argument, save-excursion,
2368 return the found completions, and don't filter with pascal-pred.
2369 (pascal-completion-cache): New var.
2370 (pascal-completion): Don't switch buffer any more (it was never
2371 necessary). Don't save-excursion any more (it's done by the called
2372 subroutines). Use a cache to avoid redundant computations.
2373 Use complete-with-action rather than pascal-completion-response and
2374 let it apply the predicate as well.
2375 (pascal-complete-word): Use completion-in-buffer when
2376 pascal-toggle-completions is nil.
2377 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2378 not used any more.
2379 (pascal-comp-defun): Don't change buffer any more.
2380 Use complete-with-action rather than pascal-completion-response and
2381 let it apply the predicate as well.
2382 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2383 when neded.
2384
2385 2009-12-02 Kenichi Handa <handa@m17n.org>
2386
2387 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2388 shape for all Indic scripts.
2389
2390 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 Use completion-in-buffer.
2393 * wid-edit.el (widget-field-text-end): New function.
2394 (widget-field-value-get): Use it.
2395 (widget-string-complete, widget-file-complete)
2396 (widget-color-complete): Use it and completion-in-region.
2397 (widget-complete): Don't narrow the buffer.
2398
2399 2009-12-02 Glenn Morris <rgm@gnu.org>
2400
2401 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2402 (rmail-select-summary): Use rmail-pop-to-buffer.
2403 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2404 rmail-pop-to-buffer, to prevent horizontal splits.
2405
2406 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2407 save-excursion with save-current-buffer.
2408 Widen before searching. (Bug#5093)
2409 (diary-list-sexp-entries): Remove superfluous save-excursion.
2410
2411 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2412
2413 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2414 name. (Bug#5038)
2415
2416 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2417
2418 * ido.el (ido-file-internal): Handle filenames at point that do
2419 not have a directory part. (Bug#5049)
2420
2421 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2424 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2425
2426 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2427
2428 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2429 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2430 any more.
2431
2432 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * comint.el (comint-insert-input): Ignore clicks to the right of
2435 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2436
2437 * vc.el (vc-print-log-internal): Don't wait for the process to
2438 terminate before setting up the major mode.
2439
2440 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2441 in case.
2442
2443 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2444 the last element.
2445
2446 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2447
2448 2009-12-01 Glenn Morris <rgm@gnu.org>
2449
2450 * window.el (window--display-buffer-2): Fix previous changes.
2451
2452 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2455
2456 2009-12-01 Glenn Morris <rgm@gnu.org>
2457
2458 * Makefile.in (ELCFILES): Add mpc.elc.
2459
2460 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * mpc.el: New file.
2463
2464 2009-12-01 Glenn Morris <rgm@gnu.org>
2465
2466 * window.el (window-to-use): Define for compiler.
2467
2468 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2469 consistent with others (no final period).
2470
2471 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2472 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2473
2474 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2475
2476 Make vc-print-log buttons work.
2477 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2478
2479 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2480
2481 * savehist.el (savehist-autosave-interval): Allow setting to nil
2482 through customize. (Bug#5056)
2483
2484 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2485
2486 Fix references to jit-lock properties.
2487 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2488 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2489 (perl-font-lock-special-syntactic-constructs):
2490 Quote jit-lock-defer-multiline property.
2491
2492 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2493
2494 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2495
2496 2009-11-30 Juri Linkov <juri@jurta.org>
2497
2498 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2499 value `buffer' of `multi-isearch-next-buffer-current-function'.
2500 Use `(current-buffer)' when `buffer' is nil.
2501 (multi-isearch-next-buffer-from-list): Don't fallback to
2502 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2503
2504 2009-11-30 Juri Linkov <juri@jurta.org>
2505
2506 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2507 of buffers with `get-buffer' to `multi-isearch-buffers'.
2508 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2509 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2510 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2511 FILES with `expand-file-name' converting relative file names
2512 to absolute. Doc fix. (Bug#4727)
2513
2514 2009-11-30 Juri Linkov <juri@jurta.org>
2515
2516 * misearch.el (multi-isearch-read-buffers)
2517 (multi-isearch-read-matching-buffers): New functions.
2518 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2519 Use them in the `interactive' spec. Doc fix.
2520 (multi-isearch-read-files, multi-isearch-read-matching-files):
2521 New functions.
2522 (multi-isearch-files, multi-isearch-files-regexp):
2523 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2524
2525 2009-11-30 Juri Linkov <juri@jurta.org>
2526
2527 * doc-view.el (doc-view-continuous):
2528 Rename from `doc-view-continuous-mode'.
2529 (doc-view-menu): Move "Toggle display" to the top.
2530 Add submenu "Continuous" with radio buttons "Off"/"On"
2531 and "Save as Default".
2532 (doc-view-scroll-up-or-next-page)
2533 (doc-view-scroll-down-or-previous-page)
2534 (doc-view-next-line-or-next-page)
2535 (doc-view-previous-line-or-previous-page): Rename
2536 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2537
2538 2009-11-30 Juri Linkov <juri@jurta.org>
2539
2540 * comint.el (comint-mode-map): Rebind `M-r' from
2541 `comint-previous-matching-input' to
2542 `comint-history-isearch-backward-regexp'.
2543 Unbind `M-s' to allow global key binding `M-s'.
2544 Add menu items for `comint-history-isearch-backward' and
2545 `comint-history-isearch-backward-regexp'. (Bug#3746)
2546
2547 2009-11-30 Juri Linkov <juri@jurta.org>
2548
2549 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2550 For def=recenter, replace `recenter' with `recenter-top-bottom'
2551 that is called with `this-command' and `last-command' let-bound
2552 to `recenter-top-bottom'. When the last `def' was not `recenter',
2553 set `recenter-last-op' to nil. (Bug#4981)
2554
2555 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 Minor cleanup and simplification.
2558 * filecache.el (file-cache-add-directory)
2559 (file-cache-add-directory-recursively)
2560 (file-cache-add-from-file-cache-buffer)
2561 (file-cache-delete-file-regexp, file-cache-delete-directory)
2562 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2563 (file-cache-temp-minibuffer-message): Delete function.
2564 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2565
2566 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2567 Don't signal an error when bumping into EOB in tr, s, or y.
2568
2569 2009-11-29 Juri Linkov <juri@jurta.org>
2570
2571 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2572 (Bug#4960)
2573
2574 * descr-text.el (describe-char-unidata-list): Use lowercase name
2575 for "Unicode name" like in other tags.
2576
2577 2009-11-29 Juri Linkov <juri@jurta.org>
2578
2579 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2580 New compatibility macro.
2581 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2582
2583 2009-11-29 Juri Linkov <juri@jurta.org>
2584
2585 Add defcustom to define the cycling order of `recenter-top-bottom'.
2586 (Bug#4981)
2587
2588 * window.el (recenter-last-op): Doc fix.
2589 (recenter-positions): New defcustom.
2590 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2591 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2592
2593 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2594
2595 Improve integration of Tramp and ange-ftp in eshell.
2596
2597 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2598 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2599 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2600
2601 * eshell/esh-util.el (top): Require also Tramp when compiling.
2602 (eshell-directory-files-and-attributes): Check for FTP remote
2603 connection.
2604 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2605 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2606 (eshell-file-attributes): Handle ".". Return `entry'.
2607
2608 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2609 (ange-ftp-directory-files-and-attributes)
2610 (ange-ftp-real-directory-files-and-attributes): New defuns.
2611
2612 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2613 shell with "exec" when possible. This prevents trailing prompts
2614 in `start-file-process'.
2615
2616 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 Try and remove assumptions about point-min==1.
2619 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2620 (rng-compute-mode-line-string): Show the validation percentage in
2621 terms of the narrowed text, not the widened text.
2622 (rng-do-some-validation): Don't catch internal errors when debugging.
2623 (rng-first-error): Simplify.
2624 (rng-after-change-function): Remove work around. AFAIK the bug has
2625 been fixed a while ago.
2626
2627 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2628 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2629
2630 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2631
2632 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2633 `cd' doesn't always do it for us (bug#5067).
2634
2635 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2636 on 2009-10-25 as part of some other change (bug#5067).
2637
2638 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2641 `suspicious'.
2642 (byte-compile-warnings): Use byte-compile-warning-types.
2643 (byte-compile-save-excursion): Warn about use of set-buffer right
2644 after save-excursion.
2645
2646 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2647 the excursion as well.
2648
2649 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2650
2651 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2652 providing a Tramp related implementation of "su" and "sudo".
2653 (eshell-unix-initialize): Add "su" and "sudo".
2654
2655 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2656
2657 * net/socks.el (socks-send-command): Convert binary request to
2658 unibyte before sending. This fixes mishandling of some port
2659 numbers such as 129.
2660
2661 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * help.el (describe-bindings-internal): Remove `interactive'.
2664
2665 * man.el (Man-completion-table): Trim a terminating "(".
2666 Remove the space between name page a section.
2667 Add the command's description on the `help-echo' property.
2668 Remove `process-connection-type' binding since it's unused by
2669 call-process.
2670 Provide completion for the "<section> <name>" format as well.
2671 (Man-default-man-entry): Remove spurious var shadowing the argument.
2672
2673 2009-11-26 Kevin Ryde <user42@zip.com.au>
2674
2675 * log-view.el: Add "Keywords: tools", since its other keywords
2676 aren't in finder-known-keywords, and following vc.el.
2677
2678 * sha1.el (sha1-string-external): default-directory "/" in case
2679 otherwise non-existent. process-connection-type pipe for touch of
2680 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2681
2682 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 Misc coding convention cleanups.
2685 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2686 hfy-init-kludge-hooks.
2687 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2688 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2689 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2690 and push.
2691 (hfy-slant, hfy-weight): Use tables rather than code.
2692 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2693 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2694 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2695 (hfy-face-to-css): Remove `nconc' with single arg.
2696 (hfy-p-to-face-lennart): Use `or'.
2697 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2698 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2699 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2700 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2701 (hfy-force-fontification): Use run-hooks.
2702
2703 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2704
2705 Various minor fixes.
2706 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2707 Javascript belongs in the header, not the body.
2708 (hfy-javascript): Remove.
2709 (hfy-fontify-buffer): Don't insert it any more.
2710 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2711 Fix bug in invis handling when there were no invis props in a chunk.
2712
2713 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2716
2717 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2718
2719 * finder.el (finder-mode-map): Add a menu.
2720
2721 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2722
2723 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2724 "unsigned" structs.
2725
2726 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2727 fork" statement better.
2728
2729 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2730
2731 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2732 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2733 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2734 Reported by Clay Douglass.
2735
2736 (verilog-auto-inst, verilog-auto-star-safe)
2737 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2738 Fix removing "// Interfaces" when saving .* expansions. Reported by
2739 Pierre-David Pfister.
2740
2741 2009-11-26 Glenn Morris <rgm@gnu.org>
2742
2743 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2744 the scope.
2745
2746 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2747
2748 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2749 Really use previous revision.
2750
2751 2009-11-25 Kevin Ryde <user42@zip.com.au>
2752
2753 * man.el (Man-completion-table): default-directory "/" in case
2754 doesn't otherwise exist. process-environment COLUMNS=999 so as
2755 not to truncate long names. process-connection-type pipe to avoid
2756 any chance of hitting the pseudo-tty TIOCGWINSZ.
2757 (man): completion-ignore-case t for friendliness and since man
2758 itself is case-insensitive on the command line.
2759 Further to Bug#3717.
2760
2761 * arc-mode.el: Add "Keywords: files", so the details in its
2762 commentary can be reached from finder-by-keyword.
2763 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2764 editing mode, but it's comms related and sgml-mode.el has "comm"
2765 on that basis too.
2766 * textmodes/bibtex-style.el: Add "Keywords: tex".
2767 * international/isearch-x.el, international/ja-dic-cnv.el:
2768 * international/ja-dic-utl.el, international/kkc.el:
2769 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2770
2771 2009-11-25 Juri Linkov <juri@jurta.org>
2772
2773 * man.el (Man-completion-table): Modify regexp to include
2774 section names to completion strings. (Bug#3717)
2775
2776 2009-11-25 Juri Linkov <juri@jurta.org>
2777
2778 Search recursively in gzipped files. (Bug#4982)
2779
2780 * progmodes/grep.el (grep-highlight-matches): Add new options
2781 `always' and `auto'. Doc fix.
2782 (grep-process-setup): Check `grep-highlight-matches' for
2783 `auto-detect' to determine the need to compute grep defaults.
2784 Move Windows/DOS specific --colors settings handling
2785 to `grep-compute-defaults'. Check `grep-highlight-matches'
2786 to get the value of "--color=".
2787 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2788 has the value `auto-detect'. Move Windows/DOS specific settings
2789 from `grep-process-setup'.
2790 (zrgrep): New command with alias `rzgrep'.
2791
2792 2009-11-25 Juri Linkov <juri@jurta.org>
2793
2794 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2795 to nil instead of switching off view-mode. (Bug#4896)
2796
2797 2009-11-25 Juri Linkov <juri@jurta.org>
2798
2799 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2800
2801 * mwheel.el (mwheel-scroll-up-function)
2802 (mwheel-scroll-down-function): New defvars.
2803 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2804 `scroll-up', and `mwheel-scroll-down-function' instead of
2805 `scroll-down'.
2806
2807 * doc-view.el (doc-view-scroll-up-or-next-page)
2808 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2809 Use this ARG in the call to image-scroll-up/image-scroll-down.
2810 Change `interactive' spec to "P". Goto next/previous page only
2811 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2812 SPC/DEL case). Doc fix.
2813 (doc-view-next-line-or-next-page)
2814 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2815 for consistency.
2816 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2817 `doc-view-scroll-up-or-next-page', and buffer-local
2818 `mwheel-scroll-down-function' to
2819 `doc-view-scroll-down-or-previous-page'.
2820
2821 2009-11-25 Juri Linkov <juri@jurta.org>
2822
2823 Provide additional default values (directories at other Dired
2824 windows) via M-n in the minibuffer of some Dired commands.
2825
2826 * dired-aux.el (dired-diff, dired-compare-directories)
2827 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2828 `minibuffer-default' in `minibuffer-with-setup-hook'.
2829 (dired-dwim-target-directory): Find a window that displays Dired
2830 buffer instead of failing when the next window is not Dired.
2831 Use `get-window-with-predicate' to find for the next Dired window.
2832 (dired-dwim-target-defaults): New function.
2833
2834 * ediff-util.el (ediff-read-file-name):
2835 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2836 in `minibuffer-with-setup-hook'.
2837
2838 2009-11-25 Juri Linkov <juri@jurta.org>
2839
2840 Provide additional default values (file name at point or at the
2841 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2842
2843 * minibuffer.el (read-file-name-defaults): New function.
2844 (read-file-name): Reset `minibuffer-default' to nil when
2845 it duplicates initial input `insdef'.
2846 Bind `minibuffer-default-add-function' to lambda that
2847 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2848 (minibuffer-insert-file-name-at-point): New command.
2849
2850 * files.el (file-name-at-point-functions): New defcustom.
2851 (find-file-default): Remove defvar.
2852 (find-file-read-args): Don't use `find-file-default'.
2853 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2854 to `read-file-name'.
2855 (find-file-literally): Use `read-file-name' with
2856 `confirm-nonexistent-file-or-buffer'.
2857
2858 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2859
2860 * dired.el (dired-read-dir-and-switches):
2861 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2862 to `read-file-name'.
2863 (dired-file-name-at-point): New function.
2864 (dired-mode): Add hook `dired-file-name-at-point' to
2865 `file-name-at-point-functions'.
2866
2867 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 Really make the *Completions* window soft-dedicated (bug#5030).
2870 * window.el (window--display-buffer-2): Add `dedicated' argument.
2871 (display-buffer): Pass it when needed so the dedicated flag is set
2872 after calling set-window-buffer, which would otherwise reset it.
2873
2874 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * progmodes/meta-mode.el (meta-complete-symbol):
2877 * progmodes/etags.el (complete-tag):
2878 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2879 Use completion-in-region.
2880
2881 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2882 (dabbrev-completion): Use completion-in-region.
2883 (dabbrev--abbrev-at-point): Simplify regexp.
2884
2885 * abbrev.el (abbrev--before-point): Use word-motion functions
2886 if :regexp is not specified (bug#5031).
2887
2888 * subr.el (string-prefix-p): New function.
2889
2890 * man.el (Man-completion-cache): New var.
2891 (Man-completion-table): Use it.
2892
2893 * vc.el (vc-print-log-internal): Make `limit' optional for better
2894 compatibility (e.g. with vc-annotate.el).
2895
2896 2009-11-24 Kevin Ryde <user42@zip.com.au>
2897
2898 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2899 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2900
2901 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2902 when .el source file not found or other error.
2903
2904 2009-11-24 Markus Triska <markus.triska@gmx.at>
2905
2906 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2907
2908 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 Handle the [back] button properly (bug#4979).
2911 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2912 Use help-setup-xref, help-buffer, and with-help-window.
2913 (describe-char): Add `buffer' argument.
2914 Pass proper command to help-setup-xref. Don't meddle with
2915 help-xref-stack-item directly.
2916 (describe-text-category): Use with-help-window and help-buffer.
2917
2918 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2919 for the displayed buffer (bug#4887).
2920
2921 * man.el (Man-completion-table): New function.
2922 (man): Use it.
2923
2924 2009-11-24 David Reitter <david.reitter@gmail.com>
2925
2926 * vc-git.el (vc-git-registered): Use checkout directory (where
2927 .git is) rather than the file's directory and a relative path spec
2928 to work around a bug in git.
2929
2930 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2931
2932 Improve handling of processes on remote hosts.
2933
2934 * eshell/esh-util.el (eshell-path-env): New defvar.
2935 (eshell-parse-colon-path): New defun.
2936 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2937
2938 * eshell/esh-ext.el (eshell-search-path):
2939 Use `eshell-parse-colon-path'.
2940 (eshell-remote-command): Remove argument HANDLER.
2941 (eshell-external-command): Check for FTP remote connection.
2942
2943 * eshell/esh-proc.el (eshell-gather-process-output):
2944 Use `file-truename', in order to start also symlinked files.
2945 Apply `start-file-process' instead of `start-process'.
2946 Shorten `command' to the local file name part.
2947
2948 * eshell/em-cmpl.el (eshell-complete-commands-list):
2949 Use `eshell-parse-colon-path'.
2950
2951 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2952
2953 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2954 to `eshell-directory-change-hook'.
2955
2956 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2957
2958 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2959 because it could be enabled automatically if view-read-only is non-nil.
2960
2961 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2962
2963 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2964 made on 2009-11-22.
2965
2966 2009-11-24 Glenn Morris <rgm@gnu.org>
2967
2968 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2969 deleted variable bookmark-bmenu-bookmark-column.
2970
2971 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2972 Move after definition of global-semantic-idle-tag-highlight-mode.
2973
2974 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2977
2978 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2979
2980 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2981 two slashes to the "file:" prefix.
2982 (browse-url-file-url): De-munge Cygwin filenames before passing
2983 them to Windows browser.
2984 (browse-url-default-windows-browser): Use call-process.
2985
2986 2009-11-23 Juri Linkov <juri@jurta.org>
2987
2988 Implement DocView Continuous mode. (Bug#4896)
2989 * doc-view.el (doc-view-continuous-mode): New defcustom.
2990 (doc-view-mode-map): Bind C-n/<down> to
2991 `doc-view-next-line-or-next-page', C-p/<up> to
2992 `doc-view-previous-line-or-previous-page'.
2993 (doc-view-next-line-or-next-page)
2994 (doc-view-previous-line-or-previous-page): New commands.
2995
2996 2009-11-23 Juri Linkov <juri@jurta.org>
2997
2998 Implement Isearch in comint input history. (Bug#3746)
2999 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3000 `isearch-mode-hook'.
3001 (comint-history-isearch): New defcustom.
3002 (comint-history-isearch-backward)
3003 (comint-history-isearch-backward-regexp): New commands.
3004 (comint-history-isearch-message-overlay): New buffer-local variable.
3005 (comint-history-isearch-setup, comint-history-isearch-end)
3006 (comint-goto-input, comint-history-isearch-search)
3007 (comint-history-isearch-message, comint-history-isearch-wrap)
3008 (comint-history-isearch-push-state)
3009 (comint-history-isearch-pop-state): New functions.
3010
3011 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3014 return.
3015 (tramp-handle-make-symbolic-link)
3016 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3017 Quote file names.
3018 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3019 (tramp-handle-process-file): Use it.
3020
3021 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * window.el (move-to-window-line-last-op): Remove.
3024 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3025
3026 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3027
3028 Make M-r mirror the new cycling behavior of C-l.
3029 * window.el (move-to-window-line-last-op): New var.
3030 (move-to-window-line-top-bottom): New command.
3031 (global-map): Bind M-r move-to-window-line-top-bottom.
3032
3033 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3034
3035 * dired-x.el (dired-guess-shell-alist-default):
3036 Support xz format. (Bug#4953)
3037
3038 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * cedet/srecode/map.el (srecode-get-maps):
3041 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3042 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3043 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3044 (semantic-toggle-decoration-style):
3045 * cedet/semantic/decorate/include.el
3046 (semantic-decoration-include-describe)
3047 (semantic-decoration-unknown-include-describe)
3048 (semantic-decoration-unparsed-include-describe)
3049 (semantic-decoration-all-include-summary):
3050 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3051 * cedet/semantic/analyze/complete.el
3052 (semantic-analyze-possible-completions):
3053 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3054 (semantic-show-unmatched-syntax-mode)
3055 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3056 (semantic-highlight-func-mode):
3057 * cedet/semantic/util.el (semantic-describe-buffer):
3058 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3059 (semantic-symref-find-tags-by-name)
3060 (semantic-symref-find-tags-by-regexp)
3061 (semantic-symref-find-tags-by-completion)
3062 (semantic-symref-find-file-references-by-name)
3063 (semantic-symref-find-text):
3064 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3065 (senator-yank-tag):
3066 * cedet/semantic/scope.el (semantic-calculate-scope):
3067 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3068 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3069 (define-semantic-idle-service):
3070 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3071 (semantic-complete-analyze-inline-idle):
3072 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3073 * cedet/mode-local.el (describe-mode-local-bindings)
3074 (describe-mode-local-bindings-in-mode):
3075 * cedet/ede/make.el (ede-make-check-version):
3076 * cedet/ede/locate.el (ede-enable-locate-on-project):
3077 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3078 (cedet-idutils-version-check):
3079 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3080 (cedet-gnu-global-version-check):
3081 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3082 (cedet-cscope-version-check): Use called-interactively-p instead
3083 of interactive-p.
3084
3085 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3086 Use semantic-format-tag-prototype.
3087
3088 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3089
3090 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3091 last-command-char/last-command-event.
3092 (viper-prefix-arg-value): Do correct conversion of event-char for
3093 XEmacs.
3094
3095 * emulation/viper-util.el, emulation/viper.el:
3096 Use viper-last-command-char instead of
3097 last-command-char/last-command-event.
3098
3099 * ediff-init.el, ediff-mult.el, ediff-util.el:
3100 Replace last-command-char and last-command-event
3101 with (ediff-last-command-char) everywhere.
3102
3103 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3104 created in fundamental mode.
3105
3106 * ediff.el (ediff-version): Revert the change of interactive-p to
3107 called-interactively-p.
3108
3109 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3110
3111 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3112 generation from word-movement command names.
3113
3114 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3117 (semantic-complete-jump-local, semantic-complete-jump):
3118 Improve prompt string.
3119
3120 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3121
3122 * cus-start.el (all): Add native condition for font-use-system-font.
3123
3124 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3125
3126 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3127 Correct the patch from 2009-11-18. (Bug#3910)
3128
3129 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3130
3131 * progmodes/subword.el: Rename from lisp/subword.el.
3132
3133 * subword.el: Rename to progmodes/subword.el.
3134
3135 * Makefile.in (ELCFILES): Adapt to subword.el move.
3136
3137 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3138 Stefan Monnier <monnier@iro.umontreal.ca>
3139
3140 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3141 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3142 (bookmark-bmenu-show-filenames): Use push.
3143 (bookmark-bmenu-hide-filenames): Use local var instead of
3144 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3145 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3146 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3147 filenames now that the bookmark names are always available.
3148
3149 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3152 (bookmark-search-pattern): Move and leave unbound.
3153 (bookmark-bmenu-mode-map): Change binding.
3154 (bookmark-read-search-input): Simplify.
3155 Don't use text-char-description. Don't error on non-char events.
3156 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3157 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3158 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3159 Use a local var for the timer.
3160 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3161 (i.e. bookmark-bmenu-search).
3162
3163 2009-11-21 Glenn Morris <rgm@gnu.org>
3164
3165 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3166
3167 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3168
3169 * net/browse-url.el (browse-url-default-windows-browser):
3170 Use cygstart for cygwin.
3171
3172 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3173
3174 * bookmark.el: Formatting and doc fixes only:
3175 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3176 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3177 Minor grammar and punctuation fixes in doc string.
3178 (bookmark-read-search-input): Adjust to fit within 80 columns.
3179
3180 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3181
3182 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3183 (c-backward-into-nomenclature): Adapt to subword renaming.
3184
3185 * subword.el (subword-forward, subword-backward, subword-mark)
3186 (subword-kill, subword-backward-kill, subword-transpose)
3187 (subword-downcase, subword-upcase, subword-capitalize)
3188 (subword-forward-internal, subword-backward-internal):
3189 Rename from forward-subword, backward-subword, mark-subword,
3190 kill-subword, backward-kill-subword, transpose-subwords,
3191 downcase-subword, upcase-subword, capitalize-subword,
3192 forward-subword-internal, backward-subword-internal.
3193
3194 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3195
3196 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3197 New options.
3198 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3199 New vars.
3200 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3201 (bookmark-bmenu-filter-alist-by-regexp)
3202 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3203 (bookmark-bmenu-search): New command.
3204 (bookmark-bmenu-mode-map): Bind it.
3205
3206 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3209
3210 * cedet/semantic/idle.el (define-semantic-idle-service)
3211 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3212
3213 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3214
3215 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3216 backward-subword to quit the byte-compiler.
3217
3218 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3219
3220 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3221
3222 * progmodes/cc-cmds.el (c-update-modeline)
3223 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3224 Refer to subword.el functions instead of cc-subword.el.
3225
3226 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3227 subword.el functions instead of cc-subword.el.
3228
3229 * progmodes/cc-subword.el: Rename to subword.el.
3230 * subword.el: Rename from progmodes/cc-subword.el.
3231 (subword-mode-map): Rename from c-subword-mode-map.
3232 (subword-mode): Rename from c-subword-mode.
3233 (global-subword-mode): New global minor mode.
3234 (forward-subword): Rename from c-forward-subword.
3235 (backward-subword): Rename from c-backward-subword.
3236 (mark-subword): Rename from c-mark-subword.
3237 (kill-subword): Rename from c-kill-subword.
3238 (backward-kill-subword): Rename from c-backward-kill-subword.
3239 (transpose-subwords): Rename from c-tranpose-subword.
3240 (downcase-subword): Rename from c-downcase-subword.
3241 (capitalize-subword): Rename from c-capitalize-subword.
3242 (forward-subword-internal): Rename from c-forward-subword-internal.
3243 (backward-subword-internal): Rename from c-backward-subword-internal.
3244
3245 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3246
3247 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3248 from a dired buffer.
3249 (vc-dired-deduce-fileset): New function.
3250 (vc-root-diff, vc-print-root-log): Use it.
3251
3252 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3253 nil LIMIT argument to vc-print-log-internal.
3254
3255 2009-11-20 Glenn Morris <rgm@gnu.org>
3256
3257 * Makefile.in (ELCFILES): Regenerate.
3258
3259 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3262
3263 * cedet/semantic.el: Enable idle-mode menu items only if
3264 global-semantic-idle-scheduler-mode is enabled.
3265 (semantic-default-submodes): Doc fix.
3266
3267 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3268 When turning off, disable other idle modes.
3269
3270 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3271
3272 * calc/calc.el (calc-set-mode-line):
3273 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3274 (math-format-number): Rename `math-format-complement-signed' to
3275 `math-format-twos-complement'.
3276
3277 * calc/calc-bin.el (math-format-twos-complement): Rename from
3278 math-format-complement-signed.
3279 (calc-radix): Rename `calc-complement-signed-mode' to
3280 `calc-twos-complement-mode'.
3281 (calc-octal-radix, calc-hex-radix): Add an argument for
3282 two's complement.
3283
3284 * calc/calc-embed.el (calc-embedded-mode-vars):
3285 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3286
3287 * calc/calc-ext.el (calc-init-extensions):
3288 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3289 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3290
3291 * calc/calc-units.el (math-build-units-table-buffer):
3292 Let `calc-twos-complement-mode' be nil.
3293
3294 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3295 entries.
3296
3297 * calc/calc-vec.el (calcFunc-vunpack):
3298 * calc/calc-aent.el (calc-do-calc-eval):
3299 * calc/calc-forms.el (math-format-date):
3300 * calc/calc-graph.el (calc-graph-plot):
3301 * calc/calc-math.el (math-use-emacs-fn):
3302 * calc/calccomp.el (math-compose-expr):
3303 Let `calc-twos-complement-mode' be nil.
3304
3305 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3308 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3309 * minibuffer.el (completion-in-region-functions): New hook.
3310 (completion-in-region): New function.
3311 * emacs-lisp/lisp.el (lisp-complete-symbol):
3312 * pcomplete.el (pcomplete-std-complete): Use it.
3313
3314 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3317 (latex-complete-alist): New vars.
3318 (latex-string-prefix-p, latex-complete-bibtex-keys)
3319 (latex-complete-envnames, latex-complete-refkeys)
3320 (latex-complete-data): New functions.
3321 (latex-complete, latex-indent-or-complete): New commands.
3322
3323 * window.el (display-buffer-mark-dedicated): New var.
3324 (display-buffer): Obey it.
3325 * minibuffer.el (minibuffer-completion-help): Use it.
3326
3327 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3328
3329 * filecache.el (file-cache-add-file): Use push and cons.
3330 (file-cache-delete-file-regexp): Use push.
3331 (file-cache-complete): Use completion-in-region.
3332
3333 * simple.el (with-wrapper-hook): Fix thinko.
3334
3335 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3336 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3337 Use with-current-buffer and string-to-number.
3338 (hfy-fallback-colour-values): Use assoc-string.
3339 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3340 (hfy-face-at): Remove unused var `found-face'.
3341 (hfy-compile-stylesheet): Remove unused var `css'.
3342 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3343 and `orig-buffer'.
3344 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3345 Use with-current-buffer.
3346 (hfy-text-p): Use expand-file-name and fewer setq.
3347
3348 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3349
3350 * htmlfontify.el, hfy-cmap.el: New files.
3351
3352 2009-11-19 Juri Linkov <juri@jurta.org>
3353
3354 * minibuffer.el (completions-format): New defcustom.
3355 (completion--insert-strings): Implement vertical format.
3356
3357 * simple.el (switch-to-completions): Move point to the first
3358 completion when point was at the beginning of the buffer.
3359
3360 2009-11-19 Juri Linkov <juri@jurta.org>
3361
3362 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3363
3364 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3365
3366 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3369 (mail-signature): Change default to t.
3370 (mail-from-style): Deprecate `system-default' value.
3371 (mail-insert-from-field): For default value of mail-from-style,
3372 default to `angles' unless `angles' needs quoting and `parens'
3373 does not.
3374 (mail-citation-prefix-regexp): Use citation regexp from
3375 message-mode.
3376
3377 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3378
3379 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3380 Set variables for computing the prompt for reading password.
3381
3382 2009-11-19 Glenn Morris <rgm@gnu.org>
3383
3384 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3385
3386 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3387
3388 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3389 (newsticker-treeview-listwindow-height): Fix custom type.
3390
3391 2009-11-19 Kenichi Handa <handa@m17n.org>
3392
3393 * descr-text.el (describe-char-padded-string): Compose with TAB
3394 only if there's a font for CH.
3395 (describe-char): Fix the condition for detecting a trivial composition.
3396
3397 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3398
3399 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3400 more accurate version of the regexp. (Bug#3910)
3401
3402 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3403
3404 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3405
3406 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3409 (font-setting-change-default-font): Fix typo in docstring.
3410
3411 2009-11-18 Alan Mackenzie <acm@muc.de>
3412
3413 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3414
3415 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3416
3417 * font-setting.el (font-use-system-font): Move ...
3418
3419 * cus-start.el (all): ... to here.
3420
3421 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3424 Don't set `ad-return-value' if `ad-do-it' doesn't.
3425
3426 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3427 modification time.
3428
3429 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3430
3431 * menu-bar.el: Put "Use system font" in Option-menu.
3432 (menu-bar-options-save): Add font-use-system-font.
3433
3434 * loadup.el: If feature system-font-setting or font-render-setting is
3435 there, load font-setting.
3436
3437 * Makefile.in (ELCFILES): Add font-settings.el.
3438 * font-setting.el: New file.
3439
3440 2009-11-17 Glenn Morris <rgm@gnu.org>
3441
3442 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3443
3444 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3445 Preserve point in the list buffer. (Bug#4939)
3446 Use point-at-eol.
3447 (newsticker--treeview-list-update-highlight)
3448 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3449
3450 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3451
3452 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3453 Remove.
3454
3455 * calc/calc-ext.el (calc-init-extensions): Remove references to
3456 symclip.
3457
3458 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3459
3460 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3461 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3462 `calc-symclip'.
3463
3464 2009-11-16 Kevin Ryde <user42@zip.com.au>
3465
3466 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3467 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3468
3469 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3470 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3471 Ignore trailing spaces by omit-nulls to split-string (fixing
3472 regression from Emacs 21 due to the incompatible split-string
3473 change). (Bug #4928.)
3474
3475 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * vc.el (vc-log-show-limit): Default to 2000.
3478 (vc-print-log-internal): Insert buttons to request more entries
3479 when limiting the output.
3480
3481 * vc-sccs.el (vc-sccs-print-log):
3482 * vc-rcs.el (vc-rcs-print-log):
3483 * vc-cvs.el (vc-cvs-print-log):
3484 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3485 LIMIT is non-nil.
3486
3487 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3490 error when `tramp-gvfs-dbus-event-vector' is set.
3491 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3492
3493 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3496
3497 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * net/dbus.el (dbus-unregister-service): New defun.
3500 (dbus-register-property): Register the handlers of
3501 "org.freedesktop.DBus.Properties" for SERVICE.
3502 (dbus-property-handler): Fix docstring.
3503
3504 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3505
3506 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3507 Quote doc string reference in defvaralias as it is not in special form.
3508 (byte-compile-output-docform): Doc fix.
3509
3510 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3511
3512 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3513 (calc-complement-signed-mode): New variables.
3514 (calc-set-mode-line): Add indicator for twos-complements.
3515 (math-format-number): Format twos-complement notation.
3516
3517 * calc/calc-bin.el (calc-word-size): Reset the variables
3518 `math-2-word-size' and `math-half-2-word-size'.
3519 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3520 (calc-symclip): New functions.
3521
3522 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3523
3524 * calc/calc-embed.el (calc-embedded-mode-vars):
3525 Add `calc-complement-signed-mode' to the list of modes.
3526
3527 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3528 (calc-b-oper-keys): Add `calc-symclip' to list.
3529
3530 * calc/calc-ext.el (math-read-number-fancy): Read complement
3531 signed numbers.
3532 (calc-init-extensions): Add binding for `calc-symclip'.
3533 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3534
3535 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3536 `calc-symclip'.
3537 (calc-modes-menu): Add item for twos complement mode.
3538
3539 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3540
3541 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * register.el (jump-to-register, insert-register): Handle Semantic
3544 tags. From commented-out advice in semantic/senator.el.
3545
3546 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3547
3548 * vc.el (vc-log-show-limit): New variable.
3549 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3550 when using a prefix argument.
3551 (vc-print-log-internal): Add new argument LIMIT.
3552
3553 * vc-svn.el (vc-svn-print-log):
3554 * vc-mtn.el (vc-mtn-print-log):
3555 * vc-hg.el (vc-hg-print-log):
3556 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3557 pass it to the log command when set. Make the BUFFER argument
3558 non-optional.
3559
3560 * vc-sccs.el (vc-sccs-print-log):
3561 * vc-rcs.el (vc-rcs-print-log):
3562 * vc-git.el (vc-git-print-log):
3563 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3564 ignore it. Make the BUFFER argument non-optional
3565
3566 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3567
3568 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * dired.el (dired-mode-map): Move encryption items to "Operate"
3571 menu (Bug#4703).
3572
3573 * strokes.el (strokes-update-window-configuration): Make strokes
3574 buffer current before erasing (Bug#4906).
3575
3576 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3577 (semantic-idle-summary-mode): Define using define-minor-mode
3578 instead of define-semantic-idle-service.
3579 (semantic-idle-summary-mode): New function.
3580 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3581 that mouse motion does not reset the echo area.
3582
3583 2009-11-15 Juri Linkov <juri@jurta.org>
3584
3585 * simple.el (set-mark-default-inactive): Add :type, :group
3586 and :version. (Bug#4876)
3587
3588 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3589
3590 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3591 (archive-unique-fname): ... here. (Bug#4929)
3592
3593 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3596 with a real fix.
3597
3598 * novice.el (disabled-command-function): Add useful args.
3599 Setup the help buffer so that [back] works.
3600 Remove redundant call to help-mode.
3601 (disabled-command-function): Use `case'.
3602 (en/disable-command): New function extracted from enable-command.
3603 (enable-command, disable-command): Use it.
3604
3605 2009-11-14 Glenn Morris <rgm@gnu.org>
3606
3607 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3608 constants. (Bug#4913)
3609
3610 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3611
3612 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3613
3614 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3615 defined in C that have no doc-strings. (Bug#1063)
3616
3617 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3618
3619 * cus-edit.el (data, files):
3620 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3621
3622 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * simple.el (shell-command): Doc fix (Bug#4891).
3625
3626 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3627
3628 2009-11-14 Glenn Morris <rgm@gnu.org>
3629
3630 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3631 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3632 If they are already loaded, eval-after-load will do the right thing.
3633
3634 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3635 compiling.
3636
3637 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3638
3639 * simple.el (x-selection-owner-p): Declare.
3640 (read-mail-command): Use custom radio type rather than choice.
3641 (completion-no-auto-exit): Doc fix.
3642
3643 * custom.el (defgroup):
3644 * epg-config.el (epg): Doc fixes.
3645
3646 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3647
3648 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3649 * international/ccl.el (define-ccl-program): Do not purecopy the
3650 docstring, defconst does it anyway.
3651
3652 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3655 a second time.
3656
3657 * x-dnd.el (x-dnd-maybe-call-test-function):
3658 * window.el (split-window-vertically):
3659 * whitespace.el (whitespace-help-on):
3660 * vc-rcs.el (vc-rcs-consult-headers):
3661 * userlock.el (ask-user-about-lock-help)
3662 (ask-user-about-supersession-help):
3663 * type-break.el (type-break-force-mode-line-update):
3664 * time-stamp.el (time-stamp-conv-warn):
3665 * terminal.el (te-set-output-log, te-more-break, te-filter)
3666 (te-sentinel, terminal-emulator):
3667 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3668 (term-write-input-ring, term-check-source, term-start-output-log):
3669 (term-display-buffer-line, term-dynamic-list-completions):
3670 (term-ansi-make-term, serial-term):
3671 * subr.el (selective-display):
3672 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3673 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3674 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3675 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3676 (speedbar-remove-localized-speedbar-support)
3677 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3678 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3679 (speedbar-buffers-line-directory):
3680 * simple.el (shell-command-on-region, append-to-buffer)
3681 (prepend-to-buffer):
3682 * shadowfile.el (shadow-save-todo-file):
3683 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3684 (scroll-bar-maybe-set-window-start):
3685 * sb-image.el (speedbar-image-dump):
3686 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3687 (load-save-place-alist-from-file):
3688 * ps-samp.el (ps-print-message-from-summary):
3689 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3690 (ps-background-image, ps-begin-job, ps-do-despool):
3691 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3692 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3693 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3694 (pr-call-process, pr-file-list, pr-interface-save):
3695 * novice.el (disabled-command-function)
3696 (enable-command, disable-command):
3697 * mouse.el (mouse-buffer-menu-alist):
3698 * mouse-copy.el (mouse-kill-preserving-secondary):
3699 * macros.el (kbd-macro-query):
3700 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3701 * informat.el (batch-info-validate):
3702 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3703 * hippie-exp.el (try-expand-dabbrev-visible):
3704 * help-mode.el (help-make-xrefs):
3705 * help-fns.el (describe-variable):
3706 * generic-x.el (bat-generic-mode-run-as-comint):
3707 * finder.el (finder-mouse-select):
3708 * find-dired.el (find-dired-sentinel):
3709 * filesets.el (filesets-file-close):
3710 * files.el (list-directory):
3711 * faces.el (list-faces-display, describe-face):
3712 * facemenu.el (list-colors-display):
3713 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3714 * epg.el (epg--process-filter, epg-cancel):
3715 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3716 (epa--read-signature-type):
3717 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3718 (emerge-file-names):
3719 * ehelp.el (electric-helpify):
3720 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3721 * ediff-vers.el (rcs-ediff-view-revision):
3722 * ediff-util.el (ediff-setup):
3723 * ediff-mult.el (ediff-append-custom-diff):
3724 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3725 (ediff-wordify):
3726 * echistory.el (Electric-command-history-redo-expression):
3727 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3728 * disp-table.el (describe-display-table):
3729 * dired.el (dired-find-buffer-nocreate):
3730 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3731 * dabbrev.el (dabbrev--same-major-mode-p):
3732 * chistory.el (list-command-history):
3733 * apropos.el (apropos-documentation):
3734 * allout.el (allout-obtain-passphrase):
3735 (allout-copy-exposed-to-buffer):
3736 (allout-verify-passphrase): Use with-current-buffer.
3737
3738 2009-11-13 Glenn Morris <rgm@gnu.org>
3739
3740 * Makefile.in (ELCFILES): Regenerate.
3741
3742 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3743
3744 * net/dbus.el (dbus-registered-objects-table): Rename from
3745 `dbus-registered-functions-table', because it contains also properties.
3746 (dbus-unregister-object): Unregister also properties.
3747 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3748 Use a timeout of 500 msec, in order to not block.
3749 (dbus-register-property, dbus-property-handler): New defuns.
3750
3751 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * simple.el (minibuffer-default-add-completions): Drop deprecated
3754 4th arg.
3755
3756 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3757
3758 * textmodes/artist.el (artist-mouse-choose-operation):
3759 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3760 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3761 (artist-compute-up-event-key): New function.
3762 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3763
3764 2009-11-13 Kenichi Handa <handa@m17n.org>
3765
3766 * language/japan-util.el: Make sure that the value of jisx0208
3767 property is jisx0208 character.
3768
3769 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3770
3771 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3772 car or each item, not the whole list.
3773
3774 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * minibuffer.el (minibuffer-completion-help):
3777 Use minibuffer-hide-completions.
3778
3779 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3780
3781 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3782 (dired-revert): Use them (bug#4880).
3783
3784 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3785
3786 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3787
3788 2009-11-12 Juri Linkov <juri@jurta.org>
3789
3790 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3791 New functions.
3792 (find-file-literally-at-point): Alias of `ffap-literally'.
3793
3794 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * textmodes/ispell.el (ispell-skip-region-alist):
3797 * textmodes/css-mode.el (auto-mode-alist):
3798 * progmodes/compile.el (auto-mode-alist):
3799 * international/mule.el (ctext-non-standard-encodings-alist)
3800 (ctext-non-standard-encodings-regexp):
3801 * simple.el (shell-command-switch, text-read-only):
3802 * replace.el (occur-mode-map):
3803 * paths.el (rmail-file-name):
3804 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3805 * find-file.el (ff-special-constructs):
3806 * files.el (file-name-handler-alist):
3807 * composite.el: Purecopy strings.
3808
3809 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3810
3811 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3812
3813 * widget.el (define-widget): Purecopy the docstring.
3814 * international/mule-cmds.el (charset): Do not purecopy the
3815 docstring here, define-widget does it.
3816
3817 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3818 * textmodes/bibtex-style.el (auto-mode-alist):
3819 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3820 * progmodes/compile.el (compile-command):
3821 * language/korea-util.el (default-korean-keyboard):
3822 * international/mule-conf.el (file-coding-system-alist):
3823 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3824 * tooltip.el (tooltip-frame-parameters):
3825 * newcomment.el (comment-end, comment-padding):
3826 * dired.el (dired-trivial-filenames):
3827 * comint.el (comint-file-name-prefix): Purecopy initial values.
3828
3829 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3830
3831 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3832 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3833 `tramp-unload'.
3834 (tramp-advice-make-auto-save-file-name)
3835 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3836 after removing the advice.
3837
3838 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * progmodes/grep.el (grep-regexp-alist):
3841 * international/mule-cmds.el (iso-2022-control-alist):
3842 * emacs-lisp/timer.el (timer-duration-words):
3843 * subr.el (version-separator, version-regexp-alist):
3844 * minibuffer.el (completion-styles-alist):
3845 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3846 Change defvars to defconsts.
3847
3848 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3849 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3850 * international/mule-conf.el: Allow to be byte compiled.
3851
3852 * international/mule.el (define-charset): Purecopy props.
3853 (load-with-code-conversion): Purecopy doc string and file name.
3854 (put-charset-property): Purecopy strings.
3855 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3856
3857 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3858 (define-char-code-property): Correctly purecopy the table.
3859
3860 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3861
3862 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3863
3864 * subr.el (add-hook): Purecopy strings.
3865 (eval-after-load): Purecopy load-history-regexp and the form.
3866
3867 * custom.el (custom-declare-group): Purecopy load-file-name.
3868
3869 * subr.el (menu-bar-separator): New defconst.
3870 * net/eudc.el (eudc-tools-menu):
3871 * international/mule-cmds.el (set-coding-system-map)
3872 (mule-menu-keymap):
3873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3874 * vc-hooks.el (vc-menu-map):
3875 * replace.el (occur-mode-map):
3876 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3877 (menu-bar-edit-menu, menu-bar-goto-menu)
3878 (menu-bar-custom-menu, menu-bar-showhide-menu)
3879 (menu-bar-options-menu, menu-bar-tools-menu)
3880 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3881 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3882 (menu-bar-help-menu):
3883 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3884 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3885
3886 * term/x-win.el (x-gtk-stock-map):
3887 * progmodes/vera-mode.el (auto-mode-alist):
3888 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3889 (inferior-lisp-program, inferior-lisp-load-command):
3890 * progmodes/hideshow.el (hs-special-modes-alist):
3891 * progmodes/gud.el (same-window-regexps):
3892 * progmodes/grep.el (grep-program, find-program, xargs-program):
3893 * net/telnet.el (same-window-regexps):
3894 * net/rlogin.el (same-window-regexps):
3895 * language/ethiopic.el (font-ccl-encoder-alist):
3896 * vc-sccs.el (vc-sccs-master-templates):
3897 * vc-rcs.el (vc-rcs-master-templates):
3898 * subr.el (cl-assertion-failed):
3899 * simple.el (next-error-overlay-arrow-position):
3900 * lpr.el (lpr-command):
3901 * locate.el (locate-ls-subdir-switches):
3902 * info.el (same-window-regexps, info)
3903 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3904 * image-mode.el (image-mode, auto-mode-alist):
3905 * hippie-exp.el (hippie-expand-ignore-buffers):
3906 * format.el (format-alist):
3907 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3908 (find-name-arg):
3909 * facemenu.el (facemenu-keybindings):
3910 * dired.el (dired-listing-switches, dired-chown-program):
3911 * diff.el (diff-switches, diff-command):
3912 * cus-edit.el (same-window-regexps):
3913 * bindings.el (mode-line-mule-info)
3914 (mode-line-buffer-identification): Purecopy strings.
3915
3916 2009-11-11 Juri Linkov <juri@jurta.org>
3917
3918 * simple.el (dired-get-filename) <declare-function>:
3919 Tell the byte-compiler about dired-get-filename.
3920 (shell-command): In Dired mode, get filename from the current line
3921 as the default value.
3922
3923 2009-11-10 Glenn Morris <rgm@gnu.org>
3924
3925 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3926 * calendar/holidays.el, progmodes/cperl-mode.el:
3927 Update x-popup-menu declarations.
3928
3929 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3930 (list-load-path-shadows): Use dolist.
3931 (list-load-path-shadows): Use with-current-buffer.
3932
3933 2009-11-10 Juri Linkov <juri@jurta.org>
3934
3935 * minibuffer.el (read-file-name): Support a list of default values
3936 in `default-filename'. Use the first file name where only one
3937 element is required. Doc fix.
3938
3939 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * net/dbus.el (dbus-unregister-object): Release service, if no
3942 other method is registered for it.
3943
3944 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3945
3946 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3947 bookmark-sort-flag is non-nil (Bug#4653).
3948
3949 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3952 the progress reporter entirely.
3953
3954 * emulation/cua-base.el: Add CUA property to some CC mode commands
3955 (Bug#4100).
3956
3957 2009-11-08 Kevin Ryde <user42@zip.com.au>
3958
3959 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3960 at end of sentence (Bug#4818).
3961
3962 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3963
3964 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3965 Handle "see declaration of" MSFT statements (Bug#4100).
3966
3967 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3970 (tramp-advice-file-expand-wildcards): Unload via
3971 `ad-remove-advice'.
3972
3973 * net/trampver.el: Update release number.
3974
3975 2009-11-08 Kevin Ryde <user42@zip.com.au>
3976
3977 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3978 `ad-do-it'.
3979
3980 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3981
3982 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3983 in order to keep context in SELinux.
3984
3985 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * dired-aux.el (dired-query): Place cursor in echo area and allow
3988 C-g.
3989
3990 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3991 menu item if not on a directory (Bug#4701).
3992
3993 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3994
3995 Sync with Tramp 2.1.17.
3996
3997 * net/tramp.el (tramp-handle-copy-directory): Don't use
3998 `file-remote-p' (due to compatibility).
3999
4000 * net/tramp-compat.el (tramp-compat-copy-directory)
4001 (tramp-compat-delete-directory): New defuns.
4002
4003 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4004 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4005 `tramp-compat-delete-directory'.
4006
4007 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4008 (tramp-smb-handle-delete-directory): Use
4009 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4010
4011 * net/trampver.el: Update release number.
4012
4013 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * tar-mode.el (tar-copy): Call write-region on the right buffer
4016 (Bug#4857).
4017
4018 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4019 by hand, if necessary (Bug#4878).
4020
4021 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4024 align size column (Bug#4839).
4025
4026 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4027 statement.
4028
4029 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * progmodes/ld-script.el (auto-mode-alist):
4032 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4033
4034 * cus-face.el (custom-declare-face): Purecopy face spec.
4035
4036 2009-11-06 Kenichi Handa <handa@m17n.org>
4037
4038 * international/uni-bidi.el: Re-generated.
4039 * international/uni-category.el: Re-generated.
4040 * international/uni-combining.el: Re-generated.
4041 * international/uni-mirrored.el: Re-generated.
4042
4043 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4044
4045 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4046 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4047 (tex-start-options, slitex-run-command, latex-run-command)
4048 (tex-run-command, tex-directory):
4049 * textmodes/ispell.el (ispell-html-skip-alists)
4050 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4051 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4052 (adaptive-fill-regexp):
4053 * textmodes/dns-mode.el (auto-mode-alist):
4054 * progmodes/python.el (interpreter-mode-alist):
4055 * progmodes/etags.el (tags-compression-info-list):
4056 * progmodes/etags.el (tags-file-name):
4057 * net/browse-url.el (browse-url-galeon-program)
4058 (browse-url-firefox-program):
4059 * mail/sendmail.el (mail-signature-file)
4060 (mail-citation-prefix-regexp):
4061 * international/mule-conf.el (eight-bit):
4062 * international/latexenc.el (latex-inputenc-coding-alist):
4063 * international/fontset.el (x-pixel-size-width-font-regexp):
4064 * emacs-lisp/warnings.el (warning-type-format):
4065 * emacs-lisp/trace.el (trace-buffer):
4066 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4067 (emacs-lisp-mode-map):
4068 * calendar/holidays.el (holiday-solar-holidays)
4069 (holiday-bahai-holidays, holiday-islamic-holidays)
4070 (holiday-christian-holidays, holiday-hebrew-holidays)
4071 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4072 (hebrew-holidays-1, holiday-oriental-holidays)
4073 (holiday-general-holidays):
4074 * x-dnd.el (x-dnd-known-types):
4075 * tool-bar.el (tool-bar):
4076 * startup.el (site-run-file):
4077 * shell.el (shell-dumb-shell-regexp):
4078 * rfn-eshadow.el (file-name-shadow-tty-properties)
4079 (file-name-shadow-properties):
4080 * paths.el (remote-shell-program, news-directory):
4081 * mouse.el ([C-down-mouse-3]):
4082 * menu-bar.el (menu-bar-tools-menu):
4083 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4084 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4085 (jka-compr-compression-info-list):
4086 * isearch.el (search-whitespace-regexp):
4087 * image-file.el (image-file-name-extensions):
4088 * find-dired.el (find-ls-option):
4089 * files.el (directory-listing-before-filename-regexp)
4090 (directory-free-space-args, insert-directory-program)
4091 (list-directory-brief-switches, magic-fallback-mode-alist)
4092 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4093 (automount-dir-prefix):
4094 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4095 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4096 (face-font-registry-alternatives, face-font-registry-alternatives)
4097 (face-font-family-alternatives):
4098 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4099 (facemenu-foreground-menu, facemenu-face-menu):
4100 * epa-hook.el (epa-file-name-regexp):
4101 * dnd.el (dnd-protocol-alist):
4102 * textmodes/rst.el (auto-mode-alist):
4103 * button.el (default-button): Purecopy strings.
4104
4105 2009-11-06 Glenn Morris <rgm@gnu.org>
4106
4107 * Makefile.in (ELCFILES): Update.
4108
4109 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4112 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4113
4114 * nxml/xsd-regexp.el (xsdre-gen-categories):
4115 * nxml/xmltok.el (xmltok-parse-entity):
4116 * nxml/rng-parse.el (rng-parse-validate-file):
4117 * nxml/rng-maint.el (rng-format-manual)
4118 (rng-manual-output-force-new-line):
4119 * nxml/rng-loc.el (rng-save-schema-location-1):
4120 * nxml/rng-cmpct.el (rng-c-parse-file):
4121 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4122 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4123
4124 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4125
4126 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4127 Remove extra save-excursions and make-variable-buffer-local's.
4128 Suggested by Stefan Monnier.
4129
4130 (verilog-getopt-file, verilog-module-inside-filename-p)
4131 (verilog-set-define): Merge GNU 1.35 and repair changes from
4132 switching to using with-current-buffer.
4133
4134 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4135 being treated as a number and confusing AUTORESET.
4136 Reported by Dan Dever.
4137
4138 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4139 Add verilog-auto-ignore-concat to fix backward compatibility with
4140 older verilog-modes. Reported by Dan Katz.
4141
4142 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4143 containing closing anchors "...$".
4144
4145 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4146 Reported by Wade Smith.
4147
4148 (verilog-batch-execute-func): Comment on function usage.
4149
4150 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4151
4152 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4153 for labels.
4154
4155 (verilog-label-re, verilog-calc-1): Support proper indent of named
4156 asserts.
4157
4158 (verilog-backward-token, verilog-basic-complete-re)
4159 (verilog-beg-of-statement, verilog-indent-re): Support proper
4160 indent of the assert statement at the beginning of a block of text.
4161
4162 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4163 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4164 tokens as begins.
4165
4166 2009-11-05 Glenn Morris <rgm@gnu.org>
4167
4168 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4169 Emacs 19. (Bug#1531)
4170 (byte-compile-fix-header): Update for the above change.
4171 Drop test for epoch::version.
4172
4173 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4174 * cus-dep.el (custom-make-dependencies):
4175 * finder.el (finder-compile-keywords):
4176 Use autoload-rubric's feature argument.
4177
4178 * calendar/diary-lib.el (top-level): Make load behave more like require.
4179
4180 * vc-git.el (vc-git-stash-map): Move definition before use.
4181
4182 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4183
4184 * custom.el (custom-declare-group): Purecopy standard-value.
4185 (custom-declare-group): Purecopy custom-prefix.
4186
4187 * international/mule.el (load-with-code-conversion):
4188 Call do-after-load-evaluation unconditionally.
4189
4190 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4191
4192 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4195
4196 2009-11-04 Glenn Morris <rgm@gnu.org>
4197
4198 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4199 (byte-compile-compatibility): Remove option.
4200 (byte-compile-close-variables, byte-compile-fix-header)
4201 (byte-compile-insert-header, byte-compile-output-docform)
4202 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4203 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4204 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4205 (byte-compile-insert, byte-compile-defun):
4206 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4207 (byte-defop-compiler19): Remove.
4208 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4209 used by anything. Replace all calls with byte-defop-compiler.
4210
4211 2009-11-04 Juri Linkov <juri@jurta.org>
4212
4213 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4214 (menu-bar-options-menu): Don't quote the `prop' arg of
4215 `menu-bar-make-mm-toggle'.
4216
4217 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * calendar/calendar.el (cal-loaddefs):
4220 * calendar/diary-lib.el (diary-loaddefs):
4221 * calendar/holidays.el (hol-loaddefs):
4222 * eshell/esh-module.el (esh-groups): Load rather than require.
4223
4224 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4227 point-min==1.
4228 (todo-top-priorities): Only display-buffer when called interactively.
4229 (todo-item-start): Don't save excursion point.
4230 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4231 (todo-insert-item-here, todo-file-item, todo-remove-item):
4232 Adjust uses of todo-item-start and todo-item-end.
4233
4234 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4235 (autoload-rubric): Don't use any more.
4236 * cedet/semantic/fw.el (semantic/loaddefs):
4237 * cedet/srecode.el (srecode/loaddefs):
4238 * cedet/ede.el (ede/loaddefs): Load rather than require.
4239 * cedet/ede/cpp-root.el:
4240 * cedet/ede/emacs.el:
4241 * cedet/ede/files.el:
4242 * cedet/ede/linux.el:
4243 * cedet/ede/locate.el:
4244 * cedet/ede/make.el:
4245 * cedet/ede/shell.el:
4246 * cedet/ede/speedbar.el:
4247 * cedet/ede/system.el:
4248 * cedet/ede/util.el:
4249 * cedet/semantic/analyze.el:
4250 * cedet/semantic/bovine.el:
4251 * cedet/semantic/complete.el:
4252 * cedet/semantic/ctxt.el:
4253 * cedet/semantic/db-file.el:
4254 * cedet/semantic/db-find.el:
4255 * cedet/semantic/db-global.el:
4256 * cedet/semantic/db-mode.el:
4257 * cedet/semantic/db-typecache.el:
4258 * cedet/semantic/db.el:
4259 * cedet/semantic/debug.el:
4260 * cedet/semantic/dep.el:
4261 * cedet/semantic/doc.el:
4262 * cedet/semantic/edit.el:
4263 * cedet/semantic/find.el:
4264 * cedet/semantic/format.el:
4265 * cedet/semantic/html.el:
4266 * cedet/semantic/ia-sb.el:
4267 * cedet/semantic/ia.el:
4268 * cedet/semantic/idle.el:
4269 * cedet/semantic/lex-spp.el:
4270 * cedet/semantic/lex.el:
4271 * cedet/semantic/mru-bookmark.el:
4272 * cedet/semantic/scope.el:
4273 * cedet/semantic/senator.el:
4274 * cedet/semantic/sort.el:
4275 * cedet/semantic/symref.el:
4276 * cedet/semantic/tag-file.el:
4277 * cedet/semantic/tag-ls.el:
4278 * cedet/semantic/tag-write.el:
4279 * cedet/semantic/tag.el:
4280 * cedet/semantic/util-modes.el:
4281 * cedet/semantic/analyze/complete.el:
4282 * cedet/semantic/analyze/refs.el:
4283 * cedet/semantic/bovine/c.el:
4284 * cedet/semantic/bovine/gcc.el:
4285 * cedet/semantic/bovine/make.el:
4286 * cedet/semantic/bovine/scm.el:
4287 * cedet/semantic/decorate/include.el:
4288 * cedet/semantic/decorate/mode.el:
4289 * cedet/semantic/symref/cscope.el:
4290 * cedet/semantic/symref/global.el:
4291 * cedet/semantic/symref/grep.el:
4292 * cedet/semantic/symref/idutils.el:
4293 * cedet/semantic/symref/list.el:
4294 * cedet/semantic/wisent/java-tags.el:
4295 * cedet/semantic/wisent/javascript.el:
4296 * cedet/srecode/compile.el:
4297 * cedet/srecode/cpp.el:
4298 * cedet/srecode/document.el:
4299 * cedet/srecode/el.el:
4300 * cedet/srecode/expandproto.el:
4301 * cedet/srecode/getset.el:
4302 * cedet/srecode/insert.el:
4303 * cedet/srecode/java.el:
4304 * cedet/srecode/map.el:
4305 * cedet/srecode/mode.el:
4306 * cedet/srecode/template.el:
4307 * cedet/srecode/texi.el: Remove the file-local setting of
4308 generated-autoload-feature.
4309
4310 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4311 and only put a prop if it is non-nil.
4312
4313 2009-11-03 Juri Linkov <juri@jurta.org>
4314
4315 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4316 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4317
4318 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4319 and "Menu" to make top-level menu item visually one unit (like
4320 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4321 multi-word menu items). Fix :help string for quit-window.
4322
4323 2009-11-03 Glenn Morris <rgm@gnu.org>
4324
4325 * cedet/mode-local.el (with-mode-local): Doc fix.
4326
4327 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4328 (byte-compile-file-form-define-abbrev-table)
4329 (byte-compile-file-form-custom-declare-variable)
4330 (byte-compile-variable-ref, byte-compile-defvar):
4331 Whether or not a warning is enabled should only affect whether we issue
4332 the warning, not whether or not we collect the relevant data.
4333 Eg warnings can be turned on and off throughout the course of a file.
4334
4335 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4336 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4337
4338 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4341 * play/mpuz.el (mpuz-create-buffer):
4342 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4343 (lm-print-y,s,noise, lm-print-w0, lm-init):
4344 * play/gomoku.el (gomoku-prompt-for-move):
4345 * play/fortune.el (fortune-in-buffer):
4346 * play/dissociate.el (dissociated-press):
4347 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4348 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4349 * mail/supercite.el (sc-eref-show):
4350 * mail/smtpmail.el (smtpmail-send-it):
4351 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4352 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4353 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4354 (rmail-summary-goto-msg, rmail-summary-expunge)
4355 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4356 (rmail-summary-add-label, rmail-summary-output-menu)
4357 (rmail-summary-output-body):
4358 * mail/rfc822.el (rfc822-addresses):
4359 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4360 * mail/mailpost.el (post-mail-send-it):
4361 * mail/hashcash.el (hashcash-generate-payment):
4362 * mail/feedmail.el (feedmail-run-the-queue)
4363 (feedmail-queue-send-edit-prompt-help-first)
4364 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4365 (feedmail-deduce-address-list):
4366 * eshell/esh-ext.el (eshell-remote-command):
4367 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4368 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4369 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4370 (viper-save-string-in-file, viper-valid-marker):
4371 * emulation/viper-keym.el (viper-toggle-key):
4372 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4373 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4374 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4375 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4376 (viper-exec-form-in-emacs, viper-brac-function):
4377 * emulation/viper.el (viper-delocalize-var):
4378 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4379 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4380 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4381 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4382 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4383 * emulation/edt.el (edt-electric-helpify):
4384 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4385 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4386 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4387 (cua-indent-to-global-mark-column):
4388 * calendar/diary-lib.el (calendar-mark-1):
4389 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4390 Use with-current-buffer.
4391 * emulation/viper.el (viper-delocalize-var): Use dolist.
4392
4393 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * comint.el (comint-replace-by-expanded-history-before-point):
4396 Replace !! with the previous input string literally (Bug#1795).
4397
4398 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4399
4400 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4401 to be made up of whitespace.
4402
4403 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * minibuffer.el (read-file-name): Don't use file dialogs for
4406 remote directories (Bug#99).
4407
4408 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4411
4412 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4413
4414 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4415 instead of deleting the window or frame.
4416
4417 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4420 Support face colors.
4421
4422 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4423 New function. Support face colors (Bug#1168).
4424 (tex-common-initialization): Use it.
4425
4426 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4427 mode allows it (Bug#1168).
4428
4429 2009-10-31 Juri Linkov <juri@jurta.org>
4430
4431 * facemenu.el (list-colors-display): Don't mark buffer as
4432 modified (Bug#3948).
4433
4434 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * international/mule-diag.el (list-character-sets-1): Minor
4437 message fix (Bug#3526).
4438
4439 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4440 face property (Bug#4834).
4441 (etags-list-tags, etags-tags-apropos-additional)
4442 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4443 property.
4444
4445 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4446 items.
4447
4448 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4449 items.
4450
4451 * cedet/ede.el (ede-minor-mode):
4452 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4453
4454 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * textmodes/two-column.el (2C-split):
4457 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4458 * textmodes/tex-mode.el (tex-set-buffer-directory):
4459 * textmodes/spell.el (spell-region, spell-string):
4460 * textmodes/reftex.el (reftex-erase-buffer):
4461 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4462 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4463 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4464 (reftex-select-item):
4465 * textmodes/reftex-ref.el (reftex-label-info-update)
4466 (reftex-offer-label-menu):
4467 * textmodes/reftex-index.el (reftex-index-change-entry)
4468 (reftex-index-phrases-info):
4469 * textmodes/reftex-global.el (reftex-create-tags-file)
4470 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4471 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4472 (reftex-view-crossref-from-bibtex):
4473 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4474 (reftex-extract-bib-entries-from-thebibliography)
4475 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4476 * textmodes/refbib.el (r2b-capitalize-title):
4477 (r2b-convert-buffer, r2b-help):
4478 * textmodes/page-ext.el (pages-directory)
4479 (pages-directory-goto-with-mouse):
4480 * textmodes/bibtex.el (bibtex-validate-globally):
4481 * textmodes/bib-mode.el (bib-capitalize-title):
4482 * textmodes/artist.el (artist-clear-buffer, artist-system):
4483 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4484 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4485 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4486 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4487 (xscheme-send-control-g-interrupt, xscheme-start-process)
4488 (xscheme-process-sentinel, xscheme-cd):
4489 * progmodes/verilog-mode.el (verilog-read-always-signals)
4490 (verilog-set-define, verilog-getopt-file)
4491 (verilog-module-inside-filename-p):
4492 * progmodes/sh-script.el:
4493 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4494 (python-pdbtrack-grub-for-buffer, python-execute-file):
4495 * progmodes/octave-inf.el (inferior-octave):
4496 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4497 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4498 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4499 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4500 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4501 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4502 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4503 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4504 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4505 (idlwave-shell-examine-display, idlwave-shell-run-region)
4506 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4507 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4508 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4509 (idlwave-help-get-help-buffer):
4510 * progmodes/gud.el (gud-basic-call, gud-find-class)
4511 (gud-tooltip-activate-mouse-motions-if-enabled):
4512 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4513 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4514 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4515 (ebrowse-tags-next-file):
4516 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4517 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4518 (ebnf-eps-finish-and-write):
4519 * progmodes/cpp.el (cpp-edit-save):
4520 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4521 * progmodes/cc-defs.el (c-emacs-features):
4522 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4523 (antlr-directory-dependencies):
4524 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4525 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4526 (ada-find-any-references, ada-make-filename-from-adaname)
4527 (ada-make-body-gnatstub):
4528 * obsolete/rnews.el (news-list-news-groups):
4529 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4530 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4531 * net/rcirc.el (rcirc-debug):
4532 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4533 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4534 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4535 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4536 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4537 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4538 (newsticker--treeview-list-clear-highlight)
4539 (newsticker--treeview-list-update-highlight)
4540 (newsticker--treeview-list-highlight-start)
4541 (newsticker--treeview-tree-update-highlight)
4542 (newsticker--treeview-get-selected-item)
4543 (newsticker-treeview-mark-list-items-old)
4544 (newsticker--treeview-set-current-node):
4545 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4546 * net/newst-backend.el (newsticker--get-news-by-funcall)
4547 (newsticker--get-news-by-wget, newsticker--image-get)
4548 (newsticker--image-sentinel):
4549 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4550 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4551 (eudc-ph-close-session):
4552 * net/eudc.el (eudc-save-options):
4553 * language/thai-word.el (thai-update-word-table):
4554 * language/japan-util.el (japanese-string-conversion):
4555 * international/titdic-cnv.el (tsang-quick-converter)
4556 (ziranma-converter, ctlau-converter):
4557 * international/mule-cmds.el (describe-language-environment):
4558 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4559 (skkdic-convert-postfix, skkdic-convert-prefix):
4560 (skkdic-convert-okuri-nasi, skkdic-convert):
4561 * emacs-lisp/re-builder.el (reb-update-overlays):
4562 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4563 * emacs-lisp/gulp.el (gulp-send-requests):
4564 * emacs-lisp/find-gc.el (trace-call-tree):
4565 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4566 (eieio-describe-generic):
4567 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4568 * emacs-lisp/edebug.el (edebug-outside-excursion):
4569 * emacs-lisp/debug.el (debugger-make-xrefs):
4570 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4571 * emacs-lisp/chart.el (chart-new-buffer):
4572 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4573 Use with-current-buffer.
4574 * textmodes/artist.el (artist-system): Don't call
4575 copy-sequence on a fresh string.
4576 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4577
4578 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4579
4580 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4581 is no item to edit. (Bug#4820)
4582 (todo-top-priorities): Restore point and restore narrowing in Todo
4583 buffer. (Bug#4820)
4584
4585 2009-10-31 Glenn Morris <rgm@gnu.org>
4586
4587 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4588 (comint-last-output-start, comint-last-input-start)
4589 (comint-last-input-end): Don't defvar when compiling.
4590 (ange-ftp-process-file): Use bound-and-true-p.
4591
4592 * pcmpl-rpm.el (top-level): Move provide statement to end.
4593 (pcmpl-rpm): Remove unused custom group.
4594
4595 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4596
4597 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4598
4599 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4600 (byte-compile-warnings): Add `constants' as an option.
4601 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4602 (display-call-tree): Update for byte-compile-fdefinition possibly
4603 returning `(macro lambda ...)'. (Bug#4778)
4604 (byte-compile-variable-ref, byte-compile-setq-default):
4605 Respect `constants' member of byte-compile-warnings.
4606
4607 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4608 Use mapc rather than mapcar because the return value is never used.
4609
4610 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4611 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4612 * cedet/semantic/html.el:
4613 Suppress harmless warnings about setting up semantic-imenu (not
4614 part of Emacs) variables.
4615
4616 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4619 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4620 to "submit:".
4621
4622 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4623 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4624 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4625 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4626 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4627 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4628 (semantic-analyzer-debug-global-symbol)
4629 (semantic-analyzer-debug-missing-innertype)
4630 (semantic-analyzer-debug-insert-include-summary):
4631 * cedet/semantic/util.el (semantic-file-tag-table):
4632 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4633 (semantic-recursive-find-nonterminal-by-name):
4634 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4635 * cedet/semantic/tag-file.el (semantic-prototype-file):
4636 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4637 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4638 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4639 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4640 (semantic-idle-summary-maybe-highlight):
4641 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4642 (semantic-ia-sb-tag-info):
4643 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4644 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4645 * cedet/semantic/ede-grammar.el (project-compile-target):
4646 (ede-proj-makefile-insert-variables):
4647 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4648 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4649 (semantic-debug-mode, semantic-debug):
4650 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4651 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4652 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4653 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4654 (semanticdb-find-translate-path-includes--internal)
4655 (semanticdb-reset-log, semanticdb-find-log-activity):
4656 * cedet/semantic/db-file.el (object-write):
4657 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4658 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4659 (semanticdb-create-ebrowse-database):
4660 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4661 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4662 (semantic-collector-calculate-completions-raw)
4663 (semantic-complete-read-tag-analyzer):
4664 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4665 * cedet/ede/util.el (ede-update-version-in-source):
4666 * cedet/ede/proj.el (project-delete-target):
4667 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4668 (ede-proj-flush-autoconf):
4669 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4670 (ede-proj-configure-synchronize):
4671 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4672 * cedet/ede/linux.el (ede-linux-version):
4673 * cedet/ede/emacs.el (ede-emacs-version):
4674 * cedet/ede/dired.el (ede-dired-add-to-target):
4675 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4676 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4677 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4678 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4679 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4680 (cedet-idutils-version-check):
4681 * cedet/cedet-global.el (cedet-gnu-global-call):
4682 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4683 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4684 * cedet/cedet-cscope.el (cedet-cscope-call)
4685 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4686 Use with-current-buffer.
4687 * cedet/ede.el (ede-make-project-local-variable)
4688 (ede-set-project-variables, ede-set): Use dolist.
4689
4690 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4691
4692 * textmodes/ispell.el (ispell-skip-region-alist):
4693 * international/mule-conf.el (eight-bit):
4694 * international/fontset.el (font-encoding-alist):
4695 * startup.el (pure-space-overflow-message):
4696 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4697 * paths.el (gnus-nntp-service, rmail-spool-directory)
4698 (term-file-prefix):
4699 * files.el (save-some-buffers-action-alist):
4700 * cmuscheme.el (same-window-buffer-names):
4701 * ielm.el (same-window-buffer-names):
4702 * shell.el (same-window-buffer-names):
4703 * mail/sendmail.el (same-window-buffer-names):
4704 * progmodes/inf-lisp.el (same-window-buffer-names):
4705 * bindings.el (mode-line-client)
4706 (mode-line-column-line-number-mode-map):
4707 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4708 (tibetan-precomposed-regexp): Purecopy string arguments.
4709
4710 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4713 (calcDigit-nondigit):
4714 * calc/calc-yank.el (calc-copy-to-buffer):
4715 * calc/calc-units.el (calc-invalidate-units-table):
4716 * calc/calc-trail.el (calc-trail-yank):
4717 * calc/calc-store.el (calc-insert-variables):
4718 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4719 * calc/calc-prog.el (calc-read-parse-table):
4720 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4721 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4722 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4723 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4724 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4725 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4726 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4727 * calc/calc-ext.el (calc-realign):
4728 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4729 (calc-embedded-finish-edit, calc-embedded-make-info)
4730 (calc-embedded-finish-command, calc-embedded-stack-change):
4731 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4732
4733 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4734 (overload-docstring-extension): Use that info.
4735 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4736 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4737 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4738 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4739 (semantic-nonterminal-full-name): Add the new `when' info.
4740 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4741 `assert'.
4742
4743 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4744 shell-dynamic-complete-filename in preference to
4745 comint-dynamic-complete-filename.
4746
4747 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4748 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4749 Don't consider whether the display supports colors.
4750 (bookmark-import-new-list): Use dolist.
4751 (bookmark-bmenu-mode-map): Move initialization into declaration.
4752 (bookmark-bmenu-list): Use dolist, simplify.
4753 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4754 (menu-bar-final-items): Use push.
4755
4756 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4757
4758 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4759 it works on remote files.
4760 (vc-hg-diff): Don't pass any `--cwd' argument.
4761
4762 2009-10-27 Kevin Ryde <user42@zip.com.au>
4763
4764 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4765 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4766 (Further to Bug#3921).
4767
4768 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4769
4770 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4771 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4772 calling `tramp-imap-put-file'. Add file size to the call.
4773 (tramp-imap-get-file-entries): Compute also user name, file size,
4774 and date.
4775 (tramp-imap-handle-insert-directory): Insert uid and gid.
4776 (tramp-imap-handle-file-attributes): Transform uid and gid
4777 according to `id-format'.
4778 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4779 size in header X-Size.
4780
4781 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * simple.el (transpose-subr): Give clearer error when the mark
4784 is not set. (Bug#4807)
4785
4786 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4787
4788 * net/tramp.el (tramp-perl-file-truename): New defconst.
4789 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4790 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4791 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4792 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4793
4794 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4795 Ignore `dired-call-process'.
4796 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4797
4798 2009-10-26 Julian Scheid <julians37@gmail.com>
4799
4800 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4801 (tramp-get-remote-readlink): New defun.
4802 (tramp-handle-file-truename): Use it.
4803 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4804 file exists if cache value present.
4805 (tramp-check-cached-permissions): New defun.
4806 (tramp-handle-file-readable-p): Use it.
4807 (tramp-handle-file-writable-p): Likewise.
4808 (tramp-handle-file-executable-p): Likewise.
4809 (tramp-handle-file-name-all-completions): Try using Perl to get
4810 partial completions. When perl not available, combine `cd' and
4811 `ls' into single remote operation and use shell expansion to get
4812 partial remote directory contents. Set `file-exists-p' cache for
4813 directory and any files returned by ls. Change cache handling to
4814 support partial directory contents. Use error message emitted by
4815 remote `cd' or Perl code for local tramp-error.
4816 (tramp-do-copy-or-rename-file-directly): Avoid separate
4817 tramp-send-command-and-check call.
4818 (tramp-handle-process-file): Merge three remote ops into one.
4819 Do not flush all caches when `process-file-side-effects' is set.
4820 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4821 file-attributes shows uid/gid to be set already.
4822
4823 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4824
4825 * textmodes/tex-mode.el (tex-dvi-view-command)
4826 (tex-show-queue-command, tex-open-quote):
4827 * progmodes/ruby-mode.el (auto-mode-alist)
4828 (interpreter-mode-alist): Purecopy strings.
4829
4830 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4831
4832 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4833 string for the hook, keymap and abbrev table.
4834
4835 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4836
4837 * x-dnd.el (x-dnd-xdnd-to-action):
4838 * startup.el (fancy-startup-text, fancy-about-text): Change to
4839 defconst from defvar.
4840
4841 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4842
4843 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4844 Purecopy initialization strings.
4845
4846 * mail/sendmail.el (mail-header-separator)
4847 (mail-personal-alias-file):
4848 * mail/rmail.el (rmail-default-dont-reply-to-names)
4849 (rmail-ignored-headers, rmail-retry-ignored-headers)
4850 (rmail-highlighted-headers, rmail-secondary-file-directory)
4851 (rmail-secondary-file-regexp):
4852 * files.el (null-device, file-name-invalid-regexp)
4853 (locate-dominating-stop-dir-regexp)
4854 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4855 (interpreter-mode-alist): Use mapcar instead of mapc.
4856
4857 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4858
4859 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4860 (completion-ignored-extensions):
4861 (debug-ignored-errors): Purecopy strings.
4862
4863 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4866 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4867 (pcomplete--here): Use push.
4868
4869 * subr.el (all-completions): Declare the 4th arg obsolete.
4870
4871 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4874 (pcomplete-unquote-argument): New function.
4875 (pcomplete--common-suffix): Always pay attention to case.
4876 (pcomplete--table-subvert): Quote and unquote the text.
4877 (pcomplete--common-quoted-suffix): New function.
4878 (pcomplete-std-complete): Use it and pcomplete-begin.
4879
4880 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4881 we're inside a dedicated or minibuffer window.
4882
4883 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * cedet/semantic/fw.el (semantic-alias-obsolete)
4886 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4887 (define-mode-overload-implementation):
4888 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4889 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4890 * cedet/semantic/util.el (semantic-file-token-stream)
4891 (semantic-something-to-stream):
4892 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4893 (semantic-expand-nonterminal):
4894 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4895 (semantic-find-dependency, semantic-find-nonterminal)
4896 (semantic-find-dependency):
4897 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4898 (semantic-flex-text, semantic-flex-make-keyword-table)
4899 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4900 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4901 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4902 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4903 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4904 (semantic-after-idle-scheduler-reparse-hooks):
4905 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4906 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4907 * cedet/semantic.el (semantic-toplevel-bovine-table)
4908 (semantic-toplevel-bovine-cache)
4909 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4910 (semantic-init-mode-hooks, semantic-init-db-hooks)
4911 (semantic-bovination-working-type): Provide the `when' arg.
4912
4913 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4914
4915 * bookmark.el: Update documentation, especially documentation
4916 of `bookmark-alist' and of the bookmark file format.
4917 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4918
4919 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4922 keybindings apply to the mail buffer (Bug#4003). Shrink help
4923 window to buffer.
4924
4925 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4926 (global-whitespace-mode, global-whitespace-newline-mode)
4927 (whitespace-toggle-options, global-whitespace-toggle-options):
4928 Doc fix (Bug#3660).
4929
4930 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4931 of xmltok-start before the end tag was inserted (Bug#2840).
4932
4933 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4934 patterns that are preceded by an open-paren (Bug#1320).
4935
4936 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4937
4938 * files.el (delete-directory): Delete symlinks to directories with
4939 delete-file (Bug#4739).
4940
4941 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4944 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4945 argument to make-obsolete.
4946
4947 * cedet/semantic/fw.el (semantic-alias-obsolete)
4948 (semantic-varalias-obsolete): Add optional WHEN argument.
4949
4950 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4951
4952 * vc.el (vc-backend-for-registration): Rename from
4953 vc-get-backend-for-registration. Update callers.
4954
4955 * international/mule-cmds.el (set-language-info-alist):
4956 Purecopy lang-env.
4957 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4958 (charset): Purecopy the name.
4959 (define-char-code-property): Purecopy string arguments.
4960
4961 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4962 Purecopy string arguments.
4963
4964 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4965 * ediff-hook.el (menu-bar-ediff-menu):
4966 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4967 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4968
4969 2009-10-24 Glenn Morris <rgm@gnu.org>
4970
4971 * comint.el (comint-dynamic-list-completions):
4972 * term.el (term-dynamic-list-completions): Use choose-completion rather
4973 than obsolete alias mouse-choose-completion.
4974
4975 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4976 file-cache-choose-completion.
4977 (file-cache-choose-completion): Handle an optional event argument.
4978 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4979
4980 * progmodes/octave-mod.el (octave-complete-symbol):
4981 Use choose-completion if mouse-choose-completion is ever removed.
4982
4983 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4984 use.
4985
4986 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4987 compiler.
4988
4989 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4990
4991 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4994 Ignore `pred' now that we receive one.
4995 Handle test-completion specially.
4996
4997 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4998
4999 * vc.el (vc-responsible-backend): Throw an error if not backend is
5000 found. Remove the REGISTER argument. Move the code dealing with
5001 REGISTER ...
5002 (vc-get-backend-for-registration): ... here. New function.
5003 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5004 of vc-responsible-backend, pass the file name instead of the
5005 directory name.
5006
5007 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5010 New funs.
5011 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5012 (pcomplete-comint-setup): Don't modify a global var via
5013 accidental side-effects.
5014 (pcomplete-shell-setup): Adjust call accordingly.
5015 (pcomplete-parse-comint-arguments): Use push.
5016
5017 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5020 Allow uncapitalized info node names (Bug#3921).
5021
5022 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5023 to the DEBUG file (Bug#3781).
5024
5025 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5026
5027 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5028 dictionary entry (Bug#4579).
5029
5030 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5033 from `rfn-eshadow-update-overlay-hook' when unloading.
5034 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5035 "rsyncc". Adjust doc string.
5036 (tramp-temp-buffer-file-name): New buffer-local defvar.
5037 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5038 Keep temporary file when indicated by method ("rsync" and
5039 "rsyncc").
5040 (tramp-handle-write-region): Handle APPEND.
5041 (tramp-delete-temp-file-function): New defun. Added to
5042 `kill-buffer-hook'.
5043
5044 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5047
5048 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5051 (color-name-rgb-alist, tty-standard-colors)
5052 (tty-color-mode-alist): Change to defconst.
5053
5054 * simple.el (mark-inactive): Purecopy message.
5055
5056 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5057 (global-map, yank-menu):
5058 * textmodes/ispell.el (ispell-menu-map):
5059 * net/eudc.el (eudc-tools-menu):
5060 * international/mule-cmds.el (describe-language-environment-map)
5061 (setup-language-environment-map, set-coding-system-map)
5062 (mule-menu-keymap):
5063 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5064 * replace.el (occur-mode-map):
5065 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5066
5067 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5068
5069 * calc/calc.el (math-read-number, math-read-number-simple): Use
5070 `save-match-data'.
5071
5072 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5075 rather than fiddling with global-map bindings, since it should only
5076 affect per-terminal settings.
5077 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5078
5079 * minibuffer.el (completion-table-with-terminator): Allow to specify
5080 the terminator-regexp.
5081
5082 * simple.el (switch-to-completions): Look for *Completions* in other
5083 frames as well.
5084
5085 * pcomplete.el: Allow the use of completion-tables.
5086 (pcomplete-std-complete): New command.
5087 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5088 (pcomplete--here): Use a function for `form' rather than an expression,
5089 so it can be byte-compiled.
5090 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5091 Add edebug declaration.
5092 (pcomplete-show-completions): Remove unused var `curbuf'.
5093 (pcomplete-do-complete, pcomplete-stub):
5094 Don't assume `completions' is a list of strings any more.
5095
5096 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5097
5098 * find-dired.el (find-name-arg): Fix typo in docstring.
5099
5100 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5103 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5104
5105 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5106 pcomplete-entries.
5107
5108 * comint.el (comint-read-input-ring, comint-write-input-ring)
5109 (comint-substitute-in-file-name)
5110 (comint-dynamic-complete-as-filename)
5111 (comint-dynamic-simple-complete)
5112 (comint-dynamic-list-filename-completions)
5113 (comint-dynamic-list-completions)
5114 (comint-redirect-results-list-from-process): Minor simplifications.
5115
5116 2009-10-21 Kevin Ryde <user42@zip.com.au>
5117
5118 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5119 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5120 the first form. And insert a blank line after ";;; Code" since
5121 that's usual style. (Bug#4612)
5122
5123 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5124
5125 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * minibuffer.el (completion-table-with-terminator): Properly implement
5128 boundaries, in case `terminator' appears in the suffix.
5129 (completion--embedded-envvar-table): Don't return boundaries if
5130 there's no valid completion. Simplify.
5131 (completion-file-name-table): New completion table extracted from
5132 completion--file-name-table.
5133 (completion--file-name-table): Use it.
5134 (read-file-name-predicate): Declare obsolete.
5135 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5136 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5137 completion-file-name-table, and use the `pred' argument.
5138 * files.el (locate-file-completion-table): Use the `pred' arg rather
5139 than read-file-name-predicate.
5140 (abbreviate-file-name): Use \` rather than ^ for BOS.
5141
5142 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5143
5144 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5145 vc-responsible-backend to register, it causes problems.
5146
5147 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5150
5151 2009-10-21 Eric Ludlam <zappo@gnu.org>
5152
5153 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5154 (semantic-c-debug-mode-init-pch): New functions.
5155 (semantic-c-debug-mode-init-last-mode): New var.
5156 (semantic-c-parse-lexical-token): Use them.
5157
5158 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5159 When extracting the argument list, limit only by point-max.
5160
5161 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5162
5163 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5164 (tramp-smb-handle-file-attributes): Use it.
5165 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5166 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5167 `mapcar'. Use `tramp-smb-get-stat-capability'.
5168 Add `dired-filename' text properties.
5169 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5170 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5171 version.
5172
5173 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * subr.el (read-key-delay): Reduce to 0.01.
5176 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5177 (bug#4751).
5178
5179 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5182
5183 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5184 (Info-menu): Remove unused vars `last' and `completions'.
5185 (Info-index-nodes): Remove unused var `node'.
5186
5187 * info.el (Info-complete-menu-item): Use complete-with-action.
5188
5189 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5190
5191 Make vc-annotate work through copies and renames.
5192 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5193 Return the file name too.
5194 (vc-annotate-revision-at-line)
5195 (vc-annotate-find-revision-at-line)
5196 (vc-annotate-revision-previous-to-line)
5197 (vc-annotate-show-log-revision-at-line): Update to get the file
5198 name from vc-annotate-extract-revision-at-line.
5199 (vc-annotate-show-diff-revision-at-line-internal): Change the
5200 argument to mean whether to show a file diff or not. Get the file
5201 name from vc-annotate-extract-revision-at-line.
5202 (vc-annotate-show-diff-revision-at-line):
5203 Update vc-annotate-show-diff-revision-at-line call.
5204 (vc-annotate-warp-revision): Add an optional file argument.
5205
5206 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5207 (vc-git-annotate-extract-revision-at-line): Also return the file
5208 name if found.
5209
5210 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5211 command. Remove unused code.
5212 (vc-hg-annotate-re): Update to match --follow output.
5213 (vc-hg-annotate-extract-revision-at-line): Also return the file
5214 name if found.
5215
5216 * vc.el: Update annotate-extract-revision-at-line documentation.
5217
5218 2009-10-18 Kevin Ryde <user42@zip.com.au>
5219
5220 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5221 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5222
5223 * net/browse-url.el (browse-url): Identify alist with "consp and
5224 not functionp" and let all other things go down the `apply' leg,
5225 as suggested by Stefan. (Further to bug#4531.)
5226
5227 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * minibuffer.el (read-file-name): Check for repeat before putting
5230 a default argument in file-name-history (Bug#4657).
5231
5232 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5233 read syntax (Bug#4737).
5234
5235 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5236
5237 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5238
5239 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5240 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5241 entries and make note of obsolete tags.
5242
5243 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5246
5247 2009-10-18 Glenn Morris <rgm@gnu.org>
5248
5249 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5250 grep, so that binary files (eg international/uni-bidi.el) can match.
5251 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5252 now, and in any case the file header format has changed.
5253
5254 2009-10-17 Glenn Morris <rgm@gnu.org>
5255
5256 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5257 (flyspell-get-word, flyspell-large-region)
5258 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5259
5260 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * Makefile.in (ELCFILES): Add ede/shell.
5263
5264 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5265
5266 * term/common-win.el (x-colors): Purecopy it.
5267
5268 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5271 permissive for when the buffer is empty.
5272 (tar-header-block-tokenize): Decode the username and groupname.
5273 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5274
5275 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * cedet/srecode/srt.el:
5278 * cedet/srecode/compile.el:
5279 * cedet/semantic/mru-bookmark.el:
5280 * cedet/semantic/debug.el:
5281 * cedet/semantic/complete.el:
5282 * cedet/semantic/analyze.el: Require CL when compiling.
5283
5284 2009-10-17 Eric Ludlam <zappo@gnu.org>
5285
5286 * cedet/semantic/scope.el
5287 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5288 tmpscope so that the regular scope will continue to work.
5289
5290 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5291 Use semantic-idle-summary-highlight-face as the highlighting.
5292
5293 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5294 contains multibyte characters, choose first applicable coding
5295 system automatically.
5296
5297 * cedet/ede/project-am.el (project-run-target): New method.
5298 (project-run-target): New method.
5299
5300 * cedet/ede.el (ede-target): Add run target menu item.
5301 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5302 (ede-run-target): New function.
5303 (ede-target::project-run-target): New method.
5304
5305 * cedet/ede/proj.el (project-run-target): New method.
5306
5307 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5308 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5309 Add :rules.
5310 (ede-proj-target-makefile-shared-object): Only libtool compilers
5311 now available. Add linkers for libtool.
5312 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5313 (ede-proj-makefile-target-name): Always use .la extension.
5314
5315 * cedet/ede/proj-prog.el (project-run-target): New method.
5316
5317 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5318 (ede-g++-linker): Change Change link lines.
5319
5320 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5321 When searching for old variables, go to the end of the buffer and
5322 search backward from there.
5323 (ede-proj-makefile-automake-insert-subdirs)
5324 (ede-proj-makefile-automake-insert-extradist): New methods.
5325 (ede-proj-makefile-create): Use them.
5326
5327 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5328 Force FILE to expand to the current target. Use file-exists-p to
5329 check that it exists.
5330
5331 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5332 (ede-linux-load): Wrap dir in file-name-as-directory.
5333 Set :version slot.
5334
5335 * cedet/ede/files.el (ede-get-locator-object): When enabling
5336 locate, do so on "top".
5337
5338 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5339 file-name-as-directory during compare.
5340 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5341 Get version number from different places. Don't call egrep.
5342 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5343 to set the directory.
5344
5345 * cedet/ede/shell.el: New file.
5346
5347 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5348 alpha/beta variants.
5349
5350 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * international/mule-cmds.el (select-safe-coding-system): If the file
5353 has a coding cookie, use it regardless of any other setting (bug#4712).
5354
5355 2009-10-17 Glenn Morris <rgm@gnu.org>
5356
5357 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5358 All errors should have messages.
5359
5360 * foldout.el (foldout-mouse-swallow-events):
5361 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5362
5363 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5364 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5365 (dired-keep-marker-symlink, dired-dwim-target)
5366 (dired-copy-preserve-time): Do not autoload these defcustoms.
5367
5368 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5369 messages from messing up the file coding. (Bug#4623)
5370
5371 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5372
5373 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5374 if no match is found for the current dictionary. (Bug#4578)
5375
5376 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5377 optional, since that is how it is documented, and this is often called
5378 with a nil argument. (Bug#4577)
5379 (flyspell-external-point-words, flyspell-auto-correct-word)
5380 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5381 (flyspell-word-search-backward): Remove nil argument in calls to
5382 flyspell-get-word, since it is not needed now.
5383
5384 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5385
5386 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5387
5388 2009-10-16 Glenn Morris <rgm@gnu.org>
5389
5390 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5391
5392 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5393
5394 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5395 (ange-ftp-file-size): New function.
5396 (ange-ftp-file-attributes): Use it.
5397
5398 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5399
5400 * net/tramp-smb.el (tramp-smb-version): New defvar.
5401 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5402 repeated checks.
5403
5404 2009-10-16 Glenn Morris <rgm@gnu.org>
5405
5406 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5407 Maybe copy some custom properties from old to new name. (Bug#4706)
5408
5409 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * subr.el (error, sit-for, start-process-shell-command)
5412 (start-file-process-shell-command): Set the calling convention
5413 after the function definition.
5414
5415 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * subr.el (error, sit-for, start-process-shell-command)
5418 (start-file-process-shell-command): Use the new
5419 set-advertised-calling-convention feature.
5420
5421 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5422
5423 * international/ucs-normalize.el (ucs-normalize-version):
5424 Change to 1.2.
5425 (check-range): Adjust for Unicode 5.2.
5426
5427 2009-10-15 Juri Linkov <juri@jurta.org>
5428
5429 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5430 to the `menu-item' format.
5431
5432 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5435 if the environment variable does not exist.
5436
5437 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5438 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5439 parameter.
5440 (tramp-smb-handle-add-name-to-file)
5441 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5442 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5443 (tramp-smb-handle-file-attributes)
5444 (tramp-smb-do-file-attributes-with-stat)
5445 (tramp-smb-handle-file-local-copy)
5446 (tramp-smb-handle-insert-directory)
5447 (tramp-smb-handle-make-directory)
5448 (tramp-smb-handle-make-directory-internal)
5449 (tramp-smb-handle-make-symbolic-link)
5450 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5451 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5452 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5453 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5454 Handle long file names.
5455 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5456 process is running.
5457 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5458 Read share names with "-g" option.
5459
5460 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5461
5462 * net/rcirc.el (rcirc-view-log-file): New command.
5463 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5464 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5465 specified.
5466
5467 2009-10-15 Glenn Morris <rgm@gnu.org>
5468
5469 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5470 from the second command-line argument.
5471 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5472 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5473 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5474 w32-batch-update-autoloads.
5475 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5476 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5477
5478 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5479 the headers cannot be located. Simplify, subtracting superflous
5480 save-excursions.
5481
5482 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 Replace completion-base-size by completion-base-position to fix bugs
5485 such as (bug#4699).
5486 * simple.el (completion-base-position): New var.
5487 (completion-base-size): Mark as obsolete.
5488 (choose-completion): Make it work for mouse events as well.
5489 Pass the new base-position to choose-completion-string.
5490 (choose-completion-guess-base-position): New function, extracted from
5491 choose-completion-delete-max-match.
5492 (choose-completion-delete-max-match): Use it. Make obsolete.
5493 (choose-completion-string): Use the new base-position info.
5494 (completion-root-regexp): Delete.
5495 (completion-setup-function): Preserve completion-base-position.
5496 Eliminate obsolete base-size manipulation.
5497 * minibuffer.el (display-completion-list): Don't mess with base-size.
5498 (minibuffer-completion-help): Set completion-base-position instead.
5499 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5500 choose-completion.
5501 * textmodes/bibtex.el (bibtex-complete):
5502 * emacs-lisp/crm.el (crm--choose-completion-string):
5503 Adjust to new calling convention.
5504 * complete.el (partial-completion-mode): Use minibufferp to avoid
5505 bumping into incompatible change to choose-completion-string-functions.
5506 * ido.el (ido-choose-completion-string): Make its calling convention
5507 more permissive.
5508 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5509 base-size manipulation.
5510 (comint-dynamic-list-input-ring): Use dotimes and push.
5511 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5512 fundamental-mode. Use `or'.
5513
5514 2009-10-14 Juri Linkov <juri@jurta.org>
5515
5516 * misearch.el (multi-isearch-next-buffer-from-list)
5517 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5518
5519 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5522 `bytecomp.el'.
5523
5524 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5525 string we return is all made up of text from the completions rather
5526 than part from the completions and part from the input (bug#4219).
5527
5528 * ido.el (ido-everywhere): Use define-minor-mode.
5529
5530 * buff-menu.el (list-buffers, ctl-x-map):
5531 Mark the entry points with ;;;###autoload cookies.
5532
5533 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5534
5535 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5536 correctly in the detached head case.
5537 (vc-git-print-log): Remove unused binding.
5538
5539 * vc.el (vc-responsible-backend): When a directory is passed for
5540 for registration create a VC repository if no backend is
5541 responsible for the directory argument.
5542 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5543
5544 * vc.el: Move comments about RCS and SCCS ...
5545 * vc-rcs.el:
5546 * vc-sccs.el: ... here, respectively.
5547
5548 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * minibuffer.el (completion--file-name-table): Return nil if there's
5551 no file completion, even if substitute-in-file-name changed
5552 the string (bug#4708).
5553
5554 2009-10-13 Juri Linkov <juri@jurta.org>
5555
5556 * files-x.el (read-file-local-variable-value): Don't filter out
5557 minor modes from mode name completion (bug#4664).
5558
5559 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5560
5561 * international/mule-cmds.el (ucs-names): Remove exclusion of
5562 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5563
5564 2009-10-13 Kenichi Handa <handa@m17n.org>
5565
5566 * international/uni-name.el: Regenerated.
5567
5568 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5569
5570 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5571 should be automatically buffer-local, but isn't.)
5572
5573 2009-10-12 Sam Steingold <sds@gnu.org>
5574
5575 * progmodes/compile.el (compilation-next-error-function): Fix the
5576 timestamps if the buffer has been visited before.
5577 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5578 non-anchored patterns, like the perl one (bug#3928).
5579
5580 2009-10-12 Glenn Morris <rgm@gnu.org>
5581
5582 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5583 Let-bind `size'.
5584
5585 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5586
5587 * proced.el (proced-unload-function): New function.
5588
5589 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5590 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5591 Doc fix.
5592
5593 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5594
5595 2009-10-11 Juri Linkov <juri@jurta.org>
5596
5597 * files-x.el (read-file-local-variable-value):
5598 Provide default value only for bound variables (bug#4664).
5599
5600 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5603 connection methods like smb.
5604
5605 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5606 can be empty.
5607
5608 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5609 (tramp-smb-file-name-handler-alist): Add handlers for
5610 `add-name-to-file', `make-symbolic-link'.
5611 (tramp-smb-handle-add-name-to-file)
5612 (tramp-smb-do-file-attributes-with-stat)
5613 (tramp-smb-handle-make-symbolic-link)
5614 (tramp-smb-get-cifs-capabilities): New defuns.
5615 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5616 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5617 (tramp-smb-handle-file-local-copy)
5618 (tramp-smb-handle-make-directory-internal)
5619 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5620 The file name syntax depends on cifs capabilities.
5621 (tramp-smb-handle-file-attributes):
5622 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5623 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5624 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5625
5626 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5629 (eieio-defclass): Apply deftype handler and setf-method properties
5630 directly.
5631 (eieio-add-new-slot): Avoid union function from cl library.
5632 (eieio--typep): New function.
5633 (eieio-perform-slot-validation): Use it.
5634
5635 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5636
5637 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5638 Update documentation to refer to the variables documented in r1.135.
5639 (Bug#4188)
5640
5641 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5642
5643 * bookmark.el (Info-suffix-list): Remove this unused variable.
5644 (bookmark-current-point): Remove this obsolete variable.
5645 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5646 Adjust for removal of bookmark-current-point.
5647
5648 (bookmarks-already-loaded, bookmark-current-buffer)
5649 (bookmark-yank-point): Document. (Bug#4188)
5650
5651 2009-10-10 Glenn Morris <rgm@gnu.org>
5652
5653 * frame.el (frame-height): Doc fix.
5654
5655 * calendar/calendar.el (calendar-split-width-threshold): New option.
5656 (calendar-basic-setup): Use calendar-split-width-threshold.
5657
5658 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5659
5660 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5661 Use .la for Automake.
5662
5663 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5666 Use "autoreconf -i". Suggested by Andreas Schwab.
5667
5668 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5669
5670 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5671 Ideographic Supplement" range (U+1F200..U+1F2FF).
5672
5673 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5674
5675 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5676 since the list will have been rebuilt anyway. (Bug#4349)
5677
5678 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5679
5680 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5681 (bookmark-bmenu-execute-deletions): Don't save here, as
5682 bookmark-delete will now do so if necessary.
5683 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5684 (Bug#4348)
5685
5686 2009-10-09 Glenn Morris <rgm@gnu.org>
5687
5688 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5689
5690 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5691
5692 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5693 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5694 argument now, so the two function's behaviors will match. (Bug#3645)
5695
5696 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5699 Fix filename test.
5700 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5701 to expand file names.
5702
5703 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5704
5705 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5706 (tramp-file-name-real-host, tramp-file-name-port):
5707 Apply `save-match-data'.
5708
5709 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5710 case both directories are remote.
5711 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5712 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5713
5714 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5717 (ede-proj-target-makefile-objectcode): Use it.
5718
5719 * cedet/ede/source.el (ede-want-any-source-files-p)
5720 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5721 Return search result. This error was introduced while merging.
5722
5723 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5726
5727 2009-10-07 Glenn Morris <rgm@gnu.org>
5728
5729 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5730 of concat.
5731
5732 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * files-x.el (read-file-local-variable): Include some
5735 non-user-variables in the completion table (bug#4664).
5736
5737 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5738
5739 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5740 message.
5741
5742 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5743 (tramp-smb-file-name-handler-alist): Add handler for
5744 `copy-directory', `expand-file-name', `set-file-modes'.
5745 (tramp-smb-handle-copy-directory)
5746 (tramp-smb-handle-expand-file-name)
5747 (tramp-smb-handle-set-file-modes): New defuns.
5748 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5749 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5750 entry.
5751 (tramp-smb-handle-insert-directory): Don't flush the cache.
5752 (tramp-smb-maybe-open-connection): Check for samba client and
5753 server versions.
5754
5755 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5756
5757 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5758 to not error out of search for "^lisp=" fails.
5759
5760 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * makefile.w32-in (WINS_UPDATES): New macro.
5763 (custom-deps, finder-data, autoloads): Use it.
5764
5765 2009-10-07 Glenn Morris <rgm@gnu.org>
5766
5767 * Makefile.in (autoloads): Revert previous change.
5768 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5769 the list of preloaded files passed on the command-line, get
5770 it from src/Makefile.
5771
5772 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5773 show the original buffer rather than a random one.
5774
5775 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5776
5777 * help.el (describe-no-warranty): Place point in a slightly better
5778 position in the GPLv3 text.
5779
5780 2009-10-06 Sam Steingold <sds@gnu.org>
5781
5782 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5783 the comm attribute is present before calling regexp-quote.
5784
5785 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5786
5787 * play/animate.el (animate-string): For good effect, make sure
5788 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5789
5790 * play/animate.el (animate-sequence, animate-birthday-present):
5791 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5792
5793 2009-10-06 Glenn Morris <rgm@gnu.org>
5794
5795 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5796
5797 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5798 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5799 (batch-update-autoloads): Process a string value of autoload-excludes,
5800 set during the build process.
5801 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5802
5803 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5804 inside with-parsed... macro so that `v' is defined.
5805
5806 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5807 * progmodes/fortran.el (fortran-end-of-block)
5808 (fortran-beginning-of-block):
5809 Also push mark in the macro case.
5810
5811 * emerge.el (emerge-show-file-name):
5812 * calc/calc.el (calc-quit):
5813 * calc/calc-misc.el (calc-big-or-small):
5814 * calc/calc-graph.el (calc-graph-view):
5815 * calc/calc-ext.el (calc-reset):
5816 * calendar/calendar.el (calendar-basic-setup):
5817 Use window-full-height-p.
5818
5819 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5820 header we don't understand, don't insert another. (Bug#4624)
5821 If changing mime charset, insert the new one in the right place.
5822
5823 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5824
5825 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5826 (cal-tex-cursor-month): Correctly increment the end date for diary and
5827 holiday listing. (Bug#4626)
5828
5829 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * help-fns.el (describe-function-1): Don't burp if the function is not
5832 a symbol.
5833
5834 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5835
5836 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5837 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5838 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5839 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5840
5841 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5842 (eieio-default-superclass): Reflow docstrings.
5843 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5844 (eieio-unbind-method-implementations, defmethod)
5845 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5846 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5847 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5848 (eieio-slot-originating-class-p, eieio-slot-name-index)
5849 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5850 (constructor, initialize-instance, no-next-method, object-print)
5851 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5852 Fix typos in docstrings.
5853 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5854 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5855 (next-method-p): Doc fixes.
5856 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5857 Fix typos in error messages.
5858 (eieio-defmethod): Fix typo in description of generic method.
5859
5860 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5861 (eieio-persistent-save-interactive, slot-missing):
5862 Fix typos in docstrings.
5863 (eieio-instance-inheritor-slot-boundp): Doc fix.
5864
5865 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5866 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5867
5868 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5869 (eieio-custom-object-apply-reset):
5870 Fix typos in docstrings and error messages.
5871
5872 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5873 Fix typo in docstring.
5874
5875 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5876 (eieio-browse-tree): Doc fix.
5877 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5878 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5879 Fix typos in docstrings.
5880
5881 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5882 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5883 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5884 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5885 Reflow docstrings.
5886
5887 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5888
5889 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5890 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5891 Set log-view-vc-backend so that diff can work.
5892
5893 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5894 vc-version-diff.
5895 (vc-diff-internal): Autoload this instead of vc-version-diff.
5896
5897 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5898
5899 * simple.el (eval-expression): Doc fix.
5900
5901 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5902
5903 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5904
5905 * files.el (directory-files-no-dot-files-regexp): New defconst.
5906 (delete-directory): Use it.
5907 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5908
5909 * net/tramp.el (tramp-verbose): Fix docstring.
5910 (tramp-methods): Add recursive option to `tramp-copy-args'.
5911 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5912 "scp1_old", "scp2_old", "rsync", "rsyncc".
5913 (tramp-default-method): Check also for `auth-source-user-or-password'.
5914 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5915 Add handler for `copy-directory'.
5916 (tramp-handle-copy-directory): New defun.
5917 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5918 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5919 Optimize sent command.
5920
5921 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5924 window if necessary.
5925
5926 * calendar/calendar.el (calendar-basic-setup): Don't call
5927 switch-to-buffer in a dedicated window.
5928
5929 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5930
5931 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5932 don't do anything related to relocating, just return nil.
5933 (bookmark-error-no-filename): New error.
5934 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5935 bookmark has no file. Don't even attempt to handle things that
5936 are not files; the whole point of custom handlers is to keep that
5937 knowledge elsewhere anyway. Tighten some comments.
5938 (bookmark-file-or-variation-thereof): Remove now-unused function.
5939 (bookmark-location): Doc string fix.
5940 (Bug#4250)
5941
5942 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5943
5944 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5945 don't use a file dialog, because they usually don't know how to read
5946 a directory target from the user. (Bug#4230)
5947 Also, make sure the prompt can display directories as well as files.
5948
5949 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5950
5951 * bookmark.el (bookmark-set, bookmark-buffer-name):
5952 Improve doc strings. (Bug#1193)
5953
5954 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5955
5956 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5957 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5958 (bookmark-get-annotation, bookmark-set-annotation)
5959 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5960 (bookmark-set-position, bookmark-get-front-context-string)
5961 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5962 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5963 (bookmark-jump-other-window, bookmark-handle-bookmark)
5964 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5965 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5966 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5967 Improve doc strings to say whether bookmark can be a string or
5968 a record or both, and make other consistency and clarity fixes.
5969 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5970 (bookmark-default-annotation-text, bookmark-yank-word)
5971 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5972 (bookmark-import-new-list, bookmark-maybe-rename)
5973 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5974 (bookmark-bmenu-bookmark): Give these doc strings.
5975 (bookmark-bmenu-check-position): Give this a doc string, but also
5976 add a FIXME comment about how the function may be pointless.
5977 (bookmark-default-handler): Rework doc string and change a
5978 parameter name, to clarify that this takes a bookmark record
5979 not a bookmark name.
5980 (bookmark-set): Change a parameter name to indicate its meaning,
5981 and improve the doc string a bit.
5982 (Bug#4188)
5983
5984 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5985
5986 * bookmark.el (bookmark-alist): Document the new `handler' element
5987 in the param alist.
5988 (bookmark-make-record-function): Adjust documentation for above.
5989 (Bug#4193)
5990
5991 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5992
5993 * info.el (Info-bookmark-make-record): Document this function.
5994 (Info-bookmark-jump): Document with a doc string, not just a comment.
5995 (Bug#4203)
5996
5997 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6000 (semantic-new-buffer-fcn): Call parser setup functions here.
6001 (semantic-mode): Don't call parser setup functions here, it's done
6002 in semantic-new-buffer-fcn now.
6003 (semantic-mode): Parse all existing buffers when enabled.
6004
6005 * cedet/srecode/compile.el (srecode-compile-file):
6006 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6007
6008 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6011
6012 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6013 (proj-comp-insert-variable-once): New macro, renamed from
6014 ede-pmake-insert-variable-once in ede/pmake.edl.
6015 (ede-proj-makefile-insert-variables): Use it.
6016
6017 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * files.el (copy-directory): New defun.
6020
6021 * dired-aux.el (dired-copy-file-recursive): Use it.
6022
6023 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6024
6025 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6026 (makefile-end-of-command):
6027 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6028 (semantic-end-of-context): Fix previous change. Doc fixes.
6029
6030 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6031
6032 * files-x.el (modify-dir-local-variable)
6033 (copy-dir-locals-to-file-locals-prop-line):
6034 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6035 (makefile-end-of-command):
6036 * cedet/semantic/lex.el (semantic-lex-token):
6037 * cedet/semantic/analyze/fcn.el
6038 (semantic-analyze-dereference-metatype-1):
6039 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6040 (semantic-lex-cpp-undef):
6041 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6042 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6043 (semantic-end-of-context): Fix typos in docstrings.
6044
6045 * recentf.el (recentf-unload-function): New function.
6046
6047 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6048
6049 * cedet/ede.el (ede-project-placeholder-cache-file):
6050 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6051 * cedet/srecode/map.el (srecode-map-save-file):
6052 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6053
6054 2009-10-04 Glenn Morris <rgm@gnu.org>
6055
6056 * window.el (window-full-height-p): Add doc string.
6057
6058 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6059
6060 * window.el (window-full-height-p): New function. (Bug#4543)
6061
6062 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * cedet/srecode/insert.el: Require srecode/args.
6065
6066 * cedet/srecode/args.el: Require srecode/dictionary instead of
6067 srecode/insert.
6068
6069 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6070
6071 * files.el (auto-mode-alist): Add .srt and Project.ede.
6072
6073 * cedet/semantic.el (semantic-mode):
6074 Handle srecode-template-mode-hook as well.
6075 (semantic-mode): Use js-mode-hook for Javascript hook.
6076
6077 * cedet/srecode/template.el: Remove hook variable.
6078
6079 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6080
6081 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6082 projects exist.
6083 (ede-project-placeholder-cache-file): Default to a file in
6084 user-emacs-directory.
6085
6086 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6087 templates in data-directory.
6088 (srecode-map-save-file): Default to a file in user-emacs-directory.
6089
6090 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6091 directory.
6092
6093 2009-09-30 Eric Ludlam <zappo@gnu.org>
6094
6095 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6096 Doc fix.
6097
6098 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6099 Only insert each variable once.
6100
6101 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6102 (ede-pmake-insert-variable-shared): Use it.
6103
6104 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6105 for lexical table iff table is nil.
6106
6107 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6108
6109 * vc.el: Remove commented out code.
6110 (vc-derived-from-dir-mode): Remove, unused.
6111 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6112
6113 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6114
6115 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6116 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6117 there could be recursive loading when `default-directory' is a
6118 remote file name. (Bug#4614)
6119
6120 2009-10-03 Glenn Morris <rgm@gnu.org>
6121
6122 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6123 the frame is wide.
6124 (calendar-generate-window): Test for shrinkability rather than width.
6125
6126 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6127 declaration, currently false.
6128
6129 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6130 reusing existing buffers, in case we happen to visit two files with the
6131 same basename. (Bug#4593)
6132
6133 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6134
6135 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6136 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6137 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6138 subdirs of cedet as well.
6139 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6140
6141 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6144 Obey advertised-signature-table.
6145
6146 * help-fns.el (help-function-arglist): Don't check
6147 advertised-signature-table.
6148 (describe-function-1): Do it here instead so it also applies to subrs.
6149
6150 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6151
6152 * simple.el (start-file-process): Say in the doc-string, that file
6153 handlers might not support pty association, if PROGRAM is nil.
6154
6155 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6156 HOST and USER are strings. They are nil, when there are
6157 incomplete entries in ~/.netrc, for example.
6158 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6159 root directory ("device busy" error otherwise).
6160
6161 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6162 Flush file properties of created directory.
6163
6164 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6165
6166 * makefile.w32-in (WINS_BASIC): Remove cedet.
6167 (WINS_CEDET): Add cedet.
6168 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6169
6170 2009-10-02 Kevin Ryde <user42@zip.com.au>
6171
6172 * net/browse-url.el (browse-url): Pass any symbol in
6173 browse-url-browser-function to `apply', since if you've mistakenly put
6174 an unbound symbol then the error is clearer. (Bug#4531)
6175
6176 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * allout.el (allout-init, allout-back-to-current-heading)
6179 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6180 (allout-ascend, allout-up-current-level, allout-end-of-level)
6181 (allout-previous-visible-heading, allout-forward-current-level)
6182 (allout-backward-current-level, allout-show-children):
6183 * apropos.el (apropos-describe-plist):
6184 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6185 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6186 * completion.el (add-completion, add-permanent-completion):
6187 * descr-text.el (describe-text-category, describe-char):
6188 * desktop.el (desktop-lazy-abort):
6189 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6190 * dired.el (dired-build-subdir-alist):
6191 * ediff.el (ediff-version):
6192 * elide-head.el (elide-head, elide-head-show):
6193 * emerge.el (emerge-version):
6194 * env.el (getenv):
6195 * face-remap.el (variable-pitch-mode):
6196 * faces.el (describe-face):
6197 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6198 (dired-at-point):
6199 * files.el (find-file-existing, auto-save-mode):
6200 * font-lock.el (font-lock-fontify-buffer):
6201 * help-fns.el (describe-function, describe-variable)
6202 (describe-syntax, describe-categories):
6203 * help.el (view-lossage, describe-bindings, describe-key)
6204 (describe-mode):
6205 * hexl.el (hexl-current-address):
6206 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6207 * info.el (Info-goto-emacs-key-command-node):
6208 * log-edit.el (log-edit-insert-cvs-template)
6209 (log-edit-insert-cvs-rcstemplate):
6210 * menu-bar.el (menu-bar-mode):
6211 * mouse.el (mouse-appearance-menu):
6212 * newcomment.el (comment-indent-new-line):
6213 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6214 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6215 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6216 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6217 * recentf.el (recentf-mode):
6218 * savehist.el (savehist-mode, savehist-save):
6219 * shadowfile.el (shadow-copy-files):
6220 * simple.el (kill-ring-save, next-line, previous-line)
6221 (normal-erase-is-backspace-mode):
6222 * strokes.el (strokes-update-window-configuration)
6223 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6224 (strokes-xpm-for-stroke):
6225 * time.el (emacs-uptime, emacs-init-time):
6226 * tutorial.el (tutorial--describe-nonstandard-key)
6227 (tutorial--detailed-help):
6228 * type-break.el (type-break-mode)
6229 (type-break-mode-line-message-mode, type-break-query-mode)
6230 (type-break-guesstimate-keystroke-threshold):
6231 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6232 * version.el (emacs-version):
6233 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6234 * winner.el (winner-mode):
6235 * calendar/timeclock.el (timeclock-in, timeclock-out)
6236 (timeclock-status-string, timeclock-change)
6237 (timeclock-workday-remaining-string)
6238 (timeclock-workday-elapsed-string)
6239 (timeclock-when-to-leave-string):
6240 * calendar/todo-mode.el (todo-add-category):
6241 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6242 * emacs-lisp/autoload.el (update-file-autoloads):
6243 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6244 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6245 (checkdoc-message-text, checkdoc-defun):
6246 * emacs-lisp/debug.el (debugger-list-functions):
6247 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6248 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6249 (eieio-describe-generic):
6250 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6251 * emacs-lisp/shadow.el (list-load-path-shadows):
6252 * emulation/cua-base.el (cua-mode):
6253 * emulation/edt.el (edt-set-scroll-margins):
6254 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6255 (tpu-toggle-regexp, tpu-toggle-search-direction)
6256 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6257 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6258 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6259 (viper-set-parsing-style-toggling-macro)
6260 (viper-set-emacs-state-searchstyle-macros):
6261 * emulation/viper.el (viper-set-hooks):
6262 * eshell/esh-mode.el (eshell-truncate-buffer):
6263 * international/mule-cmds.el (prefer-coding-system)
6264 (describe-input-method, describe-language-environment):
6265 * international/mule-diag.el (list-character-sets)
6266 (describe-character-set, describe-coding-system)
6267 (describe-fontset, list-fontsets, list-input-methods):
6268 * mail/sendmail.el (mail-signature):
6269 * net/ange-ftp.el (ange-ftp-copy-file):
6270 * net/browse-url.el (browse-url):
6271 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6272 * net/quickurl.el (quickurl-add-url):
6273 * net/rcirc.el (names, topic):
6274 * net/xesam.el (xesam-mode):
6275 * play/5x5.el (5x5-new-game):
6276 * play/yow.el (apropos-zippy):
6277 * progmodes/ada-mode.el (ada-mode-version):
6278 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6279 (f90-end-of-block)
6280 (f90-beginning-of-block):
6281 * progmodes/fortran.el (fortran-end-of-block)
6282 (fortran-beginning-of-block):
6283 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6284 * progmodes/python.el (python-describe-symbol, python-shell):
6285 * term/ns-win.el (ns-print-buffer):
6286 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6287 * textmodes/flyspell.el (flyspell-mode-on):
6288 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6289 (pages-directory-for-addresses):
6290 * textmodes/table.el (table-recognize-cell)
6291 (table-query-dimension, table-generate-source)
6292 (table-insert-sequence, table--warn-incompatibility):
6293 * textmodes/tex-mode.el (tex-validate-buffer):
6294 * textmodes/texinfmt.el (texinfmt-version)
6295 (texinfo-format-buffer):
6296 Use `called-interactively-p' instead of `interactive-p'.
6297
6298 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6299
6300 * image-mode.el (image-toggle-display):
6301 * emacs-lisp/elp.el (elp-instrument-function):
6302 * emacs-lisp/advice.el (ad-make-advised-definition):
6303 * emacs-lisp/easy-mmode.el (define-minor-mode):
6304 * net/browse-url.el (browse-url-maybe-new-window):
6305 * progmodes/sh-script.el (sh-learn-buffer-indent):
6306 Pass new argument 'any to `called-interactively-p'.
6307
6308 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * international/uni-bidi.el:
6311 * international/uni-category.el:
6312 * international/uni-combining.el:
6313 * international/uni-comment.el:
6314 * international/uni-decimal.el:
6315 * international/uni-decomposition.el:
6316 * international/uni-digit.el:
6317 * international/uni-lowercase.el:
6318 * international/uni-mirrored.el:
6319 * international/uni-name.el:
6320 * international/uni-numeric.el:
6321 * international/uni-old-name.el:
6322 * international/uni-titlecase.el:
6323 * international/uni-uppercase.el:
6324 Regenerate from Unicode 5.2.0 data.
6325
6326 2009-10-01 Glenn Morris <rgm@gnu.org>
6327
6328 * Makefile.in (ELCFILES): Regenerate.
6329
6330 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * subr.el (interactive-p): Mark obsolete.
6333 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6334 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6335 advertised-signature-table for subroutines as well.
6336
6337 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6338 (set-advertised-calling-convention): New function.
6339 (make-obsolete, define-obsolete-function-alias)
6340 (make-obsolete-variable, define-obsolete-variable-alias):
6341 Make the optional-ness of `when' obsolete.
6342 (define-obsolete-face-alias): Make `when' non-optional.
6343 * help-fns.el (help-function-arglist):
6344 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6345 Use advertised-signature-table.
6346
6347 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * files.el (delete-directory): New defun. The original function
6350 in fileio.c has been renamed to `delete-directory-internal'.
6351
6352 * dired.el (dired-delete-file): Call `delete-directory' with
6353 RECURSIVE parameter.
6354
6355 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6356 parameter RECURSIVE. Implementation is missing.
6357
6358 * net/tramp.el (tramp-handle-make-directory): Flush upper
6359 directory's file properties.
6360 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6361 (tramp-handle-dired-recursive-delete-directory): Flush directory
6362 properties after the remove command only.
6363
6364 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6365 Handle optional parameter RECURSIVE.
6366
6367 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6368 Handle optional parameter RECURSIVE.
6369
6370 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6371 connection timeout.
6372 (tramp-smb-handle-delete-directory): Handle optional parameter
6373 RECURSIVE.
6374
6375 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6378 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6379 (byte-compile-defmacro): Use backquotes.
6380
6381 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6382
6383 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6384 has no associated file.
6385 (vc-resynch-buffer): Use vc-dir-buffers.
6386
6387 2009-10-01 Glenn Morris <rgm@gnu.org>
6388
6389 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6390 (chart-file-count):
6391 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6392 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6393 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6394 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6395 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6396 (eieio-copy-parents-into-subclass, make-instance, class-children)
6397 (eieio-generic-form):
6398 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6399 * cedet/cedet-idutils.el (cedet-idutils-search)
6400 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6401 (cedet-idutils-version-check):
6402 * cedet/cedet.el (cedet-version):
6403 * cedet/data-debug.el (data-debug-insert-overlay-button)
6404 (data-debug-insert-overlay-list-button)
6405 (data-debug-insert-buffer-button)
6406 (data-debug-insert-buffer-list-button)
6407 (data-debug-insert-process-button, data-debug-insert-ring-button)
6408 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6409 (data-debug-insert-stuff-vector-button)
6410 (data-debug-insert-symbol-button, data-debug-insert-string)
6411 (data-debug-insert-number, data-debug-insert-lambda-expression)
6412 (data-debug-insert-nil, data-debug-insert-simple-thing)
6413 (data-debug-insert-custom, data-debug-edebug-expr):
6414 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6415 (global-ede-mode-map, ede-new, ede-debug-target)
6416 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6417 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6418 (semantic-fetch-tags, semantic-submode-list)
6419 (semantic-default-submodes):
6420 * cedet/ede/source.el (ede-source-match):
6421 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6422 (project-am-package-info):
6423 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6424 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6425 * cedet/ede/proj-comp.el (ede-current-build-list):
6426 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6427 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6428 * cedet/ede/cpp-root.el (initialize-instance):
6429 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6430 (autoconf-parameter-strip, autoconf-insert-new-macro):
6431 * cedet/semantic/wisent.el (wisent-lex-eoi):
6432 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6433 (semantic-show-parser-state-mode):
6434 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6435 * cedet/semantic/tag.el (semantic-tag-new-variable)
6436 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6437 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6438 (semantic--tag-deep-copy-tag-list)
6439 (semantic-tag-components-with-overlays-default):
6440 * cedet/semantic/symref.el (semantic-symref-find-text):
6441 * cedet/semantic/senator.el (senator-yank-tag)
6442 (senator-transpose-tags-up):
6443 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6444 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6445 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6446 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6447 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6448 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6449 * cedet/semantic/lex-spp.el
6450 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6451 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6452 * cedet/semantic/idle.el
6453 (semantic-idle-summary-current-symbol-info-brutish)
6454 (semantic-idle-summary-current-symbol-info-default):
6455 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6456 (semantic--grammar-macro-compl-dict):
6457 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6458 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6459 (semantic-format-tag-canonical-name-default):
6460 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6461 (semantic-find-tags-for-completion)
6462 (semantic-find-tags-by-scope-protection-default)
6463 (semantic-deep-find-tags-for-completion):
6464 * cedet/semantic/edit.el
6465 (semantic-edits-incremental-reparse-failed-hook)
6466 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6467 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6468 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6469 * cedet/semantic/dep.el (semantic-dependency-include-path):
6470 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6471 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6472 (semanticdb-project-roots):
6473 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6474 (semanticdb-find-adebug-insert-scanned-tag-cons)
6475 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6476 (semanticdb-brute-deep-find-tags-for-completion):
6477 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6478 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6479 (semantic-end-of-context-default)
6480 (semantic-ctxt-current-function-default)
6481 (semantic-ctxt-scoped-types-default):
6482 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6483 (semantic-complete-inline-tag-engine)
6484 (semantic-complete-inline-custom-type)
6485 (semantic-complete-read-tag-analyzer):
6486 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6487 (semantic-chart-database-size):
6488 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6489 (semantic-analyze-current-context):
6490 * cedet/semantic/symref/list.el (semantic-symref)
6491 (semantic-symref-hide-buffer, semantic-symref-symbol):
6492 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6493 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6494 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6495 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6496 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6497 (semantic-c-dereference-template):
6498 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6499 (semantic--analyze-refs-full-lookup-with-parents)
6500 (semantic--analyze-refs-full-lookup-simple):
6501 * cedet/semantic/analyze/complete.el
6502 (semantic-analyze-possible-completions):
6503 * cedet/srecode/table.el (srecode-mode-table-new):
6504 * cedet/srecode/srt.el (srecode-read-variable-name):
6505 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6506 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6507 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6508 * cedet/srecode/map.el (srecode-current-map):
6509 * cedet/srecode/insert.el (srecode-insert)
6510 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6511 (srecode-template-inserter-point-override)
6512 (srecode-insert-include-lookup):
6513 * cedet/srecode/getset.el (srecode-auto-choose-class):
6514 * cedet/srecode/extract.el (srecode-inserter-extract):
6515 * cedet/srecode/document.el
6516 (srecode-document-autocomment-return-last-alist)
6517 (srecode-document-autocomment-param-type-alist)
6518 (srecode-document-insert-function-comment)
6519 (srecode-document-insert-variable-one-line-comment)
6520 (srecode-document-function-name-comment):
6521 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6522 (srecode-compound-toString):
6523 * cedet/srecode/compile.el (srecode-flush-active-templates):
6524 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6525 Doc/message fixes.
6526
6527 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6528 match-data. (Bug#4555).
6529
6530 * cedet/semantic/bovine/gcc.el
6531 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6532 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6533
6534 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6535 rather than parsing it as a regexp. This relaxes the layout
6536 requirements and makes errors easier to detect.
6537 (check-declare-verify): Check file is regular.
6538 (check-declare-directory): Doc fix.
6539 * subr.el (declare-function): Doc fix.
6540
6541 * ibuffer.el (ibuffer-format-qualifier):
6542 * isearch.el (hi-lock-regexp-okay):
6543 * calc/calc.el (math-zerop):
6544 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6545 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6546 Remove unused declarations.
6547
6548 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * cedet/semantic/wisent/javat-wy.el
6551 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6552
6553 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6554
6555 * cedet/srecode/expandproto.el: Fix provide statement.
6556
6557 2009-09-30 Eric Ludlam <zappo@gnu.org>
6558
6559 * emacs-lisp/eieio.el (boolean-p): Delete.
6560
6561 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6562
6563 * cedet/ede/srecode.el: Fix provide statement.
6564
6565 2009-09-30 Glenn Morris <rgm@gnu.org>
6566
6567 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6568 * cedet/ede/proj-aux.el (ede-aux-source):
6569 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6570 (ede-misc-source):
6571 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6572 (semantic-mrub-switch-tags): Fix doc typos.
6573
6574 * cedet/semantic/db-global.el (data-debug-new-buffer)
6575 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6576 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6577
6578 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6579
6580 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6581 use of CL function `remove-if-not'.
6582
6583 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6584
6585 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6586 filename is not a string.
6587
6588 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * files.el (safe-local-eval-forms): Fix typo.
6591
6592 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * vc-hooks.el (vc-dir-buffers): New var.
6595 (vc-state-refresh): New function.
6596 (vc-state): Use it.
6597 (vc-after-save): Always ask the backend to recompute the new state.
6598 Always call vc-dir if necessary, using vc-dir-buffers.
6599 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6600 Use vc-dir-buffers.
6601 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6602 (vc-dir-prepare-status-buffer, vc-dir-update)
6603 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6604 Don't call expand-file-name on default-directory.
6605
6606 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6607
6608 * speedbar.el (speedbar-item-delete):
6609 * calc/calc-prog.el (calc-kbd-if):
6610 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6611
6612 * epa.el (epa-key-list-mode-map):
6613 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6614
6615 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6616 (hs-show-hook): Fix typo in docstring.
6617
6618 2009-09-29 Glenn Morris <rgm@gnu.org>
6619
6620 * cedet/semantic/symref/idutils.el:
6621 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6622
6623 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6624
6625 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6626 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6627 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6628 Mark declarations not understood by check-declare.
6629
6630 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6631 file-name-nondirectory call preventing location of cedet files.
6632 (check-declare-verify): Use literal search rather than re-search.
6633 Add basic defmethod and defclass, and define-overloadable-function.
6634
6635 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6636 Use tramp-compat-file-attributes rather than nonexistent
6637 tramp-compat-handle-file-attributes.
6638
6639 * Makefile.in (lisptagsfiles4): New.
6640 (AUTOGENEL): Add cedet loaddefs files.
6641 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6642 (update-elclist, compile-always, backup-compiled-files)
6643 (bootstrap-clean): Add yet another directory level.
6644 (update-elclist): Use LC_COLLATE rather than COLLATE.
6645 (ELCFILES): Update, via `make update-elclist'.
6646
6647 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6648
6649 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6650 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6651 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6652
6653 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6654
6655 * Makefile.in (lisptagsfiles3): Define.
6656 (TAGS, TAGS-LISP): Use it.
6657 (update-elclist): Add third directory level to look for elc files.
6658 (compile-always): Likewise.
6659 (backup-compiled-files): Likewise.
6660 (bootstrap-clean): Likewise.
6661 (ELCFILES): Update.
6662
6663 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * Makefile.in (ELCFILES): Add CEDET files.
6666
6667 2009-09-28 Eric Ludlam <zappo@gnu.org>
6668
6669 CEDET (development tools) package merged.
6670
6671 * cedet/*.el:
6672 * cedet/ede/*.el:
6673 * cedet/semantic/*.el:
6674 * cedet/srecode/*.el: New files.
6675
6676 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6677
6678 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6679
6680 * net/tramp.el (top): Require tramp-imap.
6681
6682 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6683 Use `tramp-compat-handle-file-attributes'.
6684
6685 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6686
6687 * net/tramp-imap.el: New package.
6688
6689 2009-09-28 Eric Ludlam <zappo@gnu.org>
6690
6691 * emacs-lisp/chart.el:
6692 * emacs-lisp/eieio-base.el:
6693 * emacs-lisp/eieio-comp.el:
6694 * emacs-lisp/eieio-custom.el:
6695 * emacs-lisp/eieio-datadebug.el:
6696 * emacs-lisp/eieio-opt.el:
6697 * emacs-lisp/eieio-speedbar.el:
6698 * emacs-lisp/eieio.el: New files.
6699
6700 * cedet/cedet-cscope.el:
6701 * cedet/cedet-files.el:
6702 * cedet/cedet-global.el:
6703 * cedet/cedet-idutils.el:
6704 * cedet/data-debug.el:
6705 * cedet/inversion.el:
6706 * cedet/mode-local.el:
6707 * cedet/pulse.el: New files.
6708
6709 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6710
6711 * whitespace.el (whitespace-trailing-regexp)
6712 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6713 Fix doc string.
6714
6715 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6718 menu.
6719
6720 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6721 menu-bar-ediff-menu.
6722
6723 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6724 define-overloadable-function.
6725
6726 * progmodes/autoconf.el: Provide autoconf as well, so that this
6727 file can be `require'd.
6728
6729 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6730
6731 * emacs-lisp/autoload.el (generated-autoload-feature)
6732 (generated-autoload-load-name): New vars.
6733 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6734 (make-autoload): Recognize define-overloadable-function and
6735 defclass forms (for EIEIO).
6736
6737 * Makefile.in (update-subdirs): Exclude cedet directory.
6738
6739 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6740
6741 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6742
6743 * faces.el: Default light-background background for region face to
6744 ns_selection_color under NS.
6745
6746 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6747
6748 * net/imap-hash.el: New library, see NEWS.
6749
6750 * Makefile.in (ELCFILES): Add imap-hash.el.
6751
6752 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6755 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6756 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6757 definition where the docstring could be taken for the return value.
6758
6759 2009-09-26 Glenn Morris <rgm@gnu.org>
6760
6761 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6762 Add option to only show images below a certain size.
6763 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6764 save-excursion calls.
6765
6766 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6767
6768 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6769 subdirectories) and eieio.
6770
6771 2009-09-26 Alan Mackenzie <acm@muc.de>
6772
6773 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6774 buggy bracketing. (Bug#4289)
6775
6776 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6777 character constants (as case labels). (Bug#4289)
6778
6779 2009-09-25 Juri Linkov <juri@jurta.org>
6780
6781 * files.el (safe-local-eval-forms): Allow time-stamp in
6782 before-save-hook (Bug#4554).
6783
6784 2009-09-25 Drew Adams <drew.adams@oracle.com>
6785
6786 * menu-bar.el (list-buffers-directory): Doc fix.
6787
6788 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6791 Try and avoid copying twice the same paragraph.
6792 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6793 Remove save-excursion.
6794 (log-edit-changelog-entry): Do it here instead.
6795
6796 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6797
6798 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6799 when available, instead of hardcoding mode names. Doc fix.
6800
6801 * menu-bar.el (list-buffers-directory): Add docstring.
6802 Make automatically buffer-local.
6803
6804 * dired.el (dired-mode):
6805 * files.el (cd-absolute):
6806 * pcvs.el (cvs-temp-buffer):
6807 * pcvs-util.el (cvs-get-buffer-create):
6808 * shell.el (shell-mode):
6809 * vc-dir.el (vc-dir-mode):
6810 Don't make `list-buffers-directory' buffer local.
6811
6812 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6813
6814 * comint.el (comint-exec, comint-run, make-comint):
6815 Doc fixes (Bug#4542).
6816
6817 2009-09-25 Glenn Morris <rgm@gnu.org>
6818
6819 * mail/rmailmm.el (rmail-mime): New custom group.
6820 Move all defcustoms in this file into this group.
6821 (rmail-mime-media-type-handlers-alist): Revert previous change.
6822 (rmail-mime-show-images): New option.
6823 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6824 references to it, since it wasn't actually used for anything.
6825 (rmail-mime-insert-image): New function.
6826 (rmail-mime-image): Use rmail-mime-insert-image.
6827 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6828 obey the value of `rmail-mime-show-images' option. Print the size of
6829 attachments.
6830
6831 2009-09-25 David Engster <deng@randomsample.de>
6832
6833 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6834
6835 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6836
6837 * whitespace.el: Does not highlight trailing spaces While point is
6838 at end of line. Does not highligt spaces at beginning of buffer
6839 while point is at beginning of buffer. Does not highlight spaces
6840 at end of buffer while point is at end of buffer. (Bug#4177)
6841 New version 12.0.
6842 (whitespace-display-mappings): Adjust initialization.
6843 (whitespace-point, whitespace-font-lock-refontify): New vars.
6844 (whitespace-color-on, whitespace-color-off): Adjust code.
6845 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6846 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6847 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6848
6849 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6852
6853 * textmodes/sgml-mode.el: Remove xml-mode alias.
6854
6855 * files.el (auto-mode-alist, conf-mode-maybe)
6856 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6857
6858 2009-09-24 Alan Mackenzie <acm@muc.de>
6859
6860 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6861 c-forward-conditionals, but it doesn't move point and doesn't set
6862 the mark.
6863 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6864 (c-down-conditional-with-else, c-backward-conditional)
6865 (c-forward-conditional): Refactor to use c-scan-conditionals.
6866
6867 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6870 (help-default-arg-highlight): Remove.
6871 (help-highlight-arg): New function.
6872 (help-do-arg-highlight): Use it.
6873 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6874
6875 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6878 Undo last change, which didn't fix the problem and introduced others.
6879
6880 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * progmodes/gdb-mi.el: Don't require speedbar.
6883 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6884
6885 2009-09-24 Glenn Morris <rgm@gnu.org>
6886
6887 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6888
6889 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6890
6891 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6892 there is no newline after the final mime boundary. (Bug#4539)
6893 Move markers on insertion so that any buttons inserted don't end up in
6894 the next part of a multipart message.
6895 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6896 (rmail-mime-bulk-handler): Optionally handle images.
6897 (rmail-mime-image): New button action.
6898 (rmail-mime-image-handler): New function.
6899 (rmail-mime-mode): New mode.
6900 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6901
6902 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6905 than just dropping elements from it (bug#4504).
6906
6907 * term.el (term-set-scroll-region): Don't move cursor any more.
6908 (term-handle-ansi-escape): Call term-goto here instead.
6909 Suggested by Ivan Kanis <apple@kanis.eu>.
6910
6911 * term.el: Require CL.
6912 (term-ansi-reset): New function.
6913 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6914 (term-handle-colors-array): Simplify.
6915
6916 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6917
6918 * allout.el (allout-overlay-interior-modification-handler)
6919 (allout-obtain-passphrase):
6920 * epa-file.el (epa-file-write-region):
6921 * ps-print.el (ps-begin-job):
6922 * vc-hooks.el (vc-toggle-read-only):
6923 * vc-rcs.el (vc-rcs-rollback):
6924 * vc-sccs.el (vc-sccs-rollback):
6925 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6926 (vc-version-diff, vc-revert, vc-rollback):
6927 * wdired.el (wdired-check-kill-buffer):
6928 * emacs-lisp/authors.el (authors):
6929 * net/socks.el (socks-open-connection):
6930 * net/zeroconf.el (zeroconf-service-add-hook):
6931 * obsolete/vc-mcvs.el (vc-mcvs-register):
6932 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6933 (gdb-select-frame):
6934 * progmodes/grep.el (lgrep, rgrep):
6935 * progmodes/idlw-help.el (idlwave-help-check-locations)
6936 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6937 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6938 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6939 (reftex-toc-rename-label): Fix typos in error messages.
6940
6941 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6942 (dired-copy-how-to-fn): Doc fix.
6943 (dired-files-attributes, dired-read-shell-command):
6944 Fix typos in docstrings.
6945
6946 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6947 (dired-x-find-file-other-window): Reflow docstrings.
6948 (dired-omit-marker-char, dired-read-shell-command)
6949 (dired-x-submit-report): Fix typos in docstrings.
6950
6951 * shell.el (shell-mode-hook):
6952 * view.el (View-scroll-line-forward):
6953 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6954 Fix typos in docstrings.
6955
6956 * net/dig.el (dig-invoke): Fix typo in docstring.
6957 (query-dig): Reflow docstring.
6958
6959 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6960 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6961 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6962 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6963 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6964 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6965 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6966 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6967 (idlwave-completion-map, idlwave-current-indent)
6968 (idlwave-custom-ampersand-surround, idlwave-customize)
6969 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6970 (idlwave-define-abbrev, idlwave-determine-class-special)
6971 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6972 (idlwave-end-block-reg, idlwave-end-of-statement)
6973 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6974 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6975 (idlwave-explicit-class-listed, idlwave-file-header)
6976 (idlwave-fill-paragraph, idlwave-find-class-definition)
6977 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6978 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6979 (idlwave-in-quote, idlwave-indent-action-table)
6980 (idlwave-indent-expand-table, idlwave-indent-line)
6981 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6982 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6983 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6984 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6985 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6986 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6987 (idlwave-outlawed-buffers, idlwave-popup-select)
6988 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6989 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6990 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6991 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6992 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6993 (idlwave-statement-type, idlwave-struct-skip)
6994 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6995 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6996 (idlwave-what-module-find-class): Fix typos in docstrings.
6997 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6998 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6999 (idlwave-find-module, idlwave-find-structure-definition)
7000 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7001 (idlwave-list-load-path-shadows, idlwave-next-statement)
7002 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7003 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7004 (idlwave-template): Reflow docstrings.
7005
7006 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7007 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7008 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7009 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7010 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7011 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7012 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7013 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7014 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7015 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7016 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7017 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7018 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7019 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7020 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7021 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7022 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7023 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7024 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7025 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7026 Fix typos in docstrings.
7027 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7028 (idlwave-shell-hide-output, idlwave-shell-mode)
7029 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7030 Reflow docstrings.
7031
7032 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7033
7034 2009-09-24 Ivan Kanis <apple@kanis.eu>
7035
7036 * term.el (term-bold-attribute): New var.
7037 (term-handle-colors-array): Use it.
7038
7039 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * progmodes/gdb-mi.el (gdb-version): New variable.
7042 (gdb-non-stop-handler): Set gdb-version.
7043 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7044 Condition "--thread" option on gdb-version.
7045 (gdb-invalidate-threads): Remove unused argument.
7046
7047 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7050 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7051
7052 2009-09-23 Glenn Morris <rgm@gnu.org>
7053
7054 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7055 replying to mail without References or Message-Id. (Bug#4525)
7056
7057 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7058
7059 * term/ns-win.el (ns-reg-to-script): New variable.
7060
7061 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7062
7063 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7064
7065 2009-09-22 Sam Steingold <sds@gnu.org>
7066
7067 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7068 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7069 to 1 because hg returns status 1 when nothing is found.
7070 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7071
7072 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * textmodes/fill.el: Convert to utf-8 encoding.
7075 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7076 pre-unicode days.
7077
7078 * add-log.el (change-log-fill-forward-paragraph): New function.
7079 (change-log-mode): Use it so fill-region DTRT.
7080 Set fill-indent-according-to-mode here rather than in
7081 change-log-fill-paragraph.
7082 (change-log-fill-paragraph): Remove.
7083
7084 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7087 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7088
7089 2009-09-22 Glenn Morris <rgm@gnu.org>
7090
7091 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7092 the scroll-bar scroll the calendar window rather than the buffer.
7093
7094 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7095 commands that move point (as opposed to scrolling).
7096
7097 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7098
7099 * emacs-lisp/elint.el (elint): New custom group.
7100 (elint-log-buffer): Make it a defcustom.
7101 (elint-scan-preloaded, elint-ignored-warnings)
7102 (elint-directory-skip-re): New options.
7103 (elint-builtin-variables): Doc fix.
7104 (elint-preloaded-env): New variable.
7105 (elint-unknown-builtin-args): Add an entry for encode-time.
7106 (elint-extra-errors): Make it a variable rather than a constant.
7107 (elint-preloaded-skip-re): New constant.
7108 (elint-directory): Skip files matching elint-directory-skip-re.
7109 (elint-features): New variable, local to linted buffers.
7110 (elint-update-env): Initialize elint-features. Possibly add
7111 elint-preloaded-env to the buffer's environment.
7112 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7113 Skip quoted forms.
7114 (elint-init-form): New function, extracted from elint-init-env.
7115 Make non-list forms a warning rather than an error.
7116 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7117 easy-menu-define, put that adds an error-condition, and provide.
7118 When requiring cl, also require cl-macs. Really require cl, to handle
7119 some cl macros. Store required libraries in the list elint-features,
7120 so as not to re-load them. Treat cc-require like require.
7121 (elint-init-env): Call elint-init-form to do the work.
7122 Handle eval-and-compile and such like.
7123 (elint-add-required-env): Do not clear messages.
7124 (elint-special-forms): Add handlers for function, defalias, if, when,
7125 unless, and, or.
7126 (elint-form): Add optional argument to ignore elint-special-forms,
7127 useful to prevent recursive calls from handlers. Doc fix.
7128 Respect elint-ignored-warnings.
7129 (elint-form): Respect elint-ignored-warnings.
7130 (elint-bound-variable, elint-bound-function): New variables.
7131 (elint-unbound-variable): Respect elint-bound-variable.
7132 (elint-get-args): Respect elint-bound-function.
7133 (elint-check-cond-form): Add some simple handling for (f)boundp and
7134 featurep tests.
7135 (elint-check-defalias-form): New handler.
7136 (elint-check-let-form): Make an empty let a warning rather than an
7137 error.
7138 (elint-check-setq-form): Make an empty setq a warning rather than an
7139 error. Respect elint-ignored-warnings.
7140 (elint-check-defvar-form): Accept null doc-strings.
7141 (elint-check-conditional-form): New handler. Does some simple-minded
7142 checking of featurep and (f)boundp tests.
7143 (elint-put-function-args): New function.
7144 (elint-initialize): Use elint-scan-doc-file rather than
7145 elint-find-builtin-variables. Use elint-put-function-args.
7146 Possibly scan preloaded-file-list.
7147 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7148 extend to handle functions as well.
7149
7150 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7151
7152 * linum.el (linum-delete-overlays, linum-update-window):
7153 Do not modify the right margin. (Bug#3971)
7154
7155 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7158 nxml-mode instead of xml-mode.
7159
7160 2009-09-21 Kevin Ryde <user42@zip.com.au>
7161
7162 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7163
7164 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * net/dig.el (dig-mode): Use define-derived-mode.
7167
7168 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7169
7170 * vc-dispatcher.el (vc-do-command): Return the process object in
7171 the asynchronous case. Use when instead of if. Do not run
7172 vc-exec-after to display a message if not enabled. (Bug#4463)
7173
7174 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7175 properties to the stash strings.
7176 (vc-git-stash-list): Return a list of strings.
7177 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7178 (vc-git-stash-show-at-point): New functions.
7179 (vc-git-stash-map): New keymap.
7180
7181 * register.el (ctl-x-r-map): Define the keys here instead of
7182 using autoload.
7183
7184 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7185
7186 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7187 list, to workaround performance problem (bug#4485).
7188
7189 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7190
7191 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7192
7193 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7194
7195 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7196 Document that this option is not recommended to use.
7197
7198 2009-09-19 Glenn Morris <rgm@gnu.org>
7199
7200 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7201 variable `var'.
7202
7203 * calc/calc-alg.el (var):
7204 * calc/calcalg2.el (var): Define for compiler.
7205
7206 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7209 Doc fix (Bug#3932).
7210
7211 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7212
7213 * time-stamp.el (time-stamp-month-dd-yyyy)
7214 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7215 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7216 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7217 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7218 Remove functions that have been obsolete since 1995 (Bug#4436).
7219
7220 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7221 indent buffer only if called interactively (Bug#4452).
7222
7223 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7224 Eli Zaretskii <eliz@gnu.org>
7225
7226 This fixes bug#4197 (merged to bug#865, though not identical).
7227 * server.el (server-auth-dir): Add docstring note about FAT32.
7228 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7229 but warn against using them.
7230
7231 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7232
7233 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7234 older GDB where there is no has_more field.
7235
7236 2009-09-19 Glenn Morris <rgm@gnu.org>
7237
7238 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7239
7240 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * files.el (auto-mode-alist): Change default for XML files to nXML
7243 mode (Bug#4169).
7244
7245 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * server.el (server-ensure-safe-dir): Pass 'integer
7248 to `file-attributes', as suggested.
7249
7250 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7253 (dired-query): Use read-key.
7254
7255 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7256
7257 * cus-start.el (ns-use-qd-smoothing): Remove.
7258
7259 2009-09-18 Glenn Morris <rgm@gnu.org>
7260
7261 * allout.el (top-level): Remove unnecessary progn.
7262
7263 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7264
7265 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7266 definition of abbrev table.
7267
7268 * speedbar.el (speedbar-track-mouse):
7269 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7270 * net/eudc.el (eudc-expand-inline):
7271 * net/newst-backend.el (newsticker--cache-read-feed):
7272 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7273 condition-case handlers.
7274
7275 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7278 (gdb-var-list): Add an element for has_more field.
7279 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7280 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7281 (gdb-var-update-handler-1): Parse output of dynamic variable
7282 objects (STL containers).
7283 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7284 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7285
7286 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7287 gdb-var-list.
7288 (gud-speedbar-buttons): Make node expandable if expression "has more"
7289 children.
7290
7291 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7292
7293 * startup.el (emacs-quick-startup): Remove variable and all uses.
7294 (command-line): Set `inhibit-x-resources' instead.
7295 (command-line-1): Use `inhibit-x-resources' instead.
7296
7297 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * subr.el: Fix last change to avoid using the `unless' macro,
7300 which breaks bootstrapping.
7301
7302 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7305 extended definitions, in case we reload subr.el after having
7306 loaded CL.
7307 (eval-next-after-load): Mark as obsolete.
7308
7309 2009-09-17 Juri Linkov <juri@jurta.org>
7310
7311 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7312 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7313 (menu-bar-showhide-menu, menu-bar-tools-menu)
7314 (menu-bar-describe-menu, menu-bar-help-menu)
7315 (minibuffer-local-completion-map, minibuffer-local-map):
7316 Fix list quoting.
7317
7318 2009-09-17 Glenn Morris <rgm@gnu.org>
7319
7320 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7321 arguments, whether or not it has a handler.
7322
7323 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7324
7325 * simple.el (hard-newline): Give it a doc-string.
7326
7327 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7328 (lisp-mode-syntax-table): Give them doc-strings.
7329
7330 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7331
7332 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7333 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7334 (menu-bar-options-menu, menu-bar-showhide-menu)
7335 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7336 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7337 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7338 (menu-bar-options-menu, menu-bar-tools-menu)
7339 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7340 (menu-bar-help-menu):
7341 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7342 string arguments.
7343
7344 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7345 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7346 calls for the menu names and :help.
7347
7348 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7351 to :minor-mode-function (bug#4455).
7352
7353 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * startup.el (command-line): Initialize the window-system after
7356 processing the command-line.
7357
7358 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7359 page-delimiter matches the empty string.
7360
7361 2009-09-16 Glenn Morris <rgm@gnu.org>
7362
7363 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7364 byte-compile-not-obsolete-var. It's a list now.
7365 (byte-compile-not-obsolete-funcs): New variable.
7366 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7367 byte-compile-not-obsolete-funcs.
7368 (byte-compile-variable-ref, byte-compile-defvar): Update for
7369 byte-compile-not-obsolete-vars name-change and list nature.
7370 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7371 and variables behind (f)boundp tests.
7372 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7373
7374 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7375
7376 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7377
7378 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7381 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7382 Don't autoload.
7383
7384 2009-09-15 Stephen Eglen <stephen@gnu.org>
7385
7386 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7387 the virtual-buffers, use the name of the buffer specified by
7388 find-file-noselect, as the match may be a symlink. (This was a
7389 problem if the target and the symlink had different names.)
7390
7391 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7394
7395 * desktop.el (desktop-path): Check user-emacs-directory.
7396
7397 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7398
7399 * loadup.el: Use after-load-functions to GC after loading each file.
7400 Remove the explicit GC calls that used to be sprinkled around.
7401
7402 * subr.el (after-load-functions): New hook.
7403 (do-after-load-evaluation): Run it. Use string-match-p to detect
7404 `obsolete' packages, rather than painfully extracting the relevant
7405 directory name.
7406
7407 2009-09-15 Glenn Morris <rgm@gnu.org>
7408
7409 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7410 free variable `doc'.
7411
7412 * dired.el (dired-mode-map): Add menu entry for async shell command.
7413
7414 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7415 variables, also consider the .elc files, since the .el files are
7416 normally gzipped (subsequent code locates the .el.gz from the .elc).
7417
7418 * calc/calc-prog.el (arglist): Define for compiler.
7419
7420 * calendar/diary-lib.el (diary-display-function): Change the default to
7421 fancy display.
7422 (body): Define for compiler.
7423
7424 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7425 (byte-compile-file-form, byte-compile-lambda)
7426 (byte-compile-top-level-body, byte-compile-form)
7427 (byte-compile-variable-ref, byte-compile-setq)
7428 (byte-compile-setq-default, byte-compile-body)
7429 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7430 (batch-byte-compile): Give some more local variables with common names
7431 a "bytecomp-" prefix to avoid masking warnings about free variables.
7432
7433 * startup.el (command-line-1): Give local variables with common names a
7434 distinguishing prefix, so as not to hide free variable warnings during
7435 bootstrap.
7436
7437 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7438 clever and add a suffix to make a unique name, just let the user decide
7439 whether or not to overwrite it. If the input is a directory, write the
7440 default filename to that directory. (Bug#4388)
7441 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7442 is a filename-as-a-directory.
7443
7444 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * textmodes/page.el (what-page): Don't move to beginning of line.
7447 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7448
7449 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7450
7451 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7452
7453 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7454
7455 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7456 * help.el (help-for-help-internal): Add purecopy calls for text.
7457
7458 * vc.el (top): print-log method now takes an optional SHORTLOG
7459 argument. Add a new method: root.
7460 (vc-root-diff, vc-print-root-log): New functions.
7461 (vc-log-short-style): New variable.
7462 (vc-print-log-internal): Add support for showing short logs.
7463
7464 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7465 vc-print-root-log and vc-print-root-diff.
7466
7467 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7468 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7469 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7470 short logs.
7471
7472 * vc-cvs.el (vc-cvs-print-log):
7473 * vc-mtn.el (vc-mtn-print-log):
7474 * vc-rcs.el (vc-rcs-print-log):
7475 * vc-sccs.el (vc-sccs-print-log):
7476 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7477 that is ignored for now.
7478
7479 * vc-mtn.el (vc-mtn-annotate-command):
7480 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7481
7482 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7485 to function-key-map, and give them ascii-character property.
7486 * term/x-win.el (x-alternatives-map):
7487 * term/ns-win.el (ns-alternatives-map):
7488 * term/internal.el (msdos-key-remapping-map):
7489 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7490
7491 2009-09-14 Glenn Morris <rgm@gnu.org>
7492
7493 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7494 temp-buffers (2009-09-12).
7495
7496 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7499 the new read-key function.
7500
7501 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7504 is defined (Bug#4405).
7505
7506 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7507
7508 * recentf.el (recentf-cleanup): Use a hash table to find
7509 duplicates (Bug#4407).
7510
7511 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7512
7513 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7514 kp-0 to ascii equivalents (Bug#4325).
7515
7516 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7519
7520 * eshell/em-hist.el:
7521 * eshell/em-dirs.el (eshell-complete-user-reference):
7522 Declare pcomplete functions and variables to avoid compiler warnings.
7523
7524 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7525
7526 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7527 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7528 * eshell/em-alias.el (eshell-aliases-file):
7529 * eshell/em-hist.el (eshell-history-file-name):
7530 Use expand-file-name instead of concat to make file names (Bug#4308).
7531
7532 2009-09-13 Glenn Morris <rgm@gnu.org>
7533
7534 * ediff-merg.el (ediff-do-merge):
7535 * filesets.el (filesets-run-cmd):
7536 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7537 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7538 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7539 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7540 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7541 Replace empty `let's with `progn'.
7542
7543 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * mail/sendmail.el (send-mail-function):
7546 * tooltip.el (tooltip-mode):
7547 * simple.el (transient-mark-mode):
7548 * rfn-eshadow.el (file-name-shadow-mode):
7549 * frame.el (blink-cursor-mode):
7550 * font-core.el (global-font-lock-mode):
7551 * files.el (temporary-file-directory)
7552 (small-temporary-file-directory, auto-save-file-name-transforms):
7553 * epa-hook.el (auto-encryption-mode):
7554 * composite.el (global-auto-composition-mode):
7555 Use custom-initialize-delay.
7556 * startup.el (command-line): Don't explicitly call
7557 custom-reevaluate-setting for all the above vars.
7558 * custom.el (custom-initialize-safe-set)
7559 (custom-initialize-safe-default): Delete.
7560
7561 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * term/x-win.el (x-initialize-window-system):
7564 * term/w32-win.el (w32-initialize-window-system):
7565 * term/ns-win.el (ns-initialize-window-system): Don't call
7566 mouse-wheel-mode since it's enabled globally by default already.
7567
7568 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7569 actually define the variable, but only silences the byte-compiler.
7570 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7571 before looking it up.
7572 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7573 is changed.
7574
7575 2009-09-12 Glenn Morris <rgm@gnu.org>
7576
7577 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7578 1000.
7579 (elint-add-required-env): Don't beep on error.
7580 (elint-forms): In case of error, return ENV unchanged.
7581 (elint-init-env): Skip non-list forms.
7582 (elint-log): Handle unknown file positions.
7583
7584 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7585
7586 * epg.el (epg-make-context): Add autoload cookie.
7587 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7588 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7589 (epg-verify-string, epg-start-sign, epg-sign-file)
7590 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7591 (epg-encrypt-string, epg-start-export-keys)
7592 (epg-export-keys-to-file, epg-export-keys-to-string)
7593 (epg-start-import-keys, epg-import-keys-from-file)
7594 (epg-import-keys-from-string, epg-start-receive-keys)
7595 (epg-receive-keys, epg-import-keys-from-server)
7596 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7597 (epg-sign-keys, epg-start-generate-key)
7598 (epg-generate-key-from-file, epg-generate-key-from-string):
7599 Remove autoload cookie.
7600
7601 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7602
7603 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7604 reevaluation of trash-directory.
7605
7606 * mwheel.el: Fix last change.
7607 (mouse-wheel-mode): New defvar.
7608 (mouse-wheel-mode): Remove autoload cookie.
7609
7610 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * mwheel.el (mwheel-installed-bindings): New var.
7613 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7614 the bindings we set last time. Use custom-initialize-delay.
7615 * loadup.el: Load mwheel after term/*-win.el.
7616 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7617 and mouse-wheel-up-event now that their first evaluation is done
7618 sufficiently late to be correct.
7619
7620 * startup.el (tutorial-directory): Make it a defcustom.
7621 Use custom-initialize-delay rather than eval-at-startup to set it.
7622 * image.el (image-load-path): Make it a defcustom.
7623 Use custom-initialize-delay rather than eval-at-startup to set it.
7624 * subr.el (eval-at-startup): Remove.
7625 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7626
7627 * subr.el (do-after-load-evaluation): Warn the user after loading an
7628 obsolete package.
7629
7630 2009-09-12 Glenn Morris <rgm@gnu.org>
7631
7632 * proced.el (proced-mark-alt): Remove alias.
7633 (proced-mode-map): Remove proced-mark-alt.
7634
7635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7636 Elint file and directory. Remove initialization entry.
7637
7638 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7639 commands.
7640 (elint-current-buffer): Set mode-line-process.
7641 (elint-init-env): Handle define-derived-mode.
7642 Fix declare-function with unspecified arglist. Guard against odd
7643 defalias statements (eg iso-insert's 8859-1-map).
7644 (elint-add-required-env): Use a temp buffer.
7645 (elint-form): Just print the function/macro name, not the whole form.
7646 Return env unchanged if we fail to parse a macro.
7647 (elint-forms): Guard against parse errors.
7648 (elint-output): New function, to handle batch mode.
7649 (elint-log-message): Add optional argument. Use elint-output.
7650 (elint-set-mode-line): New function.
7651
7652 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7653
7654 * emacs-lisp/elp.el (elp-not-profilable): Add more
7655 functions (Bug#4233).
7656
7657 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7660 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7661
7662 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7663
7664 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7665 (gdb-var-list-children): Use json parsing.
7666
7667 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7668
7669 * progmodes/js.el (js--proper-indentation): Handle the case where
7670 char-before is null. Reported by Deniz Dogan.
7671
7672 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7673
7674 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7675
7676 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7677
7678 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7679 (epg-digest-algorithm-alist): Add SHA224.
7680 (epg-context-set-passphrase-callback)
7681 (epg-context-set-progress-callback): Add description about
7682 callback function.
7683
7684 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * custom.el (custom-delayed-init-variables): New var.
7687 (custom-initialize-delay): New function.
7688 * startup.el (command-line): "Re"evaluate all vars in
7689 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7690 explicitly any more.
7691 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7692 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7693
7694 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7695
7696 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7697
7698 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7699 (gdb-var-update-handler): Use json parsing.
7700
7701 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7702
7703 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7704 decode annotated text, regardless of language environment. (Bug#2741)
7705
7706 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * Makefile.in (autoloads): Make rmail.el writable as well.
7709
7710 2009-09-11 Glenn Morris <rgm@gnu.org>
7711
7712 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7713 loaddefs.el.
7714 * dired.el: Regenerate with extracted autoloads.
7715 * Makefile.in (autoloads): Make dired.el writable.
7716
7717 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7718 * ibuffer.el: Regenerate with extracted autoloads.
7719 * Makefile.in (autoloads): Make ibuffer.el writable.
7720
7721 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7722 * version.el (emacs-copyright, emacs-major-version)
7723 (emacs-minor-version): Reformat doc-strings for make-docfile.
7724
7725 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7726 functions and variables, since they must be stuff specific to some other
7727 platform.
7728 (apropos-print): Make mouse-click message less specific about button.
7729
7730 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7731 that records where a macro was defined.
7732 * help-fns.el (describe-function-1): Mention if a function has a
7733 compiler-macro.
7734 * help-mode.el (help-function-cmacro): New button.
7735
7736 * locate.el (top-level): Always require dired.
7737 (locate-mode-map): Initialize inside the defvar.
7738
7739 * net/ange-ftp.el (dired-compress-file): Declare.
7740 (ange-ftp-dired-compress-file): Add doc string.
7741
7742 * term/ns-win.el (x-display-name, x-setup-function-keys):
7743 Unify doc-strings with X versions.
7744
7745 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * emulation/crisp.el (crisp-mode-map): Move initialization
7748 into declaration.
7749 (crisp-mode): Use define-minor-mode.
7750
7751 * progmodes/xscheme.el (xscheme-evaluation-commands):
7752 Put a :advertised-binding property rather than using
7753 advertised-xscheme-send-previous-expression.
7754 (advertised-xscheme-send-previous-expression): Declare obsolete.
7755 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7756 `advertised-undo'.
7757 (crisp-mode): Add corresponding bindings to
7758 undo's :advertised-binding instead.
7759 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7760 than using dired-advertised-find-file.
7761 (dired-advertised-find-file):
7762 * simple.el (advertised-undo):
7763 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7764 (widget-keymap): Put a :advertised-binding property rather
7765 than using advertised-widget-backward.
7766 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7767 than using advertised-undo.
7768 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7769
7770 2009-09-10 Simon South <ssouth@slowcomputing.org>
7771
7772 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7773 Mark mode is enabled and region is active; otherwise indent or
7774 insert TAB as usual.
7775 (delphi-mode): Update description of TAB-key binding.
7776
7777 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * subr.el (define-key-rebound-commands): Mark obsolete.
7780 * startup.el (precompute-menubar-bindings): Remove.
7781 (normal-top-level): Remove obsolete code that tried to precompute
7782 menubar bindings.
7783 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7784 define-key-rebound-commands and precompute-menubar-bindings.
7785
7786 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7787
7788 * net/imap.el (imap-interactive-login): Better messages.
7789 (imap-open): Fix bug with renamed buffer on reconnect.
7790 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7791 for easier debugging and cleaner code. On successful (guessed based on
7792 server capabilities) secondary authentication, set imap-state
7793 correctly.
7794 (imap-last-authenticator): Define imap-last-authenticator as a variable
7795 to avoid warnings.
7796
7797 2009-09-10 Glenn Morris <rgm@gnu.org>
7798
7799 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7800
7801 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7802 (byte-compile-file-form-autoload): Don't warn about unknown functions
7803 where the autoload statement comes after the use.
7804 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7805 that any handlers inside the body (eg require) are in turn respected.
7806
7807 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7808 effects.
7809
7810 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7811 and syntax and abbrev tables basic docs, if they don't have any.
7812
7813 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7814
7815 * international/mule-cmds.el (top-level): Require cl when compiling.
7816 (view-hello-file): Use default-value rather than
7817 default-enable-multibyte-characters.
7818
7819 * progmodes/fortran.el: Move all safe and risky properties into the
7820 defcustoms.
7821
7822 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7823 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7824 * mail/undigest.el:
7825 Put autoloads in rmail.el rather than loaddefs.el.
7826 * mail/rmail.el: Regenerate with extracted autoloads.
7827
7828 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7829 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7830
7831 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7832
7833 Reported in thread for Bug#4375.
7834 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7835 "-data-evaluate-expression" instead of print.
7836 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7837 (gdb-tooltip-print): Parse output from above MI command.
7838 (gdb): Revert 2009-08-11 change. User should detach inferior
7839 manually.
7840
7841 Remove the word "separate" from IO functions as inferior
7842 output is now never displayed in the GUD buffer.
7843
7844 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * startup.el (command-line-normalize-file-name): On Windows and
7847 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7848
7849 2009-09-10 Juri Linkov <juri@jurta.org>
7850
7851 * isearch.el (isearch-text-char-description): Propertize escape
7852 character sequences with the `escape-glyph' face. (Bug#4344)
7853
7854 * simple.el (shell-command): Set asynchronous process filter to
7855 `comint-output-filter'. (Bug#4343)
7856
7857 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7858 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7859 the list. Move "asm" to the bottom.
7860 (grep-find-ignored-directories): Add `choice' with nil value
7861 to empty the list easily.
7862 (grep-find-ignored-files): New option.
7863 (grep-files-history): Set to nil by default instead of '("ch" "el").
7864 (grep-compute-defaults): Add "<X>" to `grep-template'.
7865 (grep-read-files): Bind new local variables `default-alias' and
7866 `default-extension'. Use a list of default values for the file prompt.
7867 (lgrep): Add `--exclude=' command line options composed from
7868 `grep-find-ignored-files'.
7869 (rgrep): Add `-name' command line options composed from
7870 `grep-find-ignored-files'. (Bug#4301)
7871
7872 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7875 (bug#4368).
7876
7877 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * calendar/time-date.el (autoload):
7880 Expand define-obsolete-function-alias into defalias and make-obsolete
7881 for old Emacsen that Gnus supports.
7882 (with-no-warnings): Define it for old Emacsen.
7883 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7884 is available.
7885 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7886 float-time is available; suppress compile warning for time-to-seconds.
7887
7888 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7889
7890 * net/imap.el (imap-message-map): Docstring fix.
7891
7892 2009-09-09 Glenn Morris <rgm@gnu.org>
7893
7894 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7895 line numbers too. (Bug#4374)
7896
7897 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * smerge-mode.el (smerge-remove-props, smerge-refine):
7900 Use with-silent-modifications (bug#4342).
7901
7902 * subr.el (with-silent-modifications): New macro.
7903
7904 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * files.el (top-level): Require `cl' when compiling.
7907
7908 2009-09-07 Glenn Morris <rgm@gnu.org>
7909
7910 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7911
7912 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7913 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7914
7915 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7916
7917 * vc-git.el (vc-git-annotate-command): Use separator to parse
7918 arguments correctly.
7919
7920 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7921
7922 * proced.el (proced-mode): Doc fix.
7923
7924 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7925
7926 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7927 lstat fails.
7928 (tramp-do-file-attributes-with-ls): Check for file existence at
7929 remote end.
7930 (tramp-do-file-attributes-with-stat): Likewise.
7931 (tramp-convert-file-attributes): Return nil when attr is nil.
7932
7933 2009-09-05 Glenn Morris <rgm@gnu.org>
7934
7935 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7936 properties to this button.
7937 (diary-fancy-display): Don't extend the button to the final newline.
7938 (diary-fancy-display-mode): Continue to define "q" as a local key.
7939
7940 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7941 efficient.
7942
7943 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7944
7945 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7946 (byte-compile-dest-file-function): New option.
7947 (byte-compile-dest-file): Doc fix.
7948 Obey byte-compile-dest-file-function.
7949 (byte-compile-cl-file-p): New function.
7950 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7951 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7952 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7953 than for file being previously loaded.
7954 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7955 (byte-compile-file-form-require): Handle the case where requiring a file
7956 indirectly causes CL to be loaded.
7957
7958 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7959
7960 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7961 before killing the old buffer, since by the time `kill-buffer' is
7962 run so many buffer variables have been set to nil that it may not
7963 behave as expected. (Bug#4061)
7964
7965 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7966
7967 * files.el (find-alternate-file): If the old buffer is modified
7968 and visiting a file, behave similarly to `kill-buffer' when
7969 killing it, thus reverting to the pre-1.878 behavior; see
7970 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7971 for discussion. Also, consult `buffer-file-name' as a variable
7972 not as a function, for consistency with the rest of the code.
7973
7974 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7975
7976 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7977 also when adding a new directory.
7978
7979 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7980 defun.
7981
7982 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * files.el (locate-file-completion-table): Make it provide boundary
7985 information, so partial-completion works better.
7986
7987 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7988
7989 * mail/footnote.el (Footnote-text-under-cursor):
7990 Check footnote-text-marker-alist before using it (bug#4324).
7991
7992 2009-09-04 Glenn Morris <rgm@gnu.org>
7993
7994 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7995 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7996 * play/solitaire.el, play/tetris.el:
7997 Remove leading * from defcustom and defface docs.
7998
7999 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8000 necessary.
8001 (diary-fancy-overriding-map): New variable.
8002 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8003 Use view-mode.
8004
8005 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8006 goto-line.
8007
8008 2009-09-03 Glenn Morris <rgm@gnu.org>
8009
8010 * arc-mode.el (archive-mode):
8011 * dos-fns.el (set-default-process-coding-system):
8012 * man.el (Man-getpage-in-background):
8013 * menu-bar.el (menu-bar-describe-menu):
8014 * server.el (server-process-filter):
8015 * startup.el (command-line):
8016 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8017 * w32-fns.el (set-default-process-coding-system):
8018 * x-dnd.el (x-dnd-handle-file-name):
8019 * international/mule-cmds.el (mule-menu-keymap)
8020 (set-default-coding-systems, language-info-alist, set-language-info)
8021 (set-language-environment, standard-display-european-internal)
8022 (set-locale-environment):
8023 * international/mule-diag.el (mule-diag):
8024 * mail/emacsbug.el (report-emacs-bug):
8025 * mail/rmail.el (rmail-mode):
8026 * mail/sendmail.el (mail-setup):
8027 Use default-value rather than default-enable-multibyte-characters.
8028
8029 * progmodes/f90.el: Move all safe properties into the defcustoms.
8030 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8031
8032 * calendar/appt.el (appt-check):
8033 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8034 (diary-check-diary-file, diary-list-entries)
8035 (diary-include-other-diary-files, diary-simple-display)
8036 (diary-fancy-display, diary-print-entries)
8037 (diary-mark-included-diary-files, diary-make-entry):
8038 Don't call substitute-in-file-name on diary-file.
8039
8040 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8041 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8044 (footnote-mode-map): Move initialization into the declaration.
8045 (footnote-minor-mode-map): Define it rather than changing global-map.
8046 (footnote-mode): Use define-minor-mode.
8047
8048 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8049
8050 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8051 (tramp-do-file-attributes-with-perl)
8052 (tramp-do-file-attributes-with-stat): Rename from
8053 `tramp-handle-file-attributes-with-*'.
8054 (tramp-handle-file-attributes): Use them.
8055 (tramp-do-directory-files-and-attributes-with-perl)
8056 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8057 `tramp-handle-directory-files-and-attributes-with-*'.
8058 (tramp-handle-directory-files-and-attributes): Use them.
8059 (tramp-method-out-of-band-p): Additional parameter SIZE.
8060 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8061 (tramp-handle-write-region): Use it.
8062 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8063 (tramp-handle-vc-registered): Check, whether the first run did
8064 return files to be tested.
8065 (tramp-advice-make-auto-save-file-name): Do not call directly
8066 `tramp-handle-make-auto-save-file-name', because this would bypass
8067 the locking mechanism.
8068
8069 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8070 (file-remote-p, process-file, start-file-process, set-file-times)
8071 (tramp-compat-file-attributes): Compatibility functions shall not
8072 call directly `tramp-handle-*', because this would bypass the
8073 locking mechanism.
8074 (tramp-compat-number-sequence): New defun.
8075
8076 2009-09-02 Glenn Morris <rgm@gnu.org>
8077
8078 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8079 alias for float-time.
8080 (time-to-number-of-days): In Emacs, use float-time.
8081 * net/newst-backend.el (time-add): Suppress warnings from compat
8082 function.
8083 * time.el (emacs-uptime, emacs-init-time):
8084 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8085 Use float-time rather than time-to-seconds.
8086
8087 * minibuffer.el (completion-initials-expand): Fix typo.
8088
8089 * faces.el (modeline, modeline-inactive, modeline-highlight)
8090 (modeline-buffer-id):
8091 * info.el (info-menu-5): Mark these face aliases as obsolete.
8092
8093 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8094
8095 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8096 space ...
8097 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8098 no "--thread" option.
8099 (gdb-stopped): Don't print "Switched to thread" message when it is
8100 unchanged.
8101
8102 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * minibuffer.el (completion-try-completion)
8105 (completion-all-completions): Remove ill-defined (and
8106 mistakenly installed and luckily never used nor documented)
8107 `completion-styles' property.
8108 (completion-initials-expand, completion-initials-all-completions)
8109 (completion-initials-try-completion): New functions.
8110 (completion-styles-alist): Add doc to each entry.
8111 Add new `initials' entry.
8112
8113 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8114
8115 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8116 MI command -var-evaluate-expression.
8117 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8118 and tweak for case of string child.
8119 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8120
8121 2009-09-01 Glenn Morris <rgm@gnu.org>
8122
8123 * add-log.el (change-log-date-face, change-log-name-face)
8124 (change-log-email-face, change-log-file-face, change-log-list-face)
8125 (change-log-conditionals-face, change-log-function-face)
8126 (change-log-acknowledgement-face):
8127 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8128 (custom-modified-face, custom-set-face, custom-changed-face)
8129 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8130 (custom-documentation-face, custom-state-face, custom-comment-face)
8131 (custom-comment-tag-face, custom-variable-tag-face)
8132 (custom-variable-button-face, custom-face-tag-face)
8133 (custom-group-tag-face-1, custom-group-tag-face):
8134 * diff-mode.el (diff-header-face, diff-file-header-face)
8135 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8136 (diff-added-face, diff-changed-face, diff-function-face)
8137 (diff-context-face, diff-nonexistent-face):
8138 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8139 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8140 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8141 (Info-title-4-face):
8142 * isearch.el (isearch-lazy-highlight-face):
8143 * log-view.el (log-view-file-face, log-view-message-face):
8144 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8145 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8146 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8147 (cvs-msg-face):
8148 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8149 (smerge-base-face, smerge-markers-face):
8150 * wid-edit.el (widget-documentation-face, widget-button-face)
8151 (widget-field-face, widget-single-line-field-face)
8152 (widget-inactive-face, widget-button-pressed-face):
8153 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8154 (woman-addition-face):
8155 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8156 (eshell-ls-executable-face, eshell-ls-readonly-face)
8157 (eshell-ls-unreadable-face, eshell-ls-special-face)
8158 (eshell-ls-missing-face, eshell-ls-archive-face)
8159 (eshell-ls-backup-face, eshell-ls-product-face)
8160 (eshell-ls-clutter-face):
8161 * eshell/em-prompt.el (eshell-prompt-face):
8162 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8163 * obsolete/old-whitespace.el (whitespace-highlight-face):
8164 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8165 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8166 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8167 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8168 (antlr-font-lock-literal-face):
8169 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8170 (ebrowse-root-class-face, ebrowse-file-name-face)
8171 (ebrowse-default-face, ebrowse-member-attribute-face)
8172 (ebrowse-member-class-face, ebrowse-progress-face):
8173 * progmodes/make-mode.el (makefile-space-face):
8174 * progmodes/sh-script.el (sh-heredoc-face):
8175 * textmodes/flyspell.el (flyspell-incorrect-face)
8176 (flyspell-duplicate-face):
8177 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8178 * textmodes/texinfo.el (texinfo-heading-face):
8179 Mark face aliases with "-face" suffix as obsolete.
8180
8181 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8182 compiler.
8183
8184 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8185 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8186 easy-menu-define wants to modify these.
8187
8188 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8189
8190 * net/browse-url.el (browse-url-file-url):
8191 * term/internal.el (dos-codepage-setup):
8192 Use default-value rather than default-enable-multibyte-characters.
8193
8194 * progmodes/etags.el (etags-goto-tag-location):
8195 * progmodes/flymake.el (flymake-highlight-line)
8196 (flymake-goto-file-and-line, flymake-goto-line):
8197 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8198 (gdb-goto-breakpoint):
8199 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8200 * progmodes/python.el (python-find-function)
8201 (python-pdbtrack-track-stack-file):
8202 * progmodes/verilog-mode.el (verilog-surelint-off):
8203 * term/ns-win.el (ns-open-file-select-line):
8204 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8205 Use forward-line rather than goto-line.
8206
8207 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8208 * textmodes/reftex-index.el (reftex-display-index):
8209 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8210 * textmodes/reftex-toc.el (reftex-toc):
8211 Remove unnecessary bindings of default-major-mode (all are followed by
8212 major-mode check and possible mode switch).
8213
8214 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8217 Handle watchpoints (bug#4282).
8218 (def-gdb-thread-buffer-command): Enable thread to be selected by
8219 clicking without selecting threads buffer first.
8220 (gdb-current-context-command): Use selected frame so that "up",
8221 "down" etc work in the GUD buffer.
8222 (gdb-update): Find selected frame before rendering stack buffer.
8223 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8224
8225 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * progmodes/sym-comp.el (displayed-completions): Remove.
8228 (symbol-complete): Use minibuffer-complete.
8229
8230 2009-08-31 Glenn Morris <rgm@gnu.org>
8231
8232 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8233
8234 * apropos.el (apropos-symbols-internal):
8235 Handle (obsolete) face aliases.
8236
8237 * faces.el (describe-face): Adjust the output format to be more like
8238 describe-variable, and to mention (obsolete) face aliases.
8239 Adjust the whitespace so that help-setup-xref works.
8240
8241 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8242 * calendar/diary-lib.el (diary-button-face):
8243 Mark these face aliases as obsolete.
8244
8245 * calendar/calendar.el (calendar-today): Doc fix.
8246
8247 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * progmodes/gdb-mi.el (gdb-control-all-threads)
8250 (gdb-control-current-thread): Force tool bar update.
8251 (gdb-non-stop-handler): New function.
8252 (gdb-init-1): Use it to test if non-stop mode is supported.
8253 Remove unused gdbmi buffer type.
8254
8255 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8256
8257 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8258 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8259
8260 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8261
8262 * comint.el (comint-exec-1): Check command is non-null first.
8263 Part of gdb-mi.el change (2009-08-28).
8264
8265 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8268
8269 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8270
8271 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8272 instead of `dolist' to avoid a recursive require when bootstrapping.
8273
8274 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8277
8278 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8279
8280 * net/imap.el (imap-send-command): Simplify.
8281 (imap-wait-for-tag): point-max -> buffer-size.
8282
8283 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8284
8285 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8286 with constant argument.
8287
8288 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8289
8290 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8291
8292 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8293 Change default, since most of our files don't have a history.
8294 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8295 the user.
8296
8297 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8298 Add comint-run.
8299
8300 * calc/calc.el: Improve commenting convention.
8301 (calc-digit-map, toplevel): Simplify.
8302
8303 * comint.el (comint-insert-input): Be careful to only set point if we
8304 don't delegate to some other command.
8305
8306 * proced.el (proced-signal-list): Make it an alist.
8307 (proced-grammar-alist): Capitalize names.
8308 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8309 Disable undo manually and make it read-only.
8310 Use completion-annotate-function.
8311
8312 * minibuffer.el (minibuffer-message): If the current buffer is not
8313 a minibuffer, insert the message in the echo area rather than at the
8314 end of the buffer.
8315 (completion-annotate-function): New variable.
8316 (minibuffer-completion-help): Use it.
8317 (completion--embedded-envvar-table): Environment vars are
8318 always case-sensitive.
8319
8320 2009-08-30 Glenn Morris <rgm@gnu.org>
8321
8322 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8323 from fortran-current-defun.
8324 (fortran-beginning-of-subprogram): Be more precise about finding the
8325 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8326 (fortran-end-of-subprogram): Simplify.
8327 (fortran-current-defun): Use fortran-start-prog-re.
8328
8329 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8330
8331 * subr.el (do-after-load-evaluation): Simplify.
8332
8333 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8334
8335 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8336
8337 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8338 (vc-rcs-print-log): Use it.
8339
8340 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8341
8342 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * paths.el (abbrev-file-name): Move to abbrev.el.
8345 * abbrev.el (abbrev-file-name): Move from paths.el.
8346 Obey user-emacs-directory.
8347 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8348 user-emacs-directory.
8349 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8350 abbrev-file-name and calc-settings-file any more.
8351 * startup.el (command-line): Recompute abbrev-file-name and
8352 abbreviated-home-dir.
8353 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8354 of the special code for when C-h bindings haven't been changed.
8355 (display-startup-echo-area-message): Use with-current-buffer.
8356 (command-line-1): Use a list of strings, rather than a list of lists
8357 of strings for longopts.
8358
8359 * files.el (get-free-disk-space): Use / for default-directory.
8360
8361 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8362 Use with-current-buffer.
8363
8364 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8365 Recognize immutable variables like most-positive-fixnum.
8366 (byte-compile-setq-default): Check and warn if trying to assign
8367 to an immutable variable, or a non-variable.
8368
8369 * progmodes/cc-vars.el (c-comment-continuation-stars):
8370 * progmodes/cc-engine.el (c-looking-at-bos):
8371 * progmodes/cc-cmds.el (c-toggle-auto-state)
8372 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8373 (c-comment-line-break-function): Add version of obsolescence.
8374
8375 2009-08-28 Juri Linkov <juri@jurta.org>
8376
8377 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8378 associated with `archive-mode'.
8379
8380 * image.el (image-type-header-regexps): Use only JPEG magic number
8381 to determine JPEG images, and don't use `image-jpeg-p' because
8382 Emacs can display non-JFIF non-Exif JPEG images.
8383
8384 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8385
8386 * arc-mode.el (archive-mode):
8387 * emacs-lisp/re-builder.el (re-builder-unload-function):
8388 Protect against the default value of `major-mode' being nil.
8389
8390 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8393 Fix typos in docstrings.
8394
8395 * progmodes/js.el (js--macro-decl-re): Doc fix.
8396 (js--plain-method-re, js--split-name): Refloc docstring.
8397 (js--class-styles, js--make-merged-item, js--splice-into-items):
8398 Fix typos in docstrings; reflow docstrings.
8399 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8400 (js--variable-decl-matcher, js--inside-pitem-p)
8401 (js--parse-state-at-point, js--get-all-known-symbols)
8402 (js--symbol-history, js-find-symbol, js--js-references)
8403 (js--moz-interactor, js--js-encode-value, js--read-tab):
8404 Fix typos in docstrings.
8405
8406 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * textmodes/reftex.el (reftex-get-file-buffer-force):
8409 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8410 * emulation/viper.el (viper-go-away, viper-set-hooks):
8411 * emacs-lisp/re-builder.el (re-builder-unload-function):
8412 * emacs-lisp/bytecomp.el (byte-compile-file):
8413 * ses.el (ses-unload-function):
8414 * hexl.el (hexl-find-file):
8415 * files.el (normal-mode):
8416 * ehelp.el (with-electric-help):
8417 * autoinsert.el (auto-insert-alist):
8418 * arc-mode.el (archive-mode):
8419 Use (default-value 'major-mode) instead of default-major-mode.
8420
8421 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8422 * international/mule.el (load-with-code-conversion):
8423 * emacs-lisp/debug.el (debug):
8424 * ediff-vers.el (ediff-rcs-get-output-buffer):
8425 * dired.el (dired-internal-noselect): Don't let-bind
8426 default-major-mode around code that doesn't use it.
8427 E.g. buffer creation via get-buffer-create doesn't use it.
8428
8429 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8432 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8433 when writing the temp file. Otherwise, epa-file gets confused.
8434 (tramp-register-file-name-handlers): Make it a defun. Move also
8435 `epa-file-handler' to the front of `file-name-handler-alist'.
8436
8437 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8440 start right after a ^M.
8441 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8442 (tramp-completion-file-name-regexp-separate)
8443 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8444 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8445 Don't modify last-coding-system-used by accident.
8446 (tramp-completion-file-name-handler): Apply the checks here,
8447 instead during registration.
8448 (tramp-register-file-name-handlers): Renamed from
8449 `tramp-register-file-name-handler'. Register both
8450 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8451 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8452
8453 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8454
8455 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8456 Remove variable ...
8457 (gdb-init-1, gdb-display-separate-io-buffer)
8458 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8459 references to it.
8460 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8461 (gdb-inferior-filter): Use comint-output-filter to stop
8462 echoing and remove ^M characters.
8463
8464 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * emulation/viper-init.el (viper-restore-cursor-type):
8467 * emulation/cua-base.el (cua--update-indications):
8468 Replace default-cursor-type with (default-value 'cursor-type).
8469
8470 * mail/sendmail.el (mail-recover-1):
8471 * international/mule-diag.el (describe-current-coding-system-briefly)
8472 (describe-current-coding-system):
8473 * international/mule-cmds.el (select-safe-coding-system)
8474 (select-message-coding-system)
8475 (set-language-environment-coding-systems, set-locale-environment):
8476 * hexl.el (hexl-insert-multibyte-char):
8477 * dos-w32.el (find-buffer-file-type-coding-system):
8478 * simple.el (what-cursor-position):
8479 Replace uses of default-buffer-file-coding-system
8480 with (default-value 'buffer-file-coding-system).
8481
8482 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8483 Replace uses of default-cursor-in-non-selected-windows
8484 with (default-value 'cursor-in-non-selected-windows).
8485 Use with-current-buffer.
8486
8487 * mail/feedmail.el: Use CL macros.
8488 (feedmail-run-the-queue, feedmail-send-it-immediately):
8489 * dos-w32.el (find-buffer-file-type): Replace uses of
8490 default-buffer-file-type with (default-value 'buffer-file-type).
8491
8492 2009-08-28 Glenn Morris <rgm@gnu.org>
8493
8494 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8495 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8496 Use default-value of major-mode rather than default-major-mode.
8497
8498 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * Makefile.in (update-elcfiles): Report left over elc files.
8501
8502 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8503 expand-file-name and with-current-buffer.
8504 (mail-get-names, mail-directory): Use with-current-buffer.
8505
8506 * vc.el (vc-read-revision): New function.
8507 (vc-version-diff, vc-merge): Use it.
8508
8509 2009-08-27 Sam Steingold <sds@gnu.org>
8510
8511 * simple.el (kill-do-not-save-duplicates): New user option.
8512 (kill-new): When it is non-nil, and the new string is the same as
8513 the latest kill, set replace to t to avoid duplicates in kill-ring.
8514
8515 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8516
8517 * net/tramp.el (tramp-handle-process-file): Do not flush all
8518 caches when `process-file-side-effects' is set.
8519 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8520 instead of `tramp-find-file-exists-command'.
8521 Unset `process-file-side-effects'.
8522
8523 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8524
8525 * net/tramp.el (tramp-methods): New method "rsyncc".
8526 (top): Add completion function for "rsyncc".
8527 (tramp-message-show-message): New defvar.
8528 (tramp-message, tramp-error): Use it.
8529 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8530 remote copying.
8531 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8532 `tramp-methods' entry `copy-env' of "rsyncc".
8533 (tramp-vc-registered-read-file-names): New defconst.
8534 (tramp-vc-registered-file-names): New defvar.
8535 (tramp-handle-vc-registered): Implement optimization strategy.
8536 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8537 (tramp-vc-file-name-handler): New defun.
8538 (tramp-get-ls-command, tramp-get-test-command)
8539 (tramp-get-file-exists-command, tramp-get-remote-ln)
8540 (tramp-get-remote-perl, tramp-get-remote-stat)
8541 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8542
8543 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8544 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8545 timestamps.
8546 (tramp-get-file-property): Check for timestamps in
8547 `tramp-cache-inhibit-cache'.
8548 (tramp-set-file-property): Write timestamp.
8549
8550 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8551
8552 * language/japan-util.el (japanese-symbol-table): Add entries for
8553 cp932-2-byte.
8554
8555 * international/characters.el: Add category `j' to cp932-2-byte.
8556
8557 2009-08-27 Kenichi Handa <handa@m17n.org>
8558
8559 * international/fontset.el (build-default-fontset-data): New macro.
8560 (setup-default-fontset): Use build-default-fontset-data for CJK,
8561 tibetan, ethiopic, and ipa.
8562
8563 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8566 (enable-multibyte-characters): Not customizable any more.
8567
8568 * subr.el (default-mode-line-format, default-header-line-format)
8569 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8570 (default-direction-reversed, default-truncate-lines)
8571 (default-left-margin, default-tab-width, default-case-fold-search)
8572 (default-left-margin-width, default-right-margin-width)
8573 (default-left-fringe-width, default-right-fringe-width)
8574 (default-fringes-outside-margins, default-scroll-bar-width)
8575 (default-vertical-scroll-bar, default-indicate-empty-lines)
8576 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8577 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8578 (default-scroll-down-aggressively, default-fill-column)
8579 (default-cursor-type, default-buffer-file-type)
8580 (default-cursor-in-non-selected-windows)
8581 (default-buffer-file-coding-system, default-major-mode)
8582 (default-enable-multibyte-characters): Mark as obsolete.
8583
8584 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8585
8586 * vc-dir.el (vc-dir-update): Remove debug helper.
8587
8588 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8589
8590 2009-08-26 Sam Steingold <sds@gnu.org>
8591
8592 * simple.el (save-interprogram-paste-before-kill): New user option.
8593 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8594 save the interprogram-paste into kill-ring before overriding it
8595 with the Emacs kill.
8596
8597 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8598
8599 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8600 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8601 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8602 and move to vc-rcs.el.
8603 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8604 move to vc-rcs.el.
8605 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8606 (vc-rcs-update-changelog): Remove.
8607 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8608 and move to vc-rcs.el.
8609
8610 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8611 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8612 renaming.
8613 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8614 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8615 vc.el, renamed to be RCS specific.
8616
8617 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8618 New functions.
8619 (vc-cvs-update-changelog): Move here from vc.el.
8620
8621 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8622 New functions.
8623
8624 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8627
8628 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8629
8630 * vc-git.el (vc-git-register): Use "git add" for directories.
8631 (vc-git-stash, vc-git-stash-show): New functions.
8632 (vc-git-extra-menu-map): Bind them.
8633
8634 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8635 directory correctly in case the item is a directory itself.
8636
8637 * vc.el: Document the desired behavior for reverted files in the
8638 `added' state.
8639 (vc-default-prettify-state-info): Remove function, unused.
8640
8641 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8642
8643 2009-08-26 Glenn Morris <rgm@gnu.org>
8644
8645 * bindings.el (standard-mode-line-format): Reposition dashes in
8646 which-func entry. (Bug#4217)
8647
8648 * files.el (enable-local-variables, enable-local-eval)
8649 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8650 the defcustoms.
8651 (auto-mode-alist, ignored-local-variables)
8652 (save-some-buffers-action-alist): Move risky declarations to the
8653 definitions.
8654 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8655 (font-lock-defaults, format-alist, imenu--index-alist)
8656 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8657 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8658 (mode-line-modified, mode-line-mule-info, mode-line-position)
8659 (mode-line-process, mode-line-remote, outline-level)
8660 (parse-time-rules, rmail-output-file-alist)
8661 (special-display-buffer-names, vc-mode):
8662 Move risky declarations to the relevant files.
8663 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8664 (mode-line-modified, mode-line-process, mode-line-position)
8665 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8666 * font-core.el (font-lock-defaults):
8667 * format.el (format-alist):
8668 * vc-hooks.el (vc-mode):
8669 * window.el (special-display-buffer-names):
8670 * international/mule-cmds.el (input-method-alist):
8671 Define riskiness here (dumped file) rather than in files.el.
8672 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8673 * imenu.el (imenu-generic-expression, imenu--index-alist):
8674 * outline.el (outline-level):
8675 * time.el (display-time-string):
8676 * calendar/parse-time.el (parse-time-rules):
8677 * mail/rmailout.el (rmail-output-file-alist):
8678 Autoload riskiness here, rather than placing in files.el.
8679
8680 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8681
8682 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8683
8684 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8685
8686 * simple.el (process-file-side-effects): New defvar.
8687
8688 * dired-aux.el (dired-show-file-type):
8689 * vc.el (vc-diff-internal):
8690 * vc-arch.el (vc-arch-diff):
8691 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8692 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8693 * vc-git.el (vc-git-registered, vc-git-working-revision)
8694 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8695 (vc-git--empty-db-p):
8696 * vc-hooks.el (vc-user-login-name):
8697 * vc-svn.el (vc-svn-registered, vc-svn-state)
8698 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8699 * progmodes/grep.el (grep-probe): Let-bind
8700 `process-file-side-effects' with nil.
8701
8702 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8703
8704 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8705 daemon. Replace ping by checking for running service for bluez
8706 and zeroconf. (Bug#4239)
8707
8708 2009-08-25 Kevin Ryde <user42@zip.com.au>
8709
8710 * net/dig.el (dig): Add autoload cookie.
8711
8712 2009-08-25 Glenn Morris <rgm@gnu.org>
8713
8714 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8715 load-history for absolute file-names.
8716 (byte-compile-file-form-require): Warn about use of the cl package.
8717
8718 * format.el (format-alist): Doc fix.
8719
8720 * play/bubbles.el (top-level): Don't require cl at run-time.
8721
8722 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8723 run-time cl).
8724
8725 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8726
8727 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8728 from cl package.
8729 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8730
8731 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8732
8733 * calc/calc-alg.el (math-trig-rewrite)
8734 (math-hyperbolic-trig-rewrite): New functions.
8735 (calc-simplify): Simplify trig functions when asked.
8736
8737 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8740
8741 2009-08-24 Kenichi Handa <handa@m17n.org>
8742
8743 * language/ind-util.el (mapthread): Delete it.
8744 (combinatorial): New function.
8745 (indian--puthash-cv): Use combinatorial instead of mapthread.
8746
8747 2009-08-22 Kevin Ryde <user42@zip.com.au>
8748
8749 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8750 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8751 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8752 Clarify docstring that the value is strings not symbols.
8753 (checkdoc-list-of-strings-p): New function.
8754
8755 2009-08-22 Glenn Morris <rgm@gnu.org>
8756
8757 * files.el (auto-mode-alist):
8758 * hippie-exp.el (he-concat-directory-file-name):
8759 * lpr.el (lpr-windows-system, printer-name):
8760 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8761 * ps-print.el (ps-windows-system):
8762 * startup.el (command-line):
8763 * emulation/viper-ex.el (viper-glob-function):
8764 * international/mule-cmds.el (set-language-environment-coding-systems):
8765 * net/ange-ftp.el (ange-ftp-write-region):
8766 * obsolete/fast-lock.el (fast-lock-cache-name):
8767 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8768 unisoft-unix, vax-vms, win32, w32.
8769
8770 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8771 given name if the pattern is not more specific.
8772
8773 * calendar/lunar.el (lunar-phase-names): New option.
8774 (lunar-phase): Doc fix.
8775 (lunar-cycles-per-year): New constant.
8776 (lunar-index): New function.
8777 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8778 (lunar-phase-name): Use lunar-phase-names.
8779 (calendar-lunar-phases): Use format.
8780 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8781
8782 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8783 Copy imenu-example--name-and-position function here for own use.
8784 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8785
8786 * bs.el (bs--redisplay):
8787 * cus-edit.el (custom-redraw):
8788 * ibuffer.el (ibuffer-bury-buffer):
8789 * server.el (server-goto-line-column):
8790 * startup.el (command-line-1):
8791 * strokes.el (strokes-xpm-for-stroke):
8792 * term.el (term-display-buffer-line):
8793 * view.el (View-goto-line):
8794 * calc/calc.el (calc-do, calc-trail-buffer):
8795 * play/gamegrid.el (gamegrid-add-score-insecure):
8796 * progmodes/ada-mode.el (ada-compile-goto-error):
8797 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8798 (ebrowse-select-1st-to-9nth):
8799 * progmodes/cperl-mode.el (cperl-time-fontification):
8800 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8801 * progmodes/gud.el (gud-display-line):
8802 (idlwave-shell-display-line):
8803 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8804 * progmodes/make-mode.el (makefile-browser-toggle):
8805 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8806 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8807 * textmodes/picture.el (picture-draw-rectangle):
8808 * textmodes/reftex-index.el (reftex-index-goto-letter):
8809 (reftex-select-jump-to-previous):
8810 * textmodes/reftex-sel.el (reftex-find-start-point)
8811 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8812 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8813 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8814 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8815 * textmodes/two-column.el (2C-associated-buffer):
8816 Use forward-line rather than goto-line.
8817
8818 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8819 goto-line.
8820
8821 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8822 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8823 (quick-check-list-to-regexp): Declare.
8824
8825 * progmodes/make-mode.el (makefile-browser-insert-selection):
8826 Use goto-char rather than goto-line.
8827
8828 * progmodes/prolog.el (compilation-error-regexp-alist)
8829 (compilation-forget-errors): Declare.
8830
8831 2009-08-22 Juri Linkov <juri@jurta.org>
8832
8833 * progmodes/grep.el (lgrep, rgrep): At the beginning
8834 set `dir' to `default-directory' unless `dir' is a non-nil
8835 readable directory. (Bug#4052)
8836 (lgrep, rgrep): Change a weird way to report an error
8837 from using `read-string' to using `error'.
8838 Instead of using interactive arguments in the function body,
8839 add new argument `confirm'.
8840
8841 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8842
8843 * textmodes/remember.el (remember-buffer):
8844 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8845 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8846 (icalendar-extract-ical-from-buffer):
8847 * net/newst-treeview.el (newsticker-groups-filename):
8848 * net/newst-backend.el (newsticker-cache-filename):
8849 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8850 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8851 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8852 (speedbar-buffers-line-path, speedbar-path-line)
8853 (speedbar-buffers-line-path):
8854 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8855 (epg-sign-keys):
8856 * epa.el (epa-display-verify-result):
8857 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8858
8859 2009-08-21 Glenn Morris <rgm@gnu.org>
8860
8861 * progmodes/js.el (inferior-moz-process): Fix declaration.
8862
8863 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8864
8865 * obsolete/rnewspost.el (news-mail-reply):
8866 Use goto-char rather than goto-line.
8867
8868 * term/ns-win.el (ns-open-file-select-line):
8869 Use line-beginning-position rather than goto-line.
8870
8871 * apropos.el (apropos-command):
8872 * ehelp.el (electric-helpify):
8873 * printing.el (pr-show-setup):
8874 * strokes.el (strokes-help):
8875 * tutorial.el (tutorial--describe-nonstandard-key)
8876 (tutorial--detailed-help):
8877 * woman.el (woman-mini-help, woman-display-extended-fonts):
8878 * calc/calc-help.el (calc-describe-key):
8879 * emulation/edt.el (edt-electric-helpify):
8880 * international/mule-diag.el (mule-diag):
8881 * play/yow.el (apropos-zippy):
8882 * progmodes/python.el (python-describe-symbol):
8883 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8884 * textmodes/table.el (*table--cell-describe-mode)
8885 (*table--cell-describe-bindings):
8886 Use help-print-return-message rather than the now obsolete alias.
8887
8888 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8889 (calendar-cursor-to-visible-date):
8890 * play/5x5.el (5x5-position-cursor):
8891 * play/decipher.el (decipher):
8892 * play/gomoku.el (gomoku-goto-xy):
8893 * play/landmark.el (lm-goto-xy):
8894 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8895 (mpuz-paint-digit):
8896 Use forward-line, not goto-line.
8897
8898 * mail/rmail.el (rmail-obsolete): Delete custom group.
8899 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8900 (rmail-remote-password, rmail-remote-password-required):
8901 Remove unneeded :set-after and :set properties.
8902
8903 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8904
8905 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8906
8907 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8908
8909 * loadup.el: Remove leftover macos code.
8910
8911 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8912 Explicitly pass the date format to git blame so that user local
8913 so that the output format can be parsed.
8914
8915 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * net/dbus.el (top): Don't check for (getenv
8918 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8919
8920 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8921
8922 * log-edit.el (log-edit-strip-single-file-name): New var.
8923 (log-edit-insert-changelog): Use it. Bug#3571
8924
8925 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8928 Bug#3287
8929
8930 * help.el (help-print-return-message): Rename from
8931 print-help-return-message.
8932
8933 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8934 cvs-mode-map parent hack.
8935 (log-view-mode): Derive from special-mode.
8936
8937 * linum.el (linum-mode): window-size-change-functions is redundant.
8938 Adapt to new window-configuration-change-hook behavior.
8939 (linum-after-size, linum-after-config): Remove.
8940
8941 * imenu.el (imenu-example--name-and-position)
8942 (imenu-example--lisp-extract-index-name)
8943 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8944 Mark as obsolete.
8945
8946 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8947 (inferior-prolog-mode): Use it.
8948 (inferior-prolog-load-file): Reset list of errors.
8949
8950 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8951
8952 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8953
8954 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8955
8956 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8959 is running already.
8960
8961 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * subr.el (listify-key-sequence-1): Use normal syntax since those
8964 integers are nowadays always represented by the same (positive) number
8965 on all platforms.
8966 (read-key-empty-map): New const.
8967 (read-key-delay): New var.
8968 (read-key): New function.
8969 (force-mode-line-update): Use with-current-buffer.
8970 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8971 (start-process-shell-command, start-file-process-shell-command):
8972 Discourage the use of command-args.
8973
8974 2009-08-19 Glenn Morris <rgm@gnu.org>
8975
8976 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8977
8978 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * simple.el (choose-completion-string): Don't rely on
8981 minibuffer-completing-file-name and ad-hoc checks to decide whether
8982 to continue completion or not.
8983
8984 * minibuffer.el (minibuffer-hide-completions): New function.
8985 (completion--do-completion): Use it.
8986 (completions-annotations): New face.
8987 (completion--insert-strings): Use it.
8988 (completion-pcm--delim-wild-regex): Add docstring.
8989 (completion-pcm--string->pattern): Add support for 0-width delimiters
8990 in completion-pcm--delim-wild-regex.
8991
8992 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8995 Remove unused var `buffer-modified-p'.
8996
8997 * minibuffer.el (completion--do-completion): Move point for the #b001
8998 case as well (bug#4176).
8999 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9000
9001 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9004 and :session buses.
9005
9006 2009-08-18 Kenichi Handa <handa@m17n.org>
9007
9008 * international/ucs-normalize.el (ucs-normalize-version):
9009 Change to 1.1.
9010 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9011 (utf-8-hfs): Make it perform normalization on encoding too.
9012
9013 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9014 (sentence-end-without-space): Delete duplicated chars.
9015 (sentence-end-base): Likewise.
9016
9017 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9018 (html-mode): Delete duplicated chars from sentence-end-base.
9019
9020 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9021 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9022
9023 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * files.el (hack-one-local-variable): If the mode function is for
9026 a minor mode, pass it an argument (Bug#4148).
9027
9028 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9029
9030 * net/tramp.el (tramp-register-completion-file-name-handler):
9031 Check also for (member 'partial-completion completion-styles).
9032
9033 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9036 abbrev (Bug#3943).
9037
9038 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9039
9040 * progmodes/cperl-mode.el: Merge upstream 6.2.
9041 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9042 (cperl-forward-re): Check cperl-brace-recursing.
9043 (cperl-highlight-charclass): New function.
9044 (cperl-find-pods-heres): Use it.
9045 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9046 (cperl-beautify-regexp-piece): Fix column calculation.
9047 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9048 (cperl-beautify-level): Don't process entire regexp.
9049 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9050 calling man.
9051 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9052 (cperl-init-faces): Build a list in the normal way.
9053
9054 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * calendar/parse-time.el (parse-time-string-chars): Save match
9057 data.
9058
9059 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9062 (sql-product): Use it.
9063 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9064 (sql-set-product): Add completion.
9065 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9066 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9067 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9068 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9069 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9070 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9071 (sql-highlight-db2-keywords): Remove.
9072 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9073 (sql-highlight-product): Use derived-mode-p.
9074 (sql-set-sqli-buffer): Use with-current-buffer.
9075 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9076 Simplify.
9077
9078 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9079
9080 * term.el: Fix commenting convention, turn comments into docstrings.
9081
9082 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9083
9084 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9085
9086 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9087
9088 * calendar/parse-time.el (parse-time-string-chars): Compute using
9089 character classes, to handle non-ascii characters (Bug#3190).
9090
9091 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9094 another heredoc if the user adds another < (Bug#3226).
9095
9096 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9097 Don't initialize based on window-system (Bug#4124).
9098
9099 * facemenu.el (facemenu-read-color): Use a completion function
9100 that accepts any defined color, such as RGB triplets (Bug#3677).
9101
9102 * files.el (get-free-disk-space): Change fallback default
9103 directory to /. Expand DIR argument before switching to fallback.
9104 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9105
9106 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * files.el (load-library): Doc fix.
9109
9110 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9111
9112 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9113 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9114 incremental search string.
9115
9116 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9117 XEmacs.
9118
9119 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9120 (ediff-merge-region-is-non-clash)
9121 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9122 Also check if the job is really a merge job.
9123
9124 * ediff.el (ediff-current-file): New function.
9125
9126 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9129 conventions.
9130 (js-insert-and-indent): Delete function.
9131 (js-mode-map): Don't bind keys to js-insert-and-indent.
9132 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9133 (js-end-of-defun): Rename from js--end-of-defun.
9134 (js-auto-indent-flag): Delete variable.
9135
9136 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9137
9138 * progmodes/js.el: Remove proclaim statement.
9139 Defvar which-func-imenu-joiner-function to silence compiler.
9140
9141 * files.el (auto-mode-alist): Use js-mode for .js files.
9142
9143 * progmodes/js2-mode.el: Remove file.
9144
9145 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9146
9147 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9148
9149 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9150
9151 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9152 Karl Landstrom <karl.landstrom@brgeight.se>
9153
9154 * progmodes/js.el: New file.
9155
9156 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9157
9158 * timezone.el (timezone-parse-date): Add ability to understand ISO
9159 basic format (minimal separators) dates in addition to the
9160 already-supported extended format dates.
9161
9162 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9163
9164 * international/ucs-normalize.el: Add a `coding' file variable.
9165
9166 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9167
9168 2009-08-14 Sam Steingold <sds@gnu.org>
9169
9170 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9171
9172 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * faces.el (help-argument-name): Define it here instead of
9175 help-fns.el, because in daemon mode help-fns.el may be loaded when
9176 faces are still uninitialized (Bug#1078).
9177
9178 * help-fns.el (help-argument-name): Move defface to faces.el.
9179
9180 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9183 create buffer with a pty but no process so that GDB can make the
9184 inferior the controlling process.
9185
9186 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9187
9188 * international/ucs-normalize.el: New file.
9189
9190 2009-08-13 Richard Stallman <rms@gnu.org>
9191
9192 * mail/rmail.el (rmail-get-attr-names):
9193 Accept an attribute header that is too short.
9194
9195 * mail/rmail.el (rmail-forget-messages):
9196 Ignore nil elt in rmail-message-vector. Use dotimes.
9197
9198 * progmodes/compile.el (compilation-goto-locus):
9199 Use next-error-move-function.
9200
9201 * simple.el (next-error-move-function): New variable.
9202
9203 2009-08-12 Juri Linkov <juri@jurta.org>
9204
9205 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9206 always non-nil. (Bug#4052)
9207
9208 * replace.el (read-regexp): Return empty string when
9209 `default-value' is nil.
9210 (keep-lines-read-args): Don't use empty string as the
9211 default value for `read-regexp'. (Bug#2495)
9212
9213 2009-08-12 Juri Linkov <juri@jurta.org>
9214
9215 * international/mule-cmds.el (ucs-insert): Change arguments
9216 from `arg' to `character', `count', `inherit' to be the same
9217 as in `insert-char'. Doc fix. (Bug#4039)
9218
9219 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9220
9221 2009-08-12 Juri Linkov <juri@jurta.org>
9222
9223 * files-x.el: New file.
9224
9225 * files.el: Move code that deals with adding/deleting
9226 file/directory-local variables to files-x.el.
9227
9228 * Makefile.in (ELCFILES): Add files-x.elc.
9229
9230 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9231
9232 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9233 to use `goto-line'.
9234 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9235 `goto-line'.
9236 (gdb-invalidate-disassembly): Do not refresh upon receiving
9237 'update signal. Instead, update all disassembly buffers only after
9238 threads list.
9239 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9240 (gdb-starting): Moved -data-list-register-names...
9241 (gdb-stopped): ...here so it's sent when first thread stops.
9242 (gdb-registers-handler-custom): Do nothing if register names are
9243 unknown yet.
9244
9245 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9246 from `gdb-mi.el' to avoid extra tangling.
9247
9248 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9249 change which breaks `gud-def' definitions used in `gdb'.
9250 (gdb-update-gud-running): No extra fuss for updating frame number.
9251
9252 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9255 (describe-language-environment-map, setup-language-environment-map)
9256 (set-coding-system-map): Move initialization into declaration.
9257 (set-language-info-alist): Last arg to define-key-after can be skipped.
9258
9259 * international/quail.el (quail-completion-1): Simplify.
9260 (quail-define-rules): Use slightly more compact code.
9261 (quail-insert-decode-map): Propertize keys, compact columns.
9262
9263 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9264 Add goto-line.
9265
9266 2009-08-10 Miles Bader <miles@gnu.org>
9267
9268 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9269 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9270 (js2-instance-member, js2-private-member, js2-private-function-call)
9271 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9272 (js2-magic-paren, js2-external-variable):
9273 Remove "-face" suffix from face names.
9274 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9275 (js2-highlight-undeclared-vars, js2-peek-token)
9276 (js2-parse-function-params, js2-mode-show-errors)
9277 (js2-mode-show-warnings, js2-make-magic-delimiter)
9278 (js2-mode-highlight-magic-parens): Update to use new face names.
9279
9280 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9281
9282 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9283 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9284
9285 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * subr.el: Provide hashtable-print-readable.
9288
9289 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9290 hs-c-like-adjust-block-beginning.
9291 (hs-hide-block-at-point): Stop hiding at the beginning of
9292 hs-block-end-regexp (Bug#700).
9293
9294 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9295
9296 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9297 a macro.
9298 (gdb-registers-handler-custom): Do not fail when register names
9299 are unavailable.
9300
9301 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9302
9303 * progmodes/gdb-mi.el (gdb-control-all-threads)
9304 (gdb-control-current-thread): Interactive setters for
9305 `gdb-gud-control-all-threads' to use in menu.
9306 (gdb-show-run-p): Show «Go» when process is not active.
9307 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9308 gud/thread.xpm and gud/all.xpm.
9309
9310 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9311
9312 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9313 (nslookup-font-lock-keywords): Make it a variable.
9314 (net-utils-mode): New mode for viewing diagnostic network output.
9315 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9316 (net-utils-run-simple): New function.
9317 (ifconfig, iwconfig, netstat, arp, route): Use it.
9318
9319 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9320
9321 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9322 (gdb-memory-set-address, def-gdb-set-positive-number)
9323 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9324 after changing settings.
9325 (gdb-invalidate-disassembly): Update when first shown.
9326 (gdb-edit-locals-value): Fixed.
9327 (gdb-registers-handler-custom): Print registers in right order and
9328 allow changing register values (only for current thread yet).
9329 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9330 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9331 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9332 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9333 info in mode name.
9334 (gdb-registers-mode-map): TAB to switch to locals.
9335
9336 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9337
9338 * mail/rmail.el (rmail-add-mbox-headers)
9339 (rmail-set-message-counters-counter): Search for
9340 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9341
9342 2009-08-08 Glenn Morris <rgm@gnu.org>
9343
9344 * Makefile.in (ELCFILES): Update.
9345
9346 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9347
9348 * mail/sendmail.el (mail-yank-original): Set
9349 buffer-file-coding-system from the one used by the message whose
9350 text is yanked.
9351
9352 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9353 to "windows" when "pgnuplot" is used.
9354 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9355 call accept-process-output if "pgnuplot" is used.
9356 (calc-graph-init): Don't send -display and -geometry to
9357 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9358 running "pgnuplot -V" with shell-command-to-string.
9359
9360 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9361 the default.
9362
9363 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9364
9365 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9366 org/org-latex.elc.
9367
9368 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9369
9370 * vc-dispatcher.el (vc-resynch-window): Update comment.
9371
9372 * term.el (term-handle-ansi-escape): Add comments with the
9373 terminfo capabilities implemented.
9374
9375 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9376
9377 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9378 (gdb-var-create-handler): Rewritten using JSON parser.
9379 (gdb-propertize-header): Moved earlier.
9380 (gdb-set-header): Removed to avoid duplication.
9381 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9382 Refresh disassembly buffers only after threads list have been
9383 update.
9384 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9385 variables.
9386
9387 2009-08-04 Juri Linkov <juri@jurta.org>
9388
9389 * files.el: Commands to add/delete file/directory-local variables.
9390 (read-file-local-variable, read-file-local-variable-value)
9391 (read-file-local-variable-mode, modify-file-local-variable)
9392 (modify-file-local-variable-prop-line)
9393 (modify-dir-local-variable): New functions.
9394 (add-file-local-variable, delete-file-local-variable)
9395 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9396 (add-dir-local-variable, delete-dir-local-variable)
9397 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9398 (copy-dir-locals-to-file-locals-prop-line): New commands.
9399
9400 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * abbrev.el (insert-abbrev-table-description): Prettify output.
9403 Suggested by Karl Chen.
9404
9405 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9406
9407 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9408 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9409 (gdb-overlay-arrow-position, gdb-thread-position)
9410 (gdb-disassembly-position): Declare variables.
9411 (gdb-wait-for-pending): Function now.
9412 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9413 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9414 compilation goes smoothly.
9415 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9416 (gdb-non-stop-setting): New customization setting which replaces
9417 `gdb-non-stop' so changing it doesn't break active GDB session.
9418 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9419 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9420 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9421 (gdb-show-threads-by-default): New customization options.
9422 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9423 routines.
9424 (gdb-get-buffer-create): Send buffers update signal when they are
9425 created.
9426 (gdb-invalidate-locals, gdb-invalidate-registers)
9427 (gdb-invalidate-breakpoints)
9428 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9429 (gdb-invalidate-memory): Accept update signal.
9430 (gdb-current-context-command): Use --frame option.
9431 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9432 Implement `gdb-frame-number' selection logic.
9433 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9434 whether to show GUD toolbar buttons.
9435 (gdb-thread-exited): Unselect current thread when it exits.
9436 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9437 (gdb-mark-line): Routine which sets overlay arrow or inverses
9438 video on fringeless displays.
9439 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9440 to build aligned columns of data in GDB buffers and set text
9441 properties line-by-line.
9442 (gdb-invalidate-breakpoints)
9443 (gdb-breakpoints-list-handler-custom)
9444 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9445 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9446 (gdb-registers-handler-custom): Align data columns.
9447 (gdb-locals-handler-custom): Now prints data like in variable
9448 declarations.
9449 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9450 Removed confusing buttons.
9451 (gdb-invalidate-threads): Append --frame.
9452 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9453 between breakpoints/threads buffers.
9454 (gdb-set-window-buffer): Now can ignore dedicated windows.
9455 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9456 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9457 (def-gdb-thread-buffer-gud-command): Replaces
9458 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9459 for fine thread control.
9460 (gdb-preempt-existing-or-display-buffer): New function used to
9461 display bound buffers without breaking window layout.
9462 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9463 (gdb-select-frame): New version of `gdb-frames-select' which now
9464 sets `gdb-frame-number' so commands may use --frame option instead
9465 of inner debugger state.
9466 (gdb-frame-handler): Do not set `gdb-frame-number'.
9467 (gdb-threads-mode-map): Select threads with mouse.
9468
9469 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9470 avoid compilation warning.
9471 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9472 `gdb-show-stop-p`.
9473
9474 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9475 Argument `key' renamed to `buffer-type'.
9476 (gdb-current-context-buffer-name): Do not add thread info to
9477 buffer name when no thread is selected.
9478 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9479 command (bug 3794).
9480 (gdb-thread-selected): Handle `=thread-selected' notification.
9481 (gdb-wait-for-pending): New macro to deal with congestion problems.
9482 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9483 breakpoints.
9484 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9485 This fixes problem similar to one described in bug 3947.
9486 (gud-menu-map): More menu items.
9487 (gdb-init-1): Reset `gdb-thread-number' to nil.
9488
9489 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9490 non-stop settings.
9491
9492 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9493 (gdb-current-context-command): Do not append --thread if
9494 `gdb-thread-number' is nil.
9495 (gdb-running-threads-count, gdb-stopped-threads-count): New
9496 variables.
9497 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9498 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9499 customization options.
9500 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9501 GUD commands.
9502 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9503 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9504 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9505 set `gdb-thread-number' and update `gud-running' properly.
9506 (gdb-running): Update threads list when new threads appear.
9507 (gdb-stopped): Support non-stop operation and new thread switching
9508 logic.
9509 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9510 (gdb-json-partial-output): New set of JSON routines.
9511 (def-gdb-auto-update-trigger): New `signal-list' optional
9512 argument.
9513 (gdb-thread-list-handler-custom): Update `gud-running',
9514 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9515 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9516 (gdb-continue-thread, gdb-step-thread): New commands for fine
9517 thread execution control.
9518 (gud-menu-map): New menu items to switch non-stop options.
9519 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9520 (gdb-send): Mimic RET properly (bug 3794).
9521
9522 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9523 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9524 gdb-buffer-rules.
9525 (def-gdb-auto-update-handler): New nopreserve optional argument.
9526 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9527
9528 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9529 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9530 (gdb-parent-mode): New mode to derive other GDB modes from.
9531 (gdb-display-disassembly-for-thread)
9532 (gdb-frame-disassembly-for-thread): New commands for threads
9533 buffer.
9534
9535 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9536 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9537 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9538 (gdb-update): We now store all GDB buffers in a list so that they
9539 can be updated by traversing a list instead of calling invalidate
9540 triggers explicitly.
9541 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9542 pair for GDB buffer.
9543 (gdb-stack-buffer-name): Add thread information.
9544 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9545 handle pending triggers.
9546 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9547 (def-gdb-thread-buffer-simple-command)
9548 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9549 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9550 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9551 New commands which show buffers bound to thread.
9552 (gdb-stack-list-locals-regexp): Removed unused regexp.
9553
9554 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9555 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9556 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9557 to (gud-comint-buffer) in *-buffer-name functions
9558 because (gdb-get-target-string) already does that.
9559 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9560 (gdb-changed-registers-handler): Rewritten without regexps.
9561
9562 * progmodes/gdb-mi.el: Basic thread selection support.
9563 (gdb-thread-number): New variable.
9564 (gdb-current-context-command): New macro which adds --thread
9565 option to command.
9566 (gdb-threads-mode-map): Select thread with SPC.
9567 (gdb-thread-list-handler-custom): Mark current thread with overlay
9568 arrow. Synchronize GDB thread and Emacs thread.
9569 (gdb-select-thread): New command which selects current thread.
9570 (gdb-invalidate-frames, gdb-invalidate-locals)
9571 (gdb-invalidate-registers): Use --thread option.
9572
9573 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9574
9575 * net/tramp.el (top): Make check for tramp-gvfs loading more
9576 robust. (Bug#3977)
9577 (tramp-handle-insert-file-contents): `unwind-protect' must be
9578 inside `with-parsed-tramp-file-name'.
9579
9580 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9581 fails.
9582
9583 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9584
9585 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9586 directory if CLASSPATH is not set.
9587
9588 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9589
9590 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9591 New defconst.
9592 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9593
9594 2009-08-02 Kevin Ryde <user42@zip.com.au>
9595
9596 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9597 Update freshmeat link. Delete newsforge.com as it seems gone.
9598
9599 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * select.el (x-set-selection): Doc fix (Bug#4021).
9602
9603 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9604
9605 * help-fns.el (describe-variable): Treat list return values from
9606 dir-locals-find-file properly (Bug#4005).
9607
9608 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9609
9610 * net/tramp.el (tramp-debug-message): Print also microseconds.
9611
9612 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9613
9614 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9615 or END is non-nil.
9616 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9617 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9618 format.
9619
9620 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9621 (tramp-get-file-property): Use it.
9622
9623 * autorevert.el (auto-revert-handler): Allow
9624 `auto-revert-tail-mode' for remote files.
9625
9626 2009-08-02 Jason Rumney <jasonr@gnu.org>
9627
9628 * minibuffer.el (read-file-name): Treat confirm options to
9629 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9630
9631 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9634 (font-lock-variable-name-face, font-lock-constant-face): Darken
9635 the colors for light backgrounds.
9636
9637 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9638
9639 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9640 month names. (Bug#3987)
9641
9642 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9643
9644 * simple.el (line-move-finish): Pass whole number to
9645 line-move-to-column.
9646 (line-move-visual): Perform hscroll to the recorded position.
9647
9648 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9649
9650 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9651
9652 2009-07-29 Alan Mackenzie <acm@muc.de>
9653
9654 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9655
9656 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9657
9658 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9659 (gdb-place-breakpoints): Use full path when setting breakpoints.
9660
9661 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9662
9663 * calc/calc.el (calc-mode-map): Add keybinding for
9664 `calc-transpose-lines'.
9665
9666 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9667
9668 * calc/calc-misc.el (calc-transpose-lines): New function.
9669
9670 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9671
9672 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9673 Simplify check for out-of-band methods.
9674 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9675 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9676
9677 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9678
9679 * vc-git.el (vc-git-checkin): Fix typo.
9680
9681 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9682
9683 * progmodes/js2-mode.el: New file.
9684
9685 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9686
9687 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9688 (gud-menu-map): Adjust tooltip accordingly.
9689
9690 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9691
9692 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9693 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9694
9695 * add-log.el (change-log-mode-map): Add a menu.
9696
9697 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9698
9699 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9700 function returns nil.
9701 (dbus-handle-event): Handle special return value :ignore.
9702 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9703
9704 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9707 it's not needed.
9708
9709 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9710
9711 Fix Bug#3888:
9712
9713 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9714
9715 * term/pc-win.el (x-display-name, x-colors)
9716 (x-select-enable-clipboard, x-select-text): Doc fix.
9717
9718 * term/common-win.el (x-display-name, x-colors): Doc fix.
9719
9720 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9721 (xw-defined-colors): Doc fix.
9722
9723 * w32-fns.el (x-select-text, x-setup-function-keys)
9724 (x-get-selection, x-set-selection): Doc fix.
9725
9726 * term/x-win.el (x-select-text, x-setup-function-keys)
9727 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9728
9729 * select.el (x-set-selection): Doc fix.
9730
9731 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9732
9733 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9734 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9735 "IsNSSSupportAvailable" method is not available. Reported by
9736 Steve Youngs <steve@sxemacs.org>.
9737
9738 2009-07-24 Kenichi Handa <handa@m17n.org>
9739
9740 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9741 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9742 (build-unicode-category-table): Fix range checks.
9743
9744 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9745
9746 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9747 the buffer we try to sync is current when calling
9748 vc-resynch-buffer.
9749
9750 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9751 not show up to date files.
9752
9753 2009-07-24 Glenn Morris <rgm@gnu.org>
9754
9755 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9756 Add autoload cookies. If necessary, initialize.
9757 (elint-log): Handle non-file buffers.
9758 (elint-initialize): Add optional argument to reinitialize.
9759 (elint-find-builtin-variables): Save excursion.
9760
9761 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9762
9763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9764 for Lint.
9765
9766 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9767
9768 * vc.el (vc-print-log-internal): New function, split out from ...
9769 (vc-print-log): ... here.
9770 (vc-dir-move-to-goal-column): Declare.
9771
9772 * vc-git.el (vc-git-add-signoff): New variable.
9773 (vc-git-checkin): Use it.
9774 (vc-git-toggle-signoff): New function.
9775 (vc-git-extra-menu-map): Bind it to menu.
9776 (vc-git--run-command-string): Accept a nil FILE argument.
9777 (vc-git-stash-list): New function.
9778 (vc-git-dir-extra-headers): Use it.
9779
9780 2009-07-23 Glenn Morris <rgm@gnu.org>
9781
9782 * help-fns.el (describe-variable): Describe ignored and risky local
9783 variables in a similar way to that in which we describe safe ones.
9784
9785 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9786 (byte-compile-output-file-form, byte-compile-output-docform)
9787 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9788 Give some more local variables with common names a "bytecomp-" prefix,
9789 so as not to shadow things during compilation.
9790 * emacs-lisp/cl-macs.el (load-time-value)
9791 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9792 `outbuffer' to `bytecomp-outbuffer'.
9793
9794 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9795 since the next two variables cover them automatically now.
9796 (elint-builtin-variables, elint-autoloaded-variables): New.
9797 (elint-unknown-builtin-args): Remove all members, since they can be
9798 parsed automatically now.
9799 (elint-extra-errors): New.
9800 (elint-env-add-env, elint-env-add-macro): Use cadr.
9801 (elint-current-buffer): Use or. Change final message.
9802 (elint-get-top-forms): Use line-end-position.
9803 (elint-init-env): Use cadr. Handle autoload, declare-function,
9804 and defalias.
9805 (elint-add-required-env): Doc fix. Use or. Standardize error.
9806 (regexp-assoc): Remove unused function.
9807 (elint-top-form): Set elint-current-pos, to record the start of the
9808 top-level form, for compilation-mode.
9809 (elint-form): Trap errors in macro expansion. Use dolist.
9810 (elint-unbound-variable): Use elint-builtin-variables and
9811 elint-autoloaded-variables.
9812 (elint-get-args): Use cadr, or.
9813 (elint-check-cond-form): Use dolist, cadr.
9814 (elint-check-condition-case-form): Doc fix. Use cadr.
9815 Use elint-extra-errors.
9816 (elint-log): New function.
9817 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9818 Distinguish errors and warnings.
9819 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9820 Use a bytecomp-style format.
9821 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9822 (elint-get-log-buffer): Use compilation mode. Disable undo.
9823 Don't truncate lines.
9824 (elint-initialize): Set builtin and autoloaded variable lists.
9825 Only process elint-unknown-builtin-args if non-nil.
9826 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9827 New functions.
9828 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9829
9830 2009-07-22 Kevin Ryde <user42@zip.com.au>
9831
9832 * net/newst-backend.el (newsticker--parse-atom-1.0)
9833 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9834 (newsticker--parse-rss-1.0):
9835 * progmodes/idlwave.el (idlwave-mode):
9836 * progmodes/idlw-shell.el (idlwave-shell-mode):
9837 * progmodes/vera-mode.el (vera-mode):
9838 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9839 * progmodes/vhdl-mode.el (vhdl-mode):
9840 * textmodes/table.el (table-generate-source)
9841 (table--warn-incompatibility):
9842 Hyperlink urls in docstrings with URL `...'.
9843
9844 2009-07-22 Glenn Morris <rgm@gnu.org>
9845
9846 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9847 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9848 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9849 Remove leading * from defcustom docs.
9850
9851 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9852
9853 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9854 defcustom doc.
9855 (list-load-path-shadows): Optionally, just return shadows as a string.
9856
9857 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9858
9859 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9860
9861 * mail/rmailedit.el (rmail-edit-mode): Use
9862 auto-save-include-big-deletions.
9863
9864 * mail/rmail.el (rmail-variables): Use
9865 auto-save-include-big-deletions.
9866
9867 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9868 changes.
9869
9870 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9871
9872 * calc/calc.el (calc-undo-length): New variable.
9873 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9874
9875 2009-07-21 Richard Stallman <rms@gnu.org>
9876
9877 * files.el (auto-save-mode): Handle buffer-save-size = -2
9878 for toggling mode.
9879
9880 2009-07-21 Glenn Morris <rgm@gnu.org>
9881
9882 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9883
9884 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9885
9886 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9887 silence compiler. Instead...
9888 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9889 (ps-print-ensure-fontified): Update for above function name changes.
9890
9891 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9892 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9893 silence compiler. Instead...
9894 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9895 (mh-show-buffer): Only define for compiler.
9896 (pr-mh-current-message): Update for above function name changes.
9897
9898 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9899 as an argument.
9900 (find-file-noselect, insert-file-1): Update for above change.
9901
9902 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9903
9904 * mail/mailclient.el (mailclient-send-it): Fix message.
9905
9906 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9907 (edebug-eval): Check cl-debug-env is bound.
9908 (print-level, print-circle): Don't redefine built-in variables.
9909
9910 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9911 (custom-print-vectors): Remove old comments from doc.
9912
9913 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9914 (emerge-version): Make the variable an obsolete alias for the
9915 emacs-version variable. Make the function obsolete.
9916 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9917 Emerge options, rather than merging in into the main Options menu.
9918 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9919 and auto advance modes. Disable edit/fast items when not relevant.
9920
9921 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9922
9923 * term/vt420.el (terminal-init-vt420): Fix typo.
9924
9925 2009-07-20 Sam Steingold <sds@gnu.org>
9926
9927 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9928 variable (removed from compile.el on 2004-03-11).
9929
9930 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * files.el (hack-local-variables-filter): Fix last change.
9933
9934 2009-07-19 Juri Linkov <juri@jurta.org>
9935
9936 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9937 (dir-local-variables-alist): New buffer-local variable.
9938 (hack-local-variables-filter): If variable is not dir-local,
9939 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9940 because file-local overrides dir-local.
9941 (c-postprocess-file-styles) <declare-function>:
9942 Remove obsolete declaration.
9943 (hack-dir-local-variables): Add dir-local variable/value pair to
9944 `dir-local-variables-alist' and remove duplicates. Doc fix.
9945
9946 * help-fns.el (describe-variable): Add information about
9947 file-local and dir-local variables.
9948
9949 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9950
9951 * files.el (hack-local-variables-filter): Rewrite.
9952
9953 2009-07-19 Glenn Morris <rgm@gnu.org>
9954
9955 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9956 Silence compiler by only defining on XEmacs.
9957
9958 * international/mule.el (auto-coding-regexp-alist): Only match
9959 BABYL... at the start of buffer, not of lines. (Bug#3790)
9960
9961 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9962 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9963 (cal-menu-context-mouse-menu): Doc fix.
9964
9965 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9966
9967 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9968
9969 2009-07-18 Juri Linkov <juri@jurta.org>
9970
9971 * info.el: Virtual Info keyword finder.
9972 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9973 (Info-finder-file): New variable.
9974 (Info-finder-find-file): New function.
9975 (finder-known-keywords, finder-package-info)
9976 (find-library-name, lm-commentary): Use defvar and
9977 declare-function to silence compiler warnings.
9978 (Info-finder-find-node): New function.
9979 (info-finder): New command.
9980
9981 * subr.el (process-kill-buffer-query-function): New function.
9982 (add-hook)<kill-buffer-query-functions>: Add hook
9983 `process-kill-buffer-query-function'.
9984
9985 2009-07-18 Alan Mackenzie <acm@muc.de>
9986
9987 * progmodes/cc-mode.el (c-before-hack-hook)
9988 (c-postprocess-file-styles): Give invocation of `c-set-style'
9989 DONT-OVERRIDE parameter of t. Already set style variables will
9990 thus not be overridden by style settings given by `c-file-syle'.
9991
9992 * files.el (hack-local-variables-filter): Remove entries with
9993 duplicate keys from `file-local-variables-alist'.
9994
9995 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9996
9997 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9998 x-set-selection if display-selections-p returns nil for the
9999 current frame.
10000
10001 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10002
10003 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10004
10005 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10006
10007 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10008 Accept nil in addition to a regexp.
10009 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10010 Accept nil in addition to a regexp.
10011 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10012 buffers that have an associated file. Handle nil values of
10013 desktop-buffers-not-to-save and desktop-files-not-to-save.
10014 (Bug#3833)
10015
10016 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10017 (x-disown-selection-internal): New functions.
10018
10019 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10022 warning.
10023 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10024 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10025
10026 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10027
10028 * simple.el (set-mark): Revert last change.
10029
10030 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10031
10032 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10033 rendering of pngs is not possible instead of messaging a long
10034 description.
10035
10036 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10037
10038 * w32-fns.el (x-selection-owner-p): New function.
10039
10040 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10041 (mouse-yank-at-click, mouse-yank-primary): If
10042 select-active-regions is non-nil, deactivate the mark before
10043 insertion.
10044
10045 * simple.el (deactivate-mark, set-mark): Only save selection if we
10046 own it.
10047
10048 2009-07-17 Kenichi Handa <handa@m17n.org>
10049
10050 * case-table.el (describe-buffer-case-table): Fix for the case
10051 that KEY is a cons.
10052
10053 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10054
10055 * vc-rcs.el (vc-rcs-find-file-hook):
10056 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10057
10058 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10059
10060 * net/tramp.el (tramp-wait-for-output): Handle the case when
10061 commands do not return a newline but a null byte before the shell
10062 prompt. (Bug#3858)
10063
10064 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10065
10066 * term/ns-win.el (ns-set-alpha): Don't declare.
10067 (ns-set-background-alpha): Remove function.
10068
10069 2009-07-16 Kevin Ryde <user42@zip.com.au>
10070
10071 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10072 y-or-n-p, for safety.
10073
10074 2009-07-16 Richard Stallman <rms@gnu.org>
10075
10076 * files.el (auto-save-mode): If buffer-saved-size is -2,
10077 don't clobber it.
10078
10079 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10080 (rmail-retry-ignored-headers): Add more uninteresting fields.
10081
10082 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10083
10084 * net/rcirc.el (rcirc): Use history variables.
10085 (rcirc-server-name-history, rcirc-nick-name-history)
10086 (rcirc-server-port-history): New variables.
10087
10088 2009-07-15 Kenichi Handa <handa@m17n.org>
10089
10090 * international/mule-cmds.el (set-language-environment-charset):
10091 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10092 ignore them.
10093
10094 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10095 Delete unibyte-display.
10096
10097 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10100
10101 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * simple.el (deactivate-mark): Optional argument FORCE.
10104 (set-mark): Use deactivate-mark.
10105
10106 * info.el (Info-search): No need to check transient-mark-mode
10107 before calling deactivate-mark.
10108
10109 * select.el (x-set-selection): Doc fix.
10110 (x-valid-simple-selection-p): Allow buffer values.
10111 (xselect--selection-bounds): Handle buffer values. Suggested by
10112 David De La Harpe Golden.
10113
10114 * mouse.el (mouse-set-region, mouse-drag-track): Call
10115 copy-region-as-kill before setting the mark, to let
10116 select-active-regions work.
10117
10118 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10119
10120 * simple.el (deactivate-mark): If select-active-regions is
10121 non-nil, copy the selection data into a string.
10122 (activate-mark): If select-active-regions is non-nil, set the
10123 selection to the current buffer.
10124 (set-mark): Update selection if select-active-regions is non-nil.
10125
10126 * select.el (x-valid-simple-selection-p): Allow buffer values.
10127
10128 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10131 and more featureful message-mode.
10132
10133 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10134
10135 * select.el (x-set-selection): Doc fix.
10136 (x-valid-simple-selection-p): Disallow selection data consisting
10137 of a list or cons of integers, since that is not used.
10138 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10139 (xselect-convert-to-string, xselect-convert-to-length)
10140 (xselect-convert-to-filename, xselect-convert-to-charpos)
10141 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10142
10143 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10144
10145 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10146 output in -break-info command (Emacs bug #3794).
10147
10148 2009-07-14 Glenn Morris <rgm@gnu.org>
10149
10150 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10151 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10152 (edebug-print-length, edebug-print-level, edebug-print-circle)
10153 (edebug-sit-for-seconds, edebug-view-outside)
10154 (edebug-bounce-point, edebug-set-global-break-condition)
10155 (edebug-Go-nonstop-mode, edebug-trace-mode)
10156 (edebug-Trace-fast-mode, edebug-continue-mode)
10157 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10158 (edebug-visit-eval-list): Doc fixes.
10159
10160 * subr.el (def-edebug-spec): Doc fix.
10161
10162 2009-07-14 Kenichi Handa <handa@m17n.org>
10163
10164 * international/characters.el: Fix setting of category ?C.
10165
10166 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10167
10168 * term/ns-win.el (x-select-font): defalias x-select-font to
10169 ns-popup-font-panel instead of generate-fontset-menu.
10170
10171 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10172
10173 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10174
10175 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10176
10177 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10178 the PK\003\004 header (Bug#3770).
10179
10180 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10181
10182 * pcomplete.el (pcomplete-comint-setup): Check for
10183 shell-dynamic-complete-filename too.
10184
10185 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10186
10187 * simple.el (temporary-goal-column): Change the value for
10188 line-move-visual to a cons cell.
10189 (line-move-visual): Record or set the window hscroll, if
10190 necessary (Bug#3494).
10191 (line-move-1): Handle cons value of temporary-goal-column.
10192
10193 2009-07-11 Kenichi Handa <handa@m17n.org>
10194
10195 * international/mule-diag.el (describe-character-set): Don't show
10196 width.
10197
10198 2009-07-10 Sam Steingold <sds@gnu.org>
10199
10200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10201 Omake sometimes indents the errors it prints, so allow all
10202 regexps to start with spaces.
10203
10204 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10205
10206 * cus-edit.el (customize-changed-options-previous-release):
10207 Bump value to 22.1. (Bug#3804)
10208
10209 2009-07-08 Sam Steingold <sds@gnu.org>
10210
10211 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10212 to be a cons cell (test . ignored-directory) to selectively ignore
10213 some directories depending on the location of the search.
10214
10215 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10216
10217 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10218 remote user is root, on the local host.
10219 (tramp-local-host-p): Either the local user or the remote user
10220 must be root. (Bug#3771)
10221
10222 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10223
10224 * progmodes/gdb-mi.el (gdb): Remove description of
10225 gdb-use-separate-io-buffer.
10226 (menu): Don't allow toggling of or enable
10227 gdb-use-separate-io-buffer from menubar.
10228
10229 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10230
10231 * mail/unrmail.el (unrmail): Make sure the message ends with two
10232 newlines (Bug#3769).
10233
10234 2009-07-08 Glenn Morris <rgm@gnu.org>
10235
10236 * calendar/calendar.el (calendar-current-date): Rework previous change.
10237
10238 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10239
10240 * calendar/calendar.el (calendar-current-date):
10241 Add an optional argument giving an offset from today.
10242
10243 2009-07-08 Glenn Morris <rgm@gnu.org>
10244
10245 * tutorial.el (tutorial--describe-nonstandard-key):
10246 Adjust the message for when a key has been unbound.
10247 (help-with-tutorial): Hide the arch-tag.
10248
10249 2009-07-08 Kenichi Handa <handa@m17n.org>
10250
10251 * international/fontset.el (setup-default-fontset): For each
10252 script, append (not set) font-specs.
10253
10254 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10255 docstring.
10256
10257 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10258
10259 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10260 -data-list-register-names to ...
10261 (gdb-starting): ... here because GDB 7.0 requires execution to
10262 have started when using this MI command.
10263 (gdb-set-header): New function to distinguish select and
10264 unselected tabs in gdb buffers.
10265 (gdb-propertize-header): New macro that uses gdb-set-header.
10266 (gdb-breakpoints-header, gdb-locals-header): Use it.
10267 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10268
10269 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * Makefile.in (ELCFILES): Remove fadr.elc.
10272
10273 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10274
10275 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10276 may contain frame information, so `string-match' should be used.
10277 (gdb-update): Disassembly is invalidated through
10278 `gdb-get-selected-frame'.
10279 (gdb-pad-string): New function to pad string with spaces.
10280 (gdb-invalidate-disassembly): Invalidate only if the buffer
10281 exists.
10282 (gdb-disassembly-handler-custom): Column alignment.
10283 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10284 placing new ones.
10285 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10286 end of line, too.
10287 (gdb-frame-handler): Match convention to for disassembly buffer
10288 mode name.
10289 (gdb-stack-list-frames-handler): Rewritten without regexps.
10290 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10291 not highlight breakpoints without line information.
10292 (gdb-input): Add trailing newline to command.
10293
10294 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10295 buffer properly.
10296 (gdb-breakpoints-list-handler-custom): Replacement for
10297 `gdb-break-list-handler'. Using real parser instead of regexps
10298 now.
10299 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10300 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10301 to place breakpoints.
10302 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10303 functions.
10304 (gdb-disassembly-handler-custom): Show overlay arrow.
10305 (gdb-disassembly-place-breakpoints): Show breakpoints in
10306 disassembly buffer.
10307 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10308 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10309 instead of parsing breakpoints buffer. Fixed old menu references
10310 in `gud-menu-map'.
10311
10312 * fadr.el: Remove.
10313
10314 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10315 (gdb-memory-address): New variable which holds top address of
10316 memory page shown in memory buffer.
10317 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10318 customization variables.
10319 New functions:
10320 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10321 display the memory buffer.
10322 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10323 buffer display parameters.
10324 (def-gdb-memory-format, gdb-memory-format-binary)
10325 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10326 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10327 Functions for setting memory buffer format.
10328 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10329 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10330 unit size used in memory buffer.
10331 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10332 to next/previous page of memory buffer.
10333 Now using (bindat-get-field) instead of fadr functions.
10334
10335 2009-07-07 Sam Steingold <sds@gnu.org>
10336
10337 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10338 non-top-level files.
10339
10340 2009-07-07 Kenichi Handa <handa@m17n.org>
10341
10342 * international/mule-cmds.el (reset-language-environment): Put
10343 the highset priority to the charset iso-8859-1.
10344
10345 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10346
10347 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10348 to the end of the line when locating the block (Bug#700).
10349
10350 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10351
10352 * net/tramp.el (tramp-handle-write-region): Flush file properties
10353 in case of short track.
10354
10355 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10356
10357 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10358 Coded custom representation of verilog error regular expressions
10359 to work with Emacs-22's new format.
10360 (verilog-error-regexp-xemacs-alist): Coded custom representation
10361 of verilog error regular expressions to work with XEmacs format.
10362 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10363 error recognition into XEmacs.
10364 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10365 error recognition into Emacs-22.
10366
10367 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10368
10369 * woman.el: Remove stand-alone closing parentheses.
10370 (woman-file-name, woman2-format-paragraphs)
10371 (woman-leave-blank-lines): Code cleanup.
10372 (woman-use-own-frame): Change default to nil.
10373 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10374 defaults to inherit from default faces.
10375 (woman2-process-escapes): Consume the newline after a stand-alone
10376 filler character (Bug#3651).
10377
10378 2009-07-06 Glenn Morris <rgm@gnu.org>
10379
10380 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10381 (top-level): Move provide to the end.
10382 (ffap): Remove defunct URL from custom group.
10383
10384 * subr.el (eval-after-load): Doc fix.
10385
10386 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10387
10388 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10389 `calc-embedded-word' is called twice.
10390
10391 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * files.el (find-alternate-file-other-window, find-alternate-file):
10394 Obey confirm-nonexistent-file-or-buffer.
10395
10396 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10397
10398 * dired-aux.el (dired-show-file-type): Handle remote files.
10399
10400 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10401
10402 * desktop.el (desktop-globals-to-save):
10403 Add file-name-history (Bug#2750).
10404
10405 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10406
10407 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10408
10409 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10410
10411 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10412 property on entire argument since this is what eshell-lisp-command
10413 expects.
10414
10415 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp-gvfs.el (tramp-gvfs-methods)
10418 (tramp-gvfs-zeroconf-domain)
10419 (tramp-bluez-discover-devices-timeout): Add version flag.
10420 (tramp-gvfs-handler-mounted-unmounted)
10421 (tramp-gvfs-connection-mounted-p): Polish handling of
10422 incompatibilities between GVFS 0.2 and 1.0.
10423
10424 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10425
10426 * cus-start.el (all): Add make-pointer-invisible.
10427
10428 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10429
10430 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10431 formatted correctly.
10432
10433 2009-07-02 Juri Linkov <juri@jurta.org>
10434
10435 * info.el: Virtual Info files and nodes.
10436 (Info-virtual-files, Info-virtual-nodes): New variables.
10437 (Info-current-node-virtual): New variable.
10438 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10439 New functions.
10440 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10441 to check for a virtual file instead of checking a fixed list
10442 of node names.
10443 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10444 instead of ad-hoc processing of "dir" and (apropos history toc).
10445 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10446 instead of ad-hoc processing of "dir" and (apropos history toc).
10447 Reread a file when moving from a virtual node.
10448 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10449 (Info-directory-toc-nodes, Info-directory-find-file)
10450 (Info-directory-find-node): New functions.
10451 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10452 (Info-history): Move part of code to
10453 `Info-history-find-node'.
10454 (Info-history-toc-nodes, Info-history-find-file)
10455 (Info-history-find-node): New functions.
10456 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10457 (Info-toc): Move part of code to `Info-toc-find-node'.
10458 (Info-toc-find-node): New function.
10459 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10460 the current Info file name to references because now the node
10461 "*TOC*" belongs to the same Info manual.
10462 (Info-toc-build): Rename from `Info-build-toc'.
10463 (Info-toc-nodes): Rename input argument `file' to `filename'.
10464 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10465 instead of ad-hoc processing of ("dir" apropos history toc).
10466 (Info-index-nodes): Use Info-virtual-file-p
10467 to check for a virtual file instead of checking a fixed list
10468 of node names.
10469 (Info-index-node): Add check for `Info-current-node-virtual'.
10470 Raise `save-match-data' higher up the tree to contain
10471 `search-forward' too (bug fix).
10472 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10473 (Info-virtual-index-nodes): New variable.
10474 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10475 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10476 (Info-apropos-file, Info-apropos-nodes): New variables.
10477 (Info-apropos-toc-nodes, Info-apropos-find-file)
10478 (Info-apropos-find-node, Info-apropos-matches): New functions.
10479 (info-apropos): Move part of code to `Info-apropos-find-node' and
10480 `Info-apropos-matches'.
10481 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10482 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10483 for a virtual file instead of checking a fixed list of node names.
10484
10485 * simple.el (async-shell-command): New command.
10486
10487 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10488
10489 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10490 instead of `mount-info'.
10491
10492 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10493
10494 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10495 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10496
10497 2009-07-02 Kenichi Handa <handa@m17n.org>
10498
10499 * international/mule.el (set-keyboard-coding-system): Force *-unix
10500 coding-system to avoid eol conversion.
10501
10502 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10503
10504 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10505 Add handler for `process-file', `shell-command' and
10506 `start-file-process'.
10507 (tramp-gvfs-handle-shell-command)
10508 (tramp-gvfs-handle-start-file-process)
10509 (tramp-gvfs-handle-process-file): New defuns.
10510 (tramp-synce-list-devices): Simplify check for existence of property.
10511
10512 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10513
10514 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10515
10516 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10517
10518 * language/korean.el (set-language-info-alist): Add korean-cp949,
10519 cp949 to spec.
10520
10521 2009-07-01 Kenichi Handa <handa@m17n.org>
10522
10523 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10524
10525 * international/encoded-kb.el: Deleted.
10526
10527 * international/mule.el (set-keyboard-coding-system): Perform the
10528 necessary setup here instead of calling encoded-kbd-setup-display.
10529
10530 2009-07-01 Glenn Morris <rgm@gnu.org>
10531
10532 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10533
10534 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10535
10536 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10537
10538 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10541 Handle also the 'rename case, when setting file modes. (Bug#3712)
10542 (tramp-default-file-modes): Remove execute permissions.
10543
10544 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10545 (top): Add a default for "synce" in `tramp-default-user-alist'.
10546 Add completion function for "synce" method.
10547 (tramp-hal-service, tramp-hal-path-manager)
10548 (tramp-hal-interface-manager, tramp-hal-interface-device):
10549 New defconst.
10550 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10551 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10552 New defuns.
10553
10554 * net/trampver.el: Update release number.
10555
10556 2009-06-30 Kenichi Handa <handa@m17n.org>
10557
10558 * international/fontset.el (setup-default-fontset): Add CJK fonts
10559 for symbols and the other miscellaneous characters.
10560
10561 * language/korea-util.el (setup-korean-environment-internal):
10562 Make char-width-table suitable for Korean environments.
10563 (exit-korean-environment): Cancel above.
10564
10565 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10566 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10567 setup-function to make char-width-table suitable for respective
10568 environments, and an exit-function to cancel that.
10569
10570 * language/japan-util.el (setup-japanese-environment-internal):
10571 Call use-cjk-char-width-table with arg `ja_JP'.
10572
10573 * international/characters.el (cjk-char-width-table): Delete it.
10574 (cjk-char-width-table-list): New variable.
10575 (use-cjk-char-width-table): New arg local-name.
10576 (use-default-char-width-table): Fix for the case that Emacs is
10577 already using the default char-width-table.
10578
10579 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10580
10581 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10582 modes mandatory. (Bug#3712)
10583
10584 2009-06-29 Alan Mackenzie <acm@muc.de>
10585
10586 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10587 correction between the visible width of TABs and their number of bytes.
10588
10589 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10590
10591 * server.el (server-buffer-done): Prevent kill-buffer from
10592 prompting by clearing the buffer modification flag (Bug#3696).
10593
10594 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10595
10596 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10597 (verilog-endcomment-reason-re): Support unique case and priority case.
10598 (verilog-basic-complete-re): Support localparam lineup.
10599 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10600 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10601 commenting.
10602 (verilog-leap-to-case-head): Now support *nested* unique &
10603 priority case statements.
10604 (verilog-auto-lineup): Make just declarations the default (as it
10605 had been).
10606 (verilog-leap-to-case-head): Support priority/unique case statements.
10607 (verilog-auto-lineup): Rework to give users radio buttons to
10608 select the various styles of automatic lineup.
10609 (verilog-error-regexp-alist): Rework to support the XEmacs style
10610 of error regular expressions from compilers, lint tools &
10611 simulators. Note that GNU Emacs has made it impossible for a mode
10612 to load such things.
10613 (electric-verilog-terminate-line, verilog-indent-declaration)
10614 (verilog-auto-wiure): Rework for radio button selection of
10615 auto-lineup selection of specification of auto lineup.
10616 (verilog-beg-of-statement-1): Redesign to support proper operation
10617 in additional code, based on testing with auto-lineup.
10618 (verilog-calculate-indent, assignments & declarations)
10619 (verilog-backward-token): Enhance to support auto-lineup of
10620 assignments & declarations.
10621 (verilog-in-directive-p, verilog-at-struct-p): New function for
10622 easy test of whether we are.
10623 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10624 to support safe execution at almost anyline.
10625 (verilog-calc-1): Properly support indenting deep inside generate
10626 blocks.
10627 (verilog-init-font): Remove definition & use of verilog-init-font,
10628 as it is redundant with font-lock-defaults.
10629 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10630 to avoid circular calls if syntax-ppss is a function (as is the
10631 case now in 22.x GNU Emacs) as that function would sometimes call
10632 itself, leading to (nearly) infinite recursion.
10633 (verilog-ovm-begin-re, verilog-ovm-end-re)
10634 (verilog-ovm-statement-re, verilog-leap-to-head)
10635 (verilog-backward-token): Add support for OVM macros. Some are
10636 complete statements, and others open and close scopes like begin
10637 and end.
10638 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10639 (verilog-defun-level-generate-only-re): Really fix the defun-list
10640 compilation issue.
10641 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10642 coverpoint, constraint and cross statements.
10643 (verilog-defun-level-list, verilog-generate-defun-level-list)
10644 (verilog-all-defun-level-list): Redo these specifications - it is
10645 too hard to support eval-when compile aggregation of lists also
10646 built at when-compile time.
10647 (verilog-defun-level-list): Place defconsts of variables used in
10648 building regular expressions which are built in eval-when-compile
10649 bodies in the same eval-when-compile body to facilitate compile
10650 without load.
10651 (verilog-beg-block-re-ordered): Support indenting
10652 virtual/protected tasks and functions.
10653 (verilog-defun-level-list, verilog-in-generate-region-p)
10654 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10655 indentation of some module items (generate items).
10656 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10657 across virtual/protected tasks and functions.
10658
10659 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10660
10661 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10662 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10663 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10664 in concatenations. Reported by Yishay Belkind.
10665 (verilog-auto-ascii-enum): Support one-hot state machines in
10666 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10667 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10668 modport in AUTOINST and add vl-modport for users. Reported by
10669 David Rogoff.
10670 (verilog-auto-inout-module, verilog-auto-inst)
10671 (verilog-decls-get-interfaces, verilog-insert-definition)
10672 (verilog-insert-one-definition, verilog-read-decls)
10673 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10674 (verilog-sig-modport, verilog-signals-combine-bus)
10675 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10676 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10677 Suggested by David Rogoff.
10678 (verilog-repair-open-comma): Fix non-insertion of comma when
10679 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10680 (verilog-make-width-expression): Simplify [A-1:0] expression
10681 widths to just {A{1'b0}}.
10682 (verilog-mode): Cleanup checkdoc warnings.
10683 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10684 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10685 inputs/outputs or data type. Suggested by Vasu Kandadi.
10686 (next-error-last-buffer): Fix byte-compiler warning.
10687 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10688 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10689 or shell command text during AUTO expansion. Suggested by Tad Truex.
10690 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10691 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10692 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10693 in AUTOINOUT. Reported by Matthew Lovell.
10694 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10695 causing use of <= assignments. Reported by Alex Reed.
10696 (verilog-read-decls): Fix triand, trior, wand, wor to be
10697 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10698 (verilog-extended-complete-re): Support import "DPI-C" functions.
10699 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10700 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10701 (verilog-insert-date, verilog-insert-year)
10702 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10703 Windows systems. Reported by Michael Potts.
10704 (verilog-read-module-name): Fix AUTOINST when the child module
10705 declaration's name is a tick define. Reported by Elliot Mednick.
10706 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10707 passed to next parameter's definition. Reported by Bruce T.
10708 (verilog-read-decls): Fix detecting "parameter int" when using
10709 AUTOINSTPARAM. Reported by Bruce T.
10710 (verilog-goto-defun): Fix goto not finding modules unless first
10711 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10712 (verilog-mode): Expand -f flag arguments on entry to mode so
10713 verilog-goto-defun will work. Reported by Lawrence Butcher.
10714 (verilog-getopt): Expand environment variables in -f file
10715 arguments. Suggested by Lawrence Butcher.
10716 (verilog-set-define): Fix "Symbol's value as variable is void"
10717 when reading enumerations.
10718 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10719 Suggested by Stephen Peltan.
10720 (verilog-read-defines): Fix reading of enumerations in include
10721 files. Reported by Steve Peltan.
10722
10723 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10724
10725 * files.el (trash-directory): Fix defcustom type.
10726
10727 2009-06-28 Juri Linkov <juri@jurta.org>
10728
10729 * help-fns.el (describe-function-1): Correctly locate adviced
10730 functions in hyperlink (Bug#2438).
10731
10732 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10733
10734 * files.el (trash-directory): Change default to nil.
10735 (move-file-to-trash): If trash-directory is nil and
10736 system-move-file-to-trash is unbound, perform freedesktop-style
10737 trashing.
10738
10739 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10740
10741 * files.el (move-file-to-trash): Add freedesktop trash
10742 support (Bug#973).
10743
10744 2009-06-28 Glenn Morris <rgm@gnu.org>
10745
10746 * autorevert.el (global-auto-revert-non-file-buffers)
10747 (global-auto-revert-mode): Doc fixes.
10748
10749 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10750
10751 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10752
10753 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10756 opened an X connection before calling x-get-resource (Bug#3194).
10757
10758 * play/doctor.el: Remove reference to obsolete website.
10759 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10760
10761 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10762
10763 Remove find-file-not-found-hook VC method. (Bug#2757)
10764 * vc-hooks.el (vc-file-not-found-hook)
10765 (vc-default-find-file-not-found-hook): Remove functions.
10766 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10767 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10768 * vc.el:
10769 * vc-hg.el:
10770 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10771
10772 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10773
10774 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10775 compatibility function for `looking-back'.
10776
10777 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10778 Use `ispell-looking-back'.
10779
10780 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10781
10782 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10783 rather than `filename'.
10784
10785 2009-06-23 Miles Bader <miles@gnu.org>
10786
10787 * face-remap.el (text-scale-set): New function.
10788
10789 2009-06-23 Glenn Morris <rgm@gnu.org>
10790
10791 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10792
10793 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10794
10795 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10796
10797 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10798
10799 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10800 Simplify Persian conditionals.
10801
10802 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10803 variable `filename'.
10804
10805 * comint.el (comint-insert-input): Doc fix.
10806
10807 * Makefile.in (ELCFILES): Fix typo in previous change.
10808
10809 2009-06-23 Miles Bader <miles@gnu.org>
10810
10811 * cus-start.el: Add entry for `recenter-redisplay'.
10812
10813 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10814
10815 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10816 Add an optional argument for the backend, use it instead of
10817 calling vc-backend.
10818 (vc-mode-line): Add an optional argument for the backend.
10819 Pass the backend to vc-state and vc-working-revision. Move code for
10820 special handling for vc-state being a buffer to ...
10821
10822 * vc-rcs.el (vc-rcs-find-file-hook):
10823 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10824
10825 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10826 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10827 vc-stay-local-p and vc-mode-line calls.
10828
10829 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10830 (vc-cvs-diff, vc-cvs-annotate-command)
10831 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10832 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10833 vc-mode-line calls.
10834
10835 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10836 direct comparison.
10837 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10838 backend when calling vc-mode-line.
10839 (vc-register): Do not create a closure for calling the vc register
10840 function, call it directly.
10841
10842 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10843
10844 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10845 to make it obvious item can be clicked.
10846
10847 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10848
10849 2009-06-23 Kenichi Handa <handa@m17n.org>
10850
10851 * language/korea-util.el (korean-key-bindings): Change the binding
10852 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10853 same command.
10854
10855 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10856
10857 Sync with Tramp 2.1.16.
10858
10859 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10860
10861 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10862 when a loading of a package fails. Completion function for rsync
10863 is `tramp-completion-function-alist-ssh'.
10864 (all): Replace all calls of `split-string' and
10865 `tramp-split-string' by `tramp-compat-split-string'.
10866 (tramp-default-method): Use `tramp-compat-process-running-p'.
10867 (tramp-default-proxies-alist): Allow also Lisp forms.
10868 (tramp-remote-path): Add choice "Private Directories".
10869 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10870 (tramp-domain-regexp): Allow also "-", "_" and ".".
10871 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10872 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10873 (tramp-debug-message): Insert header line in debug buffer.
10874 (tramp-handle-directory-files-and-attributes-with-stat):
10875 Care about filenames with spaces, or starting with "-".
10876 (tramp-handle-dired-uncache): New defun.
10877 (tramp-handle-insert-directory): Don't flush the directory from
10878 cache, this is handled by `dired-uncache' now.
10879 (tramp-handle-insert-file-contents): Improve error handling.
10880 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10881 Quote `tramp-end-of-output'.
10882 (tramp-action-password): Improve trace message.
10883 (tramp-check-for-regexp): Both echoes must be present, before removing.
10884 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10885 (tramp-compute-multi-hops): Eval cons cells of
10886 `tramp-default-proxies-alist'.
10887 (tramp-maybe-open-connection): Use the same command pattern for
10888 first hop and further hops.
10889 (tramp-wait-for-output): Remove handling of newlines.
10890 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10891 (tramp-split-string): Remove function. It is handled in
10892 tramp-compat now.
10893
10894 * net/tramp-cmds.el (tramp-bug):
10895 Recommend `tramp-cleanup-all-connections' in the bug mail.
10896
10897 * net/tramp-compat.el (tramp-compat-split-string)
10898 (tramp-compat-process-running-p): New defuns.
10899
10900 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10901 for `dired-uncache'.
10902
10903 * net/tramp-gvfs.el: New package.
10904
10905 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10906 Add handler for `dired-uncache'.
10907 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10908
10909 * net/trampver.el: Update release number. Make version check fit
10910 for SXEmacs 22.
10911
10912 2009-06-22 Jim Meyering <meyering@redhat.com>
10913
10914 Automatically handle .xz suffix (XZ-compressed files), too.
10915 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10916 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10917
10918 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10919 Nick Roberts <nickrob@snap.net.nz>
10920
10921 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10922 repository (http://sphinx.net.ru/hg/gdb-mi/).
10923
10924 2009-06-22 Glenn Morris <rgm@gnu.org>
10925
10926 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10927 `mode' and `eval' entries. (Bug#3430)
10928
10929 * Makefile.in (ELCFILES): Add fadr.elc.
10930
10931 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10932 differing behavior of \n and ^ in strings. (Bug#3385)
10933
10934 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10935
10936 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10937 property.
10938 (lisp-indent-function): Make it a defcustom.
10939
10940 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10941
10942 * progmodes/gdb-ui.el: Replace with ...
10943 * progmodes/gdb-mi.el: ... this file.
10944 * progmodes/gud.el: Modify for gdb-mi.el.
10945
10946 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10947
10948 * fadr.el: New file.
10949
10950 See ChangeLog.14 for earlier changes.
10951
10952 ;; Local Variables:
10953 ;; coding: utf-8
10954 ;; End:
10955
10956 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10957
10958 This file is part of GNU Emacs.
10959
10960 GNU Emacs is free software: you can redistribute it and/or modify
10961 it under the terms of the GNU General Public License as published by
10962 the Free Software Foundation, either version 3 of the License, or
10963 (at your option) any later version.
10964
10965 GNU Emacs is distributed in the hope that it will be useful,
10966 but WITHOUT ANY WARRANTY; without even the implied warranty of
10967 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10968 GNU General Public License for more details.
10969
10970 You should have received a copy of the GNU General Public License
10971 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10972
10973 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1