Additional fix for rfc822-addresses (Bug#5692).
[bpt/emacs.git] / lisp / ChangeLog
1 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4 that all errors are caught, and that the return value is always a
5 list (Bug#5692).
6
7 2010-03-08 Kenichi Handa <handa@m17n.org>
8
9 * language/misc-lang.el (windows-1256): New coding system.
10 (cp1256): New alias of windows-1256 (bug#5690).
11
12 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13
14 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
15 call to rfc822-bad-address. (Bug#5692)
16
17 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
18
19 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
20 vc-git-root as default directory for revision path (Bug#5657).
21
22 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
23
24 * calculator.el (calculator): Don't bind split-window-keep-point
25 (Bug#5674).
26
27 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * vc-git.el: Re-flow to fit into 80 columns.
30 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
31 Remove spurious `quote' element in each case alternative.
32 (vc-git-show-log-entry): Use prog1.
33 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
34
35 2010-03-06 Glenn Morris <rgm@gnu.org>
36
37 * cedet/semantic/grammar.el (semantic-grammar-header-template):
38 Update template copyright to GPLv3+.
39
40 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
43
44 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
45
46 * macros.el (insert-kbd-macro): Look up keyboard macro using the
47 definition, not the name (Bug#5481).
48
49 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
50
51 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
52 argument with a local variable. (Bug#5670)
53
54 2010-03-02 Juri Linkov <juri@jurta.org>
55
56 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
57
58 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
59
60 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
61 error when FILENAME and NEWNAME are existing remote directories.
62
63 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
64 parameter DIR-FLAG.
65
66 2010-03-02 Glenn Morris <rgm@gnu.org>
67
68 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
69 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
70
71 2010-03-01 Alan Mackenzie <acm@muc.de>
72
73 * progmodes/cc-engine.el (c-remove-stale-state-cache):
74 Correct previous patch.
75
76 2010-03-01 Kenichi Handa <handa@m17n.org>
77
78 * language/burmese.el (burmese-composable-pattern): Rename from
79 myanmar-composable-pattern.
80
81 * international/characters.el (script-list):
82 * international/fontset.el (script-representative-chars):
83 Change myanmar to burmese.
84 (otf-script-alist): Likewise.
85 (setup-default-fontset): Likewise. Re-fix :otf spec.
86
87 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
88
89 * cc-engine.el (c-remove-stale-state-cache): Take account of when
90 `good-pos' is in the same macro as `here'. Fixes bug#5649.
91
92 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
93
94 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
95
96 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
97
98 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
99
100 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
101
102 * net/tramp.el (tramp-handle-write-region): START can be a string.
103 Take care in the checks. Reported by Dan Davison
104 <davison@stats.ox.ac.uk>.
105
106 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
107
108 * net/dbus.el (dbus-introspect, dbus-get-property)
109 (dbus-set-property, dbus-get-all-properties): Use
110 `dbus-call-method' when noninteractive. (Bug#5645)
111
112 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
113
114 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
115 * emacs-lisp/elint.el (elint-add-required-env):
116 * cedet/semantic/db-find.el
117 (semanticdb-find-translate-path-brutish-default):
118 * cedet/ede/make.el (ede-make-check-version):
119 * calendar/icalendar.el (icalendar--add-diary-entry):
120 * calc/calcalg2.el (math-tracing-integral):
121 * files.el (recover-session-finish): Use with-current-buffer
122 instead of save-excursion.
123
124 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 Fix in-buffer completion when after-change-functions modify the buffer.
127 * minibuffer.el (completion--replace): New function.
128 (completion--do-completion): Use it and use relative movement.
129
130 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
131
132 * international/fontset.el (setup-default-fontset): Fix :otf spec.
133
134 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
135
136 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
137 Allow the characters _<> in the stack entry (Bug#5653).
138
139 2010-02-26 Kenichi Handa <handa@m17n.org>
140
141 * language/burmese.el: Fix entries in composition-function-table.
142 (myanmar-composable-pattern): New variable.
143
144 * international/fontset.el (setup-default-fontset): Add an entry
145 for myanmar.
146
147 * international/characters.el (script-list): Add Myanmar
148 Extended-A.
149
150 2010-02-26 Glenn Morris <rgm@gnu.org>
151
152 * custom.el (custom-initialize-delay): Doc fix.
153
154 * mail/sendmail.el (send-mail-function): Autoload the call
155 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
156
157 2010-02-25 Alan Mackenzie <acm@muc.de>
158
159 * progmodes/cc-engine.el (c-clear-<-pair-props)
160 (c-clear->-pair-props): Correct to wipe category text props, not
161 syntax-table ones.
162
163 * progmodes/cc-mode.el (c-after-change): Remove any hard
164 syntax-table properties for <, > which, e.g., C-y has
165 inopportunely converted from category properties.
166
167 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
168
169 * files.el (hack-local-variables-filter): For eval forms, also
170 check safe-local-variable-p (Bug#5636).
171
172 2010-02-24 Eduard Wiebe <usenet@pusto.de>
173
174 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
175 and use c(ad)r of cddr (Bug#5640).
176
177 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
178
179 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
180 setting the modes by `ignore-errors'. It might fail, for example
181 if the file is not owned by the user but the group.
182 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
183
184 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
185
186 * files.el (directory-listing-before-filename-regexp): Use
187 stricter matching for iso-style dates, to avoid false matches with
188 date-like filenames (Bug#5597).
189
190 * htmlfontify.el (htmlfontify): Doc fix.
191
192 * eshell/eshell.el (eshell): Doc fix.
193
194 * startup.el (fancy-about-screen): In mode-line, apply
195 mode-line-buffer-id face only to the buffer name (Bug#5613).
196
197 2010-02-20 Kevin Ryde <user42@zip.com.au>
198
199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
200 In `watcom' anchor regexp to start of line, to avoid slowness
201 (Bug#5599).
202
203 2010-02-20 Eli Zaretskii <eliz@gnu.org>
204
205 * subr.el (remove-yank-excluded-properties): Explain in a comment
206 why `category' property is removed.
207
208 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
209
210 * isearch.el (isearch-update-post-hook, isearch-update): Revert
211 2010-02-17 change.
212
213 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
214
215 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
216 (icalendar--convert-weekly-to-ical)
217 (icalendar--convert-yearly-to-ical)
218 (icalendar--convert-block-to-ical)
219 (icalendar--convert-cyclic-to-ical)
220 (icalendar--convert-anniversary-to-ical): Take care of time
221 specifications where hour has 1-digit only (Bug#5549).
222
223 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
226 of disassemble output in GDB 7.1.
227
228 2010-02-19 Glenn Morris <rgm@gnu.org>
229
230 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
231 property. (Bug#5593)
232
233 2010-02-18 Sam Steingold <sds@gnu.org>
234
235 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
236
237 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 Use abbreviated file names in bookmarks (bug#5591).
240 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
241 calls to expand-file-name.
242 (bookmark-relocate): Use abbreviated file names in bookmarks.
243 (bookmark-load): Use abbreviated file names in messages.
244
245 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
246
247 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
248 expand "." and "..". Reported by Thierry Volpiatto
249 <thierry.volpiatto@gmail.com>.
250
251 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
252
253 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
254 permissions of the temporary file to "0600". In case the remote
255 file has no read permissions for the owner, there might be
256 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
257
258 22010-02-18 Glenn Morris <rgm@gnu.org>
259
260 * emacs-lisp/authors.el (authors-renamed-files-alist):
261 Add entries for INSTALL.CVS.
262
263 2010-02-17 Mark A. Hershberger <mah@everybody.org>
264
265 * vc-bzr.el: Fix typo in Known Bugs section.
266
267 * isearch.el (isearch-update-post-hook): New hook.
268 (isearch-update): Use the new hook.
269
270 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
271
272 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
273 Fix errors in copying directories.
274 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
275 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
276 (tramp-handle-delete-file)
277 (tramp-handle-dired-recursive-delete-directory)
278 (tramp-handle-write-region): Flush also the cache for the upper
279 directory.
280
281 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
282
283 * simple.el (save-interprogram-paste-before-kill): Doc fix.
284
285 * cus-edit.el (hardware): Doc fix.
286
287 * man.el (man): Add to external custom group.
288
289 * delim-col.el (columns): Move to wp custom group.
290
291 * doc-view.el (doc-view): Add to data custom group.
292
293 * cedet/data-debug.el (data-debug): Move to extensions group.
294
295 * cedet/ede.el (ede):
296 * cedet/srecode.el (srecode):
297 * cedet/semantic.el (semantic): Put in tools and extensions group.
298
299 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
300
301 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
302 by ispell-parse-output (Bug#5575).
303
304 2010-02-16 Kenichi Handa <handa@m17n.org>
305
306 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
307 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
308 (skkdic-convert): Use `euc-japan' coding system for writing.
309
310 2010-02-16 Glenn Morris <rgm@gnu.org>
311
312 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
313 tex-main-file before using it. (Bug#5562)
314
315 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
318 warnings, since it is annoying for the user to see them each time he
319 runs the code.
320
321 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
322
323 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
324 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
325 instead of PROC for caching "first-password-request". Otherwise,
326 new processes would not profit from passwords already entered.
327
328 * net/tramp-cache.el (tramp-dump-connection-properties):
329 Don't save "first-password-request" property.
330
331 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
332
333 * outline.el (outline-head-from-level):
334 * simple.el (with-wrapper-hook):
335 * cedet/ede.el (ede-run-target, project-delete-target)
336 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
337 (ede-adebug-project, ede-adebug-project-parent)
338 (ede-adebug-project-root):
339 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
340 (elint-defun, elint-buffer-env, elint-top-form-logged)
341 (elint-unbound-variable):
342 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
343 Fix typos in docstrings.
344
345 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
346
347 * files.el (insert-directory): When WILDCARD-REGEXP and
348 FULL-DIRECTORY-P are nil, insert the file entry instead of the
349 whole directory. (Bug#5551)
350
351 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
352 dired's alignment sanity. (Bug#5516)
353
354 2010-02-14 Juri Linkov <juri@jurta.org>
355
356 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
357 Remove remaining ^H with their preceding chars. (Bug#5566)
358
359 2010-02-13 Glenn Morris <rgm@gnu.org>
360
361 * simple.el (transpose-subr): Give it a doc-string.
362
363 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
364 Doc fixes.
365
366 2010-02-12 Juri Linkov <juri@jurta.org>
367
368 * arc-mode.el (archive-unique-fname): Make directories for nested
369 archives. (Bug#5540)
370
371 2010-02-12 Juri Linkov <juri@jurta.org>
372
373 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
374
375 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * subr.el (copy-overlay): Handle deleted overlays.
378
379 * man.el (Man-completion-table): Don't signal an error if we can't run
380 manual-program (bug#4056).
381
382 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
383
384 * textmodes/artist.el (artist-mt): Fix typos in docstring.
385
386 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
387
388 * info.el (Info-bookmark-jump): Simplify.
389
390 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
391 (bookmark-default-handler): Accept new bookmark field `buffer'.
392
393 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
394
395 * iswitchb.el (iswitchb-completions): Revert last change.
396
397 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
398
399 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
400 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
401 This prevents file names like "~/" being listed literally.
402
403 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * term/xterm.el (xterm-maybe-set-dark-background-mode):
406 Remove dead code. (Bug#5546)
407
408 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
409
410 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
411 correctly (Bug#5548).
412
413 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
414
415 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
416 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
417
418 2010-02-08 Kenichi Handa <handa@m17n.org>
419
420 * international/mule-util.el (with-coding-priority): Add autoload
421 cookie for putting `lisp-indent-function'.
422
423 2010-02-07 Glenn Morris <rgm@gnu.org>
424
425 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
426 Move F2003 named interfaces from keywords-2 to keywords-1, and
427 use function-name-face rather than constant-face.
428 Simplify "abstract interface" regexp.
429
430 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
431
432 * eshell/esh-util.el (eshell-file-attributes): New optional arg
433 ID-FORMAT. Pass it to `file-attributes'.
434
435 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
436
437 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
438
439 * faces.el (set-face-attribute): Allow calling
440 internal-set-lisp-face-attribute with 'unspecified family and
441 foundry argument (Bug#5536).
442
443 2010-02-07 Glenn Morris <rgm@gnu.org>
444
445 * progmodes/f90.el (f90-font-lock-keywords-2)
446 (f90-looking-at-type-like, f90-looking-at-program-block-end):
447 Handle F2003 named interfaces.
448
449 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
450
451 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
452 beg and end before calling c-get-state-before-change-functions.
453
454 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
455
456 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
457
458 2010-02-05 Juri Linkov <juri@jurta.org>
459
460 * doc-view.el (doc-view-mode):
461 * image-mode.el (image-mode): Put property mode-class=special.
462 (Bug#4896)
463
464 2010-02-05 Mark A. Hershberger <mah@everybody.org>
465
466 * vc-svn.el (vc-svn-revision-table): New function.
467
468 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/ange-ftp.el (ange-ftp-insert-directory):
471 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
472 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
473 Handle also directories. (Bug#5478)
474
475 2010-02-05 Glenn Morris <rgm@gnu.org>
476
477 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
478
479 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
480
481 * startup.el (command-line-1): Convert options beginning with a
482 single dash as well (Bug#5519).
483
484 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
487 * minibuffer.el (completion-initials-expand): Only check the presence
488 of delims *within* the boundaries, since otherwise the / delim is
489 always found for files.
490
491 Fix up various corner case problems.
492 * doc-view.el (doc-view-last-page-number): New function.
493 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
494 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
495 (doc-view-kill-proc): Avoid inf-loop in freak cases.
496 (doc-view-reconvert-doc): Use the new recursive delete-directory.
497 (doc-view-convert-current-doc): Don't create the resolution.el file
498 here any more.
499 (doc-view-pdf/ps->png): Do it here instead.
500 (doc-view-already-converted-p): Check that resolution.el is present.
501 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
502 windows that are not yet showing images.
503
504 2010-02-04 Alan Mackenzie <acm@muc.de>
505
506 Change strategy for marking < and > as template delimiters: mark
507 them strictly in matching pairs.
508
509 * cc-mode.el (c-before-change):
510 Use c-get-state-before-change-functions.
511 (c-common-init): Adapt to use
512 c-get-state-before-change-functions (note plural).
513
514 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
515 for searching syntactically for matching <s and >s.
516 (c-get-state-before-change-functions): New language variable (note
517 the plural) which supersedes c-get-state-before-change-function.
518
519 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
520 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
521 (c-clear->-pair-props-if-match-before)
522 (c-before-change-check-<>-operators): New functions.
523 (c-after-change-check-<>-operators): Use macro
524 c-unmark-<->-as-paren.
525
526 * cc-defs.el (c-search-backward-char-property): New macro.
527
528 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
529 and > any more. (These will be handled by font locking.)
530
531 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
532
533 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
534 `dired-uncache' for every elemnt which is an absolute file name.
535
536 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
537 directory, handle its directory component.
538 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
539 function is called permanently and creates noise, otherwise.
540
541 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
542 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
543 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
544
545 2010-02-04 David Burger <dburger@google.com> (tiny change)
546
547 * macros.el (apply-macro-to-region-lines):
548 Minor simplification. (Bug#5485)
549
550 2010-02-04 Glenn Morris <rgm@gnu.org>
551
552 * mail/rmail.el (rmail-show-message-1): Handle malformed
553 quoted-printable text. (Bug#5441)
554
555 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
556
557 * simple.el (visual-line-mode): Capitalize lighter.
558
559 2010-02-03 John Wiegley <jwiegley@gmail.com>
560
561 * iswitchb.el (iswitchb-completions): Add bookmark files to the
562 list of files considered for "virtual buffer" completions.
563
564 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
565
566 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
567 also in case of (and (not full) (not wildcard)). This is needed,
568 when dired is called with a list of files, which are not in
569 `default-directory'. (Bug#5478)
570
571 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
574
575 2010-02-02 Juri Linkov <juri@jurta.org>
576
577 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
578 from unidiff to allow function-line after @@.
579
580 2010-02-02 Juri Linkov <juri@jurta.org>
581
582 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
583 '(RCS SCCS) with inverted condition.
584
585 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
586
587 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
588 messages.
589
590 2010-02-01 Juri Linkov <juri@jurta.org>
591
592 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
593 compare with "pkunzip" and "pkzip" instead of only "pkzip".
594 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
595 only when (car archive-zip-extract) is "unzip". (Bug#5475)
596
597 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
600 (doc-view-revert-buffer): New command.
601 (doc-view-mode-map): Use it.
602
603 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
606 pending merge is detected.
607
608 2010-01-31 Juri Linkov <juri@jurta.org>
609
610 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
611 beginning of interactive spec like all other grep commands do.
612 Put "all" in front of "gz". (Bug#5260)
613
614 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
615
616 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
617
618 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
619
620 * dirtrack.el (dirtrack): Warn instead of signalling error if the
621 regexp is incorrect (Bug#5476).
622
623 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
624
625 * net/tramp.el (tramp-handle-insert-directory): Handle also
626 symlinks, when FILENAME is not in `default-directory'.
627
628 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
629
630 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
631 FILE is not in `default-directory'. (Bug#5478)
632
633 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
634 of SWITCHES. Handle the case, FILENAME is not in
635 `default-directory'. (Bug#5478)
636 (tramp-register-file-name-handlers): Add safe-magic property.
637
638 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
639
640 * arc-mode.el (archive-zip-extract): Quote the argument passed to
641 unzip (Bug#5475).
642
643 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
644
645 * progmodes/flymake.el (flymake-allowed-file-name-masks)
646 (flymake-master-make-header-init): Add other C++ filename masks.
647 (flymake-find-possible-master-files)
648 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
649
650 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
651
652 Fix some busybox annoyances.
653
654 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
655 not responding." string.
656 (tramp-open-connection-setup-interactive-shell): Dump stty
657 settings. Enable "neveropen" arg for all `tramp-send-command'
658 calls. Handle "=" in variable values properly.
659 (tramp-find-inline-encoding): Raise an error, when no encoding is
660 found.
661 (tramp-wait-for-output): Check, whether PROC buffer is available.
662 Remove spurious " ^H" sequences, sent by busybox.
663 (tramp-get-ls-command): Suppress coloring, if possible.
664
665 2010-01-28 Glenn Morris <rgm@gnu.org>
666
667 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
668
669 * log-edit.el (log-edit-strip-single-file-name): Add missing
670 :safe, :group, and :version tags.
671
672 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
673
674 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
675 buffers. (Bug#5477)
676
677 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
678
679 * files.el (delete-directory): Handle moving to trash without
680 first doing recursion (Bug#5436).
681
682 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
683
684 * vc-hooks.el (vc-path): Mark as obsolete.
685
686 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
687
688 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
689 names too.
690
691 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
692 for the short log.
693 (vc-bzr-log-view-mode): Adjust regexp for the above change.
694
695 2010-01-25 Mark A. Hershberger <mah@everybody.org>
696
697 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
698
699 * vc-bzr.el (vc-bzr-revision-table): New function.
700
701 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
702
703 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
704 diff-index command. This requires at least git-1.5.5. (Bug#1589).
705
706 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
707
708 Remove support for adding --signoff on commit.
709 Future support will use an incompatible generic mechanism.
710 * vc-git.el (vc-git-add-signoff): Remove variable.
711 (vc-git-toggle-signoff): Remove function.
712 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
713
714 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
715 from xterm-set-background-mode. Return t if the background mode
716 was set.
717 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
718 earlier, call it again in case the background mode has changed.
719
720 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
721
722 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
723 (Bug#3541).
724
725 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
726
727 * emacs-lisp/assoc.el (aelement): Doc fix.
728 (aput, adelete, amake): Use lexical-let (Bug#5450).
729
730 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
731
732 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
733 is the same as subprogram call, not declaration. (Bug#5435).
734
735 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
736
737 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
738 (tramp-smb-maybe-open-connection): Use it.
739
740 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
741
742 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
743
744 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
747 just because we see "encoding: 8bit".
748 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
749
750 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
751
752 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
753
754 2010-01-22 Eli Zaretskii <eliz@gnu.org>
755
756 * jka-compr.el (jka-compr-load): If load-file is not in
757 load-history, try its file-truename version. (bug#5447)
758
759 2010-01-21 Alan Mackenzie <acm@muc.de>
760
761 Fix a situation where deletion of a cpp construct throws an error.
762 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
763 invoking c-with-all-but-one-cpps-commented-out, check that the
764 special cpp construct is still in the buffer.
765 (c-parse-state): Record the special cpp with markers, not numbers.
766
767 2010-01-21 Kenichi Handa <handa@m17n.org>
768
769 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
770 process last-command-event, as it is now decoded first (Bug#5380).
771
772 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
773
774 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
775
776 2010-01-20 Glenn Morris <rgm@gnu.org>
777
778 * indent.el (tab-always-indent): Fix custom-type.
779
780 2010-01-19 Alan Mackenzie <acm@muc.de>
781
782 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
783 buffer throws "args out of range".
784 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
785 playing the role of delimiter.
786
787 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
788
789 * progmodes/ada-mode.el: Fix bug#5400.
790 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
791 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
792 changed. Delete RECURSIVE parameter; never used. Improve doc string.
793 Improve comments in "is" portion. Handle null procedure declaration.
794 (ada-move-to-end): Improve doc string.
795
796 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
797
798 * ido.el (ido-cur-list): Initialize to nil.
799 Remove obsolete information from commentary.
800 (ido-choice-list): Initialize to nil.
801 (ido-get-bufname): Reject minibuffers.
802 (ido-make-buffer-list): If "default" is a nonexistent
803 buffer, ignore it, as per the function's comment.
804 (ido-kill-buffer-internal): New function.
805 (ido-kill-buffer-at-head): Use it.
806 (ido-visit-buffer): Likewise.
807
808 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
809
810 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
811
812 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
813
814 * cedet/ede/locate.el (ede-locate-file-in-project)
815 (ede-locate-file-in-project-impl): Fix typos in docstrings.
816 (ede-enable-locate-on-project): Fix typos in error messages.
817
818 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
819 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
820 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
821 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
822 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
823 Fix typos in menu help.
824
825 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
826 Fix typos in chart titles.
827
828 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
829 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
830 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
831 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
832 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
833 (semantic-parse-stream, semantic-parse-region)
834 (semantic-parse-region-default, semantic--set-buffer-cache)
835 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
836 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
837 (semantic-default-submodes):
838 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
839 (semanticdb-create-ebrowse-database)
840 (semanticdb-find-tags-for-completion-method)
841 (semanticdb-find-tags-by-class-method)
842 (semanticdb-deep-find-tags-by-name-method)
843 (semanticdb-deep-find-tags-for-completion-method):
844 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
845 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
846 (semanticdb-find-tags-for-completion-method)
847 (semanticdb-find-tags-by-class-method)
848 (semanticdb-deep-find-tags-for-completion-method):
849 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
850 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
851 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
852 (semanticdb-find-tags-by-name-method)
853 (semanticdb-find-tags-by-name-regexp-method)
854 (semanticdb-find-tags-for-completion-method)
855 (semanticdb-find-tags-by-class-method)
856 (semanticdb-find-tags-external-children-of-type-method)
857 (semanticdb-find-tags-subclasses-of-type-method)
858 (semanticdb-deep-find-tags-by-name-method)
859 (semanticdb-deep-find-tags-by-name-regexp-method)
860 (semanticdb-deep-find-tags-for-completion-method):
861 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
862 (semanticdb-enable-gnu-global-in-buffer)
863 (semanticdb-find-tags-for-completion-method)
864 (semanticdb-deep-find-tags-by-name-method)
865 (semanticdb-deep-find-tags-for-completion-method):
866 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
867 (javascript-mode, semanticdb-find-translate-path)
868 (semanticdb-find-tags-for-completion-method)
869 (semanticdb-find-tags-by-class-method)
870 (semanticdb-deep-find-tags-by-name-method)
871 (semanticdb-deep-find-tags-for-completion-method)
872 (semanticdb-find-tags-external-children-of-type-method):
873 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
874 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
875 (global-semantic-idle-scheduler-mode):
876 * cedet/srecode/dictionary.el (srecode-field-value)
877 (srecode-dictionary-add-section-dictionary):
878 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
879 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
880 (describe-class, eieio-describe-generic, describe-generic):
881 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
882 (eieio-speedbar-expand):
883 * emulation/viper-cmd.el (viper-exec-form-in-vi)
884 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
885 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
886 (viper-del-backward-char-in-replace, viper-backward-indent)
887 (viper-brac-function, viper-register-to-point, viper-submit-report):
888 * net/tramp.el (tramp-remote-coding-commands):
889 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
890 Fix typos in docstrings.
891
892 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
893
894 * mail/sendmail.el (mail-yank-original): Set the mark if the
895 specified function for yanking does not do it.
896
897 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
898
899 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
900
901 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
902 resyncing a directory.
903
904 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
905
906 * progmodes/ada-mode.el: Fix bug#1920.
907 (ada-ident-re): Delete ., allow multibyte characters.
908 (ada-goto-label-re): New; matches goto labels.
909 (ada-block-label-re): New; matches block labels.
910 (ada-label-re): New; matches both.
911 (ada-named-block-re): Deleted; callers changed to use
912 `ada-block-label-re' instead.
913 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
914 Use `ada-block-label-re'.
915 (ada-indent-on-previous-lines): Improve handling of goto labels.
916 (ada-get-indent-block-start): Special-case block label.
917 (ada-get-indent-label): Split into `ada-indent-block-label' and
918 `ada-indent-goto-label'.
919 (ada-goto-stmt-start, ada-goto-next-non-ws):
920 Optionally ignore goto labels.
921 (ada-goto-next-word): Simplify.
922 (ada-indent-newline-indent-conditional): Insert newline before
923 trying to fix indentation; doc fix.
924
925 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
926
927 * calc/calc.el (calc-command-flags): Give it an initial value.
928
929 2010-01-17 Glenn Morris <rgm@gnu.org>
930
931 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
932
933 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
934
935 * cedet/semantic.el (semantic-mode):
936 * files.el (minibuffer-with-setup-hook):
937 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
938 (artist-key-draw-continously, artist-key-do-continously-continously)
939 (artist-key-set-point-continously, artist-mouse-draw-continously):
940 Fix typos in docstrings.
941
942 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
943
944 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
945 return t (Bug#3898).
946
947 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
948
949 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
950 can parse the output of the external commands (Bug#5279).
951
952 2010-01-16 Jari Aalto <jari.aalto@cante.net>
953
954 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
955
956 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
957
958 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
959
960 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
961
962 * startup.el (command-line): Remove unused --icon-type arg.
963 Handle --display arg, passing it to command-line-1 (Bug#5392).
964
965 2010-01-16 Mario Lang <mlang@delysid.org>
966
967 * cedet/ede/cpp-root.el (ede-cpp-root-project):
968 * cedet/ede/files.el (ede-expand-filename):
969 * cedet/ede/simple.el (ede-simple-project):
970 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
971 (semantic-complete-inline-tag-engine):
972 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
973 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
974 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
975 * cedet/semantic/db.el (semanticdb-equivalent-mode):
976 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
977 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
978 * emacs-lisp/chart.el (chart-translate-namezone):
979 * textmodes/artist.el (artist-compute-popup-menu-table):
980 Remove duplicated words in doc-strings.
981
982 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
983
984 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
985 to mairix-search to suppress threading (Bug#5342).
986
987 2010-01-15 Kenichi Handa <handa@m17n.org>
988
989 * international/mule-cmds.el (canonicalize-coding-system-name):
990 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
991
992 2010-01-15 Glenn Morris <rgm@gnu.org>
993
994 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
995
996 * wid-edit.el (widget-keymap): Doc fix.
997
998 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
999 former seems to be more widely accepted by various svn versions.
1000
1001 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * find-cmd.el (find-constituents):
1004 * vc-arch.el (vc-arch-root):
1005 * window.el (window-body-height, pop-up-frames):
1006 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1007 (semantic-no-reparse-needed-change-hook):
1008 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1009 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1010 (srecode-template-inserter-ask, srecode-template-inserter-width)
1011 (srecode-template-inserter-section-start)
1012 (srecode-template-inserter-section-end, srecode-insert-method):
1013 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1014 * progmodes/ada-stmt.el (ada-if):
1015 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1016 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1017 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1018 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1019
1020 * progmodes/flymake.el (flymake-post-syntax-check):
1021 Fix typo in error message.
1022
1023 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1024
1025 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1026 which is always a string. (Bug#5313)
1027
1028 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * progmodes/ada-xref.el (ada-default-prj-properties):
1031 Simplify previous change.
1032
1033 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1034
1035 * progmodes/ada-xref.el (ada-default-prj-properties):
1036 Default ada_project_path to $ADA_PROJECT_PATH.
1037
1038 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1039
1040 * progmodes/ada-mode.el (ada-create-keymap):
1041 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1042
1043 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1044
1045 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1046 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1047 (ada-get-current-indent, ada-imenu-generic-expression)
1048 (ada-which-function): Check for it.
1049
1050 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1051
1052 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1053 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1054
1055 2010-01-14 Glenn Morris <rgm@gnu.org>
1056
1057 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1058
1059 2010-01-14 Kenichi Handa <handa@m17n.org>
1060
1061 * composite.el (auto-composition-mode): Make it a buffer local
1062 variable (permanent-local).
1063 (auto-composition-function): Set the default value to
1064 auto-compose-chars.
1065 (auto-composition-mode): Make it a simple function, not a minor mode.
1066 (global-auto-composition-mode): Likewise.
1067 (turn-on-auto-composition-if-enabled): Delete it.
1068
1069 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1070
1071 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1072
1073 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1074
1075 * files.el (copy-directory): Compute target for recursive
1076 directories with identical names. (Bug#5343)
1077
1078 2010-01-12 Glenn Morris <rgm@gnu.org>
1079
1080 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1081 it to bug-gnu-emacs rather than emacs-pretest-bug.
1082
1083 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1084
1085 * cedet/data-debug.el (data-debug): Fix customization group reference.
1086
1087 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1090 (semantic-analyze-context, semantic-analyze-context-assignment)
1091 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1092 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1093 (semantic-java-doc-keywords-map):
1094 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1095 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1096 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1097 (semantic-c-classname, semantic-format-tag-uml-prototype)
1098 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1099 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1100 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1101 (semantic-get-local-variables, semantic-end-of-command)
1102 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1103 (lisp-mode):
1104 * cedet/semantic/bovine/make.el (makefile-mode):
1105 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1106 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1107 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1108 (semantic-lex, semantic-get-local-variables, python-mode):
1109 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1110 * cedet/srecode/extract.el (srecode-extract-state-set)
1111 (srecode-extract-method): Fix typos in docstrings.
1112
1113 2010-01-11 Sam Steingold <sds@gnu.org>
1114
1115 * imenu.el (imenu-default-create-index-function): Detect infinite
1116 loops caused by imenu-prev-index-position-function.
1117
1118 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * htmlfontify.el (htmlfontify-load-rgb-file)
1121 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1122 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1123 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1124 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1125 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1126 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1127 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1128 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1129 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1130 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1131 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1132 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1133 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1134 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1135 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1136 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1137 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1138 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1139 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1140 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1141 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1142 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1143 backslash-quoting from parentheses, etc.
1144
1145 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * progmodes/js.el: Autoload javascript-mode alias.
1148
1149 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1152 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1153 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1154 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1155 Fix typos in docstrings.
1156 (ffap-url-regexp): Doc fix.
1157 (ffap-at-mouse): Fix typo in message.
1158
1159 2010-01-11 Glenn Morris <rgm@gnu.org>
1160
1161 * version.el (emacs-copyright): Set copyright year to 2010.
1162
1163 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * format.el (format-annotate-function): Only set
1166 write-region-post-annotation-function after running to-fn so as not to
1167 affect nested write-region calls (bug#5273).
1168
1169 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1172 Add python parser.
1173
1174 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1175 wisent/python.el.
1176
1177 2010-01-10 Richard Kim <emacs18@gmail.com>
1178
1179 * cedet/semantic/wisent/python-wy.el:
1180 * cedet/semantic/wisent/python.el: New files.
1181
1182 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * man.el (Man-goto-section): Signal error if the section is not
1185 found (Bug#5317).
1186
1187 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1190 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1191
1192 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * progmodes/compile.el: Don't treat compile-command as safe if
1195 compilation-read-command might be nil (Bug#4218).
1196
1197 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1198
1199 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1200 NS options.
1201
1202 2010-01-08 Kenichi Handa <handa@m17n.org>
1203
1204 * international/fontset.el (build-default-fontset-data):
1205 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1206
1207 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1210 to `create-file-buffer' as it expects, not just a buffer name.
1211 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1212 to help uniquify. (Bug#3224)
1213
1214 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1215
1216 * font-setting.el (font-setting-change-default-font): Use user-spec
1217 instead of name.
1218
1219 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1220
1221 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1222
1223 2010-01-05 Tom Tromey <tromey@redhat.com>
1224
1225 * progmodes/python.el (python-font-lock-keywords):
1226 Handle qualified decorators (Bug#881).
1227
1228 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1229
1230 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1231 in a lightweight checkout.
1232
1233 2010-01-05 Kenichi Handa <handa@m17n.org>
1234
1235 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1236
1237 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1238
1239 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1240
1241 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1242
1243 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1244 checkouts. (Bug#618)
1245 (vc-bzr-log-view-mode): Also highlight the author.
1246 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1247 (vc-bzr-shelve-menu-map):
1248 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1249 (vc-bzr-shelve-apply): Make prompt more explicit.
1250
1251 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1254 They are valid characters in URL paths (rfc3986), and at least
1255 Firefox does not understand the encoded version (Bug#3166).
1256
1257 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1258
1259 * progmodes/octave-mod.el (octave-end-keywords)
1260 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1261 Add "end" keyword (Bug#3061).
1262 (octave-end-as-array-index-p): New function.
1263 (calculate-octave-indent): Use it.
1264
1265 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1266
1267 * bookmark.el: Consistently put the text property on the bookmark name.
1268 (bookmark-bmenu-marks-width): Bump back to 2, to include
1269 annotation marks.
1270 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1271 property on the bookmark name, instead of not putting it at all.
1272 (bookmark-bmenu-list): Fix where we put the text property.
1273
1274 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1275
1276 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1277 for showing buffer modified state (as added in the previous change).
1278
1279 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1280
1281 * bookmark.el: Show modified state of bookmark buffer more accurately.
1282 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1283 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1284 (with-buffer-modified-unmodified): New macro.
1285 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1286 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1287 Use new macro to preserve the buffer modified state.
1288
1289 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1290
1291 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1292 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1293 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1294 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1295 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1296 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1297 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1298
1299 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1300
1301 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1302 Make the lines in the generated doc string shorter. (Bug#4668)
1303
1304 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1305
1306 * net/rcirc.el: Add follow-link binding (Bug#4738).
1307
1308 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1309
1310 * Makefile.in (bzr-update): Rename from cvs-update.
1311 (cvs-update): New target for backward compatibility.
1312
1313 * makefile.w32-in (bzr-update): Rename from cvs-update.
1314 (cvs-update): New target for backward compatibility.
1315
1316 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1317
1318 * bookmark.el: Remove gratuitous gratitude.
1319
1320 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1321
1322 * bookmark.el (bookmark-bmenu-any-marks): New function
1323 (bookmark-bmenu-save): Clear buffer modification if no marks.
1324
1325 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1326
1327 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1328 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1329 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1330 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1331
1332 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1333 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1334 To: emacs-devel {_AT_} gnu.org
1335 Subject: bookmark.el bug report
1336 Date: Mon, 28 Dec 2009 14:19:16 +0800
1337 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1338
1339 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1340
1341 * bookmark.el: Improvements suggested by Drew Adams:
1342 (bookmark-bmenu-ensure-position): New name for
1343 `bookmark-bmenu-check-position'. Just ensure the position,
1344 don't return any meaningful value.
1345 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1346 New constants.
1347
1348 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1351 (bookmark-yank-point, bookmark-bmenu-check-position):
1352 Fix typos in docstrings.
1353 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1354 (bookmark-name-from-full-record, bookmark-get-position)
1355 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1356 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1357 Remove useless quoting of parenthesis, etc. in docstrings.
1358
1359 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1360 (ediff-append-custom-diff): Fix typo in error message.
1361 (ediff-meta-mark-equal-files): Fix typos in messages.
1362
1363 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1364
1365 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1366 Fix typo in docstring.
1367
1368 * net/imap-hash.el (imap-hash-make): Doc fix.
1369 (imap-hash-test): Fix typo in error message; reflow docstring.
1370 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1371 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1372 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1373 Fix typos in docstrings.
1374 (imap-hash-open-connection): Fix typo in error message.
1375
1376 * play/gomoku.el (gomoku): Fix typos in docstring.
1377
1378 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1379 (gdb-jsonify-buffer): Fix typos in docstring.
1380 (gdb-goto-breakpoint): Fix typo in error message.
1381 ("Display Other Windows"): Fix typo in help message.
1382 (gdb-speedbar-expand-node): Fix typo in question.
1383
1384 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1385 (idlwave-html-system-help-location, idlwave-html-help-location)
1386 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1387 (idlwave-help-browser-generic-args, idlwave-help-directory)
1388 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1389 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1390 (idlwave-online-help, idlwave-help-html-link)
1391 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1392 Fix typos in docstrings.
1393 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1394 Reflow docstrings.
1395 (idlwave-help-assistant-start): Fix typo in error message.
1396
1397 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1398 (octave-electric-space): Fix typos in docstrings.
1399
1400 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1403
1404 2010-01-01 Juri Linkov <juri@jurta.org>
1405
1406 * comint.el (comint-input-ring-size): Make it a defcustom and
1407 increase the default to 500 (Bug#5148).
1408
1409 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1410
1411 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1412 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1413 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1414
1415 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1416
1417 Show working revision correctly for mercurial.
1418 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1419 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1420
1421 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1422
1423 Declare some functions for the byte-compiler.
1424 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1425 (speedbar-timer-fn, speedbar-change-expand-button-char)
1426 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1427
1428 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1429
1430 This changeset reverts GDB Graphical Interface to use annotations.
1431 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1432
1433 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1434
1435 Make vc-dir work on subdirectories of the bzr root.
1436 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1437 file names relative to it.
1438 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1439 relative directory to vc-bzr-after-dir-status.
1440
1441 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1442
1443 * font-lock.el (font-lock-refresh-defaults): New function, which
1444 can be used to let font-lock react to external changes in
1445 variables like font-lock-defaults and keywords.
1446 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1447
1448 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1449
1450 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1451
1452 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1453
1454 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1455
1456 Supersede color.diff settings in git log (bug#5211).
1457
1458 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1459 escape chars in its output when the user has color.diff set to `always'.
1460 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1461
1462 2009-12-26 Kevin Ryde <user42@zip.com.au>
1463
1464 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1465 node. Keep previous "Index" name to work with past coreutils too.
1466
1467 * man.el (man): Revise docstring a bit to show -a and -l as
1468 examples. Add -k description since support for it has otherwise
1469 been a secret. (Further to bug#3717.)
1470 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1471 "no matches" rather than "Can't find manpage", as the latter reads
1472 like -k was interpreted as a page name, which is not so. (Bug#5431)
1473
1474 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1475
1476 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1477 switches. Check also for //SUBDIRED// line.
1478
1479 2009-12-25 Kenichi Handa <handa@m17n.org>
1480
1481 * language/indian.el (devanagari-composable-pattern): Fixed to
1482 handle ZWNJ and ZWJ. Use it in composition-function-table for
1483 Devanagari.
1484 (malayalam-composable-pattern): Fix previous change.
1485
1486 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1487
1488 * ps-print.el (ps-face-attributes): It was not returning the
1489 attribute face for faces specified as string. Reported by harven
1490 <harven@free.fr>.
1491 (ps-print-version): New version 7.3.5.
1492
1493 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1494
1495 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1496 timezone names.
1497 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1498 (icalendar--add-diary-entry): Remove the trailing blank that
1499 diary-make-entry inserts.
1500
1501 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1502
1503 Make `file-expand-wildcards' work for remote files.
1504
1505 * files.el (file-expand-wildcards): In case of remote files, check
1506 only local file name part for wildcards. Provide feature 'files
1507 and subfeature 'remote-wildcards. (Bug#5198)
1508
1509 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1510 if there is already an established connection.
1511 (tramp-advice-file-expand-wildcards): Remove it.
1512
1513 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1514 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1515 Activate advice for older GNU Emacs versions. (Bug#5237)
1516
1517 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1518
1519 Some doc fixes (more needed).
1520
1521 * find-cmd.el (find-constituents): Reflow docstring.
1522 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1523 (find-generic): Doc fix.
1524
1525 2009-12-17 Juri Linkov <juri@jurta.org>
1526
1527 Fix regression from 23.1 to allow multiple modes in Local Variables.
1528
1529 * files.el (hack-local-variables-filter): While ignoring duplicates,
1530 don't take `mode' into account.
1531 (hack-local-variables-filter, hack-dir-local-variables): Don't
1532 remove duplicate `mode' from local-variables-alist (like `eval').
1533
1534 2009-12-17 Juri Linkov <juri@jurta.org>
1535
1536 Make `dired-diff' more safe. (Bug#5225)
1537
1538 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1539 `current' or when `file' is a directory of the `current' file.
1540
1541 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1542
1543 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1544 unconditionally preloaded files.
1545
1546 2009-12-16 Juri Linkov <juri@jurta.org>
1547
1548 Revert to old 23.1 logic of using the file at the mark as default.
1549 * dired-aux.el (dired-diff): Use the file at the mark as default
1550 if it's not the same as the current file, and the target dir is
1551 the current dir or the mark is active. Add the current file
1552 as the arg of `dired-dwim-target-defaults'. Use the default file
1553 in the prompt. (Bug#5225)
1554
1555 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1556
1557 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1558 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1559 (tramp-check-for-regexp): Check also, when an echoing shell stops
1560 to echo sent commands.
1561
1562 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * Makefile.in: Revert last change (Bug#5191).
1565
1566 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 * vc-hg.el (vc-hg-print-log): Fix argument order.
1569 (vc-hg-working-revision): Make sure the command is executed in a
1570 known environment so that we can parse the output. (Bug#4417)
1571
1572 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1573
1574 * progmodes/python.el (python-symbol-completions): Remove text
1575 properties from symbol string before calling python-send-receive.
1576
1577 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1578
1579 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1580 when there are values for both file and line. (Bug#5060)
1581
1582 2009-12-14 Juri Linkov <juri@jurta.org>
1583
1584 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1585 whitespace after the file name of the first line of unified format,
1586 because git-diff doesn't output whitespace and file modification time
1587 after the file name.
1588
1589 2009-12-14 David Kastrup <dak@gnu.org>
1590
1591 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1592 check if it already has the `display' property added by
1593 `Info-display-images-node', and not put the `invisible' property
1594 in this case.
1595
1596 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1599 (semantic-mru-bookmark-mode): Doc fixes.
1600
1601 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1602 of assert.
1603
1604 2009-12-13 Glenn Morris <rgm@gnu.org>
1605
1606 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1607 (report-emacs-bug): In message-mode, sort manually before storing
1608 original report text. (Bug#5178)
1609 Remove superfluous save-excursion.
1610
1611 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1614 when responding to "GetAll" properties.
1615
1616 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * simple.el (compose-mail): Remove mail-setup-with-from from
1619 customization checks.
1620
1621 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1622
1623 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1624 RAR archives created on Unix systems.
1625
1626 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1629 the varalias that was accidentally removed by the 2009-11-19 change
1630 (bug#5186).
1631
1632 2009-12-12 Kenichi Handa <handa@m17n.org>
1633
1634 * language/indian.el (indian-compose-regexp): New function.
1635 (malayalam-composable-pattern): Fix the pattern.
1636 (composition-function-table): Set malayalam-composable-pattern for
1637 Malayalam characters.
1638
1639 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1642 rather than down-mouse-1, based on follow-link conventions.
1643
1644 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1645 are compiled.
1646
1647 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1648
1649 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1650 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1651 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1652 (verilog-leap-to-head, verilog-backward-token):
1653 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1654
1655 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1656
1657 * progmodes/verilog-mode.el (verilog-auto-lineup)
1658 (verilog-nameable-item-re): Cleanup user-visible spelling and
1659 documentation errors. One reported by Gary Delp.
1660 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1661 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1662 package, bug195. Reported by Pierre-David Pfister.
1663
1664 2009-12-11 Glenn Morris <rgm@gnu.org>
1665
1666 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1667
1668 * mail/emacsbug.el: No longer require sendmail.
1669 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1670 (report-emacs-bug-orig-text): Doc fix.
1671 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1672 New local variables, to adapt to different mail-user-agents.
1673 (report-emacs-bug): Fix test for a gnu.org address.
1674 Use overlays for emphasis, since font-lock defeats 'face property.
1675 Pretest bugs also end up at the newsgroup these days.
1676 Stop message-mode stripping text properties.
1677 Set and use the new buffer-local variables.
1678 (report-emacs-bug-hook): Add doc-string.
1679 Remove some unnecessary save-excursions and simplify.
1680 Use the appropriate hook and send-command.
1681
1682 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1683 capitalization of some menu entries.
1684
1685 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1686
1687 * whitespace.el (whitespace-display-char-on): Ensure
1688 `buffer-display-table' is unique when two or more windows are
1689 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1690 New version 12.1.
1691
1692 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1693
1694 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1695 characters in the Attribute field.
1696
1697 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1698
1699 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1700
1701 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1704 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1705 Disregard autoload-excludes.
1706 (update-directory-autoloads): Obey autoload-excludes here instead.
1707 But don't store its contents in no-autoloads and remove entries that
1708 refer to excludes files.
1709
1710 2009-12-10 Glenn Morris <rgm@gnu.org>
1711
1712 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1713 (expand-mail-aliases): Define for compiler.
1714
1715 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1716 Define for compiler.
1717
1718 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1719 appropriate for the mail-user-agent in use.
1720
1721 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1724
1725 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1726
1727 Fix short log parsing and fontification.
1728 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1729 Fix fontification for the [merge] label.
1730
1731 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1732
1733 Drop some properties to avoid surprises.
1734 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1735 (hfy-fontify-buffer): Use it.
1736
1737 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 Minor cleanup.
1740 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1741 Adjust all callers.
1742 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1743 args compulsory. Adjust callers.
1744 (ffap-gopher-at-point): Remove unused var `name'.
1745
1746 Get rid of the ELCFILES abomination.
1747 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1748 (compile-elcfiles): New phony target.
1749 (compile-main): Compute ELCFILES dynamically.
1750 (compile-clean): New target to remove left-over elc files.
1751 (compile, all): Use it.
1752
1753 2009-12-09 Kenichi Handa <handa@etlken>
1754
1755 * international/mule-diag.el: Require help-mode instead of help-fns.
1756
1757 2009-12-09 Kenichi Handa <handa@m17n.org>
1758
1759 * international/mule-cmds.el (ucs-names): Supply sufficiently
1760 fine ranges instead of pre-calculating accurate ranges.
1761 Iterate with bigger gc-cons-threshold.
1762
1763 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1764
1765 Add support for stashing a snapshot of the current tree.
1766 * vc-git.el (vc-git-stash-snapshot): New function.
1767 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1768
1769 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1770
1771 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1772 instead of `(beginning|end)-of-line'.
1773
1774 2009-12-08 Glenn Morris <rgm@gnu.org>
1775
1776 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1777
1778 * Makefile.in (ELCFILES): Regenerate.
1779
1780 2009-12-07 Juri Linkov <juri@jurta.org>
1781
1782 Don't lazy-highlight the comint output in history Isearch mode.
1783
1784 * comint.el (comint-history-isearch-search): Instead of
1785 `comint-line-beginning-position', use `comint-after-pmark-p'
1786 to check if point if before the process mark, and go to
1787 `process-mark' in this case.
1788
1789 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * textmodes/tex-mode.el (latex-complete)
1792 (latex-indent-or-complete): Remove.
1793 (latex-mode): Set completion-at-point-functions instead.
1794
1795 Provide a standard completion command and hook it into TAB.
1796 * minibuffer.el (completion-at-point-functions): New var.
1797 (completion-at-point): New command.
1798 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1799 * progmodes/python.el (python-mode-map): Use completion-at-point.
1800 (python-completion-at-point): Rename from python-partial-symbol and
1801 adjust for use in completion-at-point-functions.
1802 (python-mode): Setup completion-at-point for Python completion.
1803 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1804 extracted from lisp-complete-symbol.
1805 (lisp-complete-symbol): Use it.
1806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1807 setup completion-at-point for Elisp completion.
1808 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1809 Use completion-at-point.
1810 * ielm.el (ielm-map): Use completion-at-point.
1811 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1812 * progmodes/sym-comp.el: Move to...
1813 * obsolete/sym-comp.el: Move from progmodes.
1814
1815 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1816
1817 Prevent save-buffer in Rmail buffers from using the coding-system
1818 of the current message, and from clobbering the encoding mnemonics
1819 in the mode line (Bug#4623).
1820
1821 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1822 flag, too.
1823 (rmail-message-encoding): New variable.
1824 (rmail-write-region-annotate): Record the encoding of the current
1825 message in rmail-message-encoding.
1826 (rmail-after-save-hook): New function, restores the encoding of
1827 the current message after the message collection is saved.
1828
1829 2009-12-07 Juri Linkov <juri@jurta.org>
1830
1831 * progmodes/grep.el (grep-read-files): Use `completing-read'
1832 instead of `read-string'. Set its `collection' arg to
1833 `read-file-name-internal'. (Bug#4301)
1834
1835 2009-12-07 Juri Linkov <juri@jurta.org>
1836
1837 Correctly restore original Isearch point. (Bug#4994)
1838
1839 * isearch.el (isearch-mode): Move `isearch-push-state' after
1840 `(run-hooks 'isearch-mode-hook)'.
1841 (isearch-cancel): When `isearch-push-state-function' is defined,
1842 let-bind `isearch-cmds' to the first state (the last element of
1843 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1844 function and restores the original point). Otherwise, move point
1845 to `isearch-opoint'.
1846
1847 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1850 chars that don't have names, so the table can be built much faster at
1851 run-time.
1852
1853 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1856 change. Suggested by David Kastrup.
1857
1858 * simple.el (compose-mail): Check for incompatibilities and warn.
1859 (compose-mail-user-agent-warnings): New option.
1860
1861 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1862
1863 Support showing a single log entry from vc-annotate.
1864 * vc.el (print-log): Add a new argument: START-REVISION.
1865 (vc-print-log-internal): Add a new optional argument and
1866 pass it to the backend.
1867 (vc-print-log, vc-print-root-log): Adjust callers.
1868 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1869 buffer already displays the requested log entry, use it.
1870 Otherwise display only the log entry in question.
1871 * vc-svn.el (vc-svn-print-log):
1872 * vc-mtn.el (vc-mtn-print-log):
1873 * vc-hg.el (vc-hg-state):
1874 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1875 (vc-git-show-log-entry): Return t on success.
1876 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1877 (vc-bzr-show-log-entry): Return t on success.
1878 * vc-rcs.el (vc-rcs-print-log):
1879 * vc-sccs.el (vc-sccs-print-log):
1880 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1881
1882 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1883
1884 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1885 Add menus to the meta mode. (Bug#5043)
1886
1887 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1888
1889 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1890 event-key.
1891
1892 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1893
1894 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1895
1896 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1897 Berbain <raphael.berbain@gmail.com>.
1898
1899 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1900 characters.
1901 (tramp-initial-end-of-output): New defconst.
1902 (tramp-methods, tramp-find-shell)
1903 (tramp-open-connection-setup-interactive-shell)
1904 (tramp-maybe-open-connection): Use it.
1905 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1906 existence of `#' and `$'.
1907
1908 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1909 `tramp-initial-end-of-output'.
1910
1911 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 Get the background mode from the terminal for xterm, and set
1914 faces accordingly.
1915 * term/xterm.el (xterm-set-background-mode): New function.
1916 (terminal-init-xterm): Use it in case xterm supports background
1917 color queries. Recompute faces after getting the background
1918 color.
1919
1920 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1921
1922 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1923 number comment back on its own line, for easier parsing.
1924
1925 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 Make it work for non-file buffers (bug#5102).
1928 * doc-view.el (doc-view-current-cache-dir):
1929 Use doc-view-buffer-file-name rather than buffer-file-name.
1930 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1931
1932 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1933
1934 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1935 author field is too short.
1936
1937 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1938
1939 * vc-git.el (vc-git-print-log): Handle a limit argument.
1940 Display the short log in graph form and with labels.
1941 (vc-git-log-view-mode): Handle labels.
1942
1943 Make vc-revert change VC state from 'added to 'unregistered.
1944 * vc-git.el (vc-git-revert): Call git reset first.
1945
1946 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1947
1948 * net/newst-backend.el, net/newst-plainview.el:
1949 * net/newst-reader.el, net/newst-ticker.el:
1950 * net/newst-treeview.el, net/newsticker.el:
1951 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1952
1953 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1956
1957 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1958 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1959 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1960 Update annotation regexp.
1961
1962 * simple.el (beginning-of-visual-line): Constrain to field
1963 boundaries (Bug#5106).
1964
1965 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1966
1967 * xml.el (xml-substitute-numeric-entities): Move
1968 newsticker--decode-numeric-entities in newst-backend.el to
1969 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1970 * net/newst-backend.el (newsticker--parse-generic-feed)
1971 (newsticker--parse-generic-items)
1972 (newsticker--decode-numeric-entities): Move
1973 newsticker--decode-numeric-entities in newst-backend.el to
1974 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1975
1976 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1977
1978 * progmodes/js.el (js--js-not): Add null to the list of values.
1979
1980 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1983
1984 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1985
1986 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1987 delimiter if it is at the end of the current line.
1988 (bibtex-generate-url-list): Fix docstring.
1989
1990 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1993 minibuffer's content with itself.
1994 Fold the confirm-after-completion case into the `confirm' case.
1995 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1996
1997 2009-12-06 Kevin Ryde <user42@zip.com.au>
1998
1999 * ffap.el (ffap-rfc-path): Make this a defcustom since
2000 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2001
2002 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2003 manuals, similar to existing setup for help-mode. (Bug#3913.)
2004
2005 2009-12-05 Juri Linkov <juri@jurta.org>
2006
2007 Save and restore dired buffer's point positions too. (Bug#4880)
2008
2009 * dired.el (dired-save-positions): Return in the first element
2010 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2011 Doc fix.
2012 (dired-restore-positions): First restore buffer's position.
2013 While restoring window's positions, check if window still displays
2014 the original buffer.
2015
2016 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2019 if possible.
2020
2021 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2022 Make argument optional.
2023
2024 * shell.el (shell): Require ansi-color (Bug#5113).
2025
2026 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2027
2028 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2029
2030 2009-12-05 Alan Mackenzie <acm@muc.de>
2031
2032 * progmodes/cc-mode.el (c-before-hack-hook)
2033 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2034 `c-file-style' to work again. This reversion restores the current
2035 software to its state in Emacs 23.1. (Bug#4146)
2036
2037 2009-12-05 Kevin Ryde <user42@zip.com.au>
2038
2039 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2040 comment-start-skip to comment-end-skip as comment (Bug#4781).
2041
2042 2009-12-05 Juri Linkov <juri@jurta.org>
2043
2044 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2045 for virtual nodes. (Bug#4147)
2046 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2047 when moving from a virtual node.
2048 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2049 (Info-mode): Add `Info-virtual-index' to the docstring.
2050
2051 2009-12-05 Eric Ludlam <zappo@gnu.org>
2052
2053 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2054 Describe project macro symbols.
2055
2056 * cedet/semantic/complete.el (semantic-complete-do-completion):
2057 Don't call semantic-collector-current-exact-match.
2058
2059 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2060 ede-objects as targets.
2061
2062 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2063 a target's object list even if compiler vars are already in the
2064 Makefile.
2065
2066 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2067 list of headers producing necessary macros.
2068
2069 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2070
2071 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2072 track of the buffer position of the end of a BibTeX entry as this
2073 position may change during reformatting.
2074 (bibtex-format-entry): Remove whitespace before processing
2075 numerical fields so that we recognize the latter properly.
2076 (bibtex-reformat): Do not use push which changes the global value
2077 of bibtex-entry-format.
2078 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2079 (bibtex-field-re-init): Replace only space characters by regexp
2080 for whitespace.
2081 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2082 (bibtex-initialize): Also update bibtex-strings.
2083 (bibtex-kill-field): Preserve white space at end of entry.
2084 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2085 Update bibtex-reference-keys.
2086
2087 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2090 point after a star, if that's the only place where modifications can
2091 make progress.
2092
2093 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2094
2095 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2096 in docstrings.
2097
2098 2009-12-04 Juri Linkov <juri@jurta.org>
2099
2100 * proced.el (proced): Call `(proced-update t)' to update process
2101 information instead of only running proced-post-display-hook.
2102 (proced-send-signal): Add a leading space to the buffer name
2103 " *Marked Processes*" to make this buffer ephemeral.
2104
2105 2009-12-04 Juri Linkov <juri@jurta.org>
2106
2107 * dired.el (dired-auto-revert-buffer): New defcustom.
2108 (dired-internal-noselect): Use it.
2109
2110 2009-12-04 Juri Linkov <juri@jurta.org>
2111
2112 Change roles of modes and functions in image-mode.el (Bug#5062).
2113
2114 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2115 in `auto-mode-alist'.
2116 (image-mode-previous-major-mode): New variable.
2117 (image-minor-mode-map): Rename from `image-mode-text-map'.
2118 (image-mode): Move graceful error-handling code from
2119 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2120 (image-minor-mode): Remove all image-handling code.
2121 Replace `image-mode-text-map' with `image-minor-mode-map'.
2122 Check for `image-type' in mode-line format string.
2123 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2124 (image-mode-as-text): New function with most code from
2125 `image-mode-maybe'.
2126 (image-toggle-display-text): Move code that removes image
2127 properties from `image-toggle-display' to here.
2128 (image-toggle-display-image): New function with code that adds
2129 image properties copied from `image-toggle-display'.
2130 (image-toggle-display): Remove most code with leaving only code
2131 that toggles between `image-mode-as-text' and `image-mode'.
2132
2133 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2134
2135 * net/newst-treeview.el
2136 (newsticker--treeview-list-highlight-start): Restored call to
2137 save-excursion: Selected item was stuck.
2138 (newsticker--treeview-list-select): New.
2139 (newsticker--treeview-item-show-text)
2140 (newsticker--treeview-item-show)
2141 (newsticker--treeview-item-update): Use new
2142 newsticker-treeview-item-mode.
2143 (newsticker-treeview-update): Keep current item.
2144 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2145 (newsticker--treeview-first-feed): Doc change.
2146 (newsticker-treeview-list-menu)
2147 (newsticker-treeview-item-menu): Added menu entries.
2148 (newsticker-treeview-item-mode): New.
2149
2150 * net/newst-backend.el (newsticker-customize): Delete other
2151 windows.
2152
2153 2009-12-04 Sam Steingold <sds@gnu.org>
2154
2155 * log-view.el (log-view-mode-map): "q" calls quit-window,
2156 like in all the other non-self-insert buffers.
2157
2158 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 Minor cleanup.
2161 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2162 key decoding rather than do it manually via last-input-event +
2163 ascii-character.
2164 (term-exec): Use delete-and-extract-region.
2165 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2166 (term-process-pager): Remove unused var `i'.
2167 (term-dynamic-simple-complete): Make obsolete.
2168 (serial-update-config-menu): Remove unused vars `y' and `str'.
2169 (term-update-mode-line): Remove unused var `temp'.
2170
2171 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2172
2173 Limit the number of log entries displayed by default.
2174 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2175 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2176 using a prefix argument.
2177
2178 2009-12-03 Glenn Morris <rgm@gnu.org>
2179
2180 * progmodes/idlwave.el (class): Restore still useful declaration.
2181
2182 2009-12-03 Alan Mackenzie <acm@muc.de>
2183
2184 Enhance `c-parse-state' to run efficiently in "brace deserts".
2185
2186 * progmodes/cc-mode.el (c-basic-common-init):
2187 Call c-state-cache-init.
2188 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2189 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2190 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2191
2192 * progmodes/cc-langs.el (c-before-font-lock-function):
2193 c-extend-and-neutralize-syntax-in-CPP has been renamed
2194 c-neutralize-syntax-in-and-mark-CPP.
2195
2196 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2197 with `category' properties now, not `syntax-table' ones.
2198
2199 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2200 enhanced (but slower) version of c-end-of-macro that won't land
2201 inside a literal or on another awkward character.
2202 (c-state-cache-too-far, c-state-cache-start)
2203 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2204 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2205 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2206 (c-state-min-scan-pos, c-state-brace-pair-desert)
2207 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2208 buffer local variables.
2209 (c-state-literal-at, c-state-lit-beg)
2210 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2211 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2212 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2213 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2214 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2215 (c-renarrow-state-cache)
2216 (c-append-lower-brace-pair-to-state-cache)
2217 (c-state-push-any-brace-pair, c-append-to-state-cache)
2218 (c-remove-stale-state-cache)
2219 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2220 (c-invalidate-state-cache-1, c-parse-state-1)
2221 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2222 (c-parse-state): Enhance and refactor.
2223 (c-debug-parse-state): Amend to deal with all the new variables.
2224
2225 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2226 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2227 modify to use category text properties rather than syntax-table ones.
2228 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2229 to switch off/on the syntactic paren property of C++ template
2230 delimiters using the category property.
2231 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2232 template delims suppressed.
2233 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2234 New constant/macros which apply category properties to the start
2235 and end of preprocessor constructs.
2236 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2237 "comment out" the syntactic value of characters in preprocessor
2238 constructs.
2239 (c-with-cpps-commented-out)
2240 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2241 with characters in all or all but one preprocessor constructs
2242 "commented out".
2243
2244 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2245
2246 * proced.el (proced-filter-alist): Use regexp-quote.
2247
2248 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2249
2250 Cleanup.
2251 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2252 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2253 arguments. Expand `default-directory'.
2254
2255 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2256 the benefit of returning an expanded localname.
2257 (tramp-tramp-file-p): Handle the case NAME is not a string.
2258
2259 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2260
2261 Add support for bzr shelve/unshelve.
2262 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2263 (vc-bzr-extra-menu-map): New variables.
2264 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2265 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2266 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2267 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2268 (vc-bzr-dir-extra-headers): Display shelves.
2269
2270 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2271
2272 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * textmodes/bibtex.el (bibtex-complete-internal):
2275 Use completion-in-region.
2276 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2277
2278 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2279
2280 Support applying stashes. Improve UI.
2281 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2282 (vc-git-stash-apply, vc-git-stash-pop)
2283 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2284 (vc-git-stash-menu): New functions.
2285 (vc-git-stash-menu-map): New variable.
2286 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2287
2288 2009-12-03 Glenn Morris <rgm@gnu.org>
2289
2290 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2291 (vc-print-log-internal): Fix previous change.
2292 (vc-revert): Correct pluralization.
2293
2294 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2297 it to be an alist any more.
2298 (makefile-complete): Use completion-in-region.
2299
2300 * progmodes/octave-mod.el (octave-complete-symbol):
2301 Use completion-in-region.
2302
2303 Misc cleanup.
2304 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2305 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2306 (idlwave-complete-class): Don't quote lambda.
2307 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2308 (idlwave-mode-map): Move initialization into declaration.
2309 (idlwave-action-and-binding): Use backquotes.
2310 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2311 Simplify.
2312 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2313 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2314 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2315 `parts', and `all-parts'.
2316 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2317 (idlwave-convert-xml-system-routine-info): Remove unused string
2318 `version-string'.
2319 (idlwave-display-user-catalog-widget): Use dolist.
2320 (idlwave-scanning-lib): Declare dynamically-scoped var.
2321 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2322 (completion-highlight-first-word-only): Declare to silence bytecomp.
2323 (idlwave-popup-select): Tighten scope of `resp'.
2324 (idlwave-find-struct-tag): Remove unused var `beg'.
2325 (idlwave-after-load-rinfo-hook): Declare.
2326 (idlwave-sintern-class-info): Remove unused var `taglist'.
2327 (idlwave-find-class-definition): Remove unused var `list'.
2328 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2329 (idlwave-what-module-find-class): Remove unused var `classes'.
2330
2331 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2334
2335 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2338 buffers visited. Remove redundant current-buffer-saving.
2339
2340 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 Use completion-in-buffer and remove uses of dynamic scoping.
2343 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2344 (pascal-buffer-to-use, pascal-flag): Don't declare.
2345 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2346 (pascal-get-completion-decl, pascal-keyword-completion):
2347 Add `pascal-str' argument, save-excursion,
2348 return the found completions, and don't filter with pascal-pred.
2349 (pascal-completion-cache): New var.
2350 (pascal-completion): Don't switch buffer any more (it was never
2351 necessary). Don't save-excursion any more (it's done by the called
2352 subroutines). Use a cache to avoid redundant computations.
2353 Use complete-with-action rather than pascal-completion-response and
2354 let it apply the predicate as well.
2355 (pascal-complete-word): Use completion-in-buffer when
2356 pascal-toggle-completions is nil.
2357 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2358 not used any more.
2359 (pascal-comp-defun): Don't change buffer any more.
2360 Use complete-with-action rather than pascal-completion-response and
2361 let it apply the predicate as well.
2362 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2363 when neded.
2364
2365 2009-12-02 Kenichi Handa <handa@m17n.org>
2366
2367 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2368 shape for all Indic scripts.
2369
2370 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 Use completion-in-buffer.
2373 * wid-edit.el (widget-field-text-end): New function.
2374 (widget-field-value-get): Use it.
2375 (widget-string-complete, widget-file-complete)
2376 (widget-color-complete): Use it and completion-in-region.
2377 (widget-complete): Don't narrow the buffer.
2378
2379 2009-12-02 Glenn Morris <rgm@gnu.org>
2380
2381 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2382 (rmail-select-summary): Use rmail-pop-to-buffer.
2383 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2384 rmail-pop-to-buffer, to prevent horizontal splits.
2385
2386 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2387 save-excursion with save-current-buffer.
2388 Widen before searching. (Bug#5093)
2389 (diary-list-sexp-entries): Remove superfluous save-excursion.
2390
2391 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2392
2393 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2394 name. (Bug#5038)
2395
2396 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2397
2398 * ido.el (ido-file-internal): Handle filenames at point that do
2399 not have a directory part. (Bug#5049)
2400
2401 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2402
2403 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2404 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2405
2406 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2407
2408 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2409 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2410 any more.
2411
2412 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * comint.el (comint-insert-input): Ignore clicks to the right of
2415 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2416
2417 * vc.el (vc-print-log-internal): Don't wait for the process to
2418 terminate before setting up the major mode.
2419
2420 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2421 in case.
2422
2423 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2424 the last element.
2425
2426 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2427
2428 2009-12-01 Glenn Morris <rgm@gnu.org>
2429
2430 * window.el (window--display-buffer-2): Fix previous changes.
2431
2432 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2435
2436 2009-12-01 Glenn Morris <rgm@gnu.org>
2437
2438 * Makefile.in (ELCFILES): Add mpc.elc.
2439
2440 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * mpc.el: New file.
2443
2444 2009-12-01 Glenn Morris <rgm@gnu.org>
2445
2446 * window.el (window-to-use): Define for compiler.
2447
2448 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2449 consistent with others (no final period).
2450
2451 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2452 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2453
2454 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2455
2456 Make vc-print-log buttons work.
2457 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2458
2459 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2460
2461 * savehist.el (savehist-autosave-interval): Allow setting to nil
2462 through customize. (Bug#5056)
2463
2464 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2465
2466 Fix references to jit-lock properties.
2467 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2468 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2469 (perl-font-lock-special-syntactic-constructs):
2470 Quote jit-lock-defer-multiline property.
2471
2472 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2473
2474 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2475
2476 2009-11-30 Juri Linkov <juri@jurta.org>
2477
2478 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2479 value `buffer' of `multi-isearch-next-buffer-current-function'.
2480 Use `(current-buffer)' when `buffer' is nil.
2481 (multi-isearch-next-buffer-from-list): Don't fallback to
2482 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2483
2484 2009-11-30 Juri Linkov <juri@jurta.org>
2485
2486 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2487 of buffers with `get-buffer' to `multi-isearch-buffers'.
2488 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2489 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2490 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2491 FILES with `expand-file-name' converting relative file names
2492 to absolute. Doc fix. (Bug#4727)
2493
2494 2009-11-30 Juri Linkov <juri@jurta.org>
2495
2496 * misearch.el (multi-isearch-read-buffers)
2497 (multi-isearch-read-matching-buffers): New functions.
2498 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2499 Use them in the `interactive' spec. Doc fix.
2500 (multi-isearch-read-files, multi-isearch-read-matching-files):
2501 New functions.
2502 (multi-isearch-files, multi-isearch-files-regexp):
2503 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2504
2505 2009-11-30 Juri Linkov <juri@jurta.org>
2506
2507 * doc-view.el (doc-view-continuous):
2508 Rename from `doc-view-continuous-mode'.
2509 (doc-view-menu): Move "Toggle display" to the top.
2510 Add submenu "Continuous" with radio buttons "Off"/"On"
2511 and "Save as Default".
2512 (doc-view-scroll-up-or-next-page)
2513 (doc-view-scroll-down-or-previous-page)
2514 (doc-view-next-line-or-next-page)
2515 (doc-view-previous-line-or-previous-page): Rename
2516 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2517
2518 2009-11-30 Juri Linkov <juri@jurta.org>
2519
2520 * comint.el (comint-mode-map): Rebind `M-r' from
2521 `comint-previous-matching-input' to
2522 `comint-history-isearch-backward-regexp'.
2523 Unbind `M-s' to allow global key binding `M-s'.
2524 Add menu items for `comint-history-isearch-backward' and
2525 `comint-history-isearch-backward-regexp'. (Bug#3746)
2526
2527 2009-11-30 Juri Linkov <juri@jurta.org>
2528
2529 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2530 For def=recenter, replace `recenter' with `recenter-top-bottom'
2531 that is called with `this-command' and `last-command' let-bound
2532 to `recenter-top-bottom'. When the last `def' was not `recenter',
2533 set `recenter-last-op' to nil. (Bug#4981)
2534
2535 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 Minor cleanup and simplification.
2538 * filecache.el (file-cache-add-directory)
2539 (file-cache-add-directory-recursively)
2540 (file-cache-add-from-file-cache-buffer)
2541 (file-cache-delete-file-regexp, file-cache-delete-directory)
2542 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2543 (file-cache-temp-minibuffer-message): Delete function.
2544 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2545
2546 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2547 Don't signal an error when bumping into EOB in tr, s, or y.
2548
2549 2009-11-29 Juri Linkov <juri@jurta.org>
2550
2551 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2552 (Bug#4960)
2553
2554 * descr-text.el (describe-char-unidata-list): Use lowercase name
2555 for "Unicode name" like in other tags.
2556
2557 2009-11-29 Juri Linkov <juri@jurta.org>
2558
2559 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2560 New compatibility macro.
2561 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2562
2563 2009-11-29 Juri Linkov <juri@jurta.org>
2564
2565 Add defcustom to define the cycling order of `recenter-top-bottom'.
2566 (Bug#4981)
2567
2568 * window.el (recenter-last-op): Doc fix.
2569 (recenter-positions): New defcustom.
2570 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2571 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2572
2573 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2574
2575 Improve integration of Tramp and ange-ftp in eshell.
2576
2577 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2578 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2579 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2580
2581 * eshell/esh-util.el (top): Require also Tramp when compiling.
2582 (eshell-directory-files-and-attributes): Check for FTP remote
2583 connection.
2584 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2585 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2586 (eshell-file-attributes): Handle ".". Return `entry'.
2587
2588 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2589 (ange-ftp-directory-files-and-attributes)
2590 (ange-ftp-real-directory-files-and-attributes): New defuns.
2591
2592 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2593 shell with "exec" when possible. This prevents trailing prompts
2594 in `start-file-process'.
2595
2596 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 Try and remove assumptions about point-min==1.
2599 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2600 (rng-compute-mode-line-string): Show the validation percentage in
2601 terms of the narrowed text, not the widened text.
2602 (rng-do-some-validation): Don't catch internal errors when debugging.
2603 (rng-first-error): Simplify.
2604 (rng-after-change-function): Remove work around. AFAIK the bug has
2605 been fixed a while ago.
2606
2607 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2608 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2609
2610 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2611
2612 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2613 `cd' doesn't always do it for us (bug#5067).
2614
2615 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2616 on 2009-10-25 as part of some other change (bug#5067).
2617
2618 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2621 `suspicious'.
2622 (byte-compile-warnings): Use byte-compile-warning-types.
2623 (byte-compile-save-excursion): Warn about use of set-buffer right
2624 after save-excursion.
2625
2626 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2627 the excursion as well.
2628
2629 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2632 providing a Tramp related implementation of "su" and "sudo".
2633 (eshell-unix-initialize): Add "su" and "sudo".
2634
2635 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2636
2637 * net/socks.el (socks-send-command): Convert binary request to
2638 unibyte before sending. This fixes mishandling of some port
2639 numbers such as 129.
2640
2641 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * help.el (describe-bindings-internal): Remove `interactive'.
2644
2645 * man.el (Man-completion-table): Trim a terminating "(".
2646 Remove the space between name page a section.
2647 Add the command's description on the `help-echo' property.
2648 Remove `process-connection-type' binding since it's unused by
2649 call-process.
2650 Provide completion for the "<section> <name>" format as well.
2651 (Man-default-man-entry): Remove spurious var shadowing the argument.
2652
2653 2009-11-26 Kevin Ryde <user42@zip.com.au>
2654
2655 * log-view.el: Add "Keywords: tools", since its other keywords
2656 aren't in finder-known-keywords, and following vc.el.
2657
2658 * sha1.el (sha1-string-external): default-directory "/" in case
2659 otherwise non-existent. process-connection-type pipe for touch of
2660 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2661
2662 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 Misc coding convention cleanups.
2665 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2666 hfy-init-kludge-hooks.
2667 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2668 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2669 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2670 and push.
2671 (hfy-slant, hfy-weight): Use tables rather than code.
2672 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2673 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2674 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2675 (hfy-face-to-css): Remove `nconc' with single arg.
2676 (hfy-p-to-face-lennart): Use `or'.
2677 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2678 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2679 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2680 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2681 (hfy-force-fontification): Use run-hooks.
2682
2683 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2684
2685 Various minor fixes.
2686 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2687 Javascript belongs in the header, not the body.
2688 (hfy-javascript): Remove.
2689 (hfy-fontify-buffer): Don't insert it any more.
2690 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2691 Fix bug in invis handling when there were no invis props in a chunk.
2692
2693 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2696
2697 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * finder.el (finder-mode-map): Add a menu.
2700
2701 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2702
2703 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2704 "unsigned" structs.
2705
2706 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2707 fork" statement better.
2708
2709 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2710
2711 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2712 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2713 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2714 Reported by Clay Douglass.
2715
2716 (verilog-auto-inst, verilog-auto-star-safe)
2717 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2718 Fix removing "// Interfaces" when saving .* expansions. Reported by
2719 Pierre-David Pfister.
2720
2721 2009-11-26 Glenn Morris <rgm@gnu.org>
2722
2723 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2724 the scope.
2725
2726 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2727
2728 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2729 Really use previous revision.
2730
2731 2009-11-25 Kevin Ryde <user42@zip.com.au>
2732
2733 * man.el (Man-completion-table): default-directory "/" in case
2734 doesn't otherwise exist. process-environment COLUMNS=999 so as
2735 not to truncate long names. process-connection-type pipe to avoid
2736 any chance of hitting the pseudo-tty TIOCGWINSZ.
2737 (man): completion-ignore-case t for friendliness and since man
2738 itself is case-insensitive on the command line.
2739 Further to Bug#3717.
2740
2741 * arc-mode.el: Add "Keywords: files", so the details in its
2742 commentary can be reached from finder-by-keyword.
2743 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2744 editing mode, but it's comms related and sgml-mode.el has "comm"
2745 on that basis too.
2746 * textmodes/bibtex-style.el: Add "Keywords: tex".
2747 * international/isearch-x.el, international/ja-dic-cnv.el:
2748 * international/ja-dic-utl.el, international/kkc.el:
2749 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2750
2751 2009-11-25 Juri Linkov <juri@jurta.org>
2752
2753 * man.el (Man-completion-table): Modify regexp to include
2754 section names to completion strings. (Bug#3717)
2755
2756 2009-11-25 Juri Linkov <juri@jurta.org>
2757
2758 Search recursively in gzipped files. (Bug#4982)
2759
2760 * progmodes/grep.el (grep-highlight-matches): Add new options
2761 `always' and `auto'. Doc fix.
2762 (grep-process-setup): Check `grep-highlight-matches' for
2763 `auto-detect' to determine the need to compute grep defaults.
2764 Move Windows/DOS specific --colors settings handling
2765 to `grep-compute-defaults'. Check `grep-highlight-matches'
2766 to get the value of "--color=".
2767 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2768 has the value `auto-detect'. Move Windows/DOS specific settings
2769 from `grep-process-setup'.
2770 (zrgrep): New command with alias `rzgrep'.
2771
2772 2009-11-25 Juri Linkov <juri@jurta.org>
2773
2774 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2775 to nil instead of switching off view-mode. (Bug#4896)
2776
2777 2009-11-25 Juri Linkov <juri@jurta.org>
2778
2779 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2780
2781 * mwheel.el (mwheel-scroll-up-function)
2782 (mwheel-scroll-down-function): New defvars.
2783 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2784 `scroll-up', and `mwheel-scroll-down-function' instead of
2785 `scroll-down'.
2786
2787 * doc-view.el (doc-view-scroll-up-or-next-page)
2788 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2789 Use this ARG in the call to image-scroll-up/image-scroll-down.
2790 Change `interactive' spec to "P". Goto next/previous page only
2791 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2792 SPC/DEL case). Doc fix.
2793 (doc-view-next-line-or-next-page)
2794 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2795 for consistency.
2796 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2797 `doc-view-scroll-up-or-next-page', and buffer-local
2798 `mwheel-scroll-down-function' to
2799 `doc-view-scroll-down-or-previous-page'.
2800
2801 2009-11-25 Juri Linkov <juri@jurta.org>
2802
2803 Provide additional default values (directories at other Dired
2804 windows) via M-n in the minibuffer of some Dired commands.
2805
2806 * dired-aux.el (dired-diff, dired-compare-directories)
2807 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2808 `minibuffer-default' in `minibuffer-with-setup-hook'.
2809 (dired-dwim-target-directory): Find a window that displays Dired
2810 buffer instead of failing when the next window is not Dired.
2811 Use `get-window-with-predicate' to find for the next Dired window.
2812 (dired-dwim-target-defaults): New function.
2813
2814 * ediff-util.el (ediff-read-file-name):
2815 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2816 in `minibuffer-with-setup-hook'.
2817
2818 2009-11-25 Juri Linkov <juri@jurta.org>
2819
2820 Provide additional default values (file name at point or at the
2821 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2822
2823 * minibuffer.el (read-file-name-defaults): New function.
2824 (read-file-name): Reset `minibuffer-default' to nil when
2825 it duplicates initial input `insdef'.
2826 Bind `minibuffer-default-add-function' to lambda that
2827 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2828 (minibuffer-insert-file-name-at-point): New command.
2829
2830 * files.el (file-name-at-point-functions): New defcustom.
2831 (find-file-default): Remove defvar.
2832 (find-file-read-args): Don't use `find-file-default'.
2833 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2834 to `read-file-name'.
2835 (find-file-literally): Use `read-file-name' with
2836 `confirm-nonexistent-file-or-buffer'.
2837
2838 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2839
2840 * dired.el (dired-read-dir-and-switches):
2841 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2842 to `read-file-name'.
2843 (dired-file-name-at-point): New function.
2844 (dired-mode): Add hook `dired-file-name-at-point' to
2845 `file-name-at-point-functions'.
2846
2847 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 Really make the *Completions* window soft-dedicated (bug#5030).
2850 * window.el (window--display-buffer-2): Add `dedicated' argument.
2851 (display-buffer): Pass it when needed so the dedicated flag is set
2852 after calling set-window-buffer, which would otherwise reset it.
2853
2854 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * progmodes/meta-mode.el (meta-complete-symbol):
2857 * progmodes/etags.el (complete-tag):
2858 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2859 Use completion-in-region.
2860
2861 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2862 (dabbrev-completion): Use completion-in-region.
2863 (dabbrev--abbrev-at-point): Simplify regexp.
2864
2865 * abbrev.el (abbrev--before-point): Use word-motion functions
2866 if :regexp is not specified (bug#5031).
2867
2868 * subr.el (string-prefix-p): New function.
2869
2870 * man.el (Man-completion-cache): New var.
2871 (Man-completion-table): Use it.
2872
2873 * vc.el (vc-print-log-internal): Make `limit' optional for better
2874 compatibility (e.g. with vc-annotate.el).
2875
2876 2009-11-24 Kevin Ryde <user42@zip.com.au>
2877
2878 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2879 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2880
2881 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2882 when .el source file not found or other error.
2883
2884 2009-11-24 Markus Triska <markus.triska@gmx.at>
2885
2886 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2887
2888 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 Handle the [back] button properly (bug#4979).
2891 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2892 Use help-setup-xref, help-buffer, and with-help-window.
2893 (describe-char): Add `buffer' argument.
2894 Pass proper command to help-setup-xref. Don't meddle with
2895 help-xref-stack-item directly.
2896 (describe-text-category): Use with-help-window and help-buffer.
2897
2898 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2899 for the displayed buffer (bug#4887).
2900
2901 * man.el (Man-completion-table): New function.
2902 (man): Use it.
2903
2904 2009-11-24 David Reitter <david.reitter@gmail.com>
2905
2906 * vc-git.el (vc-git-registered): Use checkout directory (where
2907 .git is) rather than the file's directory and a relative path spec
2908 to work around a bug in git.
2909
2910 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2911
2912 Improve handling of processes on remote hosts.
2913
2914 * eshell/esh-util.el (eshell-path-env): New defvar.
2915 (eshell-parse-colon-path): New defun.
2916 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2917
2918 * eshell/esh-ext.el (eshell-search-path):
2919 Use `eshell-parse-colon-path'.
2920 (eshell-remote-command): Remove argument HANDLER.
2921 (eshell-external-command): Check for FTP remote connection.
2922
2923 * eshell/esh-proc.el (eshell-gather-process-output):
2924 Use `file-truename', in order to start also symlinked files.
2925 Apply `start-file-process' instead of `start-process'.
2926 Shorten `command' to the local file name part.
2927
2928 * eshell/em-cmpl.el (eshell-complete-commands-list):
2929 Use `eshell-parse-colon-path'.
2930
2931 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2932
2933 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2934 to `eshell-directory-change-hook'.
2935
2936 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2937
2938 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2939 because it could be enabled automatically if view-read-only is non-nil.
2940
2941 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2942
2943 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2944 made on 2009-11-22.
2945
2946 2009-11-24 Glenn Morris <rgm@gnu.org>
2947
2948 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2949 deleted variable bookmark-bmenu-bookmark-column.
2950
2951 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2952 Move after definition of global-semantic-idle-tag-highlight-mode.
2953
2954 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2957
2958 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2959
2960 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2961 two slashes to the "file:" prefix.
2962 (browse-url-file-url): De-munge Cygwin filenames before passing
2963 them to Windows browser.
2964 (browse-url-default-windows-browser): Use call-process.
2965
2966 2009-11-23 Juri Linkov <juri@jurta.org>
2967
2968 Implement DocView Continuous mode. (Bug#4896)
2969 * doc-view.el (doc-view-continuous-mode): New defcustom.
2970 (doc-view-mode-map): Bind C-n/<down> to
2971 `doc-view-next-line-or-next-page', C-p/<up> to
2972 `doc-view-previous-line-or-previous-page'.
2973 (doc-view-next-line-or-next-page)
2974 (doc-view-previous-line-or-previous-page): New commands.
2975
2976 2009-11-23 Juri Linkov <juri@jurta.org>
2977
2978 Implement Isearch in comint input history. (Bug#3746)
2979 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2980 `isearch-mode-hook'.
2981 (comint-history-isearch): New defcustom.
2982 (comint-history-isearch-backward)
2983 (comint-history-isearch-backward-regexp): New commands.
2984 (comint-history-isearch-message-overlay): New buffer-local variable.
2985 (comint-history-isearch-setup, comint-history-isearch-end)
2986 (comint-goto-input, comint-history-isearch-search)
2987 (comint-history-isearch-message, comint-history-isearch-wrap)
2988 (comint-history-isearch-push-state)
2989 (comint-history-isearch-pop-state): New functions.
2990
2991 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2992
2993 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2994 return.
2995 (tramp-handle-make-symbolic-link)
2996 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2997 Quote file names.
2998 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2999 (tramp-handle-process-file): Use it.
3000
3001 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * window.el (move-to-window-line-last-op): Remove.
3004 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3005
3006 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3007
3008 Make M-r mirror the new cycling behavior of C-l.
3009 * window.el (move-to-window-line-last-op): New var.
3010 (move-to-window-line-top-bottom): New command.
3011 (global-map): Bind M-r move-to-window-line-top-bottom.
3012
3013 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3014
3015 * dired-x.el (dired-guess-shell-alist-default):
3016 Support xz format. (Bug#4953)
3017
3018 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * cedet/srecode/map.el (srecode-get-maps):
3021 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3022 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3023 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3024 (semantic-toggle-decoration-style):
3025 * cedet/semantic/decorate/include.el
3026 (semantic-decoration-include-describe)
3027 (semantic-decoration-unknown-include-describe)
3028 (semantic-decoration-unparsed-include-describe)
3029 (semantic-decoration-all-include-summary):
3030 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3031 * cedet/semantic/analyze/complete.el
3032 (semantic-analyze-possible-completions):
3033 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3034 (semantic-show-unmatched-syntax-mode)
3035 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3036 (semantic-highlight-func-mode):
3037 * cedet/semantic/util.el (semantic-describe-buffer):
3038 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3039 (semantic-symref-find-tags-by-name)
3040 (semantic-symref-find-tags-by-regexp)
3041 (semantic-symref-find-tags-by-completion)
3042 (semantic-symref-find-file-references-by-name)
3043 (semantic-symref-find-text):
3044 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3045 (senator-yank-tag):
3046 * cedet/semantic/scope.el (semantic-calculate-scope):
3047 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3048 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3049 (define-semantic-idle-service):
3050 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3051 (semantic-complete-analyze-inline-idle):
3052 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3053 * cedet/mode-local.el (describe-mode-local-bindings)
3054 (describe-mode-local-bindings-in-mode):
3055 * cedet/ede/make.el (ede-make-check-version):
3056 * cedet/ede/locate.el (ede-enable-locate-on-project):
3057 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3058 (cedet-idutils-version-check):
3059 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3060 (cedet-gnu-global-version-check):
3061 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3062 (cedet-cscope-version-check): Use called-interactively-p instead
3063 of interactive-p.
3064
3065 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3066 Use semantic-format-tag-prototype.
3067
3068 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3069
3070 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3071 last-command-char/last-command-event.
3072 (viper-prefix-arg-value): Do correct conversion of event-char for
3073 XEmacs.
3074
3075 * emulation/viper-util.el, emulation/viper.el:
3076 Use viper-last-command-char instead of
3077 last-command-char/last-command-event.
3078
3079 * ediff-init.el, ediff-mult.el, ediff-util.el:
3080 Replace last-command-char and last-command-event
3081 with (ediff-last-command-char) everywhere.
3082
3083 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3084 created in fundamental mode.
3085
3086 * ediff.el (ediff-version): Revert the change of interactive-p to
3087 called-interactively-p.
3088
3089 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3090
3091 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3092 generation from word-movement command names.
3093
3094 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3097 (semantic-complete-jump-local, semantic-complete-jump):
3098 Improve prompt string.
3099
3100 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3101
3102 * cus-start.el (all): Add native condition for font-use-system-font.
3103
3104 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3105
3106 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3107 Correct the patch from 2009-11-18. (Bug#3910)
3108
3109 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3110
3111 * progmodes/subword.el: Rename from lisp/subword.el.
3112
3113 * subword.el: Rename to progmodes/subword.el.
3114
3115 * Makefile.in (ELCFILES): Adapt to subword.el move.
3116
3117 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3118 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3121 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3122 (bookmark-bmenu-show-filenames): Use push.
3123 (bookmark-bmenu-hide-filenames): Use local var instead of
3124 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3125 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3126 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3127 filenames now that the bookmark names are always available.
3128
3129 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3132 (bookmark-search-pattern): Move and leave unbound.
3133 (bookmark-bmenu-mode-map): Change binding.
3134 (bookmark-read-search-input): Simplify.
3135 Don't use text-char-description. Don't error on non-char events.
3136 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3137 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3138 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3139 Use a local var for the timer.
3140 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3141 (i.e. bookmark-bmenu-search).
3142
3143 2009-11-21 Glenn Morris <rgm@gnu.org>
3144
3145 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3146
3147 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3148
3149 * net/browse-url.el (browse-url-default-windows-browser):
3150 Use cygstart for cygwin.
3151
3152 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3153
3154 * bookmark.el: Formatting and doc fixes only:
3155 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3156 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3157 Minor grammar and punctuation fixes in doc string.
3158 (bookmark-read-search-input): Adjust to fit within 80 columns.
3159
3160 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3161
3162 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3163 (c-backward-into-nomenclature): Adapt to subword renaming.
3164
3165 * subword.el (subword-forward, subword-backward, subword-mark)
3166 (subword-kill, subword-backward-kill, subword-transpose)
3167 (subword-downcase, subword-upcase, subword-capitalize)
3168 (subword-forward-internal, subword-backward-internal):
3169 Rename from forward-subword, backward-subword, mark-subword,
3170 kill-subword, backward-kill-subword, transpose-subwords,
3171 downcase-subword, upcase-subword, capitalize-subword,
3172 forward-subword-internal, backward-subword-internal.
3173
3174 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3175
3176 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3177 New options.
3178 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3179 New vars.
3180 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3181 (bookmark-bmenu-filter-alist-by-regexp)
3182 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3183 (bookmark-bmenu-search): New command.
3184 (bookmark-bmenu-mode-map): Bind it.
3185
3186 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3189
3190 * cedet/semantic/idle.el (define-semantic-idle-service)
3191 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3192
3193 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3194
3195 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3196 backward-subword to quit the byte-compiler.
3197
3198 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3199
3200 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3201
3202 * progmodes/cc-cmds.el (c-update-modeline)
3203 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3204 Refer to subword.el functions instead of cc-subword.el.
3205
3206 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3207 subword.el functions instead of cc-subword.el.
3208
3209 * progmodes/cc-subword.el: Rename to subword.el.
3210 * subword.el: Rename from progmodes/cc-subword.el.
3211 (subword-mode-map): Rename from c-subword-mode-map.
3212 (subword-mode): Rename from c-subword-mode.
3213 (global-subword-mode): New global minor mode.
3214 (forward-subword): Rename from c-forward-subword.
3215 (backward-subword): Rename from c-backward-subword.
3216 (mark-subword): Rename from c-mark-subword.
3217 (kill-subword): Rename from c-kill-subword.
3218 (backward-kill-subword): Rename from c-backward-kill-subword.
3219 (transpose-subwords): Rename from c-tranpose-subword.
3220 (downcase-subword): Rename from c-downcase-subword.
3221 (capitalize-subword): Rename from c-capitalize-subword.
3222 (forward-subword-internal): Rename from c-forward-subword-internal.
3223 (backward-subword-internal): Rename from c-backward-subword-internal.
3224
3225 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3226
3227 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3228 from a dired buffer.
3229 (vc-dired-deduce-fileset): New function.
3230 (vc-root-diff, vc-print-root-log): Use it.
3231
3232 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3233 nil LIMIT argument to vc-print-log-internal.
3234
3235 2009-11-20 Glenn Morris <rgm@gnu.org>
3236
3237 * Makefile.in (ELCFILES): Regenerate.
3238
3239 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3242
3243 * cedet/semantic.el: Enable idle-mode menu items only if
3244 global-semantic-idle-scheduler-mode is enabled.
3245 (semantic-default-submodes): Doc fix.
3246
3247 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3248 When turning off, disable other idle modes.
3249
3250 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3251
3252 * calc/calc.el (calc-set-mode-line):
3253 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3254 (math-format-number): Rename `math-format-complement-signed' to
3255 `math-format-twos-complement'.
3256
3257 * calc/calc-bin.el (math-format-twos-complement): Rename from
3258 math-format-complement-signed.
3259 (calc-radix): Rename `calc-complement-signed-mode' to
3260 `calc-twos-complement-mode'.
3261 (calc-octal-radix, calc-hex-radix): Add an argument for
3262 two's complement.
3263
3264 * calc/calc-embed.el (calc-embedded-mode-vars):
3265 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3266
3267 * calc/calc-ext.el (calc-init-extensions):
3268 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3269 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3270
3271 * calc/calc-units.el (math-build-units-table-buffer):
3272 Let `calc-twos-complement-mode' be nil.
3273
3274 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3275 entries.
3276
3277 * calc/calc-vec.el (calcFunc-vunpack):
3278 * calc/calc-aent.el (calc-do-calc-eval):
3279 * calc/calc-forms.el (math-format-date):
3280 * calc/calc-graph.el (calc-graph-plot):
3281 * calc/calc-math.el (math-use-emacs-fn):
3282 * calc/calccomp.el (math-compose-expr):
3283 Let `calc-twos-complement-mode' be nil.
3284
3285 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3288 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3289 * minibuffer.el (completion-in-region-functions): New hook.
3290 (completion-in-region): New function.
3291 * emacs-lisp/lisp.el (lisp-complete-symbol):
3292 * pcomplete.el (pcomplete-std-complete): Use it.
3293
3294 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3297 (latex-complete-alist): New vars.
3298 (latex-string-prefix-p, latex-complete-bibtex-keys)
3299 (latex-complete-envnames, latex-complete-refkeys)
3300 (latex-complete-data): New functions.
3301 (latex-complete, latex-indent-or-complete): New commands.
3302
3303 * window.el (display-buffer-mark-dedicated): New var.
3304 (display-buffer): Obey it.
3305 * minibuffer.el (minibuffer-completion-help): Use it.
3306
3307 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3308
3309 * filecache.el (file-cache-add-file): Use push and cons.
3310 (file-cache-delete-file-regexp): Use push.
3311 (file-cache-complete): Use completion-in-region.
3312
3313 * simple.el (with-wrapper-hook): Fix thinko.
3314
3315 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3316 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3317 Use with-current-buffer and string-to-number.
3318 (hfy-fallback-colour-values): Use assoc-string.
3319 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3320 (hfy-face-at): Remove unused var `found-face'.
3321 (hfy-compile-stylesheet): Remove unused var `css'.
3322 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3323 and `orig-buffer'.
3324 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3325 Use with-current-buffer.
3326 (hfy-text-p): Use expand-file-name and fewer setq.
3327
3328 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3329
3330 * htmlfontify.el, hfy-cmap.el: New files.
3331
3332 2009-11-19 Juri Linkov <juri@jurta.org>
3333
3334 * minibuffer.el (completions-format): New defcustom.
3335 (completion--insert-strings): Implement vertical format.
3336
3337 * simple.el (switch-to-completions): Move point to the first
3338 completion when point was at the beginning of the buffer.
3339
3340 2009-11-19 Juri Linkov <juri@jurta.org>
3341
3342 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3343
3344 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3345
3346 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3349 (mail-signature): Change default to t.
3350 (mail-from-style): Deprecate `system-default' value.
3351 (mail-insert-from-field): For default value of mail-from-style,
3352 default to `angles' unless `angles' needs quoting and `parens'
3353 does not.
3354 (mail-citation-prefix-regexp): Use citation regexp from
3355 message-mode.
3356
3357 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3358
3359 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3360 Set variables for computing the prompt for reading password.
3361
3362 2009-11-19 Glenn Morris <rgm@gnu.org>
3363
3364 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3365
3366 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3367
3368 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3369 (newsticker-treeview-listwindow-height): Fix custom type.
3370
3371 2009-11-19 Kenichi Handa <handa@m17n.org>
3372
3373 * descr-text.el (describe-char-padded-string): Compose with TAB
3374 only if there's a font for CH.
3375 (describe-char): Fix the condition for detecting a trivial composition.
3376
3377 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3378
3379 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3380 more accurate version of the regexp. (Bug#3910)
3381
3382 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3383
3384 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3385
3386 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3389 (font-setting-change-default-font): Fix typo in docstring.
3390
3391 2009-11-18 Alan Mackenzie <acm@muc.de>
3392
3393 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3394
3395 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3396
3397 * font-setting.el (font-use-system-font): Move ...
3398
3399 * cus-start.el (all): ... to here.
3400
3401 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3404 Don't set `ad-return-value' if `ad-do-it' doesn't.
3405
3406 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3407 modification time.
3408
3409 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3410
3411 * menu-bar.el: Put "Use system font" in Option-menu.
3412 (menu-bar-options-save): Add font-use-system-font.
3413
3414 * loadup.el: If feature system-font-setting or font-render-setting is
3415 there, load font-setting.
3416
3417 * Makefile.in (ELCFILES): Add font-settings.el.
3418 * font-setting.el: New file.
3419
3420 2009-11-17 Glenn Morris <rgm@gnu.org>
3421
3422 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3423
3424 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3425 Preserve point in the list buffer. (Bug#4939)
3426 Use point-at-eol.
3427 (newsticker--treeview-list-update-highlight)
3428 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3429
3430 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3431
3432 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3433 Remove.
3434
3435 * calc/calc-ext.el (calc-init-extensions): Remove references to
3436 symclip.
3437
3438 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3439
3440 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3441 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3442 `calc-symclip'.
3443
3444 2009-11-16 Kevin Ryde <user42@zip.com.au>
3445
3446 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3447 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3448
3449 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3450 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3451 Ignore trailing spaces by omit-nulls to split-string (fixing
3452 regression from Emacs 21 due to the incompatible split-string
3453 change). (Bug #4928.)
3454
3455 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3456
3457 * vc.el (vc-log-show-limit): Default to 2000.
3458 (vc-print-log-internal): Insert buttons to request more entries
3459 when limiting the output.
3460
3461 * vc-sccs.el (vc-sccs-print-log):
3462 * vc-rcs.el (vc-rcs-print-log):
3463 * vc-cvs.el (vc-cvs-print-log):
3464 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3465 LIMIT is non-nil.
3466
3467 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3468
3469 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3470 error when `tramp-gvfs-dbus-event-vector' is set.
3471 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3472
3473 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3476
3477 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * net/dbus.el (dbus-unregister-service): New defun.
3480 (dbus-register-property): Register the handlers of
3481 "org.freedesktop.DBus.Properties" for SERVICE.
3482 (dbus-property-handler): Fix docstring.
3483
3484 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3485
3486 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3487 Quote doc string reference in defvaralias as it is not in special form.
3488 (byte-compile-output-docform): Doc fix.
3489
3490 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3491
3492 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3493 (calc-complement-signed-mode): New variables.
3494 (calc-set-mode-line): Add indicator for twos-complements.
3495 (math-format-number): Format twos-complement notation.
3496
3497 * calc/calc-bin.el (calc-word-size): Reset the variables
3498 `math-2-word-size' and `math-half-2-word-size'.
3499 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3500 (calc-symclip): New functions.
3501
3502 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3503
3504 * calc/calc-embed.el (calc-embedded-mode-vars):
3505 Add `calc-complement-signed-mode' to the list of modes.
3506
3507 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3508 (calc-b-oper-keys): Add `calc-symclip' to list.
3509
3510 * calc/calc-ext.el (math-read-number-fancy): Read complement
3511 signed numbers.
3512 (calc-init-extensions): Add binding for `calc-symclip'.
3513 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3514
3515 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3516 `calc-symclip'.
3517 (calc-modes-menu): Add item for twos complement mode.
3518
3519 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3520
3521 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * register.el (jump-to-register, insert-register): Handle Semantic
3524 tags. From commented-out advice in semantic/senator.el.
3525
3526 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 * vc.el (vc-log-show-limit): New variable.
3529 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3530 when using a prefix argument.
3531 (vc-print-log-internal): Add new argument LIMIT.
3532
3533 * vc-svn.el (vc-svn-print-log):
3534 * vc-mtn.el (vc-mtn-print-log):
3535 * vc-hg.el (vc-hg-print-log):
3536 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3537 pass it to the log command when set. Make the BUFFER argument
3538 non-optional.
3539
3540 * vc-sccs.el (vc-sccs-print-log):
3541 * vc-rcs.el (vc-rcs-print-log):
3542 * vc-git.el (vc-git-print-log):
3543 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3544 ignore it. Make the BUFFER argument non-optional
3545
3546 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3547
3548 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * dired.el (dired-mode-map): Move encryption items to "Operate"
3551 menu (Bug#4703).
3552
3553 * strokes.el (strokes-update-window-configuration): Make strokes
3554 buffer current before erasing (Bug#4906).
3555
3556 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3557 (semantic-idle-summary-mode): Define using define-minor-mode
3558 instead of define-semantic-idle-service.
3559 (semantic-idle-summary-mode): New function.
3560 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3561 that mouse motion does not reset the echo area.
3562
3563 2009-11-15 Juri Linkov <juri@jurta.org>
3564
3565 * simple.el (set-mark-default-inactive): Add :type, :group
3566 and :version. (Bug#4876)
3567
3568 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3569
3570 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3571 (archive-unique-fname): ... here. (Bug#4929)
3572
3573 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3576 with a real fix.
3577
3578 * novice.el (disabled-command-function): Add useful args.
3579 Setup the help buffer so that [back] works.
3580 Remove redundant call to help-mode.
3581 (disabled-command-function): Use `case'.
3582 (en/disable-command): New function extracted from enable-command.
3583 (enable-command, disable-command): Use it.
3584
3585 2009-11-14 Glenn Morris <rgm@gnu.org>
3586
3587 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3588 constants. (Bug#4913)
3589
3590 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3591
3592 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3593
3594 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3595 defined in C that have no doc-strings. (Bug#1063)
3596
3597 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3598
3599 * cus-edit.el (data, files):
3600 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3601
3602 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * simple.el (shell-command): Doc fix (Bug#4891).
3605
3606 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3607
3608 2009-11-14 Glenn Morris <rgm@gnu.org>
3609
3610 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3611 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3612 If they are already loaded, eval-after-load will do the right thing.
3613
3614 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3615 compiling.
3616
3617 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3618
3619 * simple.el (x-selection-owner-p): Declare.
3620 (read-mail-command): Use custom radio type rather than choice.
3621 (completion-no-auto-exit): Doc fix.
3622
3623 * custom.el (defgroup):
3624 * epg-config.el (epg): Doc fixes.
3625
3626 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3627
3628 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3629 * international/ccl.el (define-ccl-program): Do not purecopy the
3630 docstring, defconst does it anyway.
3631
3632 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3635 a second time.
3636
3637 * x-dnd.el (x-dnd-maybe-call-test-function):
3638 * window.el (split-window-vertically):
3639 * whitespace.el (whitespace-help-on):
3640 * vc-rcs.el (vc-rcs-consult-headers):
3641 * userlock.el (ask-user-about-lock-help)
3642 (ask-user-about-supersession-help):
3643 * type-break.el (type-break-force-mode-line-update):
3644 * time-stamp.el (time-stamp-conv-warn):
3645 * terminal.el (te-set-output-log, te-more-break, te-filter)
3646 (te-sentinel, terminal-emulator):
3647 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3648 (term-write-input-ring, term-check-source, term-start-output-log):
3649 (term-display-buffer-line, term-dynamic-list-completions):
3650 (term-ansi-make-term, serial-term):
3651 * subr.el (selective-display):
3652 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3653 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3654 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3655 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3656 (speedbar-remove-localized-speedbar-support)
3657 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3658 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3659 (speedbar-buffers-line-directory):
3660 * simple.el (shell-command-on-region, append-to-buffer)
3661 (prepend-to-buffer):
3662 * shadowfile.el (shadow-save-todo-file):
3663 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3664 (scroll-bar-maybe-set-window-start):
3665 * sb-image.el (speedbar-image-dump):
3666 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3667 (load-save-place-alist-from-file):
3668 * ps-samp.el (ps-print-message-from-summary):
3669 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3670 (ps-background-image, ps-begin-job, ps-do-despool):
3671 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3672 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3673 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3674 (pr-call-process, pr-file-list, pr-interface-save):
3675 * novice.el (disabled-command-function)
3676 (enable-command, disable-command):
3677 * mouse.el (mouse-buffer-menu-alist):
3678 * mouse-copy.el (mouse-kill-preserving-secondary):
3679 * macros.el (kbd-macro-query):
3680 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3681 * informat.el (batch-info-validate):
3682 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3683 * hippie-exp.el (try-expand-dabbrev-visible):
3684 * help-mode.el (help-make-xrefs):
3685 * help-fns.el (describe-variable):
3686 * generic-x.el (bat-generic-mode-run-as-comint):
3687 * finder.el (finder-mouse-select):
3688 * find-dired.el (find-dired-sentinel):
3689 * filesets.el (filesets-file-close):
3690 * files.el (list-directory):
3691 * faces.el (list-faces-display, describe-face):
3692 * facemenu.el (list-colors-display):
3693 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3694 * epg.el (epg--process-filter, epg-cancel):
3695 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3696 (epa--read-signature-type):
3697 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3698 (emerge-file-names):
3699 * ehelp.el (electric-helpify):
3700 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3701 * ediff-vers.el (rcs-ediff-view-revision):
3702 * ediff-util.el (ediff-setup):
3703 * ediff-mult.el (ediff-append-custom-diff):
3704 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3705 (ediff-wordify):
3706 * echistory.el (Electric-command-history-redo-expression):
3707 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3708 * disp-table.el (describe-display-table):
3709 * dired.el (dired-find-buffer-nocreate):
3710 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3711 * dabbrev.el (dabbrev--same-major-mode-p):
3712 * chistory.el (list-command-history):
3713 * apropos.el (apropos-documentation):
3714 * allout.el (allout-obtain-passphrase):
3715 (allout-copy-exposed-to-buffer):
3716 (allout-verify-passphrase): Use with-current-buffer.
3717
3718 2009-11-13 Glenn Morris <rgm@gnu.org>
3719
3720 * Makefile.in (ELCFILES): Regenerate.
3721
3722 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3723
3724 * net/dbus.el (dbus-registered-objects-table): Rename from
3725 `dbus-registered-functions-table', because it contains also properties.
3726 (dbus-unregister-object): Unregister also properties.
3727 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3728 Use a timeout of 500 msec, in order to not block.
3729 (dbus-register-property, dbus-property-handler): New defuns.
3730
3731 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * simple.el (minibuffer-default-add-completions): Drop deprecated
3734 4th arg.
3735
3736 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3737
3738 * textmodes/artist.el (artist-mouse-choose-operation):
3739 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3740 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3741 (artist-compute-up-event-key): New function.
3742 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3743
3744 2009-11-13 Kenichi Handa <handa@m17n.org>
3745
3746 * language/japan-util.el: Make sure that the value of jisx0208
3747 property is jisx0208 character.
3748
3749 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3750
3751 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3752 car or each item, not the whole list.
3753
3754 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * minibuffer.el (minibuffer-completion-help):
3757 Use minibuffer-hide-completions.
3758
3759 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3760
3761 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3762 (dired-revert): Use them (bug#4880).
3763
3764 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3765
3766 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3767
3768 2009-11-12 Juri Linkov <juri@jurta.org>
3769
3770 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3771 New functions.
3772 (find-file-literally-at-point): Alias of `ffap-literally'.
3773
3774 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * textmodes/ispell.el (ispell-skip-region-alist):
3777 * textmodes/css-mode.el (auto-mode-alist):
3778 * progmodes/compile.el (auto-mode-alist):
3779 * international/mule.el (ctext-non-standard-encodings-alist)
3780 (ctext-non-standard-encodings-regexp):
3781 * simple.el (shell-command-switch, text-read-only):
3782 * replace.el (occur-mode-map):
3783 * paths.el (rmail-file-name):
3784 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3785 * find-file.el (ff-special-constructs):
3786 * files.el (file-name-handler-alist):
3787 * composite.el: Purecopy strings.
3788
3789 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3790
3791 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3792
3793 * widget.el (define-widget): Purecopy the docstring.
3794 * international/mule-cmds.el (charset): Do not purecopy the
3795 docstring here, define-widget does it.
3796
3797 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3798 * textmodes/bibtex-style.el (auto-mode-alist):
3799 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3800 * progmodes/compile.el (compile-command):
3801 * language/korea-util.el (default-korean-keyboard):
3802 * international/mule-conf.el (file-coding-system-alist):
3803 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3804 * tooltip.el (tooltip-frame-parameters):
3805 * newcomment.el (comment-end, comment-padding):
3806 * dired.el (dired-trivial-filenames):
3807 * comint.el (comint-file-name-prefix): Purecopy initial values.
3808
3809 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3810
3811 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3812 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3813 `tramp-unload'.
3814 (tramp-advice-make-auto-save-file-name)
3815 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3816 after removing the advice.
3817
3818 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * progmodes/grep.el (grep-regexp-alist):
3821 * international/mule-cmds.el (iso-2022-control-alist):
3822 * emacs-lisp/timer.el (timer-duration-words):
3823 * subr.el (version-separator, version-regexp-alist):
3824 * minibuffer.el (completion-styles-alist):
3825 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3826 Change defvars to defconsts.
3827
3828 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3829 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3830 * international/mule-conf.el: Allow to be byte compiled.
3831
3832 * international/mule.el (define-charset): Purecopy props.
3833 (load-with-code-conversion): Purecopy doc string and file name.
3834 (put-charset-property): Purecopy strings.
3835 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3836
3837 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3838 (define-char-code-property): Correctly purecopy the table.
3839
3840 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3841
3842 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3843
3844 * subr.el (add-hook): Purecopy strings.
3845 (eval-after-load): Purecopy load-history-regexp and the form.
3846
3847 * custom.el (custom-declare-group): Purecopy load-file-name.
3848
3849 * subr.el (menu-bar-separator): New defconst.
3850 * net/eudc.el (eudc-tools-menu):
3851 * international/mule-cmds.el (set-coding-system-map)
3852 (mule-menu-keymap):
3853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3854 * vc-hooks.el (vc-menu-map):
3855 * replace.el (occur-mode-map):
3856 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3857 (menu-bar-edit-menu, menu-bar-goto-menu)
3858 (menu-bar-custom-menu, menu-bar-showhide-menu)
3859 (menu-bar-options-menu, menu-bar-tools-menu)
3860 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3861 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3862 (menu-bar-help-menu):
3863 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3864 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3865
3866 * term/x-win.el (x-gtk-stock-map):
3867 * progmodes/vera-mode.el (auto-mode-alist):
3868 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3869 (inferior-lisp-program, inferior-lisp-load-command):
3870 * progmodes/hideshow.el (hs-special-modes-alist):
3871 * progmodes/gud.el (same-window-regexps):
3872 * progmodes/grep.el (grep-program, find-program, xargs-program):
3873 * net/telnet.el (same-window-regexps):
3874 * net/rlogin.el (same-window-regexps):
3875 * language/ethiopic.el (font-ccl-encoder-alist):
3876 * vc-sccs.el (vc-sccs-master-templates):
3877 * vc-rcs.el (vc-rcs-master-templates):
3878 * subr.el (cl-assertion-failed):
3879 * simple.el (next-error-overlay-arrow-position):
3880 * lpr.el (lpr-command):
3881 * locate.el (locate-ls-subdir-switches):
3882 * info.el (same-window-regexps, info)
3883 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3884 * image-mode.el (image-mode, auto-mode-alist):
3885 * hippie-exp.el (hippie-expand-ignore-buffers):
3886 * format.el (format-alist):
3887 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3888 (find-name-arg):
3889 * facemenu.el (facemenu-keybindings):
3890 * dired.el (dired-listing-switches, dired-chown-program):
3891 * diff.el (diff-switches, diff-command):
3892 * cus-edit.el (same-window-regexps):
3893 * bindings.el (mode-line-mule-info)
3894 (mode-line-buffer-identification): Purecopy strings.
3895
3896 2009-11-11 Juri Linkov <juri@jurta.org>
3897
3898 * simple.el (dired-get-filename) <declare-function>:
3899 Tell the byte-compiler about dired-get-filename.
3900 (shell-command): In Dired mode, get filename from the current line
3901 as the default value.
3902
3903 2009-11-10 Glenn Morris <rgm@gnu.org>
3904
3905 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3906 * calendar/holidays.el, progmodes/cperl-mode.el:
3907 Update x-popup-menu declarations.
3908
3909 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3910 (list-load-path-shadows): Use dolist.
3911 (list-load-path-shadows): Use with-current-buffer.
3912
3913 2009-11-10 Juri Linkov <juri@jurta.org>
3914
3915 * minibuffer.el (read-file-name): Support a list of default values
3916 in `default-filename'. Use the first file name where only one
3917 element is required. Doc fix.
3918
3919 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3920
3921 * net/dbus.el (dbus-unregister-object): Release service, if no
3922 other method is registered for it.
3923
3924 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3925
3926 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3927 bookmark-sort-flag is non-nil (Bug#4653).
3928
3929 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3932 the progress reporter entirely.
3933
3934 * emulation/cua-base.el: Add CUA property to some CC mode commands
3935 (Bug#4100).
3936
3937 2009-11-08 Kevin Ryde <user42@zip.com.au>
3938
3939 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3940 at end of sentence (Bug#4818).
3941
3942 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3943
3944 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3945 Handle "see declaration of" MSFT statements (Bug#4100).
3946
3947 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3948
3949 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3950 (tramp-advice-file-expand-wildcards): Unload via
3951 `ad-remove-advice'.
3952
3953 * net/trampver.el: Update release number.
3954
3955 2009-11-08 Kevin Ryde <user42@zip.com.au>
3956
3957 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3958 `ad-do-it'.
3959
3960 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3961
3962 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3963 in order to keep context in SELinux.
3964
3965 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * dired-aux.el (dired-query): Place cursor in echo area and allow
3968 C-g.
3969
3970 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3971 menu item if not on a directory (Bug#4701).
3972
3973 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3974
3975 Sync with Tramp 2.1.17.
3976
3977 * net/tramp.el (tramp-handle-copy-directory): Don't use
3978 `file-remote-p' (due to compatibility).
3979
3980 * net/tramp-compat.el (tramp-compat-copy-directory)
3981 (tramp-compat-delete-directory): New defuns.
3982
3983 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3984 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3985 `tramp-compat-delete-directory'.
3986
3987 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3988 (tramp-smb-handle-delete-directory): Use
3989 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3990
3991 * net/trampver.el: Update release number.
3992
3993 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * tar-mode.el (tar-copy): Call write-region on the right buffer
3996 (Bug#4857).
3997
3998 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3999 by hand, if necessary (Bug#4878).
4000
4001 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4002
4003 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4004 align size column (Bug#4839).
4005
4006 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4007 statement.
4008
4009 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4010
4011 * progmodes/ld-script.el (auto-mode-alist):
4012 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4013
4014 * cus-face.el (custom-declare-face): Purecopy face spec.
4015
4016 2009-11-06 Kenichi Handa <handa@m17n.org>
4017
4018 * international/uni-bidi.el: Re-generated.
4019 * international/uni-category.el: Re-generated.
4020 * international/uni-combining.el: Re-generated.
4021 * international/uni-mirrored.el: Re-generated.
4022
4023 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4024
4025 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4026 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4027 (tex-start-options, slitex-run-command, latex-run-command)
4028 (tex-run-command, tex-directory):
4029 * textmodes/ispell.el (ispell-html-skip-alists)
4030 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4031 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4032 (adaptive-fill-regexp):
4033 * textmodes/dns-mode.el (auto-mode-alist):
4034 * progmodes/python.el (interpreter-mode-alist):
4035 * progmodes/etags.el (tags-compression-info-list):
4036 * progmodes/etags.el (tags-file-name):
4037 * net/browse-url.el (browse-url-galeon-program)
4038 (browse-url-firefox-program):
4039 * mail/sendmail.el (mail-signature-file)
4040 (mail-citation-prefix-regexp):
4041 * international/mule-conf.el (eight-bit):
4042 * international/latexenc.el (latex-inputenc-coding-alist):
4043 * international/fontset.el (x-pixel-size-width-font-regexp):
4044 * emacs-lisp/warnings.el (warning-type-format):
4045 * emacs-lisp/trace.el (trace-buffer):
4046 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4047 (emacs-lisp-mode-map):
4048 * calendar/holidays.el (holiday-solar-holidays)
4049 (holiday-bahai-holidays, holiday-islamic-holidays)
4050 (holiday-christian-holidays, holiday-hebrew-holidays)
4051 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4052 (hebrew-holidays-1, holiday-oriental-holidays)
4053 (holiday-general-holidays):
4054 * x-dnd.el (x-dnd-known-types):
4055 * tool-bar.el (tool-bar):
4056 * startup.el (site-run-file):
4057 * shell.el (shell-dumb-shell-regexp):
4058 * rfn-eshadow.el (file-name-shadow-tty-properties)
4059 (file-name-shadow-properties):
4060 * paths.el (remote-shell-program, news-directory):
4061 * mouse.el ([C-down-mouse-3]):
4062 * menu-bar.el (menu-bar-tools-menu):
4063 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4064 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4065 (jka-compr-compression-info-list):
4066 * isearch.el (search-whitespace-regexp):
4067 * image-file.el (image-file-name-extensions):
4068 * find-dired.el (find-ls-option):
4069 * files.el (directory-listing-before-filename-regexp)
4070 (directory-free-space-args, insert-directory-program)
4071 (list-directory-brief-switches, magic-fallback-mode-alist)
4072 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4073 (automount-dir-prefix):
4074 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4075 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4076 (face-font-registry-alternatives, face-font-registry-alternatives)
4077 (face-font-family-alternatives):
4078 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4079 (facemenu-foreground-menu, facemenu-face-menu):
4080 * epa-hook.el (epa-file-name-regexp):
4081 * dnd.el (dnd-protocol-alist):
4082 * textmodes/rst.el (auto-mode-alist):
4083 * button.el (default-button): Purecopy strings.
4084
4085 2009-11-06 Glenn Morris <rgm@gnu.org>
4086
4087 * Makefile.in (ELCFILES): Update.
4088
4089 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4092 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4093
4094 * nxml/xsd-regexp.el (xsdre-gen-categories):
4095 * nxml/xmltok.el (xmltok-parse-entity):
4096 * nxml/rng-parse.el (rng-parse-validate-file):
4097 * nxml/rng-maint.el (rng-format-manual)
4098 (rng-manual-output-force-new-line):
4099 * nxml/rng-loc.el (rng-save-schema-location-1):
4100 * nxml/rng-cmpct.el (rng-c-parse-file):
4101 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4102 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4103
4104 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4105
4106 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4107 Remove extra save-excursions and make-variable-buffer-local's.
4108 Suggested by Stefan Monnier.
4109
4110 (verilog-getopt-file, verilog-module-inside-filename-p)
4111 (verilog-set-define): Merge GNU 1.35 and repair changes from
4112 switching to using with-current-buffer.
4113
4114 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4115 being treated as a number and confusing AUTORESET.
4116 Reported by Dan Dever.
4117
4118 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4119 Add verilog-auto-ignore-concat to fix backward compatibility with
4120 older verilog-modes. Reported by Dan Katz.
4121
4122 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4123 containing closing anchors "...$".
4124
4125 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4126 Reported by Wade Smith.
4127
4128 (verilog-batch-execute-func): Comment on function usage.
4129
4130 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4131
4132 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4133 for labels.
4134
4135 (verilog-label-re, verilog-calc-1): Support proper indent of named
4136 asserts.
4137
4138 (verilog-backward-token, verilog-basic-complete-re)
4139 (verilog-beg-of-statement, verilog-indent-re): Support proper
4140 indent of the assert statement at the beginning of a block of text.
4141
4142 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4143 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4144 tokens as begins.
4145
4146 2009-11-05 Glenn Morris <rgm@gnu.org>
4147
4148 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4149 Emacs 19. (Bug#1531)
4150 (byte-compile-fix-header): Update for the above change.
4151 Drop test for epoch::version.
4152
4153 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4154 * cus-dep.el (custom-make-dependencies):
4155 * finder.el (finder-compile-keywords):
4156 Use autoload-rubric's feature argument.
4157
4158 * calendar/diary-lib.el (top-level): Make load behave more like require.
4159
4160 * vc-git.el (vc-git-stash-map): Move definition before use.
4161
4162 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4163
4164 * custom.el (custom-declare-group): Purecopy standard-value.
4165 (custom-declare-group): Purecopy custom-prefix.
4166
4167 * international/mule.el (load-with-code-conversion):
4168 Call do-after-load-evaluation unconditionally.
4169
4170 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4171
4172 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4175
4176 2009-11-04 Glenn Morris <rgm@gnu.org>
4177
4178 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4179 (byte-compile-compatibility): Remove option.
4180 (byte-compile-close-variables, byte-compile-fix-header)
4181 (byte-compile-insert-header, byte-compile-output-docform)
4182 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4183 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4184 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4185 (byte-compile-insert, byte-compile-defun):
4186 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4187 (byte-defop-compiler19): Remove.
4188 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4189 used by anything. Replace all calls with byte-defop-compiler.
4190
4191 2009-11-04 Juri Linkov <juri@jurta.org>
4192
4193 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4194 (menu-bar-options-menu): Don't quote the `prop' arg of
4195 `menu-bar-make-mm-toggle'.
4196
4197 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * calendar/calendar.el (cal-loaddefs):
4200 * calendar/diary-lib.el (diary-loaddefs):
4201 * calendar/holidays.el (hol-loaddefs):
4202 * eshell/esh-module.el (esh-groups): Load rather than require.
4203
4204 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4207 point-min==1.
4208 (todo-top-priorities): Only display-buffer when called interactively.
4209 (todo-item-start): Don't save excursion point.
4210 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4211 (todo-insert-item-here, todo-file-item, todo-remove-item):
4212 Adjust uses of todo-item-start and todo-item-end.
4213
4214 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4215 (autoload-rubric): Don't use any more.
4216 * cedet/semantic/fw.el (semantic/loaddefs):
4217 * cedet/srecode.el (srecode/loaddefs):
4218 * cedet/ede.el (ede/loaddefs): Load rather than require.
4219 * cedet/ede/cpp-root.el:
4220 * cedet/ede/emacs.el:
4221 * cedet/ede/files.el:
4222 * cedet/ede/linux.el:
4223 * cedet/ede/locate.el:
4224 * cedet/ede/make.el:
4225 * cedet/ede/shell.el:
4226 * cedet/ede/speedbar.el:
4227 * cedet/ede/system.el:
4228 * cedet/ede/util.el:
4229 * cedet/semantic/analyze.el:
4230 * cedet/semantic/bovine.el:
4231 * cedet/semantic/complete.el:
4232 * cedet/semantic/ctxt.el:
4233 * cedet/semantic/db-file.el:
4234 * cedet/semantic/db-find.el:
4235 * cedet/semantic/db-global.el:
4236 * cedet/semantic/db-mode.el:
4237 * cedet/semantic/db-typecache.el:
4238 * cedet/semantic/db.el:
4239 * cedet/semantic/debug.el:
4240 * cedet/semantic/dep.el:
4241 * cedet/semantic/doc.el:
4242 * cedet/semantic/edit.el:
4243 * cedet/semantic/find.el:
4244 * cedet/semantic/format.el:
4245 * cedet/semantic/html.el:
4246 * cedet/semantic/ia-sb.el:
4247 * cedet/semantic/ia.el:
4248 * cedet/semantic/idle.el:
4249 * cedet/semantic/lex-spp.el:
4250 * cedet/semantic/lex.el:
4251 * cedet/semantic/mru-bookmark.el:
4252 * cedet/semantic/scope.el:
4253 * cedet/semantic/senator.el:
4254 * cedet/semantic/sort.el:
4255 * cedet/semantic/symref.el:
4256 * cedet/semantic/tag-file.el:
4257 * cedet/semantic/tag-ls.el:
4258 * cedet/semantic/tag-write.el:
4259 * cedet/semantic/tag.el:
4260 * cedet/semantic/util-modes.el:
4261 * cedet/semantic/analyze/complete.el:
4262 * cedet/semantic/analyze/refs.el:
4263 * cedet/semantic/bovine/c.el:
4264 * cedet/semantic/bovine/gcc.el:
4265 * cedet/semantic/bovine/make.el:
4266 * cedet/semantic/bovine/scm.el:
4267 * cedet/semantic/decorate/include.el:
4268 * cedet/semantic/decorate/mode.el:
4269 * cedet/semantic/symref/cscope.el:
4270 * cedet/semantic/symref/global.el:
4271 * cedet/semantic/symref/grep.el:
4272 * cedet/semantic/symref/idutils.el:
4273 * cedet/semantic/symref/list.el:
4274 * cedet/semantic/wisent/java-tags.el:
4275 * cedet/semantic/wisent/javascript.el:
4276 * cedet/srecode/compile.el:
4277 * cedet/srecode/cpp.el:
4278 * cedet/srecode/document.el:
4279 * cedet/srecode/el.el:
4280 * cedet/srecode/expandproto.el:
4281 * cedet/srecode/getset.el:
4282 * cedet/srecode/insert.el:
4283 * cedet/srecode/java.el:
4284 * cedet/srecode/map.el:
4285 * cedet/srecode/mode.el:
4286 * cedet/srecode/template.el:
4287 * cedet/srecode/texi.el: Remove the file-local setting of
4288 generated-autoload-feature.
4289
4290 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4291 and only put a prop if it is non-nil.
4292
4293 2009-11-03 Juri Linkov <juri@jurta.org>
4294
4295 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4296 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4297
4298 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4299 and "Menu" to make top-level menu item visually one unit (like
4300 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4301 multi-word menu items). Fix :help string for quit-window.
4302
4303 2009-11-03 Glenn Morris <rgm@gnu.org>
4304
4305 * cedet/mode-local.el (with-mode-local): Doc fix.
4306
4307 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4308 (byte-compile-file-form-define-abbrev-table)
4309 (byte-compile-file-form-custom-declare-variable)
4310 (byte-compile-variable-ref, byte-compile-defvar):
4311 Whether or not a warning is enabled should only affect whether we issue
4312 the warning, not whether or not we collect the relevant data.
4313 Eg warnings can be turned on and off throughout the course of a file.
4314
4315 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4316 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4317
4318 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4321 * play/mpuz.el (mpuz-create-buffer):
4322 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4323 (lm-print-y,s,noise, lm-print-w0, lm-init):
4324 * play/gomoku.el (gomoku-prompt-for-move):
4325 * play/fortune.el (fortune-in-buffer):
4326 * play/dissociate.el (dissociated-press):
4327 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4328 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4329 * mail/supercite.el (sc-eref-show):
4330 * mail/smtpmail.el (smtpmail-send-it):
4331 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4332 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4333 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4334 (rmail-summary-goto-msg, rmail-summary-expunge)
4335 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4336 (rmail-summary-add-label, rmail-summary-output-menu)
4337 (rmail-summary-output-body):
4338 * mail/rfc822.el (rfc822-addresses):
4339 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4340 * mail/mailpost.el (post-mail-send-it):
4341 * mail/hashcash.el (hashcash-generate-payment):
4342 * mail/feedmail.el (feedmail-run-the-queue)
4343 (feedmail-queue-send-edit-prompt-help-first)
4344 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4345 (feedmail-deduce-address-list):
4346 * eshell/esh-ext.el (eshell-remote-command):
4347 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4348 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4349 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4350 (viper-save-string-in-file, viper-valid-marker):
4351 * emulation/viper-keym.el (viper-toggle-key):
4352 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4353 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4354 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4355 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4356 (viper-exec-form-in-emacs, viper-brac-function):
4357 * emulation/viper.el (viper-delocalize-var):
4358 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4359 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4360 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4361 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4362 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4363 * emulation/edt.el (edt-electric-helpify):
4364 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4365 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4366 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4367 (cua-indent-to-global-mark-column):
4368 * calendar/diary-lib.el (calendar-mark-1):
4369 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4370 Use with-current-buffer.
4371 * emulation/viper.el (viper-delocalize-var): Use dolist.
4372
4373 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * comint.el (comint-replace-by-expanded-history-before-point):
4376 Replace !! with the previous input string literally (Bug#1795).
4377
4378 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4379
4380 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4381 to be made up of whitespace.
4382
4383 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * minibuffer.el (read-file-name): Don't use file dialogs for
4386 remote directories (Bug#99).
4387
4388 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4391
4392 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4393
4394 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4395 instead of deleting the window or frame.
4396
4397 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4400 Support face colors.
4401
4402 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4403 New function. Support face colors (Bug#1168).
4404 (tex-common-initialization): Use it.
4405
4406 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4407 mode allows it (Bug#1168).
4408
4409 2009-10-31 Juri Linkov <juri@jurta.org>
4410
4411 * facemenu.el (list-colors-display): Don't mark buffer as
4412 modified (Bug#3948).
4413
4414 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * international/mule-diag.el (list-character-sets-1): Minor
4417 message fix (Bug#3526).
4418
4419 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4420 face property (Bug#4834).
4421 (etags-list-tags, etags-tags-apropos-additional)
4422 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4423 property.
4424
4425 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4426 items.
4427
4428 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4429 items.
4430
4431 * cedet/ede.el (ede-minor-mode):
4432 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4433
4434 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * textmodes/two-column.el (2C-split):
4437 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4438 * textmodes/tex-mode.el (tex-set-buffer-directory):
4439 * textmodes/spell.el (spell-region, spell-string):
4440 * textmodes/reftex.el (reftex-erase-buffer):
4441 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4442 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4443 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4444 (reftex-select-item):
4445 * textmodes/reftex-ref.el (reftex-label-info-update)
4446 (reftex-offer-label-menu):
4447 * textmodes/reftex-index.el (reftex-index-change-entry)
4448 (reftex-index-phrases-info):
4449 * textmodes/reftex-global.el (reftex-create-tags-file)
4450 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4451 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4452 (reftex-view-crossref-from-bibtex):
4453 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4454 (reftex-extract-bib-entries-from-thebibliography)
4455 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4456 * textmodes/refbib.el (r2b-capitalize-title):
4457 (r2b-convert-buffer, r2b-help):
4458 * textmodes/page-ext.el (pages-directory)
4459 (pages-directory-goto-with-mouse):
4460 * textmodes/bibtex.el (bibtex-validate-globally):
4461 * textmodes/bib-mode.el (bib-capitalize-title):
4462 * textmodes/artist.el (artist-clear-buffer, artist-system):
4463 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4464 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4465 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4466 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4467 (xscheme-send-control-g-interrupt, xscheme-start-process)
4468 (xscheme-process-sentinel, xscheme-cd):
4469 * progmodes/verilog-mode.el (verilog-read-always-signals)
4470 (verilog-set-define, verilog-getopt-file)
4471 (verilog-module-inside-filename-p):
4472 * progmodes/sh-script.el:
4473 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4474 (python-pdbtrack-grub-for-buffer, python-execute-file):
4475 * progmodes/octave-inf.el (inferior-octave):
4476 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4477 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4478 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4479 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4480 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4481 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4482 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4483 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4484 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4485 (idlwave-shell-examine-display, idlwave-shell-run-region)
4486 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4487 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4488 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4489 (idlwave-help-get-help-buffer):
4490 * progmodes/gud.el (gud-basic-call, gud-find-class)
4491 (gud-tooltip-activate-mouse-motions-if-enabled):
4492 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4493 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4494 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4495 (ebrowse-tags-next-file):
4496 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4497 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4498 (ebnf-eps-finish-and-write):
4499 * progmodes/cpp.el (cpp-edit-save):
4500 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4501 * progmodes/cc-defs.el (c-emacs-features):
4502 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4503 (antlr-directory-dependencies):
4504 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4505 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4506 (ada-find-any-references, ada-make-filename-from-adaname)
4507 (ada-make-body-gnatstub):
4508 * obsolete/rnews.el (news-list-news-groups):
4509 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4510 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4511 * net/rcirc.el (rcirc-debug):
4512 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4513 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4514 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4515 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4516 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4517 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4518 (newsticker--treeview-list-clear-highlight)
4519 (newsticker--treeview-list-update-highlight)
4520 (newsticker--treeview-list-highlight-start)
4521 (newsticker--treeview-tree-update-highlight)
4522 (newsticker--treeview-get-selected-item)
4523 (newsticker-treeview-mark-list-items-old)
4524 (newsticker--treeview-set-current-node):
4525 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4526 * net/newst-backend.el (newsticker--get-news-by-funcall)
4527 (newsticker--get-news-by-wget, newsticker--image-get)
4528 (newsticker--image-sentinel):
4529 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4530 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4531 (eudc-ph-close-session):
4532 * net/eudc.el (eudc-save-options):
4533 * language/thai-word.el (thai-update-word-table):
4534 * language/japan-util.el (japanese-string-conversion):
4535 * international/titdic-cnv.el (tsang-quick-converter)
4536 (ziranma-converter, ctlau-converter):
4537 * international/mule-cmds.el (describe-language-environment):
4538 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4539 (skkdic-convert-postfix, skkdic-convert-prefix):
4540 (skkdic-convert-okuri-nasi, skkdic-convert):
4541 * emacs-lisp/re-builder.el (reb-update-overlays):
4542 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4543 * emacs-lisp/gulp.el (gulp-send-requests):
4544 * emacs-lisp/find-gc.el (trace-call-tree):
4545 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4546 (eieio-describe-generic):
4547 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4548 * emacs-lisp/edebug.el (edebug-outside-excursion):
4549 * emacs-lisp/debug.el (debugger-make-xrefs):
4550 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4551 * emacs-lisp/chart.el (chart-new-buffer):
4552 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4553 Use with-current-buffer.
4554 * textmodes/artist.el (artist-system): Don't call
4555 copy-sequence on a fresh string.
4556 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4557
4558 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4559
4560 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4561 is no item to edit. (Bug#4820)
4562 (todo-top-priorities): Restore point and restore narrowing in Todo
4563 buffer. (Bug#4820)
4564
4565 2009-10-31 Glenn Morris <rgm@gnu.org>
4566
4567 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4568 (comint-last-output-start, comint-last-input-start)
4569 (comint-last-input-end): Don't defvar when compiling.
4570 (ange-ftp-process-file): Use bound-and-true-p.
4571
4572 * pcmpl-rpm.el (top-level): Move provide statement to end.
4573 (pcmpl-rpm): Remove unused custom group.
4574
4575 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4576
4577 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4578
4579 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4580 (byte-compile-warnings): Add `constants' as an option.
4581 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4582 (display-call-tree): Update for byte-compile-fdefinition possibly
4583 returning `(macro lambda ...)'. (Bug#4778)
4584 (byte-compile-variable-ref, byte-compile-setq-default):
4585 Respect `constants' member of byte-compile-warnings.
4586
4587 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4588 Use mapc rather than mapcar because the return value is never used.
4589
4590 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4591 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4592 * cedet/semantic/html.el:
4593 Suppress harmless warnings about setting up semantic-imenu (not
4594 part of Emacs) variables.
4595
4596 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4599 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4600 to "submit:".
4601
4602 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4603 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4604 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4605 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4606 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4607 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4608 (semantic-analyzer-debug-global-symbol)
4609 (semantic-analyzer-debug-missing-innertype)
4610 (semantic-analyzer-debug-insert-include-summary):
4611 * cedet/semantic/util.el (semantic-file-tag-table):
4612 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4613 (semantic-recursive-find-nonterminal-by-name):
4614 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4615 * cedet/semantic/tag-file.el (semantic-prototype-file):
4616 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4617 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4618 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4619 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4620 (semantic-idle-summary-maybe-highlight):
4621 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4622 (semantic-ia-sb-tag-info):
4623 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4624 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4625 * cedet/semantic/ede-grammar.el (project-compile-target):
4626 (ede-proj-makefile-insert-variables):
4627 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4628 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4629 (semantic-debug-mode, semantic-debug):
4630 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4631 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4632 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4633 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4634 (semanticdb-find-translate-path-includes--internal)
4635 (semanticdb-reset-log, semanticdb-find-log-activity):
4636 * cedet/semantic/db-file.el (object-write):
4637 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4638 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4639 (semanticdb-create-ebrowse-database):
4640 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4641 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4642 (semantic-collector-calculate-completions-raw)
4643 (semantic-complete-read-tag-analyzer):
4644 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4645 * cedet/ede/util.el (ede-update-version-in-source):
4646 * cedet/ede/proj.el (project-delete-target):
4647 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4648 (ede-proj-flush-autoconf):
4649 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4650 (ede-proj-configure-synchronize):
4651 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4652 * cedet/ede/linux.el (ede-linux-version):
4653 * cedet/ede/emacs.el (ede-emacs-version):
4654 * cedet/ede/dired.el (ede-dired-add-to-target):
4655 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4656 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4657 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4658 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4659 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4660 (cedet-idutils-version-check):
4661 * cedet/cedet-global.el (cedet-gnu-global-call):
4662 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4663 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4664 * cedet/cedet-cscope.el (cedet-cscope-call)
4665 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4666 Use with-current-buffer.
4667 * cedet/ede.el (ede-make-project-local-variable)
4668 (ede-set-project-variables, ede-set): Use dolist.
4669
4670 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4671
4672 * textmodes/ispell.el (ispell-skip-region-alist):
4673 * international/mule-conf.el (eight-bit):
4674 * international/fontset.el (font-encoding-alist):
4675 * startup.el (pure-space-overflow-message):
4676 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4677 * paths.el (gnus-nntp-service, rmail-spool-directory)
4678 (term-file-prefix):
4679 * files.el (save-some-buffers-action-alist):
4680 * cmuscheme.el (same-window-buffer-names):
4681 * ielm.el (same-window-buffer-names):
4682 * shell.el (same-window-buffer-names):
4683 * mail/sendmail.el (same-window-buffer-names):
4684 * progmodes/inf-lisp.el (same-window-buffer-names):
4685 * bindings.el (mode-line-client)
4686 (mode-line-column-line-number-mode-map):
4687 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4688 (tibetan-precomposed-regexp): Purecopy string arguments.
4689
4690 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4693 (calcDigit-nondigit):
4694 * calc/calc-yank.el (calc-copy-to-buffer):
4695 * calc/calc-units.el (calc-invalidate-units-table):
4696 * calc/calc-trail.el (calc-trail-yank):
4697 * calc/calc-store.el (calc-insert-variables):
4698 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4699 * calc/calc-prog.el (calc-read-parse-table):
4700 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4701 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4702 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4703 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4704 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4705 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4706 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4707 * calc/calc-ext.el (calc-realign):
4708 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4709 (calc-embedded-finish-edit, calc-embedded-make-info)
4710 (calc-embedded-finish-command, calc-embedded-stack-change):
4711 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4712
4713 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4714 (overload-docstring-extension): Use that info.
4715 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4716 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4717 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4718 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4719 (semantic-nonterminal-full-name): Add the new `when' info.
4720 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4721 `assert'.
4722
4723 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4724 shell-dynamic-complete-filename in preference to
4725 comint-dynamic-complete-filename.
4726
4727 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4728 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4729 Don't consider whether the display supports colors.
4730 (bookmark-import-new-list): Use dolist.
4731 (bookmark-bmenu-mode-map): Move initialization into declaration.
4732 (bookmark-bmenu-list): Use dolist, simplify.
4733 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4734 (menu-bar-final-items): Use push.
4735
4736 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4737
4738 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4739 it works on remote files.
4740 (vc-hg-diff): Don't pass any `--cwd' argument.
4741
4742 2009-10-27 Kevin Ryde <user42@zip.com.au>
4743
4744 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4745 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4746 (Further to Bug#3921).
4747
4748 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4749
4750 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4751 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4752 calling `tramp-imap-put-file'. Add file size to the call.
4753 (tramp-imap-get-file-entries): Compute also user name, file size,
4754 and date.
4755 (tramp-imap-handle-insert-directory): Insert uid and gid.
4756 (tramp-imap-handle-file-attributes): Transform uid and gid
4757 according to `id-format'.
4758 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4759 size in header X-Size.
4760
4761 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * simple.el (transpose-subr): Give clearer error when the mark
4764 is not set. (Bug#4807)
4765
4766 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4767
4768 * net/tramp.el (tramp-perl-file-truename): New defconst.
4769 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4770 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4771 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4772 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4773
4774 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4775 Ignore `dired-call-process'.
4776 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4777
4778 2009-10-26 Julian Scheid <julians37@gmail.com>
4779
4780 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4781 (tramp-get-remote-readlink): New defun.
4782 (tramp-handle-file-truename): Use it.
4783 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4784 file exists if cache value present.
4785 (tramp-check-cached-permissions): New defun.
4786 (tramp-handle-file-readable-p): Use it.
4787 (tramp-handle-file-writable-p): Likewise.
4788 (tramp-handle-file-executable-p): Likewise.
4789 (tramp-handle-file-name-all-completions): Try using Perl to get
4790 partial completions. When perl not available, combine `cd' and
4791 `ls' into single remote operation and use shell expansion to get
4792 partial remote directory contents. Set `file-exists-p' cache for
4793 directory and any files returned by ls. Change cache handling to
4794 support partial directory contents. Use error message emitted by
4795 remote `cd' or Perl code for local tramp-error.
4796 (tramp-do-copy-or-rename-file-directly): Avoid separate
4797 tramp-send-command-and-check call.
4798 (tramp-handle-process-file): Merge three remote ops into one.
4799 Do not flush all caches when `process-file-side-effects' is set.
4800 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4801 file-attributes shows uid/gid to be set already.
4802
4803 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4804
4805 * textmodes/tex-mode.el (tex-dvi-view-command)
4806 (tex-show-queue-command, tex-open-quote):
4807 * progmodes/ruby-mode.el (auto-mode-alist)
4808 (interpreter-mode-alist): Purecopy strings.
4809
4810 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4811
4812 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4813 string for the hook, keymap and abbrev table.
4814
4815 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4816
4817 * x-dnd.el (x-dnd-xdnd-to-action):
4818 * startup.el (fancy-startup-text, fancy-about-text): Change to
4819 defconst from defvar.
4820
4821 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4822
4823 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4824 Purecopy initialization strings.
4825
4826 * mail/sendmail.el (mail-header-separator)
4827 (mail-personal-alias-file):
4828 * mail/rmail.el (rmail-default-dont-reply-to-names)
4829 (rmail-ignored-headers, rmail-retry-ignored-headers)
4830 (rmail-highlighted-headers, rmail-secondary-file-directory)
4831 (rmail-secondary-file-regexp):
4832 * files.el (null-device, file-name-invalid-regexp)
4833 (locate-dominating-stop-dir-regexp)
4834 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4835 (interpreter-mode-alist): Use mapcar instead of mapc.
4836
4837 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4838
4839 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4840 (completion-ignored-extensions):
4841 (debug-ignored-errors): Purecopy strings.
4842
4843 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4846 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4847 (pcomplete--here): Use push.
4848
4849 * subr.el (all-completions): Declare the 4th arg obsolete.
4850
4851 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4854 (pcomplete-unquote-argument): New function.
4855 (pcomplete--common-suffix): Always pay attention to case.
4856 (pcomplete--table-subvert): Quote and unquote the text.
4857 (pcomplete--common-quoted-suffix): New function.
4858 (pcomplete-std-complete): Use it and pcomplete-begin.
4859
4860 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4861 we're inside a dedicated or minibuffer window.
4862
4863 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * cedet/semantic/fw.el (semantic-alias-obsolete)
4866 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4867 (define-mode-overload-implementation):
4868 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4869 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4870 * cedet/semantic/util.el (semantic-file-token-stream)
4871 (semantic-something-to-stream):
4872 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4873 (semantic-expand-nonterminal):
4874 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4875 (semantic-find-dependency, semantic-find-nonterminal)
4876 (semantic-find-dependency):
4877 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4878 (semantic-flex-text, semantic-flex-make-keyword-table)
4879 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4880 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4881 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4882 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4883 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4884 (semantic-after-idle-scheduler-reparse-hooks):
4885 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4886 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4887 * cedet/semantic.el (semantic-toplevel-bovine-table)
4888 (semantic-toplevel-bovine-cache)
4889 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4890 (semantic-init-mode-hooks, semantic-init-db-hooks)
4891 (semantic-bovination-working-type): Provide the `when' arg.
4892
4893 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4894
4895 * bookmark.el: Update documentation, especially documentation
4896 of `bookmark-alist' and of the bookmark file format.
4897 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4898
4899 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4902 keybindings apply to the mail buffer (Bug#4003). Shrink help
4903 window to buffer.
4904
4905 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4906 (global-whitespace-mode, global-whitespace-newline-mode)
4907 (whitespace-toggle-options, global-whitespace-toggle-options):
4908 Doc fix (Bug#3660).
4909
4910 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4911 of xmltok-start before the end tag was inserted (Bug#2840).
4912
4913 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4914 patterns that are preceded by an open-paren (Bug#1320).
4915
4916 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4917
4918 * files.el (delete-directory): Delete symlinks to directories with
4919 delete-file (Bug#4739).
4920
4921 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4924 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4925 argument to make-obsolete.
4926
4927 * cedet/semantic/fw.el (semantic-alias-obsolete)
4928 (semantic-varalias-obsolete): Add optional WHEN argument.
4929
4930 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4931
4932 * vc.el (vc-backend-for-registration): Rename from
4933 vc-get-backend-for-registration. Update callers.
4934
4935 * international/mule-cmds.el (set-language-info-alist):
4936 Purecopy lang-env.
4937 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4938 (charset): Purecopy the name.
4939 (define-char-code-property): Purecopy string arguments.
4940
4941 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4942 Purecopy string arguments.
4943
4944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4945 * ediff-hook.el (menu-bar-ediff-menu):
4946 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4947 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4948
4949 2009-10-24 Glenn Morris <rgm@gnu.org>
4950
4951 * comint.el (comint-dynamic-list-completions):
4952 * term.el (term-dynamic-list-completions): Use choose-completion rather
4953 than obsolete alias mouse-choose-completion.
4954
4955 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4956 file-cache-choose-completion.
4957 (file-cache-choose-completion): Handle an optional event argument.
4958 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4959
4960 * progmodes/octave-mod.el (octave-complete-symbol):
4961 Use choose-completion if mouse-choose-completion is ever removed.
4962
4963 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4964 use.
4965
4966 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4967 compiler.
4968
4969 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4970
4971 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4974 Ignore `pred' now that we receive one.
4975 Handle test-completion specially.
4976
4977 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4978
4979 * vc.el (vc-responsible-backend): Throw an error if not backend is
4980 found. Remove the REGISTER argument. Move the code dealing with
4981 REGISTER ...
4982 (vc-get-backend-for-registration): ... here. New function.
4983 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4984 of vc-responsible-backend, pass the file name instead of the
4985 directory name.
4986
4987 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4990 New funs.
4991 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4992 (pcomplete-comint-setup): Don't modify a global var via
4993 accidental side-effects.
4994 (pcomplete-shell-setup): Adjust call accordingly.
4995 (pcomplete-parse-comint-arguments): Use push.
4996
4997 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5000 Allow uncapitalized info node names (Bug#3921).
5001
5002 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5003 to the DEBUG file (Bug#3781).
5004
5005 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5006
5007 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5008 dictionary entry (Bug#4579).
5009
5010 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5013 from `rfn-eshadow-update-overlay-hook' when unloading.
5014 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5015 "rsyncc". Adjust doc string.
5016 (tramp-temp-buffer-file-name): New buffer-local defvar.
5017 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5018 Keep temporary file when indicated by method ("rsync" and
5019 "rsyncc").
5020 (tramp-handle-write-region): Handle APPEND.
5021 (tramp-delete-temp-file-function): New defun. Added to
5022 `kill-buffer-hook'.
5023
5024 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5027
5028 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5029
5030 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5031 (color-name-rgb-alist, tty-standard-colors)
5032 (tty-color-mode-alist): Change to defconst.
5033
5034 * simple.el (mark-inactive): Purecopy message.
5035
5036 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5037 (global-map, yank-menu):
5038 * textmodes/ispell.el (ispell-menu-map):
5039 * net/eudc.el (eudc-tools-menu):
5040 * international/mule-cmds.el (describe-language-environment-map)
5041 (setup-language-environment-map, set-coding-system-map)
5042 (mule-menu-keymap):
5043 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5044 * replace.el (occur-mode-map):
5045 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5046
5047 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5048
5049 * calc/calc.el (math-read-number, math-read-number-simple): Use
5050 `save-match-data'.
5051
5052 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5055 rather than fiddling with global-map bindings, since it should only
5056 affect per-terminal settings.
5057 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5058
5059 * minibuffer.el (completion-table-with-terminator): Allow to specify
5060 the terminator-regexp.
5061
5062 * simple.el (switch-to-completions): Look for *Completions* in other
5063 frames as well.
5064
5065 * pcomplete.el: Allow the use of completion-tables.
5066 (pcomplete-std-complete): New command.
5067 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5068 (pcomplete--here): Use a function for `form' rather than an expression,
5069 so it can be byte-compiled.
5070 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5071 Add edebug declaration.
5072 (pcomplete-show-completions): Remove unused var `curbuf'.
5073 (pcomplete-do-complete, pcomplete-stub):
5074 Don't assume `completions' is a list of strings any more.
5075
5076 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * find-dired.el (find-name-arg): Fix typo in docstring.
5079
5080 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5083 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5084
5085 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5086 pcomplete-entries.
5087
5088 * comint.el (comint-read-input-ring, comint-write-input-ring)
5089 (comint-substitute-in-file-name)
5090 (comint-dynamic-complete-as-filename)
5091 (comint-dynamic-simple-complete)
5092 (comint-dynamic-list-filename-completions)
5093 (comint-dynamic-list-completions)
5094 (comint-redirect-results-list-from-process): Minor simplifications.
5095
5096 2009-10-21 Kevin Ryde <user42@zip.com.au>
5097
5098 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5099 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5100 the first form. And insert a blank line after ";;; Code" since
5101 that's usual style. (Bug#4612)
5102
5103 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5104
5105 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * minibuffer.el (completion-table-with-terminator): Properly implement
5108 boundaries, in case `terminator' appears in the suffix.
5109 (completion--embedded-envvar-table): Don't return boundaries if
5110 there's no valid completion. Simplify.
5111 (completion-file-name-table): New completion table extracted from
5112 completion--file-name-table.
5113 (completion--file-name-table): Use it.
5114 (read-file-name-predicate): Declare obsolete.
5115 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5116 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5117 completion-file-name-table, and use the `pred' argument.
5118 * files.el (locate-file-completion-table): Use the `pred' arg rather
5119 than read-file-name-predicate.
5120 (abbreviate-file-name): Use \` rather than ^ for BOS.
5121
5122 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5123
5124 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5125 vc-responsible-backend to register, it causes problems.
5126
5127 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5130
5131 2009-10-21 Eric Ludlam <zappo@gnu.org>
5132
5133 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5134 (semantic-c-debug-mode-init-pch): New functions.
5135 (semantic-c-debug-mode-init-last-mode): New var.
5136 (semantic-c-parse-lexical-token): Use them.
5137
5138 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5139 When extracting the argument list, limit only by point-max.
5140
5141 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5142
5143 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5144 (tramp-smb-handle-file-attributes): Use it.
5145 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5146 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5147 `mapcar'. Use `tramp-smb-get-stat-capability'.
5148 Add `dired-filename' text properties.
5149 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5150 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5151 version.
5152
5153 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * subr.el (read-key-delay): Reduce to 0.01.
5156 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5157 (bug#4751).
5158
5159 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5162
5163 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5164 (Info-menu): Remove unused vars `last' and `completions'.
5165 (Info-index-nodes): Remove unused var `node'.
5166
5167 * info.el (Info-complete-menu-item): Use complete-with-action.
5168
5169 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 Make vc-annotate work through copies and renames.
5172 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5173 Return the file name too.
5174 (vc-annotate-revision-at-line)
5175 (vc-annotate-find-revision-at-line)
5176 (vc-annotate-revision-previous-to-line)
5177 (vc-annotate-show-log-revision-at-line): Update to get the file
5178 name from vc-annotate-extract-revision-at-line.
5179 (vc-annotate-show-diff-revision-at-line-internal): Change the
5180 argument to mean whether to show a file diff or not. Get the file
5181 name from vc-annotate-extract-revision-at-line.
5182 (vc-annotate-show-diff-revision-at-line):
5183 Update vc-annotate-show-diff-revision-at-line call.
5184 (vc-annotate-warp-revision): Add an optional file argument.
5185
5186 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5187 (vc-git-annotate-extract-revision-at-line): Also return the file
5188 name if found.
5189
5190 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5191 command. Remove unused code.
5192 (vc-hg-annotate-re): Update to match --follow output.
5193 (vc-hg-annotate-extract-revision-at-line): Also return the file
5194 name if found.
5195
5196 * vc.el: Update annotate-extract-revision-at-line documentation.
5197
5198 2009-10-18 Kevin Ryde <user42@zip.com.au>
5199
5200 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5201 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5202
5203 * net/browse-url.el (browse-url): Identify alist with "consp and
5204 not functionp" and let all other things go down the `apply' leg,
5205 as suggested by Stefan. (Further to bug#4531.)
5206
5207 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * minibuffer.el (read-file-name): Check for repeat before putting
5210 a default argument in file-name-history (Bug#4657).
5211
5212 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5213 read syntax (Bug#4737).
5214
5215 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5216
5217 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5218
5219 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5220 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5221 entries and make note of obsolete tags.
5222
5223 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5226
5227 2009-10-18 Glenn Morris <rgm@gnu.org>
5228
5229 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5230 grep, so that binary files (eg international/uni-bidi.el) can match.
5231 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5232 now, and in any case the file header format has changed.
5233
5234 2009-10-17 Glenn Morris <rgm@gnu.org>
5235
5236 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5237 (flyspell-get-word, flyspell-large-region)
5238 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5239
5240 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * Makefile.in (ELCFILES): Add ede/shell.
5243
5244 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5245
5246 * term/common-win.el (x-colors): Purecopy it.
5247
5248 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5251 permissive for when the buffer is empty.
5252 (tar-header-block-tokenize): Decode the username and groupname.
5253 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5254
5255 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * cedet/srecode/srt.el:
5258 * cedet/srecode/compile.el:
5259 * cedet/semantic/mru-bookmark.el:
5260 * cedet/semantic/debug.el:
5261 * cedet/semantic/complete.el:
5262 * cedet/semantic/analyze.el: Require CL when compiling.
5263
5264 2009-10-17 Eric Ludlam <zappo@gnu.org>
5265
5266 * cedet/semantic/scope.el
5267 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5268 tmpscope so that the regular scope will continue to work.
5269
5270 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5271 Use semantic-idle-summary-highlight-face as the highlighting.
5272
5273 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5274 contains multibyte characters, choose first applicable coding
5275 system automatically.
5276
5277 * cedet/ede/project-am.el (project-run-target): New method.
5278 (project-run-target): New method.
5279
5280 * cedet/ede.el (ede-target): Add run target menu item.
5281 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5282 (ede-run-target): New function.
5283 (ede-target::project-run-target): New method.
5284
5285 * cedet/ede/proj.el (project-run-target): New method.
5286
5287 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5288 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5289 Add :rules.
5290 (ede-proj-target-makefile-shared-object): Only libtool compilers
5291 now available. Add linkers for libtool.
5292 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5293 (ede-proj-makefile-target-name): Always use .la extension.
5294
5295 * cedet/ede/proj-prog.el (project-run-target): New method.
5296
5297 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5298 (ede-g++-linker): Change Change link lines.
5299
5300 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5301 When searching for old variables, go to the end of the buffer and
5302 search backward from there.
5303 (ede-proj-makefile-automake-insert-subdirs)
5304 (ede-proj-makefile-automake-insert-extradist): New methods.
5305 (ede-proj-makefile-create): Use them.
5306
5307 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5308 Force FILE to expand to the current target. Use file-exists-p to
5309 check that it exists.
5310
5311 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5312 (ede-linux-load): Wrap dir in file-name-as-directory.
5313 Set :version slot.
5314
5315 * cedet/ede/files.el (ede-get-locator-object): When enabling
5316 locate, do so on "top".
5317
5318 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5319 file-name-as-directory during compare.
5320 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5321 Get version number from different places. Don't call egrep.
5322 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5323 to set the directory.
5324
5325 * cedet/ede/shell.el: New file.
5326
5327 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5328 alpha/beta variants.
5329
5330 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * international/mule-cmds.el (select-safe-coding-system): If the file
5333 has a coding cookie, use it regardless of any other setting (bug#4712).
5334
5335 2009-10-17 Glenn Morris <rgm@gnu.org>
5336
5337 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5338 All errors should have messages.
5339
5340 * foldout.el (foldout-mouse-swallow-events):
5341 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5342
5343 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5344 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5345 (dired-keep-marker-symlink, dired-dwim-target)
5346 (dired-copy-preserve-time): Do not autoload these defcustoms.
5347
5348 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5349 messages from messing up the file coding. (Bug#4623)
5350
5351 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5352
5353 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5354 if no match is found for the current dictionary. (Bug#4578)
5355
5356 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5357 optional, since that is how it is documented, and this is often called
5358 with a nil argument. (Bug#4577)
5359 (flyspell-external-point-words, flyspell-auto-correct-word)
5360 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5361 (flyspell-word-search-backward): Remove nil argument in calls to
5362 flyspell-get-word, since it is not needed now.
5363
5364 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5365
5366 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5367
5368 2009-10-16 Glenn Morris <rgm@gnu.org>
5369
5370 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5371
5372 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5373
5374 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5375 (ange-ftp-file-size): New function.
5376 (ange-ftp-file-attributes): Use it.
5377
5378 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5379
5380 * net/tramp-smb.el (tramp-smb-version): New defvar.
5381 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5382 repeated checks.
5383
5384 2009-10-16 Glenn Morris <rgm@gnu.org>
5385
5386 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5387 Maybe copy some custom properties from old to new name. (Bug#4706)
5388
5389 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * subr.el (error, sit-for, start-process-shell-command)
5392 (start-file-process-shell-command): Set the calling convention
5393 after the function definition.
5394
5395 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * subr.el (error, sit-for, start-process-shell-command)
5398 (start-file-process-shell-command): Use the new
5399 set-advertised-calling-convention feature.
5400
5401 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5402
5403 * international/ucs-normalize.el (ucs-normalize-version):
5404 Change to 1.2.
5405 (check-range): Adjust for Unicode 5.2.
5406
5407 2009-10-15 Juri Linkov <juri@jurta.org>
5408
5409 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5410 to the `menu-item' format.
5411
5412 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5413
5414 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5415 if the environment variable does not exist.
5416
5417 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5418 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5419 parameter.
5420 (tramp-smb-handle-add-name-to-file)
5421 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5422 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5423 (tramp-smb-handle-file-attributes)
5424 (tramp-smb-do-file-attributes-with-stat)
5425 (tramp-smb-handle-file-local-copy)
5426 (tramp-smb-handle-insert-directory)
5427 (tramp-smb-handle-make-directory)
5428 (tramp-smb-handle-make-directory-internal)
5429 (tramp-smb-handle-make-symbolic-link)
5430 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5431 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5432 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5433 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5434 Handle long file names.
5435 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5436 process is running.
5437 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5438 Read share names with "-g" option.
5439
5440 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5441
5442 * net/rcirc.el (rcirc-view-log-file): New command.
5443 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5444 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5445 specified.
5446
5447 2009-10-15 Glenn Morris <rgm@gnu.org>
5448
5449 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5450 from the second command-line argument.
5451 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5452 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5453 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5454 w32-batch-update-autoloads.
5455 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5456 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5457
5458 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5459 the headers cannot be located. Simplify, subtracting superflous
5460 save-excursions.
5461
5462 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 Replace completion-base-size by completion-base-position to fix bugs
5465 such as (bug#4699).
5466 * simple.el (completion-base-position): New var.
5467 (completion-base-size): Mark as obsolete.
5468 (choose-completion): Make it work for mouse events as well.
5469 Pass the new base-position to choose-completion-string.
5470 (choose-completion-guess-base-position): New function, extracted from
5471 choose-completion-delete-max-match.
5472 (choose-completion-delete-max-match): Use it. Make obsolete.
5473 (choose-completion-string): Use the new base-position info.
5474 (completion-root-regexp): Delete.
5475 (completion-setup-function): Preserve completion-base-position.
5476 Eliminate obsolete base-size manipulation.
5477 * minibuffer.el (display-completion-list): Don't mess with base-size.
5478 (minibuffer-completion-help): Set completion-base-position instead.
5479 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5480 choose-completion.
5481 * textmodes/bibtex.el (bibtex-complete):
5482 * emacs-lisp/crm.el (crm--choose-completion-string):
5483 Adjust to new calling convention.
5484 * complete.el (partial-completion-mode): Use minibufferp to avoid
5485 bumping into incompatible change to choose-completion-string-functions.
5486 * ido.el (ido-choose-completion-string): Make its calling convention
5487 more permissive.
5488 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5489 base-size manipulation.
5490 (comint-dynamic-list-input-ring): Use dotimes and push.
5491 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5492 fundamental-mode. Use `or'.
5493
5494 2009-10-14 Juri Linkov <juri@jurta.org>
5495
5496 * misearch.el (multi-isearch-next-buffer-from-list)
5497 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5498
5499 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5502 `bytecomp.el'.
5503
5504 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5505 string we return is all made up of text from the completions rather
5506 than part from the completions and part from the input (bug#4219).
5507
5508 * ido.el (ido-everywhere): Use define-minor-mode.
5509
5510 * buff-menu.el (list-buffers, ctl-x-map):
5511 Mark the entry points with ;;;###autoload cookies.
5512
5513 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5514
5515 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5516 correctly in the detached head case.
5517 (vc-git-print-log): Remove unused binding.
5518
5519 * vc.el (vc-responsible-backend): When a directory is passed for
5520 for registration create a VC repository if no backend is
5521 responsible for the directory argument.
5522 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5523
5524 * vc.el: Move comments about RCS and SCCS ...
5525 * vc-rcs.el:
5526 * vc-sccs.el: ... here, respectively.
5527
5528 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * minibuffer.el (completion--file-name-table): Return nil if there's
5531 no file completion, even if substitute-in-file-name changed
5532 the string (bug#4708).
5533
5534 2009-10-13 Juri Linkov <juri@jurta.org>
5535
5536 * files-x.el (read-file-local-variable-value): Don't filter out
5537 minor modes from mode name completion (bug#4664).
5538
5539 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5540
5541 * international/mule-cmds.el (ucs-names): Remove exclusion of
5542 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5543
5544 2009-10-13 Kenichi Handa <handa@m17n.org>
5545
5546 * international/uni-name.el: Regenerated.
5547
5548 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5549
5550 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5551 should be automatically buffer-local, but isn't.)
5552
5553 2009-10-12 Sam Steingold <sds@gnu.org>
5554
5555 * progmodes/compile.el (compilation-next-error-function): Fix the
5556 timestamps if the buffer has been visited before.
5557 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5558 non-anchored patterns, like the perl one (bug#3928).
5559
5560 2009-10-12 Glenn Morris <rgm@gnu.org>
5561
5562 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5563 Let-bind `size'.
5564
5565 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * proced.el (proced-unload-function): New function.
5568
5569 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5570 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5571 Doc fix.
5572
5573 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5574
5575 2009-10-11 Juri Linkov <juri@jurta.org>
5576
5577 * files-x.el (read-file-local-variable-value):
5578 Provide default value only for bound variables (bug#4664).
5579
5580 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5581
5582 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5583 connection methods like smb.
5584
5585 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5586 can be empty.
5587
5588 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5589 (tramp-smb-file-name-handler-alist): Add handlers for
5590 `add-name-to-file', `make-symbolic-link'.
5591 (tramp-smb-handle-add-name-to-file)
5592 (tramp-smb-do-file-attributes-with-stat)
5593 (tramp-smb-handle-make-symbolic-link)
5594 (tramp-smb-get-cifs-capabilities): New defuns.
5595 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5596 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5597 (tramp-smb-handle-file-local-copy)
5598 (tramp-smb-handle-make-directory-internal)
5599 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5600 The file name syntax depends on cifs capabilities.
5601 (tramp-smb-handle-file-attributes):
5602 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5603 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5604 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5605
5606 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5609 (eieio-defclass): Apply deftype handler and setf-method properties
5610 directly.
5611 (eieio-add-new-slot): Avoid union function from cl library.
5612 (eieio--typep): New function.
5613 (eieio-perform-slot-validation): Use it.
5614
5615 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5616
5617 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5618 Update documentation to refer to the variables documented in r1.135.
5619 (Bug#4188)
5620
5621 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5622
5623 * bookmark.el (Info-suffix-list): Remove this unused variable.
5624 (bookmark-current-point): Remove this obsolete variable.
5625 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5626 Adjust for removal of bookmark-current-point.
5627
5628 (bookmarks-already-loaded, bookmark-current-buffer)
5629 (bookmark-yank-point): Document. (Bug#4188)
5630
5631 2009-10-10 Glenn Morris <rgm@gnu.org>
5632
5633 * frame.el (frame-height): Doc fix.
5634
5635 * calendar/calendar.el (calendar-split-width-threshold): New option.
5636 (calendar-basic-setup): Use calendar-split-width-threshold.
5637
5638 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5639
5640 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5641 Use .la for Automake.
5642
5643 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5646 Use "autoreconf -i". Suggested by Andreas Schwab.
5647
5648 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5651 Ideographic Supplement" range (U+1F200..U+1F2FF).
5652
5653 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5654
5655 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5656 since the list will have been rebuilt anyway. (Bug#4349)
5657
5658 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5659
5660 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5661 (bookmark-bmenu-execute-deletions): Don't save here, as
5662 bookmark-delete will now do so if necessary.
5663 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5664 (Bug#4348)
5665
5666 2009-10-09 Glenn Morris <rgm@gnu.org>
5667
5668 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5669
5670 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5671
5672 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5673 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5674 argument now, so the two function's behaviors will match. (Bug#3645)
5675
5676 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5677
5678 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5679 Fix filename test.
5680 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5681 to expand file names.
5682
5683 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5684
5685 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5686 (tramp-file-name-real-host, tramp-file-name-port):
5687 Apply `save-match-data'.
5688
5689 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5690 case both directories are remote.
5691 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5692 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5693
5694 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5697 (ede-proj-target-makefile-objectcode): Use it.
5698
5699 * cedet/ede/source.el (ede-want-any-source-files-p)
5700 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5701 Return search result. This error was introduced while merging.
5702
5703 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5706
5707 2009-10-07 Glenn Morris <rgm@gnu.org>
5708
5709 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5710 of concat.
5711
5712 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * files-x.el (read-file-local-variable): Include some
5715 non-user-variables in the completion table (bug#4664).
5716
5717 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5720 message.
5721
5722 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5723 (tramp-smb-file-name-handler-alist): Add handler for
5724 `copy-directory', `expand-file-name', `set-file-modes'.
5725 (tramp-smb-handle-copy-directory)
5726 (tramp-smb-handle-expand-file-name)
5727 (tramp-smb-handle-set-file-modes): New defuns.
5728 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5729 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5730 entry.
5731 (tramp-smb-handle-insert-directory): Don't flush the cache.
5732 (tramp-smb-maybe-open-connection): Check for samba client and
5733 server versions.
5734
5735 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5736
5737 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5738 to not error out of search for "^lisp=" fails.
5739
5740 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * makefile.w32-in (WINS_UPDATES): New macro.
5743 (custom-deps, finder-data, autoloads): Use it.
5744
5745 2009-10-07 Glenn Morris <rgm@gnu.org>
5746
5747 * Makefile.in (autoloads): Revert previous change.
5748 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5749 the list of preloaded files passed on the command-line, get
5750 it from src/Makefile.
5751
5752 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5753 show the original buffer rather than a random one.
5754
5755 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5756
5757 * help.el (describe-no-warranty): Place point in a slightly better
5758 position in the GPLv3 text.
5759
5760 2009-10-06 Sam Steingold <sds@gnu.org>
5761
5762 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5763 the comm attribute is present before calling regexp-quote.
5764
5765 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5766
5767 * play/animate.el (animate-string): For good effect, make sure
5768 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5769
5770 * play/animate.el (animate-sequence, animate-birthday-present):
5771 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5772
5773 2009-10-06 Glenn Morris <rgm@gnu.org>
5774
5775 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5776
5777 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5778 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5779 (batch-update-autoloads): Process a string value of autoload-excludes,
5780 set during the build process.
5781 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5782
5783 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5784 inside with-parsed... macro so that `v' is defined.
5785
5786 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5787 * progmodes/fortran.el (fortran-end-of-block)
5788 (fortran-beginning-of-block):
5789 Also push mark in the macro case.
5790
5791 * emerge.el (emerge-show-file-name):
5792 * calc/calc.el (calc-quit):
5793 * calc/calc-misc.el (calc-big-or-small):
5794 * calc/calc-graph.el (calc-graph-view):
5795 * calc/calc-ext.el (calc-reset):
5796 * calendar/calendar.el (calendar-basic-setup):
5797 Use window-full-height-p.
5798
5799 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5800 header we don't understand, don't insert another. (Bug#4624)
5801 If changing mime charset, insert the new one in the right place.
5802
5803 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5804
5805 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5806 (cal-tex-cursor-month): Correctly increment the end date for diary and
5807 holiday listing. (Bug#4626)
5808
5809 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * help-fns.el (describe-function-1): Don't burp if the function is not
5812 a symbol.
5813
5814 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5817 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5818 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5819 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5820
5821 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5822 (eieio-default-superclass): Reflow docstrings.
5823 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5824 (eieio-unbind-method-implementations, defmethod)
5825 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5826 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5827 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5828 (eieio-slot-originating-class-p, eieio-slot-name-index)
5829 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5830 (constructor, initialize-instance, no-next-method, object-print)
5831 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5832 Fix typos in docstrings.
5833 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5834 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5835 (next-method-p): Doc fixes.
5836 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5837 Fix typos in error messages.
5838 (eieio-defmethod): Fix typo in description of generic method.
5839
5840 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5841 (eieio-persistent-save-interactive, slot-missing):
5842 Fix typos in docstrings.
5843 (eieio-instance-inheritor-slot-boundp): Doc fix.
5844
5845 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5846 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5847
5848 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5849 (eieio-custom-object-apply-reset):
5850 Fix typos in docstrings and error messages.
5851
5852 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5853 Fix typo in docstring.
5854
5855 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5856 (eieio-browse-tree): Doc fix.
5857 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5858 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5859 Fix typos in docstrings.
5860
5861 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5862 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5863 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5864 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5865 Reflow docstrings.
5866
5867 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5868
5869 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5870 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5871 Set log-view-vc-backend so that diff can work.
5872
5873 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5874 vc-version-diff.
5875 (vc-diff-internal): Autoload this instead of vc-version-diff.
5876
5877 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5878
5879 * simple.el (eval-expression): Doc fix.
5880
5881 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5882
5883 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5884
5885 * files.el (directory-files-no-dot-files-regexp): New defconst.
5886 (delete-directory): Use it.
5887 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5888
5889 * net/tramp.el (tramp-verbose): Fix docstring.
5890 (tramp-methods): Add recursive option to `tramp-copy-args'.
5891 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5892 "scp1_old", "scp2_old", "rsync", "rsyncc".
5893 (tramp-default-method): Check also for `auth-source-user-or-password'.
5894 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5895 Add handler for `copy-directory'.
5896 (tramp-handle-copy-directory): New defun.
5897 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5898 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5899 Optimize sent command.
5900
5901 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5904 window if necessary.
5905
5906 * calendar/calendar.el (calendar-basic-setup): Don't call
5907 switch-to-buffer in a dedicated window.
5908
5909 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5910
5911 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5912 don't do anything related to relocating, just return nil.
5913 (bookmark-error-no-filename): New error.
5914 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5915 bookmark has no file. Don't even attempt to handle things that
5916 are not files; the whole point of custom handlers is to keep that
5917 knowledge elsewhere anyway. Tighten some comments.
5918 (bookmark-file-or-variation-thereof): Remove now-unused function.
5919 (bookmark-location): Doc string fix.
5920 (Bug#4250)
5921
5922 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5923
5924 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5925 don't use a file dialog, because they usually don't know how to read
5926 a directory target from the user. (Bug#4230)
5927 Also, make sure the prompt can display directories as well as files.
5928
5929 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5930
5931 * bookmark.el (bookmark-set, bookmark-buffer-name):
5932 Improve doc strings. (Bug#1193)
5933
5934 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5935
5936 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5937 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5938 (bookmark-get-annotation, bookmark-set-annotation)
5939 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5940 (bookmark-set-position, bookmark-get-front-context-string)
5941 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5942 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5943 (bookmark-jump-other-window, bookmark-handle-bookmark)
5944 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5945 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5946 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5947 Improve doc strings to say whether bookmark can be a string or
5948 a record or both, and make other consistency and clarity fixes.
5949 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5950 (bookmark-default-annotation-text, bookmark-yank-word)
5951 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5952 (bookmark-import-new-list, bookmark-maybe-rename)
5953 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5954 (bookmark-bmenu-bookmark): Give these doc strings.
5955 (bookmark-bmenu-check-position): Give this a doc string, but also
5956 add a FIXME comment about how the function may be pointless.
5957 (bookmark-default-handler): Rework doc string and change a
5958 parameter name, to clarify that this takes a bookmark record
5959 not a bookmark name.
5960 (bookmark-set): Change a parameter name to indicate its meaning,
5961 and improve the doc string a bit.
5962 (Bug#4188)
5963
5964 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5965
5966 * bookmark.el (bookmark-alist): Document the new `handler' element
5967 in the param alist.
5968 (bookmark-make-record-function): Adjust documentation for above.
5969 (Bug#4193)
5970
5971 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5972
5973 * info.el (Info-bookmark-make-record): Document this function.
5974 (Info-bookmark-jump): Document with a doc string, not just a comment.
5975 (Bug#4203)
5976
5977 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5980 (semantic-new-buffer-fcn): Call parser setup functions here.
5981 (semantic-mode): Don't call parser setup functions here, it's done
5982 in semantic-new-buffer-fcn now.
5983 (semantic-mode): Parse all existing buffers when enabled.
5984
5985 * cedet/srecode/compile.el (srecode-compile-file):
5986 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5987
5988 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5991
5992 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5993 (proj-comp-insert-variable-once): New macro, renamed from
5994 ede-pmake-insert-variable-once in ede/pmake.edl.
5995 (ede-proj-makefile-insert-variables): Use it.
5996
5997 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * files.el (copy-directory): New defun.
6000
6001 * dired-aux.el (dired-copy-file-recursive): Use it.
6002
6003 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6004
6005 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6006 (makefile-end-of-command):
6007 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6008 (semantic-end-of-context): Fix previous change. Doc fixes.
6009
6010 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6011
6012 * files-x.el (modify-dir-local-variable)
6013 (copy-dir-locals-to-file-locals-prop-line):
6014 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6015 (makefile-end-of-command):
6016 * cedet/semantic/lex.el (semantic-lex-token):
6017 * cedet/semantic/analyze/fcn.el
6018 (semantic-analyze-dereference-metatype-1):
6019 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6020 (semantic-lex-cpp-undef):
6021 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6022 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6023 (semantic-end-of-context): Fix typos in docstrings.
6024
6025 * recentf.el (recentf-unload-function): New function.
6026
6027 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6028
6029 * cedet/ede.el (ede-project-placeholder-cache-file):
6030 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6031 * cedet/srecode/map.el (srecode-map-save-file):
6032 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6033
6034 2009-10-04 Glenn Morris <rgm@gnu.org>
6035
6036 * window.el (window-full-height-p): Add doc string.
6037
6038 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6039
6040 * window.el (window-full-height-p): New function. (Bug#4543)
6041
6042 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * cedet/srecode/insert.el: Require srecode/args.
6045
6046 * cedet/srecode/args.el: Require srecode/dictionary instead of
6047 srecode/insert.
6048
6049 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6050
6051 * files.el (auto-mode-alist): Add .srt and Project.ede.
6052
6053 * cedet/semantic.el (semantic-mode):
6054 Handle srecode-template-mode-hook as well.
6055 (semantic-mode): Use js-mode-hook for Javascript hook.
6056
6057 * cedet/srecode/template.el: Remove hook variable.
6058
6059 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6060
6061 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6062 projects exist.
6063 (ede-project-placeholder-cache-file): Default to a file in
6064 user-emacs-directory.
6065
6066 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6067 templates in data-directory.
6068 (srecode-map-save-file): Default to a file in user-emacs-directory.
6069
6070 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6071 directory.
6072
6073 2009-09-30 Eric Ludlam <zappo@gnu.org>
6074
6075 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6076 Doc fix.
6077
6078 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6079 Only insert each variable once.
6080
6081 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6082 (ede-pmake-insert-variable-shared): Use it.
6083
6084 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6085 for lexical table iff table is nil.
6086
6087 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6088
6089 * vc.el: Remove commented out code.
6090 (vc-derived-from-dir-mode): Remove, unused.
6091 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6092
6093 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6094
6095 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6096 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6097 there could be recursive loading when `default-directory' is a
6098 remote file name. (Bug#4614)
6099
6100 2009-10-03 Glenn Morris <rgm@gnu.org>
6101
6102 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6103 the frame is wide.
6104 (calendar-generate-window): Test for shrinkability rather than width.
6105
6106 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6107 declaration, currently false.
6108
6109 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6110 reusing existing buffers, in case we happen to visit two files with the
6111 same basename. (Bug#4593)
6112
6113 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6114
6115 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6116 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6117 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6118 subdirs of cedet as well.
6119 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6120
6121 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6124 Obey advertised-signature-table.
6125
6126 * help-fns.el (help-function-arglist): Don't check
6127 advertised-signature-table.
6128 (describe-function-1): Do it here instead so it also applies to subrs.
6129
6130 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * simple.el (start-file-process): Say in the doc-string, that file
6133 handlers might not support pty association, if PROGRAM is nil.
6134
6135 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6136 HOST and USER are strings. They are nil, when there are
6137 incomplete entries in ~/.netrc, for example.
6138 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6139 root directory ("device busy" error otherwise).
6140
6141 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6142 Flush file properties of created directory.
6143
6144 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6145
6146 * makefile.w32-in (WINS_BASIC): Remove cedet.
6147 (WINS_CEDET): Add cedet.
6148 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6149
6150 2009-10-02 Kevin Ryde <user42@zip.com.au>
6151
6152 * net/browse-url.el (browse-url): Pass any symbol in
6153 browse-url-browser-function to `apply', since if you've mistakenly put
6154 an unbound symbol then the error is clearer. (Bug#4531)
6155
6156 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * allout.el (allout-init, allout-back-to-current-heading)
6159 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6160 (allout-ascend, allout-up-current-level, allout-end-of-level)
6161 (allout-previous-visible-heading, allout-forward-current-level)
6162 (allout-backward-current-level, allout-show-children):
6163 * apropos.el (apropos-describe-plist):
6164 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6165 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6166 * completion.el (add-completion, add-permanent-completion):
6167 * descr-text.el (describe-text-category, describe-char):
6168 * desktop.el (desktop-lazy-abort):
6169 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6170 * dired.el (dired-build-subdir-alist):
6171 * ediff.el (ediff-version):
6172 * elide-head.el (elide-head, elide-head-show):
6173 * emerge.el (emerge-version):
6174 * env.el (getenv):
6175 * face-remap.el (variable-pitch-mode):
6176 * faces.el (describe-face):
6177 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6178 (dired-at-point):
6179 * files.el (find-file-existing, auto-save-mode):
6180 * font-lock.el (font-lock-fontify-buffer):
6181 * help-fns.el (describe-function, describe-variable)
6182 (describe-syntax, describe-categories):
6183 * help.el (view-lossage, describe-bindings, describe-key)
6184 (describe-mode):
6185 * hexl.el (hexl-current-address):
6186 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6187 * info.el (Info-goto-emacs-key-command-node):
6188 * log-edit.el (log-edit-insert-cvs-template)
6189 (log-edit-insert-cvs-rcstemplate):
6190 * menu-bar.el (menu-bar-mode):
6191 * mouse.el (mouse-appearance-menu):
6192 * newcomment.el (comment-indent-new-line):
6193 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6194 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6195 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6196 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6197 * recentf.el (recentf-mode):
6198 * savehist.el (savehist-mode, savehist-save):
6199 * shadowfile.el (shadow-copy-files):
6200 * simple.el (kill-ring-save, next-line, previous-line)
6201 (normal-erase-is-backspace-mode):
6202 * strokes.el (strokes-update-window-configuration)
6203 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6204 (strokes-xpm-for-stroke):
6205 * time.el (emacs-uptime, emacs-init-time):
6206 * tutorial.el (tutorial--describe-nonstandard-key)
6207 (tutorial--detailed-help):
6208 * type-break.el (type-break-mode)
6209 (type-break-mode-line-message-mode, type-break-query-mode)
6210 (type-break-guesstimate-keystroke-threshold):
6211 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6212 * version.el (emacs-version):
6213 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6214 * winner.el (winner-mode):
6215 * calendar/timeclock.el (timeclock-in, timeclock-out)
6216 (timeclock-status-string, timeclock-change)
6217 (timeclock-workday-remaining-string)
6218 (timeclock-workday-elapsed-string)
6219 (timeclock-when-to-leave-string):
6220 * calendar/todo-mode.el (todo-add-category):
6221 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6222 * emacs-lisp/autoload.el (update-file-autoloads):
6223 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6224 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6225 (checkdoc-message-text, checkdoc-defun):
6226 * emacs-lisp/debug.el (debugger-list-functions):
6227 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6228 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6229 (eieio-describe-generic):
6230 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6231 * emacs-lisp/shadow.el (list-load-path-shadows):
6232 * emulation/cua-base.el (cua-mode):
6233 * emulation/edt.el (edt-set-scroll-margins):
6234 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6235 (tpu-toggle-regexp, tpu-toggle-search-direction)
6236 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6237 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6238 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6239 (viper-set-parsing-style-toggling-macro)
6240 (viper-set-emacs-state-searchstyle-macros):
6241 * emulation/viper.el (viper-set-hooks):
6242 * eshell/esh-mode.el (eshell-truncate-buffer):
6243 * international/mule-cmds.el (prefer-coding-system)
6244 (describe-input-method, describe-language-environment):
6245 * international/mule-diag.el (list-character-sets)
6246 (describe-character-set, describe-coding-system)
6247 (describe-fontset, list-fontsets, list-input-methods):
6248 * mail/sendmail.el (mail-signature):
6249 * net/ange-ftp.el (ange-ftp-copy-file):
6250 * net/browse-url.el (browse-url):
6251 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6252 * net/quickurl.el (quickurl-add-url):
6253 * net/rcirc.el (names, topic):
6254 * net/xesam.el (xesam-mode):
6255 * play/5x5.el (5x5-new-game):
6256 * play/yow.el (apropos-zippy):
6257 * progmodes/ada-mode.el (ada-mode-version):
6258 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6259 (f90-end-of-block)
6260 (f90-beginning-of-block):
6261 * progmodes/fortran.el (fortran-end-of-block)
6262 (fortran-beginning-of-block):
6263 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6264 * progmodes/python.el (python-describe-symbol, python-shell):
6265 * term/ns-win.el (ns-print-buffer):
6266 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6267 * textmodes/flyspell.el (flyspell-mode-on):
6268 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6269 (pages-directory-for-addresses):
6270 * textmodes/table.el (table-recognize-cell)
6271 (table-query-dimension, table-generate-source)
6272 (table-insert-sequence, table--warn-incompatibility):
6273 * textmodes/tex-mode.el (tex-validate-buffer):
6274 * textmodes/texinfmt.el (texinfmt-version)
6275 (texinfo-format-buffer):
6276 Use `called-interactively-p' instead of `interactive-p'.
6277
6278 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6279
6280 * image-mode.el (image-toggle-display):
6281 * emacs-lisp/elp.el (elp-instrument-function):
6282 * emacs-lisp/advice.el (ad-make-advised-definition):
6283 * emacs-lisp/easy-mmode.el (define-minor-mode):
6284 * net/browse-url.el (browse-url-maybe-new-window):
6285 * progmodes/sh-script.el (sh-learn-buffer-indent):
6286 Pass new argument 'any to `called-interactively-p'.
6287
6288 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6289
6290 * international/uni-bidi.el:
6291 * international/uni-category.el:
6292 * international/uni-combining.el:
6293 * international/uni-comment.el:
6294 * international/uni-decimal.el:
6295 * international/uni-decomposition.el:
6296 * international/uni-digit.el:
6297 * international/uni-lowercase.el:
6298 * international/uni-mirrored.el:
6299 * international/uni-name.el:
6300 * international/uni-numeric.el:
6301 * international/uni-old-name.el:
6302 * international/uni-titlecase.el:
6303 * international/uni-uppercase.el:
6304 Regenerate from Unicode 5.2.0 data.
6305
6306 2009-10-01 Glenn Morris <rgm@gnu.org>
6307
6308 * Makefile.in (ELCFILES): Regenerate.
6309
6310 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * subr.el (interactive-p): Mark obsolete.
6313 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6314 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6315 advertised-signature-table for subroutines as well.
6316
6317 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6318 (set-advertised-calling-convention): New function.
6319 (make-obsolete, define-obsolete-function-alias)
6320 (make-obsolete-variable, define-obsolete-variable-alias):
6321 Make the optional-ness of `when' obsolete.
6322 (define-obsolete-face-alias): Make `when' non-optional.
6323 * help-fns.el (help-function-arglist):
6324 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6325 Use advertised-signature-table.
6326
6327 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6328
6329 * files.el (delete-directory): New defun. The original function
6330 in fileio.c has been renamed to `delete-directory-internal'.
6331
6332 * dired.el (dired-delete-file): Call `delete-directory' with
6333 RECURSIVE parameter.
6334
6335 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6336 parameter RECURSIVE. Implementation is missing.
6337
6338 * net/tramp.el (tramp-handle-make-directory): Flush upper
6339 directory's file properties.
6340 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6341 (tramp-handle-dired-recursive-delete-directory): Flush directory
6342 properties after the remove command only.
6343
6344 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6345 Handle optional parameter RECURSIVE.
6346
6347 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6348 Handle optional parameter RECURSIVE.
6349
6350 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6351 connection timeout.
6352 (tramp-smb-handle-delete-directory): Handle optional parameter
6353 RECURSIVE.
6354
6355 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6356
6357 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6358 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6359 (byte-compile-defmacro): Use backquotes.
6360
6361 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6362
6363 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6364 has no associated file.
6365 (vc-resynch-buffer): Use vc-dir-buffers.
6366
6367 2009-10-01 Glenn Morris <rgm@gnu.org>
6368
6369 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6370 (chart-file-count):
6371 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6372 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6373 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6374 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6375 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6376 (eieio-copy-parents-into-subclass, make-instance, class-children)
6377 (eieio-generic-form):
6378 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6379 * cedet/cedet-idutils.el (cedet-idutils-search)
6380 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6381 (cedet-idutils-version-check):
6382 * cedet/cedet.el (cedet-version):
6383 * cedet/data-debug.el (data-debug-insert-overlay-button)
6384 (data-debug-insert-overlay-list-button)
6385 (data-debug-insert-buffer-button)
6386 (data-debug-insert-buffer-list-button)
6387 (data-debug-insert-process-button, data-debug-insert-ring-button)
6388 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6389 (data-debug-insert-stuff-vector-button)
6390 (data-debug-insert-symbol-button, data-debug-insert-string)
6391 (data-debug-insert-number, data-debug-insert-lambda-expression)
6392 (data-debug-insert-nil, data-debug-insert-simple-thing)
6393 (data-debug-insert-custom, data-debug-edebug-expr):
6394 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6395 (global-ede-mode-map, ede-new, ede-debug-target)
6396 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6397 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6398 (semantic-fetch-tags, semantic-submode-list)
6399 (semantic-default-submodes):
6400 * cedet/ede/source.el (ede-source-match):
6401 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6402 (project-am-package-info):
6403 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6404 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6405 * cedet/ede/proj-comp.el (ede-current-build-list):
6406 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6407 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6408 * cedet/ede/cpp-root.el (initialize-instance):
6409 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6410 (autoconf-parameter-strip, autoconf-insert-new-macro):
6411 * cedet/semantic/wisent.el (wisent-lex-eoi):
6412 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6413 (semantic-show-parser-state-mode):
6414 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6415 * cedet/semantic/tag.el (semantic-tag-new-variable)
6416 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6417 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6418 (semantic--tag-deep-copy-tag-list)
6419 (semantic-tag-components-with-overlays-default):
6420 * cedet/semantic/symref.el (semantic-symref-find-text):
6421 * cedet/semantic/senator.el (senator-yank-tag)
6422 (senator-transpose-tags-up):
6423 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6424 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6425 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6426 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6427 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6428 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6429 * cedet/semantic/lex-spp.el
6430 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6431 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6432 * cedet/semantic/idle.el
6433 (semantic-idle-summary-current-symbol-info-brutish)
6434 (semantic-idle-summary-current-symbol-info-default):
6435 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6436 (semantic--grammar-macro-compl-dict):
6437 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6438 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6439 (semantic-format-tag-canonical-name-default):
6440 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6441 (semantic-find-tags-for-completion)
6442 (semantic-find-tags-by-scope-protection-default)
6443 (semantic-deep-find-tags-for-completion):
6444 * cedet/semantic/edit.el
6445 (semantic-edits-incremental-reparse-failed-hook)
6446 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6447 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6448 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6449 * cedet/semantic/dep.el (semantic-dependency-include-path):
6450 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6451 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6452 (semanticdb-project-roots):
6453 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6454 (semanticdb-find-adebug-insert-scanned-tag-cons)
6455 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6456 (semanticdb-brute-deep-find-tags-for-completion):
6457 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6458 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6459 (semantic-end-of-context-default)
6460 (semantic-ctxt-current-function-default)
6461 (semantic-ctxt-scoped-types-default):
6462 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6463 (semantic-complete-inline-tag-engine)
6464 (semantic-complete-inline-custom-type)
6465 (semantic-complete-read-tag-analyzer):
6466 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6467 (semantic-chart-database-size):
6468 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6469 (semantic-analyze-current-context):
6470 * cedet/semantic/symref/list.el (semantic-symref)
6471 (semantic-symref-hide-buffer, semantic-symref-symbol):
6472 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6473 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6474 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6475 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6476 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6477 (semantic-c-dereference-template):
6478 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6479 (semantic--analyze-refs-full-lookup-with-parents)
6480 (semantic--analyze-refs-full-lookup-simple):
6481 * cedet/semantic/analyze/complete.el
6482 (semantic-analyze-possible-completions):
6483 * cedet/srecode/table.el (srecode-mode-table-new):
6484 * cedet/srecode/srt.el (srecode-read-variable-name):
6485 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6486 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6487 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6488 * cedet/srecode/map.el (srecode-current-map):
6489 * cedet/srecode/insert.el (srecode-insert)
6490 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6491 (srecode-template-inserter-point-override)
6492 (srecode-insert-include-lookup):
6493 * cedet/srecode/getset.el (srecode-auto-choose-class):
6494 * cedet/srecode/extract.el (srecode-inserter-extract):
6495 * cedet/srecode/document.el
6496 (srecode-document-autocomment-return-last-alist)
6497 (srecode-document-autocomment-param-type-alist)
6498 (srecode-document-insert-function-comment)
6499 (srecode-document-insert-variable-one-line-comment)
6500 (srecode-document-function-name-comment):
6501 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6502 (srecode-compound-toString):
6503 * cedet/srecode/compile.el (srecode-flush-active-templates):
6504 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6505 Doc/message fixes.
6506
6507 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6508 match-data. (Bug#4555).
6509
6510 * cedet/semantic/bovine/gcc.el
6511 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6512 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6513
6514 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6515 rather than parsing it as a regexp. This relaxes the layout
6516 requirements and makes errors easier to detect.
6517 (check-declare-verify): Check file is regular.
6518 (check-declare-directory): Doc fix.
6519 * subr.el (declare-function): Doc fix.
6520
6521 * ibuffer.el (ibuffer-format-qualifier):
6522 * isearch.el (hi-lock-regexp-okay):
6523 * calc/calc.el (math-zerop):
6524 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6525 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6526 Remove unused declarations.
6527
6528 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * cedet/semantic/wisent/javat-wy.el
6531 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6532
6533 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * cedet/srecode/expandproto.el: Fix provide statement.
6536
6537 2009-09-30 Eric Ludlam <zappo@gnu.org>
6538
6539 * emacs-lisp/eieio.el (boolean-p): Delete.
6540
6541 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6542
6543 * cedet/ede/srecode.el: Fix provide statement.
6544
6545 2009-09-30 Glenn Morris <rgm@gnu.org>
6546
6547 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6548 * cedet/ede/proj-aux.el (ede-aux-source):
6549 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6550 (ede-misc-source):
6551 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6552 (semantic-mrub-switch-tags): Fix doc typos.
6553
6554 * cedet/semantic/db-global.el (data-debug-new-buffer)
6555 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6556 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6557
6558 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6559
6560 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6561 use of CL function `remove-if-not'.
6562
6563 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6564
6565 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6566 filename is not a string.
6567
6568 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * files.el (safe-local-eval-forms): Fix typo.
6571
6572 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * vc-hooks.el (vc-dir-buffers): New var.
6575 (vc-state-refresh): New function.
6576 (vc-state): Use it.
6577 (vc-after-save): Always ask the backend to recompute the new state.
6578 Always call vc-dir if necessary, using vc-dir-buffers.
6579 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6580 Use vc-dir-buffers.
6581 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6582 (vc-dir-prepare-status-buffer, vc-dir-update)
6583 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6584 Don't call expand-file-name on default-directory.
6585
6586 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * speedbar.el (speedbar-item-delete):
6589 * calc/calc-prog.el (calc-kbd-if):
6590 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6591
6592 * epa.el (epa-key-list-mode-map):
6593 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6594
6595 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6596 (hs-show-hook): Fix typo in docstring.
6597
6598 2009-09-29 Glenn Morris <rgm@gnu.org>
6599
6600 * cedet/semantic/symref/idutils.el:
6601 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6602
6603 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6604
6605 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6606 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6607 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6608 Mark declarations not understood by check-declare.
6609
6610 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6611 file-name-nondirectory call preventing location of cedet files.
6612 (check-declare-verify): Use literal search rather than re-search.
6613 Add basic defmethod and defclass, and define-overloadable-function.
6614
6615 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6616 Use tramp-compat-file-attributes rather than nonexistent
6617 tramp-compat-handle-file-attributes.
6618
6619 * Makefile.in (lisptagsfiles4): New.
6620 (AUTOGENEL): Add cedet loaddefs files.
6621 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6622 (update-elclist, compile-always, backup-compiled-files)
6623 (bootstrap-clean): Add yet another directory level.
6624 (update-elclist): Use LC_COLLATE rather than COLLATE.
6625 (ELCFILES): Update, via `make update-elclist'.
6626
6627 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6630 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6631 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6632
6633 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6634
6635 * Makefile.in (lisptagsfiles3): Define.
6636 (TAGS, TAGS-LISP): Use it.
6637 (update-elclist): Add third directory level to look for elc files.
6638 (compile-always): Likewise.
6639 (backup-compiled-files): Likewise.
6640 (bootstrap-clean): Likewise.
6641 (ELCFILES): Update.
6642
6643 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * Makefile.in (ELCFILES): Add CEDET files.
6646
6647 2009-09-28 Eric Ludlam <zappo@gnu.org>
6648
6649 CEDET (development tools) package merged.
6650
6651 * cedet/*.el:
6652 * cedet/ede/*.el:
6653 * cedet/semantic/*.el:
6654 * cedet/srecode/*.el: New files.
6655
6656 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6657
6658 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6659
6660 * net/tramp.el (top): Require tramp-imap.
6661
6662 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6663 Use `tramp-compat-handle-file-attributes'.
6664
6665 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6666
6667 * net/tramp-imap.el: New package.
6668
6669 2009-09-28 Eric Ludlam <zappo@gnu.org>
6670
6671 * emacs-lisp/chart.el:
6672 * emacs-lisp/eieio-base.el:
6673 * emacs-lisp/eieio-comp.el:
6674 * emacs-lisp/eieio-custom.el:
6675 * emacs-lisp/eieio-datadebug.el:
6676 * emacs-lisp/eieio-opt.el:
6677 * emacs-lisp/eieio-speedbar.el:
6678 * emacs-lisp/eieio.el: New files.
6679
6680 * cedet/cedet-cscope.el:
6681 * cedet/cedet-files.el:
6682 * cedet/cedet-global.el:
6683 * cedet/cedet-idutils.el:
6684 * cedet/data-debug.el:
6685 * cedet/inversion.el:
6686 * cedet/mode-local.el:
6687 * cedet/pulse.el: New files.
6688
6689 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6690
6691 * whitespace.el (whitespace-trailing-regexp)
6692 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6693 Fix doc string.
6694
6695 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6696
6697 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6698 menu.
6699
6700 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6701 menu-bar-ediff-menu.
6702
6703 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6704 define-overloadable-function.
6705
6706 * progmodes/autoconf.el: Provide autoconf as well, so that this
6707 file can be `require'd.
6708
6709 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6710
6711 * emacs-lisp/autoload.el (generated-autoload-feature)
6712 (generated-autoload-load-name): New vars.
6713 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6714 (make-autoload): Recognize define-overloadable-function and
6715 defclass forms (for EIEIO).
6716
6717 * Makefile.in (update-subdirs): Exclude cedet directory.
6718
6719 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6720
6721 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6722
6723 * faces.el: Default light-background background for region face to
6724 ns_selection_color under NS.
6725
6726 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6727
6728 * net/imap-hash.el: New library, see NEWS.
6729
6730 * Makefile.in (ELCFILES): Add imap-hash.el.
6731
6732 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6735 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6736 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6737 definition where the docstring could be taken for the return value.
6738
6739 2009-09-26 Glenn Morris <rgm@gnu.org>
6740
6741 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6742 Add option to only show images below a certain size.
6743 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6744 save-excursion calls.
6745
6746 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6747
6748 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6749 subdirectories) and eieio.
6750
6751 2009-09-26 Alan Mackenzie <acm@muc.de>
6752
6753 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6754 buggy bracketing. (Bug#4289)
6755
6756 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6757 character constants (as case labels). (Bug#4289)
6758
6759 2009-09-25 Juri Linkov <juri@jurta.org>
6760
6761 * files.el (safe-local-eval-forms): Allow time-stamp in
6762 before-save-hook (Bug#4554).
6763
6764 2009-09-25 Drew Adams <drew.adams@oracle.com>
6765
6766 * menu-bar.el (list-buffers-directory): Doc fix.
6767
6768 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6771 Try and avoid copying twice the same paragraph.
6772 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6773 Remove save-excursion.
6774 (log-edit-changelog-entry): Do it here instead.
6775
6776 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6777
6778 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6779 when available, instead of hardcoding mode names. Doc fix.
6780
6781 * menu-bar.el (list-buffers-directory): Add docstring.
6782 Make automatically buffer-local.
6783
6784 * dired.el (dired-mode):
6785 * files.el (cd-absolute):
6786 * pcvs.el (cvs-temp-buffer):
6787 * pcvs-util.el (cvs-get-buffer-create):
6788 * shell.el (shell-mode):
6789 * vc-dir.el (vc-dir-mode):
6790 Don't make `list-buffers-directory' buffer local.
6791
6792 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6793
6794 * comint.el (comint-exec, comint-run, make-comint):
6795 Doc fixes (Bug#4542).
6796
6797 2009-09-25 Glenn Morris <rgm@gnu.org>
6798
6799 * mail/rmailmm.el (rmail-mime): New custom group.
6800 Move all defcustoms in this file into this group.
6801 (rmail-mime-media-type-handlers-alist): Revert previous change.
6802 (rmail-mime-show-images): New option.
6803 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6804 references to it, since it wasn't actually used for anything.
6805 (rmail-mime-insert-image): New function.
6806 (rmail-mime-image): Use rmail-mime-insert-image.
6807 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6808 obey the value of `rmail-mime-show-images' option. Print the size of
6809 attachments.
6810
6811 2009-09-25 David Engster <deng@randomsample.de>
6812
6813 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6814
6815 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6816
6817 * whitespace.el: Does not highlight trailing spaces While point is
6818 at end of line. Does not highligt spaces at beginning of buffer
6819 while point is at beginning of buffer. Does not highlight spaces
6820 at end of buffer while point is at end of buffer. (Bug#4177)
6821 New version 12.0.
6822 (whitespace-display-mappings): Adjust initialization.
6823 (whitespace-point, whitespace-font-lock-refontify): New vars.
6824 (whitespace-color-on, whitespace-color-off): Adjust code.
6825 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6826 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6827 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6828
6829 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6830
6831 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6832
6833 * textmodes/sgml-mode.el: Remove xml-mode alias.
6834
6835 * files.el (auto-mode-alist, conf-mode-maybe)
6836 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6837
6838 2009-09-24 Alan Mackenzie <acm@muc.de>
6839
6840 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6841 c-forward-conditionals, but it doesn't move point and doesn't set
6842 the mark.
6843 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6844 (c-down-conditional-with-else, c-backward-conditional)
6845 (c-forward-conditional): Refactor to use c-scan-conditionals.
6846
6847 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6850 (help-default-arg-highlight): Remove.
6851 (help-highlight-arg): New function.
6852 (help-do-arg-highlight): Use it.
6853 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6854
6855 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6858 Undo last change, which didn't fix the problem and introduced others.
6859
6860 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6861
6862 * progmodes/gdb-mi.el: Don't require speedbar.
6863 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6864
6865 2009-09-24 Glenn Morris <rgm@gnu.org>
6866
6867 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6868
6869 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6870
6871 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6872 there is no newline after the final mime boundary. (Bug#4539)
6873 Move markers on insertion so that any buttons inserted don't end up in
6874 the next part of a multipart message.
6875 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6876 (rmail-mime-bulk-handler): Optionally handle images.
6877 (rmail-mime-image): New button action.
6878 (rmail-mime-image-handler): New function.
6879 (rmail-mime-mode): New mode.
6880 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6881
6882 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6885 than just dropping elements from it (bug#4504).
6886
6887 * term.el (term-set-scroll-region): Don't move cursor any more.
6888 (term-handle-ansi-escape): Call term-goto here instead.
6889 Suggested by Ivan Kanis <apple@kanis.eu>.
6890
6891 * term.el: Require CL.
6892 (term-ansi-reset): New function.
6893 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6894 (term-handle-colors-array): Simplify.
6895
6896 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * allout.el (allout-overlay-interior-modification-handler)
6899 (allout-obtain-passphrase):
6900 * epa-file.el (epa-file-write-region):
6901 * ps-print.el (ps-begin-job):
6902 * vc-hooks.el (vc-toggle-read-only):
6903 * vc-rcs.el (vc-rcs-rollback):
6904 * vc-sccs.el (vc-sccs-rollback):
6905 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6906 (vc-version-diff, vc-revert, vc-rollback):
6907 * wdired.el (wdired-check-kill-buffer):
6908 * emacs-lisp/authors.el (authors):
6909 * net/socks.el (socks-open-connection):
6910 * net/zeroconf.el (zeroconf-service-add-hook):
6911 * obsolete/vc-mcvs.el (vc-mcvs-register):
6912 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6913 (gdb-select-frame):
6914 * progmodes/grep.el (lgrep, rgrep):
6915 * progmodes/idlw-help.el (idlwave-help-check-locations)
6916 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6917 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6918 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6919 (reftex-toc-rename-label): Fix typos in error messages.
6920
6921 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6922 (dired-copy-how-to-fn): Doc fix.
6923 (dired-files-attributes, dired-read-shell-command):
6924 Fix typos in docstrings.
6925
6926 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6927 (dired-x-find-file-other-window): Reflow docstrings.
6928 (dired-omit-marker-char, dired-read-shell-command)
6929 (dired-x-submit-report): Fix typos in docstrings.
6930
6931 * shell.el (shell-mode-hook):
6932 * view.el (View-scroll-line-forward):
6933 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6934 Fix typos in docstrings.
6935
6936 * net/dig.el (dig-invoke): Fix typo in docstring.
6937 (query-dig): Reflow docstring.
6938
6939 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6940 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6941 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6942 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6943 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6944 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6945 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6946 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6947 (idlwave-completion-map, idlwave-current-indent)
6948 (idlwave-custom-ampersand-surround, idlwave-customize)
6949 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6950 (idlwave-define-abbrev, idlwave-determine-class-special)
6951 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6952 (idlwave-end-block-reg, idlwave-end-of-statement)
6953 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6954 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6955 (idlwave-explicit-class-listed, idlwave-file-header)
6956 (idlwave-fill-paragraph, idlwave-find-class-definition)
6957 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6958 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6959 (idlwave-in-quote, idlwave-indent-action-table)
6960 (idlwave-indent-expand-table, idlwave-indent-line)
6961 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6962 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6963 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6964 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6965 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6966 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6967 (idlwave-outlawed-buffers, idlwave-popup-select)
6968 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6969 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6970 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6971 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6972 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6973 (idlwave-statement-type, idlwave-struct-skip)
6974 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6975 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6976 (idlwave-what-module-find-class): Fix typos in docstrings.
6977 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6978 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6979 (idlwave-find-module, idlwave-find-structure-definition)
6980 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6981 (idlwave-list-load-path-shadows, idlwave-next-statement)
6982 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6983 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6984 (idlwave-template): Reflow docstrings.
6985
6986 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6987 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6988 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6989 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6990 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6991 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6992 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6993 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6994 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6995 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6996 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6997 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6998 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6999 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7000 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7001 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7002 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7003 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7004 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7005 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7006 Fix typos in docstrings.
7007 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7008 (idlwave-shell-hide-output, idlwave-shell-mode)
7009 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7010 Reflow docstrings.
7011
7012 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7013
7014 2009-09-24 Ivan Kanis <apple@kanis.eu>
7015
7016 * term.el (term-bold-attribute): New var.
7017 (term-handle-colors-array): Use it.
7018
7019 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7020
7021 * progmodes/gdb-mi.el (gdb-version): New variable.
7022 (gdb-non-stop-handler): Set gdb-version.
7023 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7024 Condition "--thread" option on gdb-version.
7025 (gdb-invalidate-threads): Remove unused argument.
7026
7027 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7030 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7031
7032 2009-09-23 Glenn Morris <rgm@gnu.org>
7033
7034 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7035 replying to mail without References or Message-Id. (Bug#4525)
7036
7037 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7038
7039 * term/ns-win.el (ns-reg-to-script): New variable.
7040
7041 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7042
7043 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7044
7045 2009-09-22 Sam Steingold <sds@gnu.org>
7046
7047 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7048 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7049 to 1 because hg returns status 1 when nothing is found.
7050 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7051
7052 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * textmodes/fill.el: Convert to utf-8 encoding.
7055 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7056 pre-unicode days.
7057
7058 * add-log.el (change-log-fill-forward-paragraph): New function.
7059 (change-log-mode): Use it so fill-region DTRT.
7060 Set fill-indent-according-to-mode here rather than in
7061 change-log-fill-paragraph.
7062 (change-log-fill-paragraph): Remove.
7063
7064 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7065
7066 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7067 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7068
7069 2009-09-22 Glenn Morris <rgm@gnu.org>
7070
7071 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7072 the scroll-bar scroll the calendar window rather than the buffer.
7073
7074 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7075 commands that move point (as opposed to scrolling).
7076
7077 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7078
7079 * emacs-lisp/elint.el (elint): New custom group.
7080 (elint-log-buffer): Make it a defcustom.
7081 (elint-scan-preloaded, elint-ignored-warnings)
7082 (elint-directory-skip-re): New options.
7083 (elint-builtin-variables): Doc fix.
7084 (elint-preloaded-env): New variable.
7085 (elint-unknown-builtin-args): Add an entry for encode-time.
7086 (elint-extra-errors): Make it a variable rather than a constant.
7087 (elint-preloaded-skip-re): New constant.
7088 (elint-directory): Skip files matching elint-directory-skip-re.
7089 (elint-features): New variable, local to linted buffers.
7090 (elint-update-env): Initialize elint-features. Possibly add
7091 elint-preloaded-env to the buffer's environment.
7092 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7093 Skip quoted forms.
7094 (elint-init-form): New function, extracted from elint-init-env.
7095 Make non-list forms a warning rather than an error.
7096 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7097 easy-menu-define, put that adds an error-condition, and provide.
7098 When requiring cl, also require cl-macs. Really require cl, to handle
7099 some cl macros. Store required libraries in the list elint-features,
7100 so as not to re-load them. Treat cc-require like require.
7101 (elint-init-env): Call elint-init-form to do the work.
7102 Handle eval-and-compile and such like.
7103 (elint-add-required-env): Do not clear messages.
7104 (elint-special-forms): Add handlers for function, defalias, if, when,
7105 unless, and, or.
7106 (elint-form): Add optional argument to ignore elint-special-forms,
7107 useful to prevent recursive calls from handlers. Doc fix.
7108 Respect elint-ignored-warnings.
7109 (elint-form): Respect elint-ignored-warnings.
7110 (elint-bound-variable, elint-bound-function): New variables.
7111 (elint-unbound-variable): Respect elint-bound-variable.
7112 (elint-get-args): Respect elint-bound-function.
7113 (elint-check-cond-form): Add some simple handling for (f)boundp and
7114 featurep tests.
7115 (elint-check-defalias-form): New handler.
7116 (elint-check-let-form): Make an empty let a warning rather than an
7117 error.
7118 (elint-check-setq-form): Make an empty setq a warning rather than an
7119 error. Respect elint-ignored-warnings.
7120 (elint-check-defvar-form): Accept null doc-strings.
7121 (elint-check-conditional-form): New handler. Does some simple-minded
7122 checking of featurep and (f)boundp tests.
7123 (elint-put-function-args): New function.
7124 (elint-initialize): Use elint-scan-doc-file rather than
7125 elint-find-builtin-variables. Use elint-put-function-args.
7126 Possibly scan preloaded-file-list.
7127 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7128 extend to handle functions as well.
7129
7130 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7131
7132 * linum.el (linum-delete-overlays, linum-update-window):
7133 Do not modify the right margin. (Bug#3971)
7134
7135 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7138 nxml-mode instead of xml-mode.
7139
7140 2009-09-21 Kevin Ryde <user42@zip.com.au>
7141
7142 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7143
7144 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * net/dig.el (dig-mode): Use define-derived-mode.
7147
7148 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7149
7150 * vc-dispatcher.el (vc-do-command): Return the process object in
7151 the asynchronous case. Use when instead of if. Do not run
7152 vc-exec-after to display a message if not enabled. (Bug#4463)
7153
7154 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7155 properties to the stash strings.
7156 (vc-git-stash-list): Return a list of strings.
7157 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7158 (vc-git-stash-show-at-point): New functions.
7159 (vc-git-stash-map): New keymap.
7160
7161 * register.el (ctl-x-r-map): Define the keys here instead of
7162 using autoload.
7163
7164 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7165
7166 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7167 list, to workaround performance problem (bug#4485).
7168
7169 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7170
7171 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7172
7173 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7174
7175 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7176 Document that this option is not recommended to use.
7177
7178 2009-09-19 Glenn Morris <rgm@gnu.org>
7179
7180 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7181 variable `var'.
7182
7183 * calc/calc-alg.el (var):
7184 * calc/calcalg2.el (var): Define for compiler.
7185
7186 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7189 Doc fix (Bug#3932).
7190
7191 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7192
7193 * time-stamp.el (time-stamp-month-dd-yyyy)
7194 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7195 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7196 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7197 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7198 Remove functions that have been obsolete since 1995 (Bug#4436).
7199
7200 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7201 indent buffer only if called interactively (Bug#4452).
7202
7203 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7204 Eli Zaretskii <eliz@gnu.org>
7205
7206 This fixes bug#4197 (merged to bug#865, though not identical).
7207 * server.el (server-auth-dir): Add docstring note about FAT32.
7208 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7209 but warn against using them.
7210
7211 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7212
7213 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7214 older GDB where there is no has_more field.
7215
7216 2009-09-19 Glenn Morris <rgm@gnu.org>
7217
7218 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7219
7220 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * files.el (auto-mode-alist): Change default for XML files to nXML
7223 mode (Bug#4169).
7224
7225 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7226
7227 * server.el (server-ensure-safe-dir): Pass 'integer
7228 to `file-attributes', as suggested.
7229
7230 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7233 (dired-query): Use read-key.
7234
7235 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7236
7237 * cus-start.el (ns-use-qd-smoothing): Remove.
7238
7239 2009-09-18 Glenn Morris <rgm@gnu.org>
7240
7241 * allout.el (top-level): Remove unnecessary progn.
7242
7243 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7244
7245 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7246 definition of abbrev table.
7247
7248 * speedbar.el (speedbar-track-mouse):
7249 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7250 * net/eudc.el (eudc-expand-inline):
7251 * net/newst-backend.el (newsticker--cache-read-feed):
7252 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7253 condition-case handlers.
7254
7255 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7258 (gdb-var-list): Add an element for has_more field.
7259 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7260 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7261 (gdb-var-update-handler-1): Parse output of dynamic variable
7262 objects (STL containers).
7263 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7264 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7265
7266 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7267 gdb-var-list.
7268 (gud-speedbar-buttons): Make node expandable if expression "has more"
7269 children.
7270
7271 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7272
7273 * startup.el (emacs-quick-startup): Remove variable and all uses.
7274 (command-line): Set `inhibit-x-resources' instead.
7275 (command-line-1): Use `inhibit-x-resources' instead.
7276
7277 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7278
7279 * subr.el: Fix last change to avoid using the `unless' macro,
7280 which breaks bootstrapping.
7281
7282 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7285 extended definitions, in case we reload subr.el after having
7286 loaded CL.
7287 (eval-next-after-load): Mark as obsolete.
7288
7289 2009-09-17 Juri Linkov <juri@jurta.org>
7290
7291 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7292 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7293 (menu-bar-showhide-menu, menu-bar-tools-menu)
7294 (menu-bar-describe-menu, menu-bar-help-menu)
7295 (minibuffer-local-completion-map, minibuffer-local-map):
7296 Fix list quoting.
7297
7298 2009-09-17 Glenn Morris <rgm@gnu.org>
7299
7300 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7301 arguments, whether or not it has a handler.
7302
7303 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7304
7305 * simple.el (hard-newline): Give it a doc-string.
7306
7307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7308 (lisp-mode-syntax-table): Give them doc-strings.
7309
7310 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7311
7312 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7313 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7314 (menu-bar-options-menu, menu-bar-showhide-menu)
7315 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7316 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7317 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7318 (menu-bar-options-menu, menu-bar-tools-menu)
7319 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7320 (menu-bar-help-menu):
7321 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7322 string arguments.
7323
7324 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7325 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7326 calls for the menu names and :help.
7327
7328 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7331 to :minor-mode-function (bug#4455).
7332
7333 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * startup.el (command-line): Initialize the window-system after
7336 processing the command-line.
7337
7338 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7339 page-delimiter matches the empty string.
7340
7341 2009-09-16 Glenn Morris <rgm@gnu.org>
7342
7343 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7344 byte-compile-not-obsolete-var. It's a list now.
7345 (byte-compile-not-obsolete-funcs): New variable.
7346 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7347 byte-compile-not-obsolete-funcs.
7348 (byte-compile-variable-ref, byte-compile-defvar): Update for
7349 byte-compile-not-obsolete-vars name-change and list nature.
7350 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7351 and variables behind (f)boundp tests.
7352 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7353
7354 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7355
7356 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7357
7358 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7361 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7362 Don't autoload.
7363
7364 2009-09-15 Stephen Eglen <stephen@gnu.org>
7365
7366 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7367 the virtual-buffers, use the name of the buffer specified by
7368 find-file-noselect, as the match may be a symlink. (This was a
7369 problem if the target and the symlink had different names.)
7370
7371 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7374
7375 * desktop.el (desktop-path): Check user-emacs-directory.
7376
7377 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7378
7379 * loadup.el: Use after-load-functions to GC after loading each file.
7380 Remove the explicit GC calls that used to be sprinkled around.
7381
7382 * subr.el (after-load-functions): New hook.
7383 (do-after-load-evaluation): Run it. Use string-match-p to detect
7384 `obsolete' packages, rather than painfully extracting the relevant
7385 directory name.
7386
7387 2009-09-15 Glenn Morris <rgm@gnu.org>
7388
7389 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7390 free variable `doc'.
7391
7392 * dired.el (dired-mode-map): Add menu entry for async shell command.
7393
7394 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7395 variables, also consider the .elc files, since the .el files are
7396 normally gzipped (subsequent code locates the .el.gz from the .elc).
7397
7398 * calc/calc-prog.el (arglist): Define for compiler.
7399
7400 * calendar/diary-lib.el (diary-display-function): Change the default to
7401 fancy display.
7402 (body): Define for compiler.
7403
7404 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7405 (byte-compile-file-form, byte-compile-lambda)
7406 (byte-compile-top-level-body, byte-compile-form)
7407 (byte-compile-variable-ref, byte-compile-setq)
7408 (byte-compile-setq-default, byte-compile-body)
7409 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7410 (batch-byte-compile): Give some more local variables with common names
7411 a "bytecomp-" prefix to avoid masking warnings about free variables.
7412
7413 * startup.el (command-line-1): Give local variables with common names a
7414 distinguishing prefix, so as not to hide free variable warnings during
7415 bootstrap.
7416
7417 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7418 clever and add a suffix to make a unique name, just let the user decide
7419 whether or not to overwrite it. If the input is a directory, write the
7420 default filename to that directory. (Bug#4388)
7421 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7422 is a filename-as-a-directory.
7423
7424 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * textmodes/page.el (what-page): Don't move to beginning of line.
7427 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7428
7429 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7430
7431 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7432
7433 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7434
7435 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7436 * help.el (help-for-help-internal): Add purecopy calls for text.
7437
7438 * vc.el (top): print-log method now takes an optional SHORTLOG
7439 argument. Add a new method: root.
7440 (vc-root-diff, vc-print-root-log): New functions.
7441 (vc-log-short-style): New variable.
7442 (vc-print-log-internal): Add support for showing short logs.
7443
7444 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7445 vc-print-root-log and vc-print-root-diff.
7446
7447 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7448 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7449 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7450 short logs.
7451
7452 * vc-cvs.el (vc-cvs-print-log):
7453 * vc-mtn.el (vc-mtn-print-log):
7454 * vc-rcs.el (vc-rcs-print-log):
7455 * vc-sccs.el (vc-sccs-print-log):
7456 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7457 that is ignored for now.
7458
7459 * vc-mtn.el (vc-mtn-annotate-command):
7460 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7461
7462 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7465 to function-key-map, and give them ascii-character property.
7466 * term/x-win.el (x-alternatives-map):
7467 * term/ns-win.el (ns-alternatives-map):
7468 * term/internal.el (msdos-key-remapping-map):
7469 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7470
7471 2009-09-14 Glenn Morris <rgm@gnu.org>
7472
7473 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7474 temp-buffers (2009-09-12).
7475
7476 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7479 the new read-key function.
7480
7481 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7482
7483 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7484 is defined (Bug#4405).
7485
7486 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7487
7488 * recentf.el (recentf-cleanup): Use a hash table to find
7489 duplicates (Bug#4407).
7490
7491 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7492
7493 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7494 kp-0 to ascii equivalents (Bug#4325).
7495
7496 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7499
7500 * eshell/em-hist.el:
7501 * eshell/em-dirs.el (eshell-complete-user-reference):
7502 Declare pcomplete functions and variables to avoid compiler warnings.
7503
7504 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7505
7506 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7507 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7508 * eshell/em-alias.el (eshell-aliases-file):
7509 * eshell/em-hist.el (eshell-history-file-name):
7510 Use expand-file-name instead of concat to make file names (Bug#4308).
7511
7512 2009-09-13 Glenn Morris <rgm@gnu.org>
7513
7514 * ediff-merg.el (ediff-do-merge):
7515 * filesets.el (filesets-run-cmd):
7516 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7517 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7518 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7519 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7520 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7521 Replace empty `let's with `progn'.
7522
7523 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * mail/sendmail.el (send-mail-function):
7526 * tooltip.el (tooltip-mode):
7527 * simple.el (transient-mark-mode):
7528 * rfn-eshadow.el (file-name-shadow-mode):
7529 * frame.el (blink-cursor-mode):
7530 * font-core.el (global-font-lock-mode):
7531 * files.el (temporary-file-directory)
7532 (small-temporary-file-directory, auto-save-file-name-transforms):
7533 * epa-hook.el (auto-encryption-mode):
7534 * composite.el (global-auto-composition-mode):
7535 Use custom-initialize-delay.
7536 * startup.el (command-line): Don't explicitly call
7537 custom-reevaluate-setting for all the above vars.
7538 * custom.el (custom-initialize-safe-set)
7539 (custom-initialize-safe-default): Delete.
7540
7541 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * term/x-win.el (x-initialize-window-system):
7544 * term/w32-win.el (w32-initialize-window-system):
7545 * term/ns-win.el (ns-initialize-window-system): Don't call
7546 mouse-wheel-mode since it's enabled globally by default already.
7547
7548 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7549 actually define the variable, but only silences the byte-compiler.
7550 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7551 before looking it up.
7552 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7553 is changed.
7554
7555 2009-09-12 Glenn Morris <rgm@gnu.org>
7556
7557 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7558 1000.
7559 (elint-add-required-env): Don't beep on error.
7560 (elint-forms): In case of error, return ENV unchanged.
7561 (elint-init-env): Skip non-list forms.
7562 (elint-log): Handle unknown file positions.
7563
7564 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7565
7566 * epg.el (epg-make-context): Add autoload cookie.
7567 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7568 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7569 (epg-verify-string, epg-start-sign, epg-sign-file)
7570 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7571 (epg-encrypt-string, epg-start-export-keys)
7572 (epg-export-keys-to-file, epg-export-keys-to-string)
7573 (epg-start-import-keys, epg-import-keys-from-file)
7574 (epg-import-keys-from-string, epg-start-receive-keys)
7575 (epg-receive-keys, epg-import-keys-from-server)
7576 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7577 (epg-sign-keys, epg-start-generate-key)
7578 (epg-generate-key-from-file, epg-generate-key-from-string):
7579 Remove autoload cookie.
7580
7581 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7582
7583 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7584 reevaluation of trash-directory.
7585
7586 * mwheel.el: Fix last change.
7587 (mouse-wheel-mode): New defvar.
7588 (mouse-wheel-mode): Remove autoload cookie.
7589
7590 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * mwheel.el (mwheel-installed-bindings): New var.
7593 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7594 the bindings we set last time. Use custom-initialize-delay.
7595 * loadup.el: Load mwheel after term/*-win.el.
7596 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7597 and mouse-wheel-up-event now that their first evaluation is done
7598 sufficiently late to be correct.
7599
7600 * startup.el (tutorial-directory): Make it a defcustom.
7601 Use custom-initialize-delay rather than eval-at-startup to set it.
7602 * image.el (image-load-path): Make it a defcustom.
7603 Use custom-initialize-delay rather than eval-at-startup to set it.
7604 * subr.el (eval-at-startup): Remove.
7605 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7606
7607 * subr.el (do-after-load-evaluation): Warn the user after loading an
7608 obsolete package.
7609
7610 2009-09-12 Glenn Morris <rgm@gnu.org>
7611
7612 * proced.el (proced-mark-alt): Remove alias.
7613 (proced-mode-map): Remove proced-mark-alt.
7614
7615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7616 Elint file and directory. Remove initialization entry.
7617
7618 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7619 commands.
7620 (elint-current-buffer): Set mode-line-process.
7621 (elint-init-env): Handle define-derived-mode.
7622 Fix declare-function with unspecified arglist. Guard against odd
7623 defalias statements (eg iso-insert's 8859-1-map).
7624 (elint-add-required-env): Use a temp buffer.
7625 (elint-form): Just print the function/macro name, not the whole form.
7626 Return env unchanged if we fail to parse a macro.
7627 (elint-forms): Guard against parse errors.
7628 (elint-output): New function, to handle batch mode.
7629 (elint-log-message): Add optional argument. Use elint-output.
7630 (elint-set-mode-line): New function.
7631
7632 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7633
7634 * emacs-lisp/elp.el (elp-not-profilable): Add more
7635 functions (Bug#4233).
7636
7637 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7640 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7641
7642 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7645 (gdb-var-list-children): Use json parsing.
7646
7647 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7648
7649 * progmodes/js.el (js--proper-indentation): Handle the case where
7650 char-before is null. Reported by Deniz Dogan.
7651
7652 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7655
7656 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7657
7658 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7659 (epg-digest-algorithm-alist): Add SHA224.
7660 (epg-context-set-passphrase-callback)
7661 (epg-context-set-progress-callback): Add description about
7662 callback function.
7663
7664 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * custom.el (custom-delayed-init-variables): New var.
7667 (custom-initialize-delay): New function.
7668 * startup.el (command-line): "Re"evaluate all vars in
7669 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7670 explicitly any more.
7671 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7672 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7673
7674 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7675
7676 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7677
7678 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7679 (gdb-var-update-handler): Use json parsing.
7680
7681 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7682
7683 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7684 decode annotated text, regardless of language environment. (Bug#2741)
7685
7686 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * Makefile.in (autoloads): Make rmail.el writable as well.
7689
7690 2009-09-11 Glenn Morris <rgm@gnu.org>
7691
7692 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7693 loaddefs.el.
7694 * dired.el: Regenerate with extracted autoloads.
7695 * Makefile.in (autoloads): Make dired.el writable.
7696
7697 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7698 * ibuffer.el: Regenerate with extracted autoloads.
7699 * Makefile.in (autoloads): Make ibuffer.el writable.
7700
7701 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7702 * version.el (emacs-copyright, emacs-major-version)
7703 (emacs-minor-version): Reformat doc-strings for make-docfile.
7704
7705 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7706 functions and variables, since they must be stuff specific to some other
7707 platform.
7708 (apropos-print): Make mouse-click message less specific about button.
7709
7710 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7711 that records where a macro was defined.
7712 * help-fns.el (describe-function-1): Mention if a function has a
7713 compiler-macro.
7714 * help-mode.el (help-function-cmacro): New button.
7715
7716 * locate.el (top-level): Always require dired.
7717 (locate-mode-map): Initialize inside the defvar.
7718
7719 * net/ange-ftp.el (dired-compress-file): Declare.
7720 (ange-ftp-dired-compress-file): Add doc string.
7721
7722 * term/ns-win.el (x-display-name, x-setup-function-keys):
7723 Unify doc-strings with X versions.
7724
7725 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * emulation/crisp.el (crisp-mode-map): Move initialization
7728 into declaration.
7729 (crisp-mode): Use define-minor-mode.
7730
7731 * progmodes/xscheme.el (xscheme-evaluation-commands):
7732 Put a :advertised-binding property rather than using
7733 advertised-xscheme-send-previous-expression.
7734 (advertised-xscheme-send-previous-expression): Declare obsolete.
7735 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7736 `advertised-undo'.
7737 (crisp-mode): Add corresponding bindings to
7738 undo's :advertised-binding instead.
7739 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7740 than using dired-advertised-find-file.
7741 (dired-advertised-find-file):
7742 * simple.el (advertised-undo):
7743 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7744 (widget-keymap): Put a :advertised-binding property rather
7745 than using advertised-widget-backward.
7746 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7747 than using advertised-undo.
7748 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7749
7750 2009-09-10 Simon South <ssouth@slowcomputing.org>
7751
7752 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7753 Mark mode is enabled and region is active; otherwise indent or
7754 insert TAB as usual.
7755 (delphi-mode): Update description of TAB-key binding.
7756
7757 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * subr.el (define-key-rebound-commands): Mark obsolete.
7760 * startup.el (precompute-menubar-bindings): Remove.
7761 (normal-top-level): Remove obsolete code that tried to precompute
7762 menubar bindings.
7763 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7764 define-key-rebound-commands and precompute-menubar-bindings.
7765
7766 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7767
7768 * net/imap.el (imap-interactive-login): Better messages.
7769 (imap-open): Fix bug with renamed buffer on reconnect.
7770 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7771 for easier debugging and cleaner code. On successful (guessed based on
7772 server capabilities) secondary authentication, set imap-state
7773 correctly.
7774 (imap-last-authenticator): Define imap-last-authenticator as a variable
7775 to avoid warnings.
7776
7777 2009-09-10 Glenn Morris <rgm@gnu.org>
7778
7779 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7780
7781 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7782 (byte-compile-file-form-autoload): Don't warn about unknown functions
7783 where the autoload statement comes after the use.
7784 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7785 that any handlers inside the body (eg require) are in turn respected.
7786
7787 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7788 effects.
7789
7790 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7791 and syntax and abbrev tables basic docs, if they don't have any.
7792
7793 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7794
7795 * international/mule-cmds.el (top-level): Require cl when compiling.
7796 (view-hello-file): Use default-value rather than
7797 default-enable-multibyte-characters.
7798
7799 * progmodes/fortran.el: Move all safe and risky properties into the
7800 defcustoms.
7801
7802 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7803 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7804 * mail/undigest.el:
7805 Put autoloads in rmail.el rather than loaddefs.el.
7806 * mail/rmail.el: Regenerate with extracted autoloads.
7807
7808 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7809 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7810
7811 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7812
7813 Reported in thread for Bug#4375.
7814 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7815 "-data-evaluate-expression" instead of print.
7816 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7817 (gdb-tooltip-print): Parse output from above MI command.
7818 (gdb): Revert 2009-08-11 change. User should detach inferior
7819 manually.
7820
7821 Remove the word "separate" from IO functions as inferior
7822 output is now never displayed in the GUD buffer.
7823
7824 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * startup.el (command-line-normalize-file-name): On Windows and
7827 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7828
7829 2009-09-10 Juri Linkov <juri@jurta.org>
7830
7831 * isearch.el (isearch-text-char-description): Propertize escape
7832 character sequences with the `escape-glyph' face. (Bug#4344)
7833
7834 * simple.el (shell-command): Set asynchronous process filter to
7835 `comint-output-filter'. (Bug#4343)
7836
7837 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7838 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7839 the list. Move "asm" to the bottom.
7840 (grep-find-ignored-directories): Add `choice' with nil value
7841 to empty the list easily.
7842 (grep-find-ignored-files): New option.
7843 (grep-files-history): Set to nil by default instead of '("ch" "el").
7844 (grep-compute-defaults): Add "<X>" to `grep-template'.
7845 (grep-read-files): Bind new local variables `default-alias' and
7846 `default-extension'. Use a list of default values for the file prompt.
7847 (lgrep): Add `--exclude=' command line options composed from
7848 `grep-find-ignored-files'.
7849 (rgrep): Add `-name' command line options composed from
7850 `grep-find-ignored-files'. (Bug#4301)
7851
7852 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7855 (bug#4368).
7856
7857 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7858
7859 * calendar/time-date.el (autoload):
7860 Expand define-obsolete-function-alias into defalias and make-obsolete
7861 for old Emacsen that Gnus supports.
7862 (with-no-warnings): Define it for old Emacsen.
7863 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7864 is available.
7865 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7866 float-time is available; suppress compile warning for time-to-seconds.
7867
7868 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7869
7870 * net/imap.el (imap-message-map): Docstring fix.
7871
7872 2009-09-09 Glenn Morris <rgm@gnu.org>
7873
7874 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7875 line numbers too. (Bug#4374)
7876
7877 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * smerge-mode.el (smerge-remove-props, smerge-refine):
7880 Use with-silent-modifications (bug#4342).
7881
7882 * subr.el (with-silent-modifications): New macro.
7883
7884 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7885
7886 * files.el (top-level): Require `cl' when compiling.
7887
7888 2009-09-07 Glenn Morris <rgm@gnu.org>
7889
7890 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7891
7892 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7893 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7894
7895 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7896
7897 * vc-git.el (vc-git-annotate-command): Use separator to parse
7898 arguments correctly.
7899
7900 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7901
7902 * proced.el (proced-mode): Doc fix.
7903
7904 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7905
7906 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7907 lstat fails.
7908 (tramp-do-file-attributes-with-ls): Check for file existence at
7909 remote end.
7910 (tramp-do-file-attributes-with-stat): Likewise.
7911 (tramp-convert-file-attributes): Return nil when attr is nil.
7912
7913 2009-09-05 Glenn Morris <rgm@gnu.org>
7914
7915 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7916 properties to this button.
7917 (diary-fancy-display): Don't extend the button to the final newline.
7918 (diary-fancy-display-mode): Continue to define "q" as a local key.
7919
7920 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7921 efficient.
7922
7923 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7924
7925 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7926 (byte-compile-dest-file-function): New option.
7927 (byte-compile-dest-file): Doc fix.
7928 Obey byte-compile-dest-file-function.
7929 (byte-compile-cl-file-p): New function.
7930 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7931 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7932 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7933 than for file being previously loaded.
7934 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7935 (byte-compile-file-form-require): Handle the case where requiring a file
7936 indirectly causes CL to be loaded.
7937
7938 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7939
7940 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7941 before killing the old buffer, since by the time `kill-buffer' is
7942 run so many buffer variables have been set to nil that it may not
7943 behave as expected. (Bug#4061)
7944
7945 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7946
7947 * files.el (find-alternate-file): If the old buffer is modified
7948 and visiting a file, behave similarly to `kill-buffer' when
7949 killing it, thus reverting to the pre-1.878 behavior; see
7950 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7951 for discussion. Also, consult `buffer-file-name' as a variable
7952 not as a function, for consistency with the rest of the code.
7953
7954 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7957 also when adding a new directory.
7958
7959 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7960 defun.
7961
7962 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * files.el (locate-file-completion-table): Make it provide boundary
7965 information, so partial-completion works better.
7966
7967 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7968
7969 * mail/footnote.el (Footnote-text-under-cursor):
7970 Check footnote-text-marker-alist before using it (bug#4324).
7971
7972 2009-09-04 Glenn Morris <rgm@gnu.org>
7973
7974 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7975 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7976 * play/solitaire.el, play/tetris.el:
7977 Remove leading * from defcustom and defface docs.
7978
7979 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7980 necessary.
7981 (diary-fancy-overriding-map): New variable.
7982 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7983 Use view-mode.
7984
7985 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7986 goto-line.
7987
7988 2009-09-03 Glenn Morris <rgm@gnu.org>
7989
7990 * arc-mode.el (archive-mode):
7991 * dos-fns.el (set-default-process-coding-system):
7992 * man.el (Man-getpage-in-background):
7993 * menu-bar.el (menu-bar-describe-menu):
7994 * server.el (server-process-filter):
7995 * startup.el (command-line):
7996 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7997 * w32-fns.el (set-default-process-coding-system):
7998 * x-dnd.el (x-dnd-handle-file-name):
7999 * international/mule-cmds.el (mule-menu-keymap)
8000 (set-default-coding-systems, language-info-alist, set-language-info)
8001 (set-language-environment, standard-display-european-internal)
8002 (set-locale-environment):
8003 * international/mule-diag.el (mule-diag):
8004 * mail/emacsbug.el (report-emacs-bug):
8005 * mail/rmail.el (rmail-mode):
8006 * mail/sendmail.el (mail-setup):
8007 Use default-value rather than default-enable-multibyte-characters.
8008
8009 * progmodes/f90.el: Move all safe properties into the defcustoms.
8010 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8011
8012 * calendar/appt.el (appt-check):
8013 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8014 (diary-check-diary-file, diary-list-entries)
8015 (diary-include-other-diary-files, diary-simple-display)
8016 (diary-fancy-display, diary-print-entries)
8017 (diary-mark-included-diary-files, diary-make-entry):
8018 Don't call substitute-in-file-name on diary-file.
8019
8020 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8021 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8024 (footnote-mode-map): Move initialization into the declaration.
8025 (footnote-minor-mode-map): Define it rather than changing global-map.
8026 (footnote-mode): Use define-minor-mode.
8027
8028 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8029
8030 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8031 (tramp-do-file-attributes-with-perl)
8032 (tramp-do-file-attributes-with-stat): Rename from
8033 `tramp-handle-file-attributes-with-*'.
8034 (tramp-handle-file-attributes): Use them.
8035 (tramp-do-directory-files-and-attributes-with-perl)
8036 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8037 `tramp-handle-directory-files-and-attributes-with-*'.
8038 (tramp-handle-directory-files-and-attributes): Use them.
8039 (tramp-method-out-of-band-p): Additional parameter SIZE.
8040 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8041 (tramp-handle-write-region): Use it.
8042 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8043 (tramp-handle-vc-registered): Check, whether the first run did
8044 return files to be tested.
8045 (tramp-advice-make-auto-save-file-name): Do not call directly
8046 `tramp-handle-make-auto-save-file-name', because this would bypass
8047 the locking mechanism.
8048
8049 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8050 (file-remote-p, process-file, start-file-process, set-file-times)
8051 (tramp-compat-file-attributes): Compatibility functions shall not
8052 call directly `tramp-handle-*', because this would bypass the
8053 locking mechanism.
8054 (tramp-compat-number-sequence): New defun.
8055
8056 2009-09-02 Glenn Morris <rgm@gnu.org>
8057
8058 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8059 alias for float-time.
8060 (time-to-number-of-days): In Emacs, use float-time.
8061 * net/newst-backend.el (time-add): Suppress warnings from compat
8062 function.
8063 * time.el (emacs-uptime, emacs-init-time):
8064 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8065 Use float-time rather than time-to-seconds.
8066
8067 * minibuffer.el (completion-initials-expand): Fix typo.
8068
8069 * faces.el (modeline, modeline-inactive, modeline-highlight)
8070 (modeline-buffer-id):
8071 * info.el (info-menu-5): Mark these face aliases as obsolete.
8072
8073 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8074
8075 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8076 space ...
8077 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8078 no "--thread" option.
8079 (gdb-stopped): Don't print "Switched to thread" message when it is
8080 unchanged.
8081
8082 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * minibuffer.el (completion-try-completion)
8085 (completion-all-completions): Remove ill-defined (and
8086 mistakenly installed and luckily never used nor documented)
8087 `completion-styles' property.
8088 (completion-initials-expand, completion-initials-all-completions)
8089 (completion-initials-try-completion): New functions.
8090 (completion-styles-alist): Add doc to each entry.
8091 Add new `initials' entry.
8092
8093 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8094
8095 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8096 MI command -var-evaluate-expression.
8097 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8098 and tweak for case of string child.
8099 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8100
8101 2009-09-01 Glenn Morris <rgm@gnu.org>
8102
8103 * add-log.el (change-log-date-face, change-log-name-face)
8104 (change-log-email-face, change-log-file-face, change-log-list-face)
8105 (change-log-conditionals-face, change-log-function-face)
8106 (change-log-acknowledgement-face):
8107 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8108 (custom-modified-face, custom-set-face, custom-changed-face)
8109 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8110 (custom-documentation-face, custom-state-face, custom-comment-face)
8111 (custom-comment-tag-face, custom-variable-tag-face)
8112 (custom-variable-button-face, custom-face-tag-face)
8113 (custom-group-tag-face-1, custom-group-tag-face):
8114 * diff-mode.el (diff-header-face, diff-file-header-face)
8115 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8116 (diff-added-face, diff-changed-face, diff-function-face)
8117 (diff-context-face, diff-nonexistent-face):
8118 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8119 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8120 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8121 (Info-title-4-face):
8122 * isearch.el (isearch-lazy-highlight-face):
8123 * log-view.el (log-view-file-face, log-view-message-face):
8124 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8125 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8126 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8127 (cvs-msg-face):
8128 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8129 (smerge-base-face, smerge-markers-face):
8130 * wid-edit.el (widget-documentation-face, widget-button-face)
8131 (widget-field-face, widget-single-line-field-face)
8132 (widget-inactive-face, widget-button-pressed-face):
8133 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8134 (woman-addition-face):
8135 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8136 (eshell-ls-executable-face, eshell-ls-readonly-face)
8137 (eshell-ls-unreadable-face, eshell-ls-special-face)
8138 (eshell-ls-missing-face, eshell-ls-archive-face)
8139 (eshell-ls-backup-face, eshell-ls-product-face)
8140 (eshell-ls-clutter-face):
8141 * eshell/em-prompt.el (eshell-prompt-face):
8142 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8143 * obsolete/old-whitespace.el (whitespace-highlight-face):
8144 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8145 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8146 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8147 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8148 (antlr-font-lock-literal-face):
8149 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8150 (ebrowse-root-class-face, ebrowse-file-name-face)
8151 (ebrowse-default-face, ebrowse-member-attribute-face)
8152 (ebrowse-member-class-face, ebrowse-progress-face):
8153 * progmodes/make-mode.el (makefile-space-face):
8154 * progmodes/sh-script.el (sh-heredoc-face):
8155 * textmodes/flyspell.el (flyspell-incorrect-face)
8156 (flyspell-duplicate-face):
8157 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8158 * textmodes/texinfo.el (texinfo-heading-face):
8159 Mark face aliases with "-face" suffix as obsolete.
8160
8161 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8162 compiler.
8163
8164 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8165 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8166 easy-menu-define wants to modify these.
8167
8168 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8169
8170 * net/browse-url.el (browse-url-file-url):
8171 * term/internal.el (dos-codepage-setup):
8172 Use default-value rather than default-enable-multibyte-characters.
8173
8174 * progmodes/etags.el (etags-goto-tag-location):
8175 * progmodes/flymake.el (flymake-highlight-line)
8176 (flymake-goto-file-and-line, flymake-goto-line):
8177 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8178 (gdb-goto-breakpoint):
8179 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8180 * progmodes/python.el (python-find-function)
8181 (python-pdbtrack-track-stack-file):
8182 * progmodes/verilog-mode.el (verilog-surelint-off):
8183 * term/ns-win.el (ns-open-file-select-line):
8184 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8185 Use forward-line rather than goto-line.
8186
8187 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8188 * textmodes/reftex-index.el (reftex-display-index):
8189 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8190 * textmodes/reftex-toc.el (reftex-toc):
8191 Remove unnecessary bindings of default-major-mode (all are followed by
8192 major-mode check and possible mode switch).
8193
8194 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8195
8196 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8197 Handle watchpoints (bug#4282).
8198 (def-gdb-thread-buffer-command): Enable thread to be selected by
8199 clicking without selecting threads buffer first.
8200 (gdb-current-context-command): Use selected frame so that "up",
8201 "down" etc work in the GUD buffer.
8202 (gdb-update): Find selected frame before rendering stack buffer.
8203 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8204
8205 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * progmodes/sym-comp.el (displayed-completions): Remove.
8208 (symbol-complete): Use minibuffer-complete.
8209
8210 2009-08-31 Glenn Morris <rgm@gnu.org>
8211
8212 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8213
8214 * apropos.el (apropos-symbols-internal):
8215 Handle (obsolete) face aliases.
8216
8217 * faces.el (describe-face): Adjust the output format to be more like
8218 describe-variable, and to mention (obsolete) face aliases.
8219 Adjust the whitespace so that help-setup-xref works.
8220
8221 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8222 * calendar/diary-lib.el (diary-button-face):
8223 Mark these face aliases as obsolete.
8224
8225 * calendar/calendar.el (calendar-today): Doc fix.
8226
8227 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8228
8229 * progmodes/gdb-mi.el (gdb-control-all-threads)
8230 (gdb-control-current-thread): Force tool bar update.
8231 (gdb-non-stop-handler): New function.
8232 (gdb-init-1): Use it to test if non-stop mode is supported.
8233 Remove unused gdbmi buffer type.
8234
8235 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8236
8237 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8238 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8239
8240 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8241
8242 * comint.el (comint-exec-1): Check command is non-null first.
8243 Part of gdb-mi.el change (2009-08-28).
8244
8245 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8248
8249 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8250
8251 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8252 instead of `dolist' to avoid a recursive require when bootstrapping.
8253
8254 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8257
8258 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8259
8260 * net/imap.el (imap-send-command): Simplify.
8261 (imap-wait-for-tag): point-max -> buffer-size.
8262
8263 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8264
8265 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8266 with constant argument.
8267
8268 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8269
8270 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8271
8272 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8273 Change default, since most of our files don't have a history.
8274 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8275 the user.
8276
8277 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8278 Add comint-run.
8279
8280 * calc/calc.el: Improve commenting convention.
8281 (calc-digit-map, toplevel): Simplify.
8282
8283 * comint.el (comint-insert-input): Be careful to only set point if we
8284 don't delegate to some other command.
8285
8286 * proced.el (proced-signal-list): Make it an alist.
8287 (proced-grammar-alist): Capitalize names.
8288 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8289 Disable undo manually and make it read-only.
8290 Use completion-annotate-function.
8291
8292 * minibuffer.el (minibuffer-message): If the current buffer is not
8293 a minibuffer, insert the message in the echo area rather than at the
8294 end of the buffer.
8295 (completion-annotate-function): New variable.
8296 (minibuffer-completion-help): Use it.
8297 (completion--embedded-envvar-table): Environment vars are
8298 always case-sensitive.
8299
8300 2009-08-30 Glenn Morris <rgm@gnu.org>
8301
8302 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8303 from fortran-current-defun.
8304 (fortran-beginning-of-subprogram): Be more precise about finding the
8305 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8306 (fortran-end-of-subprogram): Simplify.
8307 (fortran-current-defun): Use fortran-start-prog-re.
8308
8309 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8310
8311 * subr.el (do-after-load-evaluation): Simplify.
8312
8313 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8314
8315 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8316
8317 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8318 (vc-rcs-print-log): Use it.
8319
8320 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8321
8322 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * paths.el (abbrev-file-name): Move to abbrev.el.
8325 * abbrev.el (abbrev-file-name): Move from paths.el.
8326 Obey user-emacs-directory.
8327 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8328 user-emacs-directory.
8329 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8330 abbrev-file-name and calc-settings-file any more.
8331 * startup.el (command-line): Recompute abbrev-file-name and
8332 abbreviated-home-dir.
8333 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8334 of the special code for when C-h bindings haven't been changed.
8335 (display-startup-echo-area-message): Use with-current-buffer.
8336 (command-line-1): Use a list of strings, rather than a list of lists
8337 of strings for longopts.
8338
8339 * files.el (get-free-disk-space): Use / for default-directory.
8340
8341 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8342 Use with-current-buffer.
8343
8344 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8345 Recognize immutable variables like most-positive-fixnum.
8346 (byte-compile-setq-default): Check and warn if trying to assign
8347 to an immutable variable, or a non-variable.
8348
8349 * progmodes/cc-vars.el (c-comment-continuation-stars):
8350 * progmodes/cc-engine.el (c-looking-at-bos):
8351 * progmodes/cc-cmds.el (c-toggle-auto-state)
8352 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8353 (c-comment-line-break-function): Add version of obsolescence.
8354
8355 2009-08-28 Juri Linkov <juri@jurta.org>
8356
8357 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8358 associated with `archive-mode'.
8359
8360 * image.el (image-type-header-regexps): Use only JPEG magic number
8361 to determine JPEG images, and don't use `image-jpeg-p' because
8362 Emacs can display non-JFIF non-Exif JPEG images.
8363
8364 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8365
8366 * arc-mode.el (archive-mode):
8367 * emacs-lisp/re-builder.el (re-builder-unload-function):
8368 Protect against the default value of `major-mode' being nil.
8369
8370 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8371
8372 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8373 Fix typos in docstrings.
8374
8375 * progmodes/js.el (js--macro-decl-re): Doc fix.
8376 (js--plain-method-re, js--split-name): Refloc docstring.
8377 (js--class-styles, js--make-merged-item, js--splice-into-items):
8378 Fix typos in docstrings; reflow docstrings.
8379 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8380 (js--variable-decl-matcher, js--inside-pitem-p)
8381 (js--parse-state-at-point, js--get-all-known-symbols)
8382 (js--symbol-history, js-find-symbol, js--js-references)
8383 (js--moz-interactor, js--js-encode-value, js--read-tab):
8384 Fix typos in docstrings.
8385
8386 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * textmodes/reftex.el (reftex-get-file-buffer-force):
8389 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8390 * emulation/viper.el (viper-go-away, viper-set-hooks):
8391 * emacs-lisp/re-builder.el (re-builder-unload-function):
8392 * emacs-lisp/bytecomp.el (byte-compile-file):
8393 * ses.el (ses-unload-function):
8394 * hexl.el (hexl-find-file):
8395 * files.el (normal-mode):
8396 * ehelp.el (with-electric-help):
8397 * autoinsert.el (auto-insert-alist):
8398 * arc-mode.el (archive-mode):
8399 Use (default-value 'major-mode) instead of default-major-mode.
8400
8401 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8402 * international/mule.el (load-with-code-conversion):
8403 * emacs-lisp/debug.el (debug):
8404 * ediff-vers.el (ediff-rcs-get-output-buffer):
8405 * dired.el (dired-internal-noselect): Don't let-bind
8406 default-major-mode around code that doesn't use it.
8407 E.g. buffer creation via get-buffer-create doesn't use it.
8408
8409 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8410
8411 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8412 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8413 when writing the temp file. Otherwise, epa-file gets confused.
8414 (tramp-register-file-name-handlers): Make it a defun. Move also
8415 `epa-file-handler' to the front of `file-name-handler-alist'.
8416
8417 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8420 start right after a ^M.
8421 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8422 (tramp-completion-file-name-regexp-separate)
8423 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8424 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8425 Don't modify last-coding-system-used by accident.
8426 (tramp-completion-file-name-handler): Apply the checks here,
8427 instead during registration.
8428 (tramp-register-file-name-handlers): Renamed from
8429 `tramp-register-file-name-handler'. Register both
8430 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8431 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8432
8433 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8434
8435 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8436 Remove variable ...
8437 (gdb-init-1, gdb-display-separate-io-buffer)
8438 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8439 references to it.
8440 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8441 (gdb-inferior-filter): Use comint-output-filter to stop
8442 echoing and remove ^M characters.
8443
8444 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * emulation/viper-init.el (viper-restore-cursor-type):
8447 * emulation/cua-base.el (cua--update-indications):
8448 Replace default-cursor-type with (default-value 'cursor-type).
8449
8450 * mail/sendmail.el (mail-recover-1):
8451 * international/mule-diag.el (describe-current-coding-system-briefly)
8452 (describe-current-coding-system):
8453 * international/mule-cmds.el (select-safe-coding-system)
8454 (select-message-coding-system)
8455 (set-language-environment-coding-systems, set-locale-environment):
8456 * hexl.el (hexl-insert-multibyte-char):
8457 * dos-w32.el (find-buffer-file-type-coding-system):
8458 * simple.el (what-cursor-position):
8459 Replace uses of default-buffer-file-coding-system
8460 with (default-value 'buffer-file-coding-system).
8461
8462 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8463 Replace uses of default-cursor-in-non-selected-windows
8464 with (default-value 'cursor-in-non-selected-windows).
8465 Use with-current-buffer.
8466
8467 * mail/feedmail.el: Use CL macros.
8468 (feedmail-run-the-queue, feedmail-send-it-immediately):
8469 * dos-w32.el (find-buffer-file-type): Replace uses of
8470 default-buffer-file-type with (default-value 'buffer-file-type).
8471
8472 2009-08-28 Glenn Morris <rgm@gnu.org>
8473
8474 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8475 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8476 Use default-value of major-mode rather than default-major-mode.
8477
8478 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * Makefile.in (update-elcfiles): Report left over elc files.
8481
8482 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8483 expand-file-name and with-current-buffer.
8484 (mail-get-names, mail-directory): Use with-current-buffer.
8485
8486 * vc.el (vc-read-revision): New function.
8487 (vc-version-diff, vc-merge): Use it.
8488
8489 2009-08-27 Sam Steingold <sds@gnu.org>
8490
8491 * simple.el (kill-do-not-save-duplicates): New user option.
8492 (kill-new): When it is non-nil, and the new string is the same as
8493 the latest kill, set replace to t to avoid duplicates in kill-ring.
8494
8495 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8496
8497 * net/tramp.el (tramp-handle-process-file): Do not flush all
8498 caches when `process-file-side-effects' is set.
8499 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8500 instead of `tramp-find-file-exists-command'.
8501 Unset `process-file-side-effects'.
8502
8503 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8504
8505 * net/tramp.el (tramp-methods): New method "rsyncc".
8506 (top): Add completion function for "rsyncc".
8507 (tramp-message-show-message): New defvar.
8508 (tramp-message, tramp-error): Use it.
8509 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8510 remote copying.
8511 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8512 `tramp-methods' entry `copy-env' of "rsyncc".
8513 (tramp-vc-registered-read-file-names): New defconst.
8514 (tramp-vc-registered-file-names): New defvar.
8515 (tramp-handle-vc-registered): Implement optimization strategy.
8516 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8517 (tramp-vc-file-name-handler): New defun.
8518 (tramp-get-ls-command, tramp-get-test-command)
8519 (tramp-get-file-exists-command, tramp-get-remote-ln)
8520 (tramp-get-remote-perl, tramp-get-remote-stat)
8521 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8522
8523 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8524 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8525 timestamps.
8526 (tramp-get-file-property): Check for timestamps in
8527 `tramp-cache-inhibit-cache'.
8528 (tramp-set-file-property): Write timestamp.
8529
8530 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8531
8532 * language/japan-util.el (japanese-symbol-table): Add entries for
8533 cp932-2-byte.
8534
8535 * international/characters.el: Add category `j' to cp932-2-byte.
8536
8537 2009-08-27 Kenichi Handa <handa@m17n.org>
8538
8539 * international/fontset.el (build-default-fontset-data): New macro.
8540 (setup-default-fontset): Use build-default-fontset-data for CJK,
8541 tibetan, ethiopic, and ipa.
8542
8543 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8546 (enable-multibyte-characters): Not customizable any more.
8547
8548 * subr.el (default-mode-line-format, default-header-line-format)
8549 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8550 (default-direction-reversed, default-truncate-lines)
8551 (default-left-margin, default-tab-width, default-case-fold-search)
8552 (default-left-margin-width, default-right-margin-width)
8553 (default-left-fringe-width, default-right-fringe-width)
8554 (default-fringes-outside-margins, default-scroll-bar-width)
8555 (default-vertical-scroll-bar, default-indicate-empty-lines)
8556 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8557 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8558 (default-scroll-down-aggressively, default-fill-column)
8559 (default-cursor-type, default-buffer-file-type)
8560 (default-cursor-in-non-selected-windows)
8561 (default-buffer-file-coding-system, default-major-mode)
8562 (default-enable-multibyte-characters): Mark as obsolete.
8563
8564 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8565
8566 * vc-dir.el (vc-dir-update): Remove debug helper.
8567
8568 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8569
8570 2009-08-26 Sam Steingold <sds@gnu.org>
8571
8572 * simple.el (save-interprogram-paste-before-kill): New user option.
8573 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8574 save the interprogram-paste into kill-ring before overriding it
8575 with the Emacs kill.
8576
8577 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8578
8579 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8580 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8581 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8582 and move to vc-rcs.el.
8583 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8584 move to vc-rcs.el.
8585 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8586 (vc-rcs-update-changelog): Remove.
8587 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8588 and move to vc-rcs.el.
8589
8590 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8591 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8592 renaming.
8593 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8594 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8595 vc.el, renamed to be RCS specific.
8596
8597 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8598 New functions.
8599 (vc-cvs-update-changelog): Move here from vc.el.
8600
8601 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8602 New functions.
8603
8604 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8607
8608 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8609
8610 * vc-git.el (vc-git-register): Use "git add" for directories.
8611 (vc-git-stash, vc-git-stash-show): New functions.
8612 (vc-git-extra-menu-map): Bind them.
8613
8614 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8615 directory correctly in case the item is a directory itself.
8616
8617 * vc.el: Document the desired behavior for reverted files in the
8618 `added' state.
8619 (vc-default-prettify-state-info): Remove function, unused.
8620
8621 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8622
8623 2009-08-26 Glenn Morris <rgm@gnu.org>
8624
8625 * bindings.el (standard-mode-line-format): Reposition dashes in
8626 which-func entry. (Bug#4217)
8627
8628 * files.el (enable-local-variables, enable-local-eval)
8629 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8630 the defcustoms.
8631 (auto-mode-alist, ignored-local-variables)
8632 (save-some-buffers-action-alist): Move risky declarations to the
8633 definitions.
8634 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8635 (font-lock-defaults, format-alist, imenu--index-alist)
8636 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8637 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8638 (mode-line-modified, mode-line-mule-info, mode-line-position)
8639 (mode-line-process, mode-line-remote, outline-level)
8640 (parse-time-rules, rmail-output-file-alist)
8641 (special-display-buffer-names, vc-mode):
8642 Move risky declarations to the relevant files.
8643 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8644 (mode-line-modified, mode-line-process, mode-line-position)
8645 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8646 * font-core.el (font-lock-defaults):
8647 * format.el (format-alist):
8648 * vc-hooks.el (vc-mode):
8649 * window.el (special-display-buffer-names):
8650 * international/mule-cmds.el (input-method-alist):
8651 Define riskiness here (dumped file) rather than in files.el.
8652 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8653 * imenu.el (imenu-generic-expression, imenu--index-alist):
8654 * outline.el (outline-level):
8655 * time.el (display-time-string):
8656 * calendar/parse-time.el (parse-time-rules):
8657 * mail/rmailout.el (rmail-output-file-alist):
8658 Autoload riskiness here, rather than placing in files.el.
8659
8660 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8661
8662 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8663
8664 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8665
8666 * simple.el (process-file-side-effects): New defvar.
8667
8668 * dired-aux.el (dired-show-file-type):
8669 * vc.el (vc-diff-internal):
8670 * vc-arch.el (vc-arch-diff):
8671 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8672 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8673 * vc-git.el (vc-git-registered, vc-git-working-revision)
8674 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8675 (vc-git--empty-db-p):
8676 * vc-hooks.el (vc-user-login-name):
8677 * vc-svn.el (vc-svn-registered, vc-svn-state)
8678 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8679 * progmodes/grep.el (grep-probe): Let-bind
8680 `process-file-side-effects' with nil.
8681
8682 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8683
8684 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8685 daemon. Replace ping by checking for running service for bluez
8686 and zeroconf. (Bug#4239)
8687
8688 2009-08-25 Kevin Ryde <user42@zip.com.au>
8689
8690 * net/dig.el (dig): Add autoload cookie.
8691
8692 2009-08-25 Glenn Morris <rgm@gnu.org>
8693
8694 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8695 load-history for absolute file-names.
8696 (byte-compile-file-form-require): Warn about use of the cl package.
8697
8698 * format.el (format-alist): Doc fix.
8699
8700 * play/bubbles.el (top-level): Don't require cl at run-time.
8701
8702 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8703 run-time cl).
8704
8705 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8706
8707 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8708 from cl package.
8709 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8710
8711 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8712
8713 * calc/calc-alg.el (math-trig-rewrite)
8714 (math-hyperbolic-trig-rewrite): New functions.
8715 (calc-simplify): Simplify trig functions when asked.
8716
8717 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8720
8721 2009-08-24 Kenichi Handa <handa@m17n.org>
8722
8723 * language/ind-util.el (mapthread): Delete it.
8724 (combinatorial): New function.
8725 (indian--puthash-cv): Use combinatorial instead of mapthread.
8726
8727 2009-08-22 Kevin Ryde <user42@zip.com.au>
8728
8729 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8730 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8731 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8732 Clarify docstring that the value is strings not symbols.
8733 (checkdoc-list-of-strings-p): New function.
8734
8735 2009-08-22 Glenn Morris <rgm@gnu.org>
8736
8737 * files.el (auto-mode-alist):
8738 * hippie-exp.el (he-concat-directory-file-name):
8739 * lpr.el (lpr-windows-system, printer-name):
8740 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8741 * ps-print.el (ps-windows-system):
8742 * startup.el (command-line):
8743 * emulation/viper-ex.el (viper-glob-function):
8744 * international/mule-cmds.el (set-language-environment-coding-systems):
8745 * net/ange-ftp.el (ange-ftp-write-region):
8746 * obsolete/fast-lock.el (fast-lock-cache-name):
8747 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8748 unisoft-unix, vax-vms, win32, w32.
8749
8750 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8751 given name if the pattern is not more specific.
8752
8753 * calendar/lunar.el (lunar-phase-names): New option.
8754 (lunar-phase): Doc fix.
8755 (lunar-cycles-per-year): New constant.
8756 (lunar-index): New function.
8757 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8758 (lunar-phase-name): Use lunar-phase-names.
8759 (calendar-lunar-phases): Use format.
8760 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8761
8762 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8763 Copy imenu-example--name-and-position function here for own use.
8764 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8765
8766 * bs.el (bs--redisplay):
8767 * cus-edit.el (custom-redraw):
8768 * ibuffer.el (ibuffer-bury-buffer):
8769 * server.el (server-goto-line-column):
8770 * startup.el (command-line-1):
8771 * strokes.el (strokes-xpm-for-stroke):
8772 * term.el (term-display-buffer-line):
8773 * view.el (View-goto-line):
8774 * calc/calc.el (calc-do, calc-trail-buffer):
8775 * play/gamegrid.el (gamegrid-add-score-insecure):
8776 * progmodes/ada-mode.el (ada-compile-goto-error):
8777 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8778 (ebrowse-select-1st-to-9nth):
8779 * progmodes/cperl-mode.el (cperl-time-fontification):
8780 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8781 * progmodes/gud.el (gud-display-line):
8782 (idlwave-shell-display-line):
8783 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8784 * progmodes/make-mode.el (makefile-browser-toggle):
8785 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8786 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8787 * textmodes/picture.el (picture-draw-rectangle):
8788 * textmodes/reftex-index.el (reftex-index-goto-letter):
8789 (reftex-select-jump-to-previous):
8790 * textmodes/reftex-sel.el (reftex-find-start-point)
8791 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8792 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8793 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8794 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8795 * textmodes/two-column.el (2C-associated-buffer):
8796 Use forward-line rather than goto-line.
8797
8798 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8799 goto-line.
8800
8801 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8802 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8803 (quick-check-list-to-regexp): Declare.
8804
8805 * progmodes/make-mode.el (makefile-browser-insert-selection):
8806 Use goto-char rather than goto-line.
8807
8808 * progmodes/prolog.el (compilation-error-regexp-alist)
8809 (compilation-forget-errors): Declare.
8810
8811 2009-08-22 Juri Linkov <juri@jurta.org>
8812
8813 * progmodes/grep.el (lgrep, rgrep): At the beginning
8814 set `dir' to `default-directory' unless `dir' is a non-nil
8815 readable directory. (Bug#4052)
8816 (lgrep, rgrep): Change a weird way to report an error
8817 from using `read-string' to using `error'.
8818 Instead of using interactive arguments in the function body,
8819 add new argument `confirm'.
8820
8821 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * textmodes/remember.el (remember-buffer):
8824 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8825 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8826 (icalendar-extract-ical-from-buffer):
8827 * net/newst-treeview.el (newsticker-groups-filename):
8828 * net/newst-backend.el (newsticker-cache-filename):
8829 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8830 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8831 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8832 (speedbar-buffers-line-path, speedbar-path-line)
8833 (speedbar-buffers-line-path):
8834 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8835 (epg-sign-keys):
8836 * epa.el (epa-display-verify-result):
8837 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8838
8839 2009-08-21 Glenn Morris <rgm@gnu.org>
8840
8841 * progmodes/js.el (inferior-moz-process): Fix declaration.
8842
8843 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8844
8845 * obsolete/rnewspost.el (news-mail-reply):
8846 Use goto-char rather than goto-line.
8847
8848 * term/ns-win.el (ns-open-file-select-line):
8849 Use line-beginning-position rather than goto-line.
8850
8851 * apropos.el (apropos-command):
8852 * ehelp.el (electric-helpify):
8853 * printing.el (pr-show-setup):
8854 * strokes.el (strokes-help):
8855 * tutorial.el (tutorial--describe-nonstandard-key)
8856 (tutorial--detailed-help):
8857 * woman.el (woman-mini-help, woman-display-extended-fonts):
8858 * calc/calc-help.el (calc-describe-key):
8859 * emulation/edt.el (edt-electric-helpify):
8860 * international/mule-diag.el (mule-diag):
8861 * play/yow.el (apropos-zippy):
8862 * progmodes/python.el (python-describe-symbol):
8863 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8864 * textmodes/table.el (*table--cell-describe-mode)
8865 (*table--cell-describe-bindings):
8866 Use help-print-return-message rather than the now obsolete alias.
8867
8868 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8869 (calendar-cursor-to-visible-date):
8870 * play/5x5.el (5x5-position-cursor):
8871 * play/decipher.el (decipher):
8872 * play/gomoku.el (gomoku-goto-xy):
8873 * play/landmark.el (lm-goto-xy):
8874 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8875 (mpuz-paint-digit):
8876 Use forward-line, not goto-line.
8877
8878 * mail/rmail.el (rmail-obsolete): Delete custom group.
8879 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8880 (rmail-remote-password, rmail-remote-password-required):
8881 Remove unneeded :set-after and :set properties.
8882
8883 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8884
8885 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8886
8887 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8888
8889 * loadup.el: Remove leftover macos code.
8890
8891 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8892 Explicitly pass the date format to git blame so that user local
8893 so that the output format can be parsed.
8894
8895 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8896
8897 * net/dbus.el (top): Don't check for (getenv
8898 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8899
8900 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8901
8902 * log-edit.el (log-edit-strip-single-file-name): New var.
8903 (log-edit-insert-changelog): Use it. Bug#3571
8904
8905 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8908 Bug#3287
8909
8910 * help.el (help-print-return-message): Rename from
8911 print-help-return-message.
8912
8913 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8914 cvs-mode-map parent hack.
8915 (log-view-mode): Derive from special-mode.
8916
8917 * linum.el (linum-mode): window-size-change-functions is redundant.
8918 Adapt to new window-configuration-change-hook behavior.
8919 (linum-after-size, linum-after-config): Remove.
8920
8921 * imenu.el (imenu-example--name-and-position)
8922 (imenu-example--lisp-extract-index-name)
8923 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8924 Mark as obsolete.
8925
8926 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8927 (inferior-prolog-mode): Use it.
8928 (inferior-prolog-load-file): Reset list of errors.
8929
8930 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8931
8932 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8933
8934 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8935
8936 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8939 is running already.
8940
8941 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * subr.el (listify-key-sequence-1): Use normal syntax since those
8944 integers are nowadays always represented by the same (positive) number
8945 on all platforms.
8946 (read-key-empty-map): New const.
8947 (read-key-delay): New var.
8948 (read-key): New function.
8949 (force-mode-line-update): Use with-current-buffer.
8950 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8951 (start-process-shell-command, start-file-process-shell-command):
8952 Discourage the use of command-args.
8953
8954 2009-08-19 Glenn Morris <rgm@gnu.org>
8955
8956 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8957
8958 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * simple.el (choose-completion-string): Don't rely on
8961 minibuffer-completing-file-name and ad-hoc checks to decide whether
8962 to continue completion or not.
8963
8964 * minibuffer.el (minibuffer-hide-completions): New function.
8965 (completion--do-completion): Use it.
8966 (completions-annotations): New face.
8967 (completion--insert-strings): Use it.
8968 (completion-pcm--delim-wild-regex): Add docstring.
8969 (completion-pcm--string->pattern): Add support for 0-width delimiters
8970 in completion-pcm--delim-wild-regex.
8971
8972 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8975 Remove unused var `buffer-modified-p'.
8976
8977 * minibuffer.el (completion--do-completion): Move point for the #b001
8978 case as well (bug#4176).
8979 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8980
8981 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8984 and :session buses.
8985
8986 2009-08-18 Kenichi Handa <handa@m17n.org>
8987
8988 * international/ucs-normalize.el (ucs-normalize-version):
8989 Change to 1.1.
8990 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8991 (utf-8-hfs): Make it perform normalization on encoding too.
8992
8993 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8994 (sentence-end-without-space): Delete duplicated chars.
8995 (sentence-end-base): Likewise.
8996
8997 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8998 (html-mode): Delete duplicated chars from sentence-end-base.
8999
9000 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9001 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9002
9003 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * files.el (hack-one-local-variable): If the mode function is for
9006 a minor mode, pass it an argument (Bug#4148).
9007
9008 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9009
9010 * net/tramp.el (tramp-register-completion-file-name-handler):
9011 Check also for (member 'partial-completion completion-styles).
9012
9013 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9016 abbrev (Bug#3943).
9017
9018 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9019
9020 * progmodes/cperl-mode.el: Merge upstream 6.2.
9021 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9022 (cperl-forward-re): Check cperl-brace-recursing.
9023 (cperl-highlight-charclass): New function.
9024 (cperl-find-pods-heres): Use it.
9025 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9026 (cperl-beautify-regexp-piece): Fix column calculation.
9027 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9028 (cperl-beautify-level): Don't process entire regexp.
9029 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9030 calling man.
9031 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9032 (cperl-init-faces): Build a list in the normal way.
9033
9034 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * calendar/parse-time.el (parse-time-string-chars): Save match
9037 data.
9038
9039 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9042 (sql-product): Use it.
9043 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9044 (sql-set-product): Add completion.
9045 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9046 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9047 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9048 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9049 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9050 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9051 (sql-highlight-db2-keywords): Remove.
9052 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9053 (sql-highlight-product): Use derived-mode-p.
9054 (sql-set-sqli-buffer): Use with-current-buffer.
9055 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9056 Simplify.
9057
9058 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9059
9060 * term.el: Fix commenting convention, turn comments into docstrings.
9061
9062 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9063
9064 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9065
9066 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9067
9068 * calendar/parse-time.el (parse-time-string-chars): Compute using
9069 character classes, to handle non-ascii characters (Bug#3190).
9070
9071 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9072
9073 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9074 another heredoc if the user adds another < (Bug#3226).
9075
9076 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9077 Don't initialize based on window-system (Bug#4124).
9078
9079 * facemenu.el (facemenu-read-color): Use a completion function
9080 that accepts any defined color, such as RGB triplets (Bug#3677).
9081
9082 * files.el (get-free-disk-space): Change fallback default
9083 directory to /. Expand DIR argument before switching to fallback.
9084 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9085
9086 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9087
9088 * files.el (load-library): Doc fix.
9089
9090 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9091
9092 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9093 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9094 incremental search string.
9095
9096 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9097 XEmacs.
9098
9099 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9100 (ediff-merge-region-is-non-clash)
9101 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9102 Also check if the job is really a merge job.
9103
9104 * ediff.el (ediff-current-file): New function.
9105
9106 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9109 conventions.
9110 (js-insert-and-indent): Delete function.
9111 (js-mode-map): Don't bind keys to js-insert-and-indent.
9112 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9113 (js-end-of-defun): Rename from js--end-of-defun.
9114 (js-auto-indent-flag): Delete variable.
9115
9116 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * progmodes/js.el: Remove proclaim statement.
9119 Defvar which-func-imenu-joiner-function to silence compiler.
9120
9121 * files.el (auto-mode-alist): Use js-mode for .js files.
9122
9123 * progmodes/js2-mode.el: Remove file.
9124
9125 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9126
9127 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9128
9129 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9130
9131 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9132 Karl Landstrom <karl.landstrom@brgeight.se>
9133
9134 * progmodes/js.el: New file.
9135
9136 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9137
9138 * timezone.el (timezone-parse-date): Add ability to understand ISO
9139 basic format (minimal separators) dates in addition to the
9140 already-supported extended format dates.
9141
9142 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9143
9144 * international/ucs-normalize.el: Add a `coding' file variable.
9145
9146 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9147
9148 2009-08-14 Sam Steingold <sds@gnu.org>
9149
9150 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9151
9152 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9153
9154 * faces.el (help-argument-name): Define it here instead of
9155 help-fns.el, because in daemon mode help-fns.el may be loaded when
9156 faces are still uninitialized (Bug#1078).
9157
9158 * help-fns.el (help-argument-name): Move defface to faces.el.
9159
9160 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9163 create buffer with a pty but no process so that GDB can make the
9164 inferior the controlling process.
9165
9166 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9167
9168 * international/ucs-normalize.el: New file.
9169
9170 2009-08-13 Richard Stallman <rms@gnu.org>
9171
9172 * mail/rmail.el (rmail-get-attr-names):
9173 Accept an attribute header that is too short.
9174
9175 * mail/rmail.el (rmail-forget-messages):
9176 Ignore nil elt in rmail-message-vector. Use dotimes.
9177
9178 * progmodes/compile.el (compilation-goto-locus):
9179 Use next-error-move-function.
9180
9181 * simple.el (next-error-move-function): New variable.
9182
9183 2009-08-12 Juri Linkov <juri@jurta.org>
9184
9185 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9186 always non-nil. (Bug#4052)
9187
9188 * replace.el (read-regexp): Return empty string when
9189 `default-value' is nil.
9190 (keep-lines-read-args): Don't use empty string as the
9191 default value for `read-regexp'. (Bug#2495)
9192
9193 2009-08-12 Juri Linkov <juri@jurta.org>
9194
9195 * international/mule-cmds.el (ucs-insert): Change arguments
9196 from `arg' to `character', `count', `inherit' to be the same
9197 as in `insert-char'. Doc fix. (Bug#4039)
9198
9199 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9200
9201 2009-08-12 Juri Linkov <juri@jurta.org>
9202
9203 * files-x.el: New file.
9204
9205 * files.el: Move code that deals with adding/deleting
9206 file/directory-local variables to files-x.el.
9207
9208 * Makefile.in (ELCFILES): Add files-x.elc.
9209
9210 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9211
9212 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9213 to use `goto-line'.
9214 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9215 `goto-line'.
9216 (gdb-invalidate-disassembly): Do not refresh upon receiving
9217 'update signal. Instead, update all disassembly buffers only after
9218 threads list.
9219 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9220 (gdb-starting): Moved -data-list-register-names...
9221 (gdb-stopped): ...here so it's sent when first thread stops.
9222 (gdb-registers-handler-custom): Do nothing if register names are
9223 unknown yet.
9224
9225 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9226 from `gdb-mi.el' to avoid extra tangling.
9227
9228 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9229 change which breaks `gud-def' definitions used in `gdb'.
9230 (gdb-update-gud-running): No extra fuss for updating frame number.
9231
9232 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9235 (describe-language-environment-map, setup-language-environment-map)
9236 (set-coding-system-map): Move initialization into declaration.
9237 (set-language-info-alist): Last arg to define-key-after can be skipped.
9238
9239 * international/quail.el (quail-completion-1): Simplify.
9240 (quail-define-rules): Use slightly more compact code.
9241 (quail-insert-decode-map): Propertize keys, compact columns.
9242
9243 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9244 Add goto-line.
9245
9246 2009-08-10 Miles Bader <miles@gnu.org>
9247
9248 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9249 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9250 (js2-instance-member, js2-private-member, js2-private-function-call)
9251 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9252 (js2-magic-paren, js2-external-variable):
9253 Remove "-face" suffix from face names.
9254 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9255 (js2-highlight-undeclared-vars, js2-peek-token)
9256 (js2-parse-function-params, js2-mode-show-errors)
9257 (js2-mode-show-warnings, js2-make-magic-delimiter)
9258 (js2-mode-highlight-magic-parens): Update to use new face names.
9259
9260 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9261
9262 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9263 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9264
9265 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * subr.el: Provide hashtable-print-readable.
9268
9269 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9270 hs-c-like-adjust-block-beginning.
9271 (hs-hide-block-at-point): Stop hiding at the beginning of
9272 hs-block-end-regexp (Bug#700).
9273
9274 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9275
9276 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9277 a macro.
9278 (gdb-registers-handler-custom): Do not fail when register names
9279 are unavailable.
9280
9281 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9282
9283 * progmodes/gdb-mi.el (gdb-control-all-threads)
9284 (gdb-control-current-thread): Interactive setters for
9285 `gdb-gud-control-all-threads' to use in menu.
9286 (gdb-show-run-p): Show «Go» when process is not active.
9287 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9288 gud/thread.xpm and gud/all.xpm.
9289
9290 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9291
9292 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9293 (nslookup-font-lock-keywords): Make it a variable.
9294 (net-utils-mode): New mode for viewing diagnostic network output.
9295 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9296 (net-utils-run-simple): New function.
9297 (ifconfig, iwconfig, netstat, arp, route): Use it.
9298
9299 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9300
9301 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9302 (gdb-memory-set-address, def-gdb-set-positive-number)
9303 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9304 after changing settings.
9305 (gdb-invalidate-disassembly): Update when first shown.
9306 (gdb-edit-locals-value): Fixed.
9307 (gdb-registers-handler-custom): Print registers in right order and
9308 allow changing register values (only for current thread yet).
9309 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9310 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9311 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9312 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9313 info in mode name.
9314 (gdb-registers-mode-map): TAB to switch to locals.
9315
9316 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9317
9318 * mail/rmail.el (rmail-add-mbox-headers)
9319 (rmail-set-message-counters-counter): Search for
9320 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9321
9322 2009-08-08 Glenn Morris <rgm@gnu.org>
9323
9324 * Makefile.in (ELCFILES): Update.
9325
9326 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9327
9328 * mail/sendmail.el (mail-yank-original): Set
9329 buffer-file-coding-system from the one used by the message whose
9330 text is yanked.
9331
9332 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9333 to "windows" when "pgnuplot" is used.
9334 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9335 call accept-process-output if "pgnuplot" is used.
9336 (calc-graph-init): Don't send -display and -geometry to
9337 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9338 running "pgnuplot -V" with shell-command-to-string.
9339
9340 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9341 the default.
9342
9343 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9344
9345 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9346 org/org-latex.elc.
9347
9348 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9349
9350 * vc-dispatcher.el (vc-resynch-window): Update comment.
9351
9352 * term.el (term-handle-ansi-escape): Add comments with the
9353 terminfo capabilities implemented.
9354
9355 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9356
9357 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9358 (gdb-var-create-handler): Rewritten using JSON parser.
9359 (gdb-propertize-header): Moved earlier.
9360 (gdb-set-header): Removed to avoid duplication.
9361 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9362 Refresh disassembly buffers only after threads list have been
9363 update.
9364 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9365 variables.
9366
9367 2009-08-04 Juri Linkov <juri@jurta.org>
9368
9369 * files.el: Commands to add/delete file/directory-local variables.
9370 (read-file-local-variable, read-file-local-variable-value)
9371 (read-file-local-variable-mode, modify-file-local-variable)
9372 (modify-file-local-variable-prop-line)
9373 (modify-dir-local-variable): New functions.
9374 (add-file-local-variable, delete-file-local-variable)
9375 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9376 (add-dir-local-variable, delete-dir-local-variable)
9377 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9378 (copy-dir-locals-to-file-locals-prop-line): New commands.
9379
9380 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9381
9382 * abbrev.el (insert-abbrev-table-description): Prettify output.
9383 Suggested by Karl Chen.
9384
9385 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9386
9387 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9388 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9389 (gdb-overlay-arrow-position, gdb-thread-position)
9390 (gdb-disassembly-position): Declare variables.
9391 (gdb-wait-for-pending): Function now.
9392 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9393 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9394 compilation goes smoothly.
9395 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9396 (gdb-non-stop-setting): New customization setting which replaces
9397 `gdb-non-stop' so changing it doesn't break active GDB session.
9398 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9399 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9400 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9401 (gdb-show-threads-by-default): New customization options.
9402 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9403 routines.
9404 (gdb-get-buffer-create): Send buffers update signal when they are
9405 created.
9406 (gdb-invalidate-locals, gdb-invalidate-registers)
9407 (gdb-invalidate-breakpoints)
9408 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9409 (gdb-invalidate-memory): Accept update signal.
9410 (gdb-current-context-command): Use --frame option.
9411 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9412 Implement `gdb-frame-number' selection logic.
9413 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9414 whether to show GUD toolbar buttons.
9415 (gdb-thread-exited): Unselect current thread when it exits.
9416 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9417 (gdb-mark-line): Routine which sets overlay arrow or inverses
9418 video on fringeless displays.
9419 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9420 to build aligned columns of data in GDB buffers and set text
9421 properties line-by-line.
9422 (gdb-invalidate-breakpoints)
9423 (gdb-breakpoints-list-handler-custom)
9424 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9425 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9426 (gdb-registers-handler-custom): Align data columns.
9427 (gdb-locals-handler-custom): Now prints data like in variable
9428 declarations.
9429 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9430 Removed confusing buttons.
9431 (gdb-invalidate-threads): Append --frame.
9432 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9433 between breakpoints/threads buffers.
9434 (gdb-set-window-buffer): Now can ignore dedicated windows.
9435 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9436 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9437 (def-gdb-thread-buffer-gud-command): Replaces
9438 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9439 for fine thread control.
9440 (gdb-preempt-existing-or-display-buffer): New function used to
9441 display bound buffers without breaking window layout.
9442 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9443 (gdb-select-frame): New version of `gdb-frames-select' which now
9444 sets `gdb-frame-number' so commands may use --frame option instead
9445 of inner debugger state.
9446 (gdb-frame-handler): Do not set `gdb-frame-number'.
9447 (gdb-threads-mode-map): Select threads with mouse.
9448
9449 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9450 avoid compilation warning.
9451 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9452 `gdb-show-stop-p`.
9453
9454 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9455 Argument `key' renamed to `buffer-type'.
9456 (gdb-current-context-buffer-name): Do not add thread info to
9457 buffer name when no thread is selected.
9458 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9459 command (bug 3794).
9460 (gdb-thread-selected): Handle `=thread-selected' notification.
9461 (gdb-wait-for-pending): New macro to deal with congestion problems.
9462 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9463 breakpoints.
9464 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9465 This fixes problem similar to one described in bug 3947.
9466 (gud-menu-map): More menu items.
9467 (gdb-init-1): Reset `gdb-thread-number' to nil.
9468
9469 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9470 non-stop settings.
9471
9472 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9473 (gdb-current-context-command): Do not append --thread if
9474 `gdb-thread-number' is nil.
9475 (gdb-running-threads-count, gdb-stopped-threads-count): New
9476 variables.
9477 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9478 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9479 customization options.
9480 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9481 GUD commands.
9482 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9483 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9484 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9485 set `gdb-thread-number' and update `gud-running' properly.
9486 (gdb-running): Update threads list when new threads appear.
9487 (gdb-stopped): Support non-stop operation and new thread switching
9488 logic.
9489 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9490 (gdb-json-partial-output): New set of JSON routines.
9491 (def-gdb-auto-update-trigger): New `signal-list' optional
9492 argument.
9493 (gdb-thread-list-handler-custom): Update `gud-running',
9494 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9495 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9496 (gdb-continue-thread, gdb-step-thread): New commands for fine
9497 thread execution control.
9498 (gud-menu-map): New menu items to switch non-stop options.
9499 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9500 (gdb-send): Mimic RET properly (bug 3794).
9501
9502 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9503 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9504 gdb-buffer-rules.
9505 (def-gdb-auto-update-handler): New nopreserve optional argument.
9506 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9507
9508 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9509 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9510 (gdb-parent-mode): New mode to derive other GDB modes from.
9511 (gdb-display-disassembly-for-thread)
9512 (gdb-frame-disassembly-for-thread): New commands for threads
9513 buffer.
9514
9515 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9516 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9517 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9518 (gdb-update): We now store all GDB buffers in a list so that they
9519 can be updated by traversing a list instead of calling invalidate
9520 triggers explicitly.
9521 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9522 pair for GDB buffer.
9523 (gdb-stack-buffer-name): Add thread information.
9524 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9525 handle pending triggers.
9526 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9527 (def-gdb-thread-buffer-simple-command)
9528 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9529 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9530 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9531 New commands which show buffers bound to thread.
9532 (gdb-stack-list-locals-regexp): Removed unused regexp.
9533
9534 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9535 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9536 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9537 to (gud-comint-buffer) in *-buffer-name functions
9538 because (gdb-get-target-string) already does that.
9539 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9540 (gdb-changed-registers-handler): Rewritten without regexps.
9541
9542 * progmodes/gdb-mi.el: Basic thread selection support.
9543 (gdb-thread-number): New variable.
9544 (gdb-current-context-command): New macro which adds --thread
9545 option to command.
9546 (gdb-threads-mode-map): Select thread with SPC.
9547 (gdb-thread-list-handler-custom): Mark current thread with overlay
9548 arrow. Synchronize GDB thread and Emacs thread.
9549 (gdb-select-thread): New command which selects current thread.
9550 (gdb-invalidate-frames, gdb-invalidate-locals)
9551 (gdb-invalidate-registers): Use --thread option.
9552
9553 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9554
9555 * net/tramp.el (top): Make check for tramp-gvfs loading more
9556 robust. (Bug#3977)
9557 (tramp-handle-insert-file-contents): `unwind-protect' must be
9558 inside `with-parsed-tramp-file-name'.
9559
9560 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9561 fails.
9562
9563 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9564
9565 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9566 directory if CLASSPATH is not set.
9567
9568 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9569
9570 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9571 New defconst.
9572 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9573
9574 2009-08-02 Kevin Ryde <user42@zip.com.au>
9575
9576 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9577 Update freshmeat link. Delete newsforge.com as it seems gone.
9578
9579 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * select.el (x-set-selection): Doc fix (Bug#4021).
9582
9583 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9584
9585 * help-fns.el (describe-variable): Treat list return values from
9586 dir-locals-find-file properly (Bug#4005).
9587
9588 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9589
9590 * net/tramp.el (tramp-debug-message): Print also microseconds.
9591
9592 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9593
9594 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9595 or END is non-nil.
9596 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9597 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9598 format.
9599
9600 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9601 (tramp-get-file-property): Use it.
9602
9603 * autorevert.el (auto-revert-handler): Allow
9604 `auto-revert-tail-mode' for remote files.
9605
9606 2009-08-02 Jason Rumney <jasonr@gnu.org>
9607
9608 * minibuffer.el (read-file-name): Treat confirm options to
9609 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9610
9611 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9612
9613 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9614 (font-lock-variable-name-face, font-lock-constant-face): Darken
9615 the colors for light backgrounds.
9616
9617 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9618
9619 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9620 month names. (Bug#3987)
9621
9622 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9623
9624 * simple.el (line-move-finish): Pass whole number to
9625 line-move-to-column.
9626 (line-move-visual): Perform hscroll to the recorded position.
9627
9628 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9629
9630 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9631
9632 2009-07-29 Alan Mackenzie <acm@muc.de>
9633
9634 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9635
9636 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9637
9638 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9639 (gdb-place-breakpoints): Use full path when setting breakpoints.
9640
9641 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9642
9643 * calc/calc.el (calc-mode-map): Add keybinding for
9644 `calc-transpose-lines'.
9645
9646 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9647
9648 * calc/calc-misc.el (calc-transpose-lines): New function.
9649
9650 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9651
9652 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9653 Simplify check for out-of-band methods.
9654 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9655 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9656
9657 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9658
9659 * vc-git.el (vc-git-checkin): Fix typo.
9660
9661 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9662
9663 * progmodes/js2-mode.el: New file.
9664
9665 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9666
9667 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9668 (gud-menu-map): Adjust tooltip accordingly.
9669
9670 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9671
9672 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9673 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9674
9675 * add-log.el (change-log-mode-map): Add a menu.
9676
9677 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9678
9679 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9680 function returns nil.
9681 (dbus-handle-event): Handle special return value :ignore.
9682 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9683
9684 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9687 it's not needed.
9688
9689 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9690
9691 Fix Bug#3888:
9692
9693 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9694
9695 * term/pc-win.el (x-display-name, x-colors)
9696 (x-select-enable-clipboard, x-select-text): Doc fix.
9697
9698 * term/common-win.el (x-display-name, x-colors): Doc fix.
9699
9700 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9701 (xw-defined-colors): Doc fix.
9702
9703 * w32-fns.el (x-select-text, x-setup-function-keys)
9704 (x-get-selection, x-set-selection): Doc fix.
9705
9706 * term/x-win.el (x-select-text, x-setup-function-keys)
9707 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9708
9709 * select.el (x-set-selection): Doc fix.
9710
9711 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9712
9713 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9714 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9715 "IsNSSSupportAvailable" method is not available. Reported by
9716 Steve Youngs <steve@sxemacs.org>.
9717
9718 2009-07-24 Kenichi Handa <handa@m17n.org>
9719
9720 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9721 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9722 (build-unicode-category-table): Fix range checks.
9723
9724 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9725
9726 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9727 the buffer we try to sync is current when calling
9728 vc-resynch-buffer.
9729
9730 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9731 not show up to date files.
9732
9733 2009-07-24 Glenn Morris <rgm@gnu.org>
9734
9735 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9736 Add autoload cookies. If necessary, initialize.
9737 (elint-log): Handle non-file buffers.
9738 (elint-initialize): Add optional argument to reinitialize.
9739 (elint-find-builtin-variables): Save excursion.
9740
9741 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9742
9743 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9744 for Lint.
9745
9746 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9747
9748 * vc.el (vc-print-log-internal): New function, split out from ...
9749 (vc-print-log): ... here.
9750 (vc-dir-move-to-goal-column): Declare.
9751
9752 * vc-git.el (vc-git-add-signoff): New variable.
9753 (vc-git-checkin): Use it.
9754 (vc-git-toggle-signoff): New function.
9755 (vc-git-extra-menu-map): Bind it to menu.
9756 (vc-git--run-command-string): Accept a nil FILE argument.
9757 (vc-git-stash-list): New function.
9758 (vc-git-dir-extra-headers): Use it.
9759
9760 2009-07-23 Glenn Morris <rgm@gnu.org>
9761
9762 * help-fns.el (describe-variable): Describe ignored and risky local
9763 variables in a similar way to that in which we describe safe ones.
9764
9765 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9766 (byte-compile-output-file-form, byte-compile-output-docform)
9767 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9768 Give some more local variables with common names a "bytecomp-" prefix,
9769 so as not to shadow things during compilation.
9770 * emacs-lisp/cl-macs.el (load-time-value)
9771 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9772 `outbuffer' to `bytecomp-outbuffer'.
9773
9774 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9775 since the next two variables cover them automatically now.
9776 (elint-builtin-variables, elint-autoloaded-variables): New.
9777 (elint-unknown-builtin-args): Remove all members, since they can be
9778 parsed automatically now.
9779 (elint-extra-errors): New.
9780 (elint-env-add-env, elint-env-add-macro): Use cadr.
9781 (elint-current-buffer): Use or. Change final message.
9782 (elint-get-top-forms): Use line-end-position.
9783 (elint-init-env): Use cadr. Handle autoload, declare-function,
9784 and defalias.
9785 (elint-add-required-env): Doc fix. Use or. Standardize error.
9786 (regexp-assoc): Remove unused function.
9787 (elint-top-form): Set elint-current-pos, to record the start of the
9788 top-level form, for compilation-mode.
9789 (elint-form): Trap errors in macro expansion. Use dolist.
9790 (elint-unbound-variable): Use elint-builtin-variables and
9791 elint-autoloaded-variables.
9792 (elint-get-args): Use cadr, or.
9793 (elint-check-cond-form): Use dolist, cadr.
9794 (elint-check-condition-case-form): Doc fix. Use cadr.
9795 Use elint-extra-errors.
9796 (elint-log): New function.
9797 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9798 Distinguish errors and warnings.
9799 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9800 Use a bytecomp-style format.
9801 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9802 (elint-get-log-buffer): Use compilation mode. Disable undo.
9803 Don't truncate lines.
9804 (elint-initialize): Set builtin and autoloaded variable lists.
9805 Only process elint-unknown-builtin-args if non-nil.
9806 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9807 New functions.
9808 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9809
9810 2009-07-22 Kevin Ryde <user42@zip.com.au>
9811
9812 * net/newst-backend.el (newsticker--parse-atom-1.0)
9813 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9814 (newsticker--parse-rss-1.0):
9815 * progmodes/idlwave.el (idlwave-mode):
9816 * progmodes/idlw-shell.el (idlwave-shell-mode):
9817 * progmodes/vera-mode.el (vera-mode):
9818 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9819 * progmodes/vhdl-mode.el (vhdl-mode):
9820 * textmodes/table.el (table-generate-source)
9821 (table--warn-incompatibility):
9822 Hyperlink urls in docstrings with URL `...'.
9823
9824 2009-07-22 Glenn Morris <rgm@gnu.org>
9825
9826 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9827 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9828 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9829 Remove leading * from defcustom docs.
9830
9831 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9832
9833 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9834 defcustom doc.
9835 (list-load-path-shadows): Optionally, just return shadows as a string.
9836
9837 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9838
9839 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * mail/rmailedit.el (rmail-edit-mode): Use
9842 auto-save-include-big-deletions.
9843
9844 * mail/rmail.el (rmail-variables): Use
9845 auto-save-include-big-deletions.
9846
9847 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9848 changes.
9849
9850 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9851
9852 * calc/calc.el (calc-undo-length): New variable.
9853 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9854
9855 2009-07-21 Richard Stallman <rms@gnu.org>
9856
9857 * files.el (auto-save-mode): Handle buffer-save-size = -2
9858 for toggling mode.
9859
9860 2009-07-21 Glenn Morris <rgm@gnu.org>
9861
9862 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9863
9864 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9865
9866 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9867 silence compiler. Instead...
9868 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9869 (ps-print-ensure-fontified): Update for above function name changes.
9870
9871 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9872 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9873 silence compiler. Instead...
9874 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9875 (mh-show-buffer): Only define for compiler.
9876 (pr-mh-current-message): Update for above function name changes.
9877
9878 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9879 as an argument.
9880 (find-file-noselect, insert-file-1): Update for above change.
9881
9882 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9883
9884 * mail/mailclient.el (mailclient-send-it): Fix message.
9885
9886 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9887 (edebug-eval): Check cl-debug-env is bound.
9888 (print-level, print-circle): Don't redefine built-in variables.
9889
9890 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9891 (custom-print-vectors): Remove old comments from doc.
9892
9893 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9894 (emerge-version): Make the variable an obsolete alias for the
9895 emacs-version variable. Make the function obsolete.
9896 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9897 Emerge options, rather than merging in into the main Options menu.
9898 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9899 and auto advance modes. Disable edit/fast items when not relevant.
9900
9901 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9902
9903 * term/vt420.el (terminal-init-vt420): Fix typo.
9904
9905 2009-07-20 Sam Steingold <sds@gnu.org>
9906
9907 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9908 variable (removed from compile.el on 2004-03-11).
9909
9910 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9911
9912 * files.el (hack-local-variables-filter): Fix last change.
9913
9914 2009-07-19 Juri Linkov <juri@jurta.org>
9915
9916 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9917 (dir-local-variables-alist): New buffer-local variable.
9918 (hack-local-variables-filter): If variable is not dir-local,
9919 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9920 because file-local overrides dir-local.
9921 (c-postprocess-file-styles) <declare-function>:
9922 Remove obsolete declaration.
9923 (hack-dir-local-variables): Add dir-local variable/value pair to
9924 `dir-local-variables-alist' and remove duplicates. Doc fix.
9925
9926 * help-fns.el (describe-variable): Add information about
9927 file-local and dir-local variables.
9928
9929 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9930
9931 * files.el (hack-local-variables-filter): Rewrite.
9932
9933 2009-07-19 Glenn Morris <rgm@gnu.org>
9934
9935 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9936 Silence compiler by only defining on XEmacs.
9937
9938 * international/mule.el (auto-coding-regexp-alist): Only match
9939 BABYL... at the start of buffer, not of lines. (Bug#3790)
9940
9941 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9942 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9943 (cal-menu-context-mouse-menu): Doc fix.
9944
9945 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9946
9947 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9948
9949 2009-07-18 Juri Linkov <juri@jurta.org>
9950
9951 * info.el: Virtual Info keyword finder.
9952 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9953 (Info-finder-file): New variable.
9954 (Info-finder-find-file): New function.
9955 (finder-known-keywords, finder-package-info)
9956 (find-library-name, lm-commentary): Use defvar and
9957 declare-function to silence compiler warnings.
9958 (Info-finder-find-node): New function.
9959 (info-finder): New command.
9960
9961 * subr.el (process-kill-buffer-query-function): New function.
9962 (add-hook)<kill-buffer-query-functions>: Add hook
9963 `process-kill-buffer-query-function'.
9964
9965 2009-07-18 Alan Mackenzie <acm@muc.de>
9966
9967 * progmodes/cc-mode.el (c-before-hack-hook)
9968 (c-postprocess-file-styles): Give invocation of `c-set-style'
9969 DONT-OVERRIDE parameter of t. Already set style variables will
9970 thus not be overridden by style settings given by `c-file-syle'.
9971
9972 * files.el (hack-local-variables-filter): Remove entries with
9973 duplicate keys from `file-local-variables-alist'.
9974
9975 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9976
9977 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9978 x-set-selection if display-selections-p returns nil for the
9979 current frame.
9980
9981 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9982
9983 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9984
9985 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9986
9987 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9988 Accept nil in addition to a regexp.
9989 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9990 Accept nil in addition to a regexp.
9991 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9992 buffers that have an associated file. Handle nil values of
9993 desktop-buffers-not-to-save and desktop-files-not-to-save.
9994 (Bug#3833)
9995
9996 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9997 (x-disown-selection-internal): New functions.
9998
9999 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10000
10001 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10002 warning.
10003 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10004 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10005
10006 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10007
10008 * simple.el (set-mark): Revert last change.
10009
10010 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10011
10012 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10013 rendering of pngs is not possible instead of messaging a long
10014 description.
10015
10016 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10017
10018 * w32-fns.el (x-selection-owner-p): New function.
10019
10020 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10021 (mouse-yank-at-click, mouse-yank-primary): If
10022 select-active-regions is non-nil, deactivate the mark before
10023 insertion.
10024
10025 * simple.el (deactivate-mark, set-mark): Only save selection if we
10026 own it.
10027
10028 2009-07-17 Kenichi Handa <handa@m17n.org>
10029
10030 * case-table.el (describe-buffer-case-table): Fix for the case
10031 that KEY is a cons.
10032
10033 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10034
10035 * vc-rcs.el (vc-rcs-find-file-hook):
10036 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10037
10038 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10039
10040 * net/tramp.el (tramp-wait-for-output): Handle the case when
10041 commands do not return a newline but a null byte before the shell
10042 prompt. (Bug#3858)
10043
10044 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10045
10046 * term/ns-win.el (ns-set-alpha): Don't declare.
10047 (ns-set-background-alpha): Remove function.
10048
10049 2009-07-16 Kevin Ryde <user42@zip.com.au>
10050
10051 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10052 y-or-n-p, for safety.
10053
10054 2009-07-16 Richard Stallman <rms@gnu.org>
10055
10056 * files.el (auto-save-mode): If buffer-saved-size is -2,
10057 don't clobber it.
10058
10059 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10060 (rmail-retry-ignored-headers): Add more uninteresting fields.
10061
10062 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10063
10064 * net/rcirc.el (rcirc): Use history variables.
10065 (rcirc-server-name-history, rcirc-nick-name-history)
10066 (rcirc-server-port-history): New variables.
10067
10068 2009-07-15 Kenichi Handa <handa@m17n.org>
10069
10070 * international/mule-cmds.el (set-language-environment-charset):
10071 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10072 ignore them.
10073
10074 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10075 Delete unibyte-display.
10076
10077 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10080
10081 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * simple.el (deactivate-mark): Optional argument FORCE.
10084 (set-mark): Use deactivate-mark.
10085
10086 * info.el (Info-search): No need to check transient-mark-mode
10087 before calling deactivate-mark.
10088
10089 * select.el (x-set-selection): Doc fix.
10090 (x-valid-simple-selection-p): Allow buffer values.
10091 (xselect--selection-bounds): Handle buffer values. Suggested by
10092 David De La Harpe Golden.
10093
10094 * mouse.el (mouse-set-region, mouse-drag-track): Call
10095 copy-region-as-kill before setting the mark, to let
10096 select-active-regions work.
10097
10098 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10099
10100 * simple.el (deactivate-mark): If select-active-regions is
10101 non-nil, copy the selection data into a string.
10102 (activate-mark): If select-active-regions is non-nil, set the
10103 selection to the current buffer.
10104 (set-mark): Update selection if select-active-regions is non-nil.
10105
10106 * select.el (x-valid-simple-selection-p): Allow buffer values.
10107
10108 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10111 and more featureful message-mode.
10112
10113 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10114
10115 * select.el (x-set-selection): Doc fix.
10116 (x-valid-simple-selection-p): Disallow selection data consisting
10117 of a list or cons of integers, since that is not used.
10118 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10119 (xselect-convert-to-string, xselect-convert-to-length)
10120 (xselect-convert-to-filename, xselect-convert-to-charpos)
10121 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10122
10123 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10124
10125 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10126 output in -break-info command (Emacs bug #3794).
10127
10128 2009-07-14 Glenn Morris <rgm@gnu.org>
10129
10130 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10131 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10132 (edebug-print-length, edebug-print-level, edebug-print-circle)
10133 (edebug-sit-for-seconds, edebug-view-outside)
10134 (edebug-bounce-point, edebug-set-global-break-condition)
10135 (edebug-Go-nonstop-mode, edebug-trace-mode)
10136 (edebug-Trace-fast-mode, edebug-continue-mode)
10137 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10138 (edebug-visit-eval-list): Doc fixes.
10139
10140 * subr.el (def-edebug-spec): Doc fix.
10141
10142 2009-07-14 Kenichi Handa <handa@m17n.org>
10143
10144 * international/characters.el: Fix setting of category ?C.
10145
10146 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10147
10148 * term/ns-win.el (x-select-font): defalias x-select-font to
10149 ns-popup-font-panel instead of generate-fontset-menu.
10150
10151 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10152
10153 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10154
10155 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10156
10157 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10158 the PK\003\004 header (Bug#3770).
10159
10160 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10161
10162 * pcomplete.el (pcomplete-comint-setup): Check for
10163 shell-dynamic-complete-filename too.
10164
10165 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * simple.el (temporary-goal-column): Change the value for
10168 line-move-visual to a cons cell.
10169 (line-move-visual): Record or set the window hscroll, if
10170 necessary (Bug#3494).
10171 (line-move-1): Handle cons value of temporary-goal-column.
10172
10173 2009-07-11 Kenichi Handa <handa@m17n.org>
10174
10175 * international/mule-diag.el (describe-character-set): Don't show
10176 width.
10177
10178 2009-07-10 Sam Steingold <sds@gnu.org>
10179
10180 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10181 Omake sometimes indents the errors it prints, so allow all
10182 regexps to start with spaces.
10183
10184 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10185
10186 * cus-edit.el (customize-changed-options-previous-release):
10187 Bump value to 22.1. (Bug#3804)
10188
10189 2009-07-08 Sam Steingold <sds@gnu.org>
10190
10191 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10192 to be a cons cell (test . ignored-directory) to selectively ignore
10193 some directories depending on the location of the search.
10194
10195 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10196
10197 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10198 remote user is root, on the local host.
10199 (tramp-local-host-p): Either the local user or the remote user
10200 must be root. (Bug#3771)
10201
10202 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * progmodes/gdb-mi.el (gdb): Remove description of
10205 gdb-use-separate-io-buffer.
10206 (menu): Don't allow toggling of or enable
10207 gdb-use-separate-io-buffer from menubar.
10208
10209 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10210
10211 * mail/unrmail.el (unrmail): Make sure the message ends with two
10212 newlines (Bug#3769).
10213
10214 2009-07-08 Glenn Morris <rgm@gnu.org>
10215
10216 * calendar/calendar.el (calendar-current-date): Rework previous change.
10217
10218 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10219
10220 * calendar/calendar.el (calendar-current-date):
10221 Add an optional argument giving an offset from today.
10222
10223 2009-07-08 Glenn Morris <rgm@gnu.org>
10224
10225 * tutorial.el (tutorial--describe-nonstandard-key):
10226 Adjust the message for when a key has been unbound.
10227 (help-with-tutorial): Hide the arch-tag.
10228
10229 2009-07-08 Kenichi Handa <handa@m17n.org>
10230
10231 * international/fontset.el (setup-default-fontset): For each
10232 script, append (not set) font-specs.
10233
10234 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10235 docstring.
10236
10237 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10238
10239 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10240 -data-list-register-names to ...
10241 (gdb-starting): ... here because GDB 7.0 requires execution to
10242 have started when using this MI command.
10243 (gdb-set-header): New function to distinguish select and
10244 unselected tabs in gdb buffers.
10245 (gdb-propertize-header): New macro that uses gdb-set-header.
10246 (gdb-breakpoints-header, gdb-locals-header): Use it.
10247 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10248
10249 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * Makefile.in (ELCFILES): Remove fadr.elc.
10252
10253 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10254
10255 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10256 may contain frame information, so `string-match' should be used.
10257 (gdb-update): Disassembly is invalidated through
10258 `gdb-get-selected-frame'.
10259 (gdb-pad-string): New function to pad string with spaces.
10260 (gdb-invalidate-disassembly): Invalidate only if the buffer
10261 exists.
10262 (gdb-disassembly-handler-custom): Column alignment.
10263 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10264 placing new ones.
10265 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10266 end of line, too.
10267 (gdb-frame-handler): Match convention to for disassembly buffer
10268 mode name.
10269 (gdb-stack-list-frames-handler): Rewritten without regexps.
10270 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10271 not highlight breakpoints without line information.
10272 (gdb-input): Add trailing newline to command.
10273
10274 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10275 buffer properly.
10276 (gdb-breakpoints-list-handler-custom): Replacement for
10277 `gdb-break-list-handler'. Using real parser instead of regexps
10278 now.
10279 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10280 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10281 to place breakpoints.
10282 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10283 functions.
10284 (gdb-disassembly-handler-custom): Show overlay arrow.
10285 (gdb-disassembly-place-breakpoints): Show breakpoints in
10286 disassembly buffer.
10287 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10288 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10289 instead of parsing breakpoints buffer. Fixed old menu references
10290 in `gud-menu-map'.
10291
10292 * fadr.el: Remove.
10293
10294 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10295 (gdb-memory-address): New variable which holds top address of
10296 memory page shown in memory buffer.
10297 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10298 customization variables.
10299 New functions:
10300 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10301 display the memory buffer.
10302 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10303 buffer display parameters.
10304 (def-gdb-memory-format, gdb-memory-format-binary)
10305 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10306 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10307 Functions for setting memory buffer format.
10308 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10309 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10310 unit size used in memory buffer.
10311 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10312 to next/previous page of memory buffer.
10313 Now using (bindat-get-field) instead of fadr functions.
10314
10315 2009-07-07 Sam Steingold <sds@gnu.org>
10316
10317 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10318 non-top-level files.
10319
10320 2009-07-07 Kenichi Handa <handa@m17n.org>
10321
10322 * international/mule-cmds.el (reset-language-environment): Put
10323 the highset priority to the charset iso-8859-1.
10324
10325 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10328 to the end of the line when locating the block (Bug#700).
10329
10330 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10331
10332 * net/tramp.el (tramp-handle-write-region): Flush file properties
10333 in case of short track.
10334
10335 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10336
10337 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10338 Coded custom representation of verilog error regular expressions
10339 to work with Emacs-22's new format.
10340 (verilog-error-regexp-xemacs-alist): Coded custom representation
10341 of verilog error regular expressions to work with XEmacs format.
10342 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10343 error recognition into XEmacs.
10344 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10345 error recognition into Emacs-22.
10346
10347 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * woman.el: Remove stand-alone closing parentheses.
10350 (woman-file-name, woman2-format-paragraphs)
10351 (woman-leave-blank-lines): Code cleanup.
10352 (woman-use-own-frame): Change default to nil.
10353 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10354 defaults to inherit from default faces.
10355 (woman2-process-escapes): Consume the newline after a stand-alone
10356 filler character (Bug#3651).
10357
10358 2009-07-06 Glenn Morris <rgm@gnu.org>
10359
10360 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10361 (top-level): Move provide to the end.
10362 (ffap): Remove defunct URL from custom group.
10363
10364 * subr.el (eval-after-load): Doc fix.
10365
10366 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10367
10368 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10369 `calc-embedded-word' is called twice.
10370
10371 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * files.el (find-alternate-file-other-window, find-alternate-file):
10374 Obey confirm-nonexistent-file-or-buffer.
10375
10376 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10377
10378 * dired-aux.el (dired-show-file-type): Handle remote files.
10379
10380 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10381
10382 * desktop.el (desktop-globals-to-save):
10383 Add file-name-history (Bug#2750).
10384
10385 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10386
10387 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10388
10389 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10390
10391 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10392 property on entire argument since this is what eshell-lisp-command
10393 expects.
10394
10395 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10396
10397 * net/tramp-gvfs.el (tramp-gvfs-methods)
10398 (tramp-gvfs-zeroconf-domain)
10399 (tramp-bluez-discover-devices-timeout): Add version flag.
10400 (tramp-gvfs-handler-mounted-unmounted)
10401 (tramp-gvfs-connection-mounted-p): Polish handling of
10402 incompatibilities between GVFS 0.2 and 1.0.
10403
10404 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10405
10406 * cus-start.el (all): Add make-pointer-invisible.
10407
10408 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10409
10410 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10411 formatted correctly.
10412
10413 2009-07-02 Juri Linkov <juri@jurta.org>
10414
10415 * info.el: Virtual Info files and nodes.
10416 (Info-virtual-files, Info-virtual-nodes): New variables.
10417 (Info-current-node-virtual): New variable.
10418 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10419 New functions.
10420 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10421 to check for a virtual file instead of checking a fixed list
10422 of node names.
10423 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10424 instead of ad-hoc processing of "dir" and (apropos history toc).
10425 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10426 instead of ad-hoc processing of "dir" and (apropos history toc).
10427 Reread a file when moving from a virtual node.
10428 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10429 (Info-directory-toc-nodes, Info-directory-find-file)
10430 (Info-directory-find-node): New functions.
10431 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10432 (Info-history): Move part of code to
10433 `Info-history-find-node'.
10434 (Info-history-toc-nodes, Info-history-find-file)
10435 (Info-history-find-node): New functions.
10436 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10437 (Info-toc): Move part of code to `Info-toc-find-node'.
10438 (Info-toc-find-node): New function.
10439 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10440 the current Info file name to references because now the node
10441 "*TOC*" belongs to the same Info manual.
10442 (Info-toc-build): Rename from `Info-build-toc'.
10443 (Info-toc-nodes): Rename input argument `file' to `filename'.
10444 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10445 instead of ad-hoc processing of ("dir" apropos history toc).
10446 (Info-index-nodes): Use Info-virtual-file-p
10447 to check for a virtual file instead of checking a fixed list
10448 of node names.
10449 (Info-index-node): Add check for `Info-current-node-virtual'.
10450 Raise `save-match-data' higher up the tree to contain
10451 `search-forward' too (bug fix).
10452 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10453 (Info-virtual-index-nodes): New variable.
10454 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10455 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10456 (Info-apropos-file, Info-apropos-nodes): New variables.
10457 (Info-apropos-toc-nodes, Info-apropos-find-file)
10458 (Info-apropos-find-node, Info-apropos-matches): New functions.
10459 (info-apropos): Move part of code to `Info-apropos-find-node' and
10460 `Info-apropos-matches'.
10461 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10462 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10463 for a virtual file instead of checking a fixed list of node names.
10464
10465 * simple.el (async-shell-command): New command.
10466
10467 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10468
10469 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10470 instead of `mount-info'.
10471
10472 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10473
10474 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10475 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10476
10477 2009-07-02 Kenichi Handa <handa@m17n.org>
10478
10479 * international/mule.el (set-keyboard-coding-system): Force *-unix
10480 coding-system to avoid eol conversion.
10481
10482 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10483
10484 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10485 Add handler for `process-file', `shell-command' and
10486 `start-file-process'.
10487 (tramp-gvfs-handle-shell-command)
10488 (tramp-gvfs-handle-start-file-process)
10489 (tramp-gvfs-handle-process-file): New defuns.
10490 (tramp-synce-list-devices): Simplify check for existence of property.
10491
10492 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10493
10494 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10495
10496 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10497
10498 * language/korean.el (set-language-info-alist): Add korean-cp949,
10499 cp949 to spec.
10500
10501 2009-07-01 Kenichi Handa <handa@m17n.org>
10502
10503 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10504
10505 * international/encoded-kb.el: Deleted.
10506
10507 * international/mule.el (set-keyboard-coding-system): Perform the
10508 necessary setup here instead of calling encoded-kbd-setup-display.
10509
10510 2009-07-01 Glenn Morris <rgm@gnu.org>
10511
10512 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10513
10514 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10515
10516 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10517
10518 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10519
10520 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10521 Handle also the 'rename case, when setting file modes. (Bug#3712)
10522 (tramp-default-file-modes): Remove execute permissions.
10523
10524 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10525 (top): Add a default for "synce" in `tramp-default-user-alist'.
10526 Add completion function for "synce" method.
10527 (tramp-hal-service, tramp-hal-path-manager)
10528 (tramp-hal-interface-manager, tramp-hal-interface-device):
10529 New defconst.
10530 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10531 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10532 New defuns.
10533
10534 * net/trampver.el: Update release number.
10535
10536 2009-06-30 Kenichi Handa <handa@m17n.org>
10537
10538 * international/fontset.el (setup-default-fontset): Add CJK fonts
10539 for symbols and the other miscellaneous characters.
10540
10541 * language/korea-util.el (setup-korean-environment-internal):
10542 Make char-width-table suitable for Korean environments.
10543 (exit-korean-environment): Cancel above.
10544
10545 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10546 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10547 setup-function to make char-width-table suitable for respective
10548 environments, and an exit-function to cancel that.
10549
10550 * language/japan-util.el (setup-japanese-environment-internal):
10551 Call use-cjk-char-width-table with arg `ja_JP'.
10552
10553 * international/characters.el (cjk-char-width-table): Delete it.
10554 (cjk-char-width-table-list): New variable.
10555 (use-cjk-char-width-table): New arg local-name.
10556 (use-default-char-width-table): Fix for the case that Emacs is
10557 already using the default char-width-table.
10558
10559 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10560
10561 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10562 modes mandatory. (Bug#3712)
10563
10564 2009-06-29 Alan Mackenzie <acm@muc.de>
10565
10566 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10567 correction between the visible width of TABs and their number of bytes.
10568
10569 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * server.el (server-buffer-done): Prevent kill-buffer from
10572 prompting by clearing the buffer modification flag (Bug#3696).
10573
10574 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10575
10576 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10577 (verilog-endcomment-reason-re): Support unique case and priority case.
10578 (verilog-basic-complete-re): Support localparam lineup.
10579 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10580 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10581 commenting.
10582 (verilog-leap-to-case-head): Now support *nested* unique &
10583 priority case statements.
10584 (verilog-auto-lineup): Make just declarations the default (as it
10585 had been).
10586 (verilog-leap-to-case-head): Support priority/unique case statements.
10587 (verilog-auto-lineup): Rework to give users radio buttons to
10588 select the various styles of automatic lineup.
10589 (verilog-error-regexp-alist): Rework to support the XEmacs style
10590 of error regular expressions from compilers, lint tools &
10591 simulators. Note that GNU Emacs has made it impossible for a mode
10592 to load such things.
10593 (electric-verilog-terminate-line, verilog-indent-declaration)
10594 (verilog-auto-wiure): Rework for radio button selection of
10595 auto-lineup selection of specification of auto lineup.
10596 (verilog-beg-of-statement-1): Redesign to support proper operation
10597 in additional code, based on testing with auto-lineup.
10598 (verilog-calculate-indent, assignments & declarations)
10599 (verilog-backward-token): Enhance to support auto-lineup of
10600 assignments & declarations.
10601 (verilog-in-directive-p, verilog-at-struct-p): New function for
10602 easy test of whether we are.
10603 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10604 to support safe execution at almost anyline.
10605 (verilog-calc-1): Properly support indenting deep inside generate
10606 blocks.
10607 (verilog-init-font): Remove definition & use of verilog-init-font,
10608 as it is redundant with font-lock-defaults.
10609 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10610 to avoid circular calls if syntax-ppss is a function (as is the
10611 case now in 22.x GNU Emacs) as that function would sometimes call
10612 itself, leading to (nearly) infinite recursion.
10613 (verilog-ovm-begin-re, verilog-ovm-end-re)
10614 (verilog-ovm-statement-re, verilog-leap-to-head)
10615 (verilog-backward-token): Add support for OVM macros. Some are
10616 complete statements, and others open and close scopes like begin
10617 and end.
10618 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10619 (verilog-defun-level-generate-only-re): Really fix the defun-list
10620 compilation issue.
10621 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10622 coverpoint, constraint and cross statements.
10623 (verilog-defun-level-list, verilog-generate-defun-level-list)
10624 (verilog-all-defun-level-list): Redo these specifications - it is
10625 too hard to support eval-when compile aggregation of lists also
10626 built at when-compile time.
10627 (verilog-defun-level-list): Place defconsts of variables used in
10628 building regular expressions which are built in eval-when-compile
10629 bodies in the same eval-when-compile body to facilitate compile
10630 without load.
10631 (verilog-beg-block-re-ordered): Support indenting
10632 virtual/protected tasks and functions.
10633 (verilog-defun-level-list, verilog-in-generate-region-p)
10634 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10635 indentation of some module items (generate items).
10636 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10637 across virtual/protected tasks and functions.
10638
10639 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10640
10641 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10642 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10643 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10644 in concatenations. Reported by Yishay Belkind.
10645 (verilog-auto-ascii-enum): Support one-hot state machines in
10646 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10647 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10648 modport in AUTOINST and add vl-modport for users. Reported by
10649 David Rogoff.
10650 (verilog-auto-inout-module, verilog-auto-inst)
10651 (verilog-decls-get-interfaces, verilog-insert-definition)
10652 (verilog-insert-one-definition, verilog-read-decls)
10653 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10654 (verilog-sig-modport, verilog-signals-combine-bus)
10655 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10656 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10657 Suggested by David Rogoff.
10658 (verilog-repair-open-comma): Fix non-insertion of comma when
10659 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10660 (verilog-make-width-expression): Simplify [A-1:0] expression
10661 widths to just {A{1'b0}}.
10662 (verilog-mode): Cleanup checkdoc warnings.
10663 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10664 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10665 inputs/outputs or data type. Suggested by Vasu Kandadi.
10666 (next-error-last-buffer): Fix byte-compiler warning.
10667 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10668 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10669 or shell command text during AUTO expansion. Suggested by Tad Truex.
10670 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10671 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10672 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10673 in AUTOINOUT. Reported by Matthew Lovell.
10674 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10675 causing use of <= assignments. Reported by Alex Reed.
10676 (verilog-read-decls): Fix triand, trior, wand, wor to be
10677 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10678 (verilog-extended-complete-re): Support import "DPI-C" functions.
10679 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10680 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10681 (verilog-insert-date, verilog-insert-year)
10682 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10683 Windows systems. Reported by Michael Potts.
10684 (verilog-read-module-name): Fix AUTOINST when the child module
10685 declaration's name is a tick define. Reported by Elliot Mednick.
10686 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10687 passed to next parameter's definition. Reported by Bruce T.
10688 (verilog-read-decls): Fix detecting "parameter int" when using
10689 AUTOINSTPARAM. Reported by Bruce T.
10690 (verilog-goto-defun): Fix goto not finding modules unless first
10691 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10692 (verilog-mode): Expand -f flag arguments on entry to mode so
10693 verilog-goto-defun will work. Reported by Lawrence Butcher.
10694 (verilog-getopt): Expand environment variables in -f file
10695 arguments. Suggested by Lawrence Butcher.
10696 (verilog-set-define): Fix "Symbol's value as variable is void"
10697 when reading enumerations.
10698 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10699 Suggested by Stephen Peltan.
10700 (verilog-read-defines): Fix reading of enumerations in include
10701 files. Reported by Steve Peltan.
10702
10703 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10704
10705 * files.el (trash-directory): Fix defcustom type.
10706
10707 2009-06-28 Juri Linkov <juri@jurta.org>
10708
10709 * help-fns.el (describe-function-1): Correctly locate adviced
10710 functions in hyperlink (Bug#2438).
10711
10712 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10713
10714 * files.el (trash-directory): Change default to nil.
10715 (move-file-to-trash): If trash-directory is nil and
10716 system-move-file-to-trash is unbound, perform freedesktop-style
10717 trashing.
10718
10719 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10720
10721 * files.el (move-file-to-trash): Add freedesktop trash
10722 support (Bug#973).
10723
10724 2009-06-28 Glenn Morris <rgm@gnu.org>
10725
10726 * autorevert.el (global-auto-revert-non-file-buffers)
10727 (global-auto-revert-mode): Doc fixes.
10728
10729 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10730
10731 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10732
10733 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10736 opened an X connection before calling x-get-resource (Bug#3194).
10737
10738 * play/doctor.el: Remove reference to obsolete website.
10739 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10740
10741 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10742
10743 Remove find-file-not-found-hook VC method. (Bug#2757)
10744 * vc-hooks.el (vc-file-not-found-hook)
10745 (vc-default-find-file-not-found-hook): Remove functions.
10746 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10747 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10748 * vc.el:
10749 * vc-hg.el:
10750 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10751
10752 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10753
10754 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10755 compatibility function for `looking-back'.
10756
10757 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10758 Use `ispell-looking-back'.
10759
10760 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10761
10762 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10763 rather than `filename'.
10764
10765 2009-06-23 Miles Bader <miles@gnu.org>
10766
10767 * face-remap.el (text-scale-set): New function.
10768
10769 2009-06-23 Glenn Morris <rgm@gnu.org>
10770
10771 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10772
10773 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10774
10775 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10776
10777 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10778
10779 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10780 Simplify Persian conditionals.
10781
10782 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10783 variable `filename'.
10784
10785 * comint.el (comint-insert-input): Doc fix.
10786
10787 * Makefile.in (ELCFILES): Fix typo in previous change.
10788
10789 2009-06-23 Miles Bader <miles@gnu.org>
10790
10791 * cus-start.el: Add entry for `recenter-redisplay'.
10792
10793 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10794
10795 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10796 Add an optional argument for the backend, use it instead of
10797 calling vc-backend.
10798 (vc-mode-line): Add an optional argument for the backend.
10799 Pass the backend to vc-state and vc-working-revision. Move code for
10800 special handling for vc-state being a buffer to ...
10801
10802 * vc-rcs.el (vc-rcs-find-file-hook):
10803 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10804
10805 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10806 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10807 vc-stay-local-p and vc-mode-line calls.
10808
10809 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10810 (vc-cvs-diff, vc-cvs-annotate-command)
10811 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10812 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10813 vc-mode-line calls.
10814
10815 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10816 direct comparison.
10817 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10818 backend when calling vc-mode-line.
10819 (vc-register): Do not create a closure for calling the vc register
10820 function, call it directly.
10821
10822 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10823
10824 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10825 to make it obvious item can be clicked.
10826
10827 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10828
10829 2009-06-23 Kenichi Handa <handa@m17n.org>
10830
10831 * language/korea-util.el (korean-key-bindings): Change the binding
10832 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10833 same command.
10834
10835 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10836
10837 Sync with Tramp 2.1.16.
10838
10839 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10840
10841 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10842 when a loading of a package fails. Completion function for rsync
10843 is `tramp-completion-function-alist-ssh'.
10844 (all): Replace all calls of `split-string' and
10845 `tramp-split-string' by `tramp-compat-split-string'.
10846 (tramp-default-method): Use `tramp-compat-process-running-p'.
10847 (tramp-default-proxies-alist): Allow also Lisp forms.
10848 (tramp-remote-path): Add choice "Private Directories".
10849 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10850 (tramp-domain-regexp): Allow also "-", "_" and ".".
10851 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10852 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10853 (tramp-debug-message): Insert header line in debug buffer.
10854 (tramp-handle-directory-files-and-attributes-with-stat):
10855 Care about filenames with spaces, or starting with "-".
10856 (tramp-handle-dired-uncache): New defun.
10857 (tramp-handle-insert-directory): Don't flush the directory from
10858 cache, this is handled by `dired-uncache' now.
10859 (tramp-handle-insert-file-contents): Improve error handling.
10860 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10861 Quote `tramp-end-of-output'.
10862 (tramp-action-password): Improve trace message.
10863 (tramp-check-for-regexp): Both echoes must be present, before removing.
10864 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10865 (tramp-compute-multi-hops): Eval cons cells of
10866 `tramp-default-proxies-alist'.
10867 (tramp-maybe-open-connection): Use the same command pattern for
10868 first hop and further hops.
10869 (tramp-wait-for-output): Remove handling of newlines.
10870 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10871 (tramp-split-string): Remove function. It is handled in
10872 tramp-compat now.
10873
10874 * net/tramp-cmds.el (tramp-bug):
10875 Recommend `tramp-cleanup-all-connections' in the bug mail.
10876
10877 * net/tramp-compat.el (tramp-compat-split-string)
10878 (tramp-compat-process-running-p): New defuns.
10879
10880 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10881 for `dired-uncache'.
10882
10883 * net/tramp-gvfs.el: New package.
10884
10885 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10886 Add handler for `dired-uncache'.
10887 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10888
10889 * net/trampver.el: Update release number. Make version check fit
10890 for SXEmacs 22.
10891
10892 2009-06-22 Jim Meyering <meyering@redhat.com>
10893
10894 Automatically handle .xz suffix (XZ-compressed files), too.
10895 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10896 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10897
10898 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10899 Nick Roberts <nickrob@snap.net.nz>
10900
10901 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10902 repository (http://sphinx.net.ru/hg/gdb-mi/).
10903
10904 2009-06-22 Glenn Morris <rgm@gnu.org>
10905
10906 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10907 `mode' and `eval' entries. (Bug#3430)
10908
10909 * Makefile.in (ELCFILES): Add fadr.elc.
10910
10911 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10912 differing behavior of \n and ^ in strings. (Bug#3385)
10913
10914 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10915
10916 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10917 property.
10918 (lisp-indent-function): Make it a defcustom.
10919
10920 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10921
10922 * progmodes/gdb-ui.el: Replace with ...
10923 * progmodes/gdb-mi.el: ... this file.
10924 * progmodes/gud.el: Modify for gdb-mi.el.
10925
10926 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10927
10928 * fadr.el: New file.
10929
10930 See ChangeLog.14 for earlier changes.
10931
10932 ;; Local Variables:
10933 ;; coding: utf-8
10934 ;; End:
10935
10936 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10937
10938 This file is part of GNU Emacs.
10939
10940 GNU Emacs is free software: you can redistribute it and/or modify
10941 it under the terms of the GNU General Public License as published by
10942 the Free Software Foundation, either version 3 of the License, or
10943 (at your option) any later version.
10944
10945 GNU Emacs is distributed in the hope that it will be useful,
10946 but WITHOUT ANY WARRANTY; without even the implied warranty of
10947 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10948 GNU General Public License for more details.
10949
10950 You should have received a copy of the GNU General Public License
10951 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10952
10953 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1