]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix previous change of *-composable-pattern).
[gnu-emacs] / lisp / ChangeLog
1 2010-04-07 Kenichi Handa <handa@m17n.org>
2
3 * language/indian.el (malayalam-composable-pattern): Fix previous
4 change (add U+0D4D "SIGN VIRAMA").
5 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6 (tamil-composable-pattern): Fix typo in the regexp.
7 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10
11 2010-03-30 Kenichi Handa <handa@m17n.org>
12
13 * language/sinhala.el (composition-function-table): Fix regexp for
14 the new Unicode specification.
15
16 * language/indian.el (devanagari-composable-pattern)
17 (tamil-composable-pattern, kannada-composable-pattern)
18 (malayalam-composable-pattern): Adjusted for the new Unicode
19 specification.
20 (bengali-composable-pattern, gurmukhi-composable-pattern)
21 (gujarati-composable-pattern, oriya-composable-pattern)
22 (telugu-composable-pattern): New variables to cope with the new
23 Unicode specification. Use them in composition-function-table.
24
25 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 Make tmm-menubar work for the Buffers menu again.
28 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
29 vectors rather than cons cells, as used in menu-bar-update-buffers.
30
31 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
32
33 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
34 (js-insert-and-indent): Revert 2009-08-15 change, restoring
35 electric punctuation for "{}();,:" (Bug#5586).
36
37 * mail/sendmail.el (mail-default-directory): Doc fix.
38
39 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
40
41 * mail/sendmail.el (mail-default-directory): Doc fix.
42
43 2010-03-27 Eli Zaretskii <eliz@gnu.org>
44
45 * subr.el (version-regexp-alist, version-to-list)
46 (version-list-<, version-list-=, version-list-<=)
47 (version-list-not-zero, version<, version<=, version=): Doc fix.
48 (Bug#5744).
49
50 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
51 Nick Roberts <nickrob@snap.net.nz>
52
53 * progmodes/gdb-ui.el (gdb-apple-test): New function.
54 (gdb-init-1): Use it.
55
56 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
57
58 * vc.el (vc-root-diff): Doc fix.
59
60 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
61
62 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
63
64 * simple.el (append-to-buffer): Fix last change.
65
66 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
67
68 * simple.el (append-to-buffer): Ensure that point is preserved if
69 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
70 (Bug#5749)
71
72 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
75 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
76 not be present any more.
77
78 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
79
80 * faces.el (set-face-attribute): Fix typo in docstring.
81 (face-valid-attribute-values): Reflow docstring.
82
83 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
84
85 2010-03-23 Glenn Morris <rgm@gnu.org>
86
87 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
88
89 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
90
91 * indent.el (indent-for-tab-command): Doc fix.
92
93 2010-03-22 Alan Mackenzie <acm@muc.de>
94
95 * progmodes/cc-engine.el (c-remove-stale-state-cache):
96 Fix off-by-one error. Fixes bug #5747.
97
98 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
99
100 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
101 (image-dired-read-comment): Doc fix.
102
103 * json.el (json-object-type, json-array-type, json-key-type)
104 (json-false, json-null, json-read-number):
105 * minibuffer.el (completion-in-region-functions):
106 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
107 (cal-tex-cursor-week):
108 * emacs-lisp/trace.el (trace-function):
109 * eshell/em-basic.el (eshell/printnl):
110 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
111 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
112 * obsolete/levents.el (allocate-event, event-key, event-object)
113 (event-point, event-process, event-timestamp, event-to-character)
114 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
115 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
116 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
117 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
118 (reftex-highlight-selection): Fix typos in docstrings.
119
120 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
121
122 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
123
124 2010-03-18 Glenn Morris <rgm@gnu.org>
125
126 * mail/rmail.el (rmail-highlight-face): Restore option deleted
127 2008-02-13 without comment; mark it obsolete.
128 (rmail-highlight-headers): Use rmail-highlight-face once more.
129
130 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
131
132 * woman.el (woman2-process-escapes): Only consume the newline if
133 the filler character is on a line by itself (Bug#5729).
134
135 2010-03-16 Kenichi Handa <handa@m17n.org>
136
137 * language/indian.el (devanagari-composable-pattern): Add more
138 consonants.
139
140 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
141
142 * net/trampver.el: Update release number.
143
144 2010-03-13 Glenn Morris <rgm@gnu.org>
145
146 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
147
148 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
149
150 * net/tramp.el (tramp-find-executable):
151 Use `tramp-get-connection-buffer'. Make the regexp for checking
152 output of "wc -l" more robust.
153 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
154 (tramp-open-connection-setup-interactive-shell): Remove workaround
155 for OpenSolaris bug, it is not needed anymore.
156
157 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
158
159 * cedet/semantic/imenu.el: New file, from the CEDET repository
160 (Bug#5412).
161
162 2010-03-12 Glenn Morris <rgm@gnu.org>
163
164 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
165
166 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
167
168 * files.el (auto-mode-alist): Accept more verilog file patterns.
169
170 2010-03-09 Miles Bader <miles@gnu.org>>
171
172 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
173 instead of "format:"; this ensures that the output is
174 newline-terminated.
175
176 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
177
178 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
179 that all errors are caught, and that the return value is always a
180 list (Bug#5692).
181
182 2010-03-08 Kenichi Handa <handa@m17n.org>
183
184 * language/misc-lang.el (windows-1256): New coding system.
185 (cp1256): New alias of windows-1256 (bug#5690).
186
187 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
188
189 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
190 call to rfc822-bad-address. (Bug#5692)
191
192 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
193
194 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
195 vc-git-root as default directory for revision path (Bug#5657).
196
197 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
198
199 * calculator.el (calculator): Don't bind split-window-keep-point
200 (Bug#5674).
201
202 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * vc-git.el: Re-flow to fit into 80 columns.
205 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
206 Remove spurious `quote' element in each case alternative.
207 (vc-git-show-log-entry): Use prog1.
208 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
209
210 2010-03-06 Glenn Morris <rgm@gnu.org>
211
212 * cedet/semantic/grammar.el (semantic-grammar-header-template):
213 Update template copyright to GPLv3+.
214
215 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
218
219 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
220
221 * macros.el (insert-kbd-macro): Look up keyboard macro using the
222 definition, not the name (Bug#5481).
223
224 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
225
226 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
227 argument with a local variable. (Bug#5670)
228
229 2010-03-02 Juri Linkov <juri@jurta.org>
230
231 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
232
233 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
234
235 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
236 error when FILENAME and NEWNAME are existing remote directories.
237
238 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
239 parameter DIR-FLAG.
240
241 2010-03-02 Glenn Morris <rgm@gnu.org>
242
243 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
244 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
245
246 2010-03-01 Alan Mackenzie <acm@muc.de>
247
248 * progmodes/cc-engine.el (c-remove-stale-state-cache):
249 Correct previous patch.
250
251 2010-03-01 Kenichi Handa <handa@m17n.org>
252
253 * language/burmese.el (burmese-composable-pattern): Rename from
254 myanmar-composable-pattern.
255
256 * international/characters.el (script-list):
257 * international/fontset.el (script-representative-chars):
258 Change myanmar to burmese.
259 (otf-script-alist): Likewise.
260 (setup-default-fontset): Likewise. Re-fix :otf spec.
261
262 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
263
264 * cc-engine.el (c-remove-stale-state-cache): Take account of when
265 `good-pos' is in the same macro as `here'. Fixes bug#5649.
266
267 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
270
271 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
272
273 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
274
275 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
276
277 * net/tramp.el (tramp-handle-write-region): START can be a string.
278 Take care in the checks. Reported by Dan Davison
279 <davison@stats.ox.ac.uk>.
280
281 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
282
283 * net/dbus.el (dbus-introspect, dbus-get-property)
284 (dbus-set-property, dbus-get-all-properties): Use
285 `dbus-call-method' when noninteractive. (Bug#5645)
286
287 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
288
289 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
290 * emacs-lisp/elint.el (elint-add-required-env):
291 * cedet/semantic/db-find.el
292 (semanticdb-find-translate-path-brutish-default):
293 * cedet/ede/make.el (ede-make-check-version):
294 * calendar/icalendar.el (icalendar--add-diary-entry):
295 * calc/calcalg2.el (math-tracing-integral):
296 * files.el (recover-session-finish): Use with-current-buffer
297 instead of save-excursion.
298
299 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 Fix in-buffer completion when after-change-functions modify the buffer.
302 * minibuffer.el (completion--replace): New function.
303 (completion--do-completion): Use it and use relative movement.
304
305 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
306
307 * international/fontset.el (setup-default-fontset): Fix :otf spec.
308
309 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
310
311 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
312 Allow the characters _<> in the stack entry (Bug#5653).
313
314 2010-02-26 Kenichi Handa <handa@m17n.org>
315
316 * language/burmese.el: Fix entries in composition-function-table.
317 (myanmar-composable-pattern): New variable.
318
319 * international/fontset.el (setup-default-fontset): Add an entry
320 for myanmar.
321
322 * international/characters.el (script-list): Add Myanmar
323 Extended-A.
324
325 2010-02-26 Glenn Morris <rgm@gnu.org>
326
327 * custom.el (custom-initialize-delay): Doc fix.
328
329 * mail/sendmail.el (send-mail-function): Autoload the call
330 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
331
332 2010-02-25 Alan Mackenzie <acm@muc.de>
333
334 * progmodes/cc-engine.el (c-clear-<-pair-props)
335 (c-clear->-pair-props): Correct to wipe category text props, not
336 syntax-table ones.
337
338 * progmodes/cc-mode.el (c-after-change): Remove any hard
339 syntax-table properties for <, > which, e.g., C-y has
340 inopportunely converted from category properties.
341
342 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
343
344 * files.el (hack-local-variables-filter): For eval forms, also
345 check safe-local-variable-p (Bug#5636).
346
347 2010-02-24 Eduard Wiebe <usenet@pusto.de>
348
349 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
350 and use c(ad)r of cddr (Bug#5640).
351
352 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
355 setting the modes by `ignore-errors'. It might fail, for example
356 if the file is not owned by the user but the group.
357 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
358
359 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
360
361 * files.el (directory-listing-before-filename-regexp): Use
362 stricter matching for iso-style dates, to avoid false matches with
363 date-like filenames (Bug#5597).
364
365 * htmlfontify.el (htmlfontify): Doc fix.
366
367 * eshell/eshell.el (eshell): Doc fix.
368
369 * startup.el (fancy-about-screen): In mode-line, apply
370 mode-line-buffer-id face only to the buffer name (Bug#5613).
371
372 2010-02-20 Kevin Ryde <user42@zip.com.au>
373
374 * progmodes/compile.el (compilation-error-regexp-alist-alist):
375 In `watcom' anchor regexp to start of line, to avoid slowness
376 (Bug#5599).
377
378 2010-02-20 Eli Zaretskii <eliz@gnu.org>
379
380 * subr.el (remove-yank-excluded-properties): Explain in a comment
381 why `category' property is removed.
382
383 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
384
385 * isearch.el (isearch-update-post-hook, isearch-update): Revert
386 2010-02-17 change.
387
388 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
389
390 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
391 (icalendar--convert-weekly-to-ical)
392 (icalendar--convert-yearly-to-ical)
393 (icalendar--convert-block-to-ical)
394 (icalendar--convert-cyclic-to-ical)
395 (icalendar--convert-anniversary-to-ical): Take care of time
396 specifications where hour has 1-digit only (Bug#5549).
397
398 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
399
400 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
401 of disassemble output in GDB 7.1.
402
403 2010-02-19 Glenn Morris <rgm@gnu.org>
404
405 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
406 property. (Bug#5593)
407
408 2010-02-18 Sam Steingold <sds@gnu.org>
409
410 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
411
412 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 Use abbreviated file names in bookmarks (bug#5591).
415 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
416 calls to expand-file-name.
417 (bookmark-relocate): Use abbreviated file names in bookmarks.
418 (bookmark-load): Use abbreviated file names in messages.
419
420 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
423 expand "." and "..". Reported by Thierry Volpiatto
424 <thierry.volpiatto@gmail.com>.
425
426 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
427
428 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
429 permissions of the temporary file to "0600". In case the remote
430 file has no read permissions for the owner, there might be
431 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
432
433 22010-02-18 Glenn Morris <rgm@gnu.org>
434
435 * emacs-lisp/authors.el (authors-renamed-files-alist):
436 Add entries for INSTALL.CVS.
437
438 2010-02-17 Mark A. Hershberger <mah@everybody.org>
439
440 * vc-bzr.el: Fix typo in Known Bugs section.
441
442 * isearch.el (isearch-update-post-hook): New hook.
443 (isearch-update): Use the new hook.
444
445 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
446
447 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
448 Fix errors in copying directories.
449 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
450 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
451 (tramp-handle-delete-file)
452 (tramp-handle-dired-recursive-delete-directory)
453 (tramp-handle-write-region): Flush also the cache for the upper
454 directory.
455
456 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
457
458 * simple.el (save-interprogram-paste-before-kill): Doc fix.
459
460 * cus-edit.el (hardware): Doc fix.
461
462 * man.el (man): Add to external custom group.
463
464 * delim-col.el (columns): Move to wp custom group.
465
466 * doc-view.el (doc-view): Add to data custom group.
467
468 * cedet/data-debug.el (data-debug): Move to extensions group.
469
470 * cedet/ede.el (ede):
471 * cedet/srecode.el (srecode):
472 * cedet/semantic.el (semantic): Put in tools and extensions group.
473
474 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
475
476 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
477 by ispell-parse-output (Bug#5575).
478
479 2010-02-16 Kenichi Handa <handa@m17n.org>
480
481 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
482 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
483 (skkdic-convert): Use `euc-japan' coding system for writing.
484
485 2010-02-16 Glenn Morris <rgm@gnu.org>
486
487 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
488 tex-main-file before using it. (Bug#5562)
489
490 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
493 warnings, since it is annoying for the user to see them each time he
494 runs the code.
495
496 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
497
498 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
499 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
500 instead of PROC for caching "first-password-request". Otherwise,
501 new processes would not profit from passwords already entered.
502
503 * net/tramp-cache.el (tramp-dump-connection-properties):
504 Don't save "first-password-request" property.
505
506 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
507
508 * outline.el (outline-head-from-level):
509 * simple.el (with-wrapper-hook):
510 * cedet/ede.el (ede-run-target, project-delete-target)
511 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
512 (ede-adebug-project, ede-adebug-project-parent)
513 (ede-adebug-project-root):
514 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
515 (elint-defun, elint-buffer-env, elint-top-form-logged)
516 (elint-unbound-variable):
517 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
518 Fix typos in docstrings.
519
520 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
521
522 * files.el (insert-directory): When WILDCARD-REGEXP and
523 FULL-DIRECTORY-P are nil, insert the file entry instead of the
524 whole directory. (Bug#5551)
525
526 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
527 dired's alignment sanity. (Bug#5516)
528
529 2010-02-14 Juri Linkov <juri@jurta.org>
530
531 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
532 Remove remaining ^H with their preceding chars. (Bug#5566)
533
534 2010-02-13 Glenn Morris <rgm@gnu.org>
535
536 * simple.el (transpose-subr): Give it a doc-string.
537
538 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
539 Doc fixes.
540
541 2010-02-12 Juri Linkov <juri@jurta.org>
542
543 * arc-mode.el (archive-unique-fname): Make directories for nested
544 archives. (Bug#5540)
545
546 2010-02-12 Juri Linkov <juri@jurta.org>
547
548 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
549
550 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * subr.el (copy-overlay): Handle deleted overlays.
553
554 * man.el (Man-completion-table): Don't signal an error if we can't run
555 manual-program (bug#4056).
556
557 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
558
559 * textmodes/artist.el (artist-mt): Fix typos in docstring.
560
561 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
562
563 * info.el (Info-bookmark-jump): Simplify.
564
565 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
566 (bookmark-default-handler): Accept new bookmark field `buffer'.
567
568 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
569
570 * iswitchb.el (iswitchb-completions): Revert last change.
571
572 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
573
574 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
575 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
576 This prevents file names like "~/" being listed literally.
577
578 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
579
580 * term/xterm.el (xterm-maybe-set-dark-background-mode):
581 Remove dead code. (Bug#5546)
582
583 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
584
585 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
586 correctly (Bug#5548).
587
588 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
589
590 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
591 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
592
593 2010-02-08 Kenichi Handa <handa@m17n.org>
594
595 * international/mule-util.el (with-coding-priority): Add autoload
596 cookie for putting `lisp-indent-function'.
597
598 2010-02-07 Glenn Morris <rgm@gnu.org>
599
600 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
601 Move F2003 named interfaces from keywords-2 to keywords-1, and
602 use function-name-face rather than constant-face.
603 Simplify "abstract interface" regexp.
604
605 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
606
607 * eshell/esh-util.el (eshell-file-attributes): New optional arg
608 ID-FORMAT. Pass it to `file-attributes'.
609
610 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
611
612 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
613
614 * faces.el (set-face-attribute): Allow calling
615 internal-set-lisp-face-attribute with 'unspecified family and
616 foundry argument (Bug#5536).
617
618 2010-02-07 Glenn Morris <rgm@gnu.org>
619
620 * progmodes/f90.el (f90-font-lock-keywords-2)
621 (f90-looking-at-type-like, f90-looking-at-program-block-end):
622 Handle F2003 named interfaces.
623
624 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
625
626 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
627 beg and end before calling c-get-state-before-change-functions.
628
629 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
630
631 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
632
633 2010-02-05 Juri Linkov <juri@jurta.org>
634
635 * doc-view.el (doc-view-mode):
636 * image-mode.el (image-mode): Put property mode-class=special.
637 (Bug#4896)
638
639 2010-02-05 Mark A. Hershberger <mah@everybody.org>
640
641 * vc-svn.el (vc-svn-revision-table): New function.
642
643 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/ange-ftp.el (ange-ftp-insert-directory):
646 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
647 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
648 Handle also directories. (Bug#5478)
649
650 2010-02-05 Glenn Morris <rgm@gnu.org>
651
652 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
653
654 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
655
656 * startup.el (command-line-1): Convert options beginning with a
657 single dash as well (Bug#5519).
658
659 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
662 * minibuffer.el (completion-initials-expand): Only check the presence
663 of delims *within* the boundaries, since otherwise the / delim is
664 always found for files.
665
666 Fix up various corner case problems.
667 * doc-view.el (doc-view-last-page-number): New function.
668 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
669 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
670 (doc-view-kill-proc): Avoid inf-loop in freak cases.
671 (doc-view-reconvert-doc): Use the new recursive delete-directory.
672 (doc-view-convert-current-doc): Don't create the resolution.el file
673 here any more.
674 (doc-view-pdf/ps->png): Do it here instead.
675 (doc-view-already-converted-p): Check that resolution.el is present.
676 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
677 windows that are not yet showing images.
678
679 2010-02-04 Alan Mackenzie <acm@muc.de>
680
681 Change strategy for marking < and > as template delimiters: mark
682 them strictly in matching pairs.
683
684 * cc-mode.el (c-before-change):
685 Use c-get-state-before-change-functions.
686 (c-common-init): Adapt to use
687 c-get-state-before-change-functions (note plural).
688
689 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
690 for searching syntactically for matching <s and >s.
691 (c-get-state-before-change-functions): New language variable (note
692 the plural) which supersedes c-get-state-before-change-function.
693
694 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
695 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
696 (c-clear->-pair-props-if-match-before)
697 (c-before-change-check-<>-operators): New functions.
698 (c-after-change-check-<>-operators): Use macro
699 c-unmark-<->-as-paren.
700
701 * cc-defs.el (c-search-backward-char-property): New macro.
702
703 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
704 and > any more. (These will be handled by font locking.)
705
706 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
707
708 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
709 `dired-uncache' for every elemnt which is an absolute file name.
710
711 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
712 directory, handle its directory component.
713 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
714 function is called permanently and creates noise, otherwise.
715
716 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
717 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
718 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
719
720 2010-02-04 David Burger <dburger@google.com> (tiny change)
721
722 * macros.el (apply-macro-to-region-lines):
723 Minor simplification. (Bug#5485)
724
725 2010-02-04 Glenn Morris <rgm@gnu.org>
726
727 * mail/rmail.el (rmail-show-message-1): Handle malformed
728 quoted-printable text. (Bug#5441)
729
730 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
731
732 * simple.el (visual-line-mode): Capitalize lighter.
733
734 2010-02-03 John Wiegley <jwiegley@gmail.com>
735
736 * iswitchb.el (iswitchb-completions): Add bookmark files to the
737 list of files considered for "virtual buffer" completions.
738
739 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
740
741 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
742 also in case of (and (not full) (not wildcard)). This is needed,
743 when dired is called with a list of files, which are not in
744 `default-directory'. (Bug#5478)
745
746 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
749
750 2010-02-02 Juri Linkov <juri@jurta.org>
751
752 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
753 from unidiff to allow function-line after @@.
754
755 2010-02-02 Juri Linkov <juri@jurta.org>
756
757 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
758 '(RCS SCCS) with inverted condition.
759
760 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
761
762 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
763 messages.
764
765 2010-02-01 Juri Linkov <juri@jurta.org>
766
767 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
768 compare with "pkunzip" and "pkzip" instead of only "pkzip".
769 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
770 only when (car archive-zip-extract) is "unzip". (Bug#5475)
771
772 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
775 (doc-view-revert-buffer): New command.
776 (doc-view-mode-map): Use it.
777
778 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
781 pending merge is detected.
782
783 2010-01-31 Juri Linkov <juri@jurta.org>
784
785 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
786 beginning of interactive spec like all other grep commands do.
787 Put "all" in front of "gz". (Bug#5260)
788
789 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
790
791 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
792
793 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
794
795 * dirtrack.el (dirtrack): Warn instead of signalling error if the
796 regexp is incorrect (Bug#5476).
797
798 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
799
800 * net/tramp.el (tramp-handle-insert-directory): Handle also
801 symlinks, when FILENAME is not in `default-directory'.
802
803 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
804
805 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
806 FILE is not in `default-directory'. (Bug#5478)
807
808 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
809 of SWITCHES. Handle the case, FILENAME is not in
810 `default-directory'. (Bug#5478)
811 (tramp-register-file-name-handlers): Add safe-magic property.
812
813 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
814
815 * arc-mode.el (archive-zip-extract): Quote the argument passed to
816 unzip (Bug#5475).
817
818 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
819
820 * progmodes/flymake.el (flymake-allowed-file-name-masks)
821 (flymake-master-make-header-init): Add other C++ filename masks.
822 (flymake-find-possible-master-files)
823 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
824
825 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
826
827 Fix some busybox annoyances.
828
829 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
830 not responding." string.
831 (tramp-open-connection-setup-interactive-shell): Dump stty
832 settings. Enable "neveropen" arg for all `tramp-send-command'
833 calls. Handle "=" in variable values properly.
834 (tramp-find-inline-encoding): Raise an error, when no encoding is
835 found.
836 (tramp-wait-for-output): Check, whether PROC buffer is available.
837 Remove spurious " ^H" sequences, sent by busybox.
838 (tramp-get-ls-command): Suppress coloring, if possible.
839
840 2010-01-28 Glenn Morris <rgm@gnu.org>
841
842 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
843
844 * log-edit.el (log-edit-strip-single-file-name): Add missing
845 :safe, :group, and :version tags.
846
847 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
848
849 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
850 buffers. (Bug#5477)
851
852 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
853
854 * files.el (delete-directory): Handle moving to trash without
855 first doing recursion (Bug#5436).
856
857 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
858
859 * vc-hooks.el (vc-path): Mark as obsolete.
860
861 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
862
863 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
864 names too.
865
866 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
867 for the short log.
868 (vc-bzr-log-view-mode): Adjust regexp for the above change.
869
870 2010-01-25 Mark A. Hershberger <mah@everybody.org>
871
872 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
873
874 * vc-bzr.el (vc-bzr-revision-table): New function.
875
876 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
877
878 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
879 diff-index command. This requires at least git-1.5.5. (Bug#1589).
880
881 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
882
883 Remove support for adding --signoff on commit.
884 Future support will use an incompatible generic mechanism.
885 * vc-git.el (vc-git-add-signoff): Remove variable.
886 (vc-git-toggle-signoff): Remove function.
887 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
888
889 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
890 from xterm-set-background-mode. Return t if the background mode
891 was set.
892 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
893 earlier, call it again in case the background mode has changed.
894
895 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
896
897 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
898 (Bug#3541).
899
900 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
901
902 * emacs-lisp/assoc.el (aelement): Doc fix.
903 (aput, adelete, amake): Use lexical-let (Bug#5450).
904
905 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
906
907 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
908 is the same as subprogram call, not declaration. (Bug#5435).
909
910 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
911
912 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
913 (tramp-smb-maybe-open-connection): Use it.
914
915 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
916
917 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
918
919 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
922 just because we see "encoding: 8bit".
923 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
924
925 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
926
927 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
928
929 2010-01-22 Eli Zaretskii <eliz@gnu.org>
930
931 * jka-compr.el (jka-compr-load): If load-file is not in
932 load-history, try its file-truename version. (bug#5447)
933
934 2010-01-21 Alan Mackenzie <acm@muc.de>
935
936 Fix a situation where deletion of a cpp construct throws an error.
937 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
938 invoking c-with-all-but-one-cpps-commented-out, check that the
939 special cpp construct is still in the buffer.
940 (c-parse-state): Record the special cpp with markers, not numbers.
941
942 2010-01-21 Kenichi Handa <handa@m17n.org>
943
944 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
945 process last-command-event, as it is now decoded first (Bug#5380).
946
947 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
948
949 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
950
951 2010-01-20 Glenn Morris <rgm@gnu.org>
952
953 * indent.el (tab-always-indent): Fix custom-type.
954
955 2010-01-19 Alan Mackenzie <acm@muc.de>
956
957 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
958 buffer throws "args out of range".
959 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
960 playing the role of delimiter.
961
962 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
963
964 * progmodes/ada-mode.el: Fix bug#5400.
965 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
966 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
967 changed. Delete RECURSIVE parameter; never used. Improve doc string.
968 Improve comments in "is" portion. Handle null procedure declaration.
969 (ada-move-to-end): Improve doc string.
970
971 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
972
973 * ido.el (ido-cur-list): Initialize to nil.
974 Remove obsolete information from commentary.
975 (ido-choice-list): Initialize to nil.
976 (ido-get-bufname): Reject minibuffers.
977 (ido-make-buffer-list): If "default" is a nonexistent
978 buffer, ignore it, as per the function's comment.
979 (ido-kill-buffer-internal): New function.
980 (ido-kill-buffer-at-head): Use it.
981 (ido-visit-buffer): Likewise.
982
983 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
984
985 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
986
987 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
988
989 * cedet/ede/locate.el (ede-locate-file-in-project)
990 (ede-locate-file-in-project-impl): Fix typos in docstrings.
991 (ede-enable-locate-on-project): Fix typos in error messages.
992
993 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
994 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
995 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
996 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
997 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
998 Fix typos in menu help.
999
1000 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1001 Fix typos in chart titles.
1002
1003 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1004 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1005 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1006 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1007 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1008 (semantic-parse-stream, semantic-parse-region)
1009 (semantic-parse-region-default, semantic--set-buffer-cache)
1010 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1011 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1012 (semantic-default-submodes):
1013 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1014 (semanticdb-create-ebrowse-database)
1015 (semanticdb-find-tags-for-completion-method)
1016 (semanticdb-find-tags-by-class-method)
1017 (semanticdb-deep-find-tags-by-name-method)
1018 (semanticdb-deep-find-tags-for-completion-method):
1019 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1020 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1021 (semanticdb-find-tags-for-completion-method)
1022 (semanticdb-find-tags-by-class-method)
1023 (semanticdb-deep-find-tags-for-completion-method):
1024 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1025 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1026 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1027 (semanticdb-find-tags-by-name-method)
1028 (semanticdb-find-tags-by-name-regexp-method)
1029 (semanticdb-find-tags-for-completion-method)
1030 (semanticdb-find-tags-by-class-method)
1031 (semanticdb-find-tags-external-children-of-type-method)
1032 (semanticdb-find-tags-subclasses-of-type-method)
1033 (semanticdb-deep-find-tags-by-name-method)
1034 (semanticdb-deep-find-tags-by-name-regexp-method)
1035 (semanticdb-deep-find-tags-for-completion-method):
1036 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1037 (semanticdb-enable-gnu-global-in-buffer)
1038 (semanticdb-find-tags-for-completion-method)
1039 (semanticdb-deep-find-tags-by-name-method)
1040 (semanticdb-deep-find-tags-for-completion-method):
1041 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1042 (javascript-mode, semanticdb-find-translate-path)
1043 (semanticdb-find-tags-for-completion-method)
1044 (semanticdb-find-tags-by-class-method)
1045 (semanticdb-deep-find-tags-by-name-method)
1046 (semanticdb-deep-find-tags-for-completion-method)
1047 (semanticdb-find-tags-external-children-of-type-method):
1048 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1049 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1050 (global-semantic-idle-scheduler-mode):
1051 * cedet/srecode/dictionary.el (srecode-field-value)
1052 (srecode-dictionary-add-section-dictionary):
1053 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1054 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1055 (describe-class, eieio-describe-generic, describe-generic):
1056 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1057 (eieio-speedbar-expand):
1058 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1059 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1060 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1061 (viper-del-backward-char-in-replace, viper-backward-indent)
1062 (viper-brac-function, viper-register-to-point, viper-submit-report):
1063 * net/tramp.el (tramp-remote-coding-commands):
1064 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1065 Fix typos in docstrings.
1066
1067 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * mail/sendmail.el (mail-yank-original): Set the mark if the
1070 specified function for yanking does not do it.
1071
1072 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1075
1076 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1077 resyncing a directory.
1078
1079 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1080
1081 * progmodes/ada-mode.el: Fix bug#1920.
1082 (ada-ident-re): Delete ., allow multibyte characters.
1083 (ada-goto-label-re): New; matches goto labels.
1084 (ada-block-label-re): New; matches block labels.
1085 (ada-label-re): New; matches both.
1086 (ada-named-block-re): Deleted; callers changed to use
1087 `ada-block-label-re' instead.
1088 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1089 Use `ada-block-label-re'.
1090 (ada-indent-on-previous-lines): Improve handling of goto labels.
1091 (ada-get-indent-block-start): Special-case block label.
1092 (ada-get-indent-label): Split into `ada-indent-block-label' and
1093 `ada-indent-goto-label'.
1094 (ada-goto-stmt-start, ada-goto-next-non-ws):
1095 Optionally ignore goto labels.
1096 (ada-goto-next-word): Simplify.
1097 (ada-indent-newline-indent-conditional): Insert newline before
1098 trying to fix indentation; doc fix.
1099
1100 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1101
1102 * calc/calc.el (calc-command-flags): Give it an initial value.
1103
1104 2010-01-17 Glenn Morris <rgm@gnu.org>
1105
1106 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1107
1108 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * cedet/semantic.el (semantic-mode):
1111 * files.el (minibuffer-with-setup-hook):
1112 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1113 (artist-key-draw-continously, artist-key-do-continously-continously)
1114 (artist-key-set-point-continously, artist-mouse-draw-continously):
1115 Fix typos in docstrings.
1116
1117 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1118
1119 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1120 return t (Bug#3898).
1121
1122 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1123
1124 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1125 can parse the output of the external commands (Bug#5279).
1126
1127 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1128
1129 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1130
1131 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1134
1135 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1136
1137 * startup.el (command-line): Remove unused --icon-type arg.
1138 Handle --display arg, passing it to command-line-1 (Bug#5392).
1139
1140 2010-01-16 Mario Lang <mlang@delysid.org>
1141
1142 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1143 * cedet/ede/files.el (ede-expand-filename):
1144 * cedet/ede/simple.el (ede-simple-project):
1145 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1146 (semantic-complete-inline-tag-engine):
1147 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1148 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1149 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1150 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1151 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1152 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1153 * emacs-lisp/chart.el (chart-translate-namezone):
1154 * textmodes/artist.el (artist-compute-popup-menu-table):
1155 Remove duplicated words in doc-strings.
1156
1157 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1158
1159 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1160 to mairix-search to suppress threading (Bug#5342).
1161
1162 2010-01-15 Kenichi Handa <handa@m17n.org>
1163
1164 * international/mule-cmds.el (canonicalize-coding-system-name):
1165 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1166
1167 2010-01-15 Glenn Morris <rgm@gnu.org>
1168
1169 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1170
1171 * wid-edit.el (widget-keymap): Doc fix.
1172
1173 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1174 former seems to be more widely accepted by various svn versions.
1175
1176 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * find-cmd.el (find-constituents):
1179 * vc-arch.el (vc-arch-root):
1180 * window.el (window-body-height, pop-up-frames):
1181 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1182 (semantic-no-reparse-needed-change-hook):
1183 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1184 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1185 (srecode-template-inserter-ask, srecode-template-inserter-width)
1186 (srecode-template-inserter-section-start)
1187 (srecode-template-inserter-section-end, srecode-insert-method):
1188 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1189 * progmodes/ada-stmt.el (ada-if):
1190 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1191 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1192 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1193 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1194
1195 * progmodes/flymake.el (flymake-post-syntax-check):
1196 Fix typo in error message.
1197
1198 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1201 which is always a string. (Bug#5313)
1202
1203 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * progmodes/ada-xref.el (ada-default-prj-properties):
1206 Simplify previous change.
1207
1208 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1209
1210 * progmodes/ada-xref.el (ada-default-prj-properties):
1211 Default ada_project_path to $ADA_PROJECT_PATH.
1212
1213 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1214
1215 * progmodes/ada-mode.el (ada-create-keymap):
1216 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1217
1218 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1219
1220 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1221 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1222 (ada-get-current-indent, ada-imenu-generic-expression)
1223 (ada-which-function): Check for it.
1224
1225 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1226
1227 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1228 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1229
1230 2010-01-14 Glenn Morris <rgm@gnu.org>
1231
1232 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1233
1234 2010-01-14 Kenichi Handa <handa@m17n.org>
1235
1236 * composite.el (auto-composition-mode): Make it a buffer local
1237 variable (permanent-local).
1238 (auto-composition-function): Set the default value to
1239 auto-compose-chars.
1240 (auto-composition-mode): Make it a simple function, not a minor mode.
1241 (global-auto-composition-mode): Likewise.
1242 (turn-on-auto-composition-if-enabled): Delete it.
1243
1244 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1245
1246 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1247
1248 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * files.el (copy-directory): Compute target for recursive
1251 directories with identical names. (Bug#5343)
1252
1253 2010-01-12 Glenn Morris <rgm@gnu.org>
1254
1255 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1256 it to bug-gnu-emacs rather than emacs-pretest-bug.
1257
1258 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1259
1260 * cedet/data-debug.el (data-debug): Fix customization group reference.
1261
1262 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1265 (semantic-analyze-context, semantic-analyze-context-assignment)
1266 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1267 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1268 (semantic-java-doc-keywords-map):
1269 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1270 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1271 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1272 (semantic-c-classname, semantic-format-tag-uml-prototype)
1273 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1274 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1275 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1276 (semantic-get-local-variables, semantic-end-of-command)
1277 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1278 (lisp-mode):
1279 * cedet/semantic/bovine/make.el (makefile-mode):
1280 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1281 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1282 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1283 (semantic-lex, semantic-get-local-variables, python-mode):
1284 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1285 * cedet/srecode/extract.el (srecode-extract-state-set)
1286 (srecode-extract-method): Fix typos in docstrings.
1287
1288 2010-01-11 Sam Steingold <sds@gnu.org>
1289
1290 * imenu.el (imenu-default-create-index-function): Detect infinite
1291 loops caused by imenu-prev-index-position-function.
1292
1293 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * htmlfontify.el (htmlfontify-load-rgb-file)
1296 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1297 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1298 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1299 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1300 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1301 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1302 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1303 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1304 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1305 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1306 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1307 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1308 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1309 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1310 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1311 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1312 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1313 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1314 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1315 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1316 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1317 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1318 backslash-quoting from parentheses, etc.
1319
1320 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * progmodes/js.el: Autoload javascript-mode alias.
1323
1324 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1327 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1328 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1329 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1330 Fix typos in docstrings.
1331 (ffap-url-regexp): Doc fix.
1332 (ffap-at-mouse): Fix typo in message.
1333
1334 2010-01-11 Glenn Morris <rgm@gnu.org>
1335
1336 * version.el (emacs-copyright): Set copyright year to 2010.
1337
1338 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * format.el (format-annotate-function): Only set
1341 write-region-post-annotation-function after running to-fn so as not to
1342 affect nested write-region calls (bug#5273).
1343
1344 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1347 Add python parser.
1348
1349 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1350 wisent/python.el.
1351
1352 2010-01-10 Richard Kim <emacs18@gmail.com>
1353
1354 * cedet/semantic/wisent/python-wy.el:
1355 * cedet/semantic/wisent/python.el: New files.
1356
1357 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * man.el (Man-goto-section): Signal error if the section is not
1360 found (Bug#5317).
1361
1362 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1363
1364 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1365 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1366
1367 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * progmodes/compile.el: Don't treat compile-command as safe if
1370 compilation-read-command might be nil (Bug#4218).
1371
1372 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1373
1374 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1375 NS options.
1376
1377 2010-01-08 Kenichi Handa <handa@m17n.org>
1378
1379 * international/fontset.el (build-default-fontset-data):
1380 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1381
1382 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1385 to `create-file-buffer' as it expects, not just a buffer name.
1386 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1387 to help uniquify. (Bug#3224)
1388
1389 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1390
1391 * font-setting.el (font-setting-change-default-font): Use user-spec
1392 instead of name.
1393
1394 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1395
1396 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1397
1398 2010-01-05 Tom Tromey <tromey@redhat.com>
1399
1400 * progmodes/python.el (python-font-lock-keywords):
1401 Handle qualified decorators (Bug#881).
1402
1403 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1404
1405 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1406 in a lightweight checkout.
1407
1408 2010-01-05 Kenichi Handa <handa@m17n.org>
1409
1410 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1411
1412 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1413
1414 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1415
1416 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1419 checkouts. (Bug#618)
1420 (vc-bzr-log-view-mode): Also highlight the author.
1421 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1422 (vc-bzr-shelve-menu-map):
1423 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1424 (vc-bzr-shelve-apply): Make prompt more explicit.
1425
1426 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1429 They are valid characters in URL paths (rfc3986), and at least
1430 Firefox does not understand the encoded version (Bug#3166).
1431
1432 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1433
1434 * progmodes/octave-mod.el (octave-end-keywords)
1435 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1436 Add "end" keyword (Bug#3061).
1437 (octave-end-as-array-index-p): New function.
1438 (calculate-octave-indent): Use it.
1439
1440 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1441
1442 * bookmark.el: Consistently put the text property on the bookmark name.
1443 (bookmark-bmenu-marks-width): Bump back to 2, to include
1444 annotation marks.
1445 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1446 property on the bookmark name, instead of not putting it at all.
1447 (bookmark-bmenu-list): Fix where we put the text property.
1448
1449 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1450
1451 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1452 for showing buffer modified state (as added in the previous change).
1453
1454 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1455
1456 * bookmark.el: Show modified state of bookmark buffer more accurately.
1457 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1458 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1459 (with-buffer-modified-unmodified): New macro.
1460 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1461 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1462 Use new macro to preserve the buffer modified state.
1463
1464 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1465
1466 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1467 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1468 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1469 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1470 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1471 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1472 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1473
1474 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1475
1476 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1477 Make the lines in the generated doc string shorter. (Bug#4668)
1478
1479 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1480
1481 * net/rcirc.el: Add follow-link binding (Bug#4738).
1482
1483 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1484
1485 * Makefile.in (bzr-update): Rename from cvs-update.
1486 (cvs-update): New target for backward compatibility.
1487
1488 * makefile.w32-in (bzr-update): Rename from cvs-update.
1489 (cvs-update): New target for backward compatibility.
1490
1491 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1492
1493 * bookmark.el: Remove gratuitous gratitude.
1494
1495 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1496
1497 * bookmark.el (bookmark-bmenu-any-marks): New function
1498 (bookmark-bmenu-save): Clear buffer modification if no marks.
1499
1500 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1501
1502 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1503 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1504 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1505 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1506
1507 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1508 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1509 To: emacs-devel {_AT_} gnu.org
1510 Subject: bookmark.el bug report
1511 Date: Mon, 28 Dec 2009 14:19:16 +0800
1512 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1513
1514 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1515
1516 * bookmark.el: Improvements suggested by Drew Adams:
1517 (bookmark-bmenu-ensure-position): New name for
1518 `bookmark-bmenu-check-position'. Just ensure the position,
1519 don't return any meaningful value.
1520 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1521 New constants.
1522
1523 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1526 (bookmark-yank-point, bookmark-bmenu-check-position):
1527 Fix typos in docstrings.
1528 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1529 (bookmark-name-from-full-record, bookmark-get-position)
1530 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1531 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1532 Remove useless quoting of parenthesis, etc. in docstrings.
1533
1534 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1535 (ediff-append-custom-diff): Fix typo in error message.
1536 (ediff-meta-mark-equal-files): Fix typos in messages.
1537
1538 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1539
1540 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1541 Fix typo in docstring.
1542
1543 * net/imap-hash.el (imap-hash-make): Doc fix.
1544 (imap-hash-test): Fix typo in error message; reflow docstring.
1545 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1546 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1547 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1548 Fix typos in docstrings.
1549 (imap-hash-open-connection): Fix typo in error message.
1550
1551 * play/gomoku.el (gomoku): Fix typos in docstring.
1552
1553 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1554 (gdb-jsonify-buffer): Fix typos in docstring.
1555 (gdb-goto-breakpoint): Fix typo in error message.
1556 ("Display Other Windows"): Fix typo in help message.
1557 (gdb-speedbar-expand-node): Fix typo in question.
1558
1559 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1560 (idlwave-html-system-help-location, idlwave-html-help-location)
1561 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1562 (idlwave-help-browser-generic-args, idlwave-help-directory)
1563 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1564 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1565 (idlwave-online-help, idlwave-help-html-link)
1566 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1567 Fix typos in docstrings.
1568 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1569 Reflow docstrings.
1570 (idlwave-help-assistant-start): Fix typo in error message.
1571
1572 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1573 (octave-electric-space): Fix typos in docstrings.
1574
1575 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1578
1579 2010-01-01 Juri Linkov <juri@jurta.org>
1580
1581 * comint.el (comint-input-ring-size): Make it a defcustom and
1582 increase the default to 500 (Bug#5148).
1583
1584 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1585
1586 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1587 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1588 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1589
1590 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1591
1592 Show working revision correctly for mercurial.
1593 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1594 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1595
1596 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1597
1598 Declare some functions for the byte-compiler.
1599 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1600 (speedbar-timer-fn, speedbar-change-expand-button-char)
1601 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1602
1603 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1604
1605 This changeset reverts GDB Graphical Interface to use annotations.
1606 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1607
1608 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1609
1610 Make vc-dir work on subdirectories of the bzr root.
1611 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1612 file names relative to it.
1613 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1614 relative directory to vc-bzr-after-dir-status.
1615
1616 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1617
1618 * font-lock.el (font-lock-refresh-defaults): New function, which
1619 can be used to let font-lock react to external changes in
1620 variables like font-lock-defaults and keywords.
1621 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1622
1623 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1624
1625 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1626
1627 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1628
1629 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1630
1631 Supersede color.diff settings in git log (bug#5211).
1632
1633 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1634 escape chars in its output when the user has color.diff set to `always'.
1635 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1636
1637 2009-12-26 Kevin Ryde <user42@zip.com.au>
1638
1639 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1640 node. Keep previous "Index" name to work with past coreutils too.
1641
1642 * man.el (man): Revise docstring a bit to show -a and -l as
1643 examples. Add -k description since support for it has otherwise
1644 been a secret. (Further to bug#3717.)
1645 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1646 "no matches" rather than "Can't find manpage", as the latter reads
1647 like -k was interpreted as a page name, which is not so. (Bug#5431)
1648
1649 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1652 switches. Check also for //SUBDIRED// line.
1653
1654 2009-12-25 Kenichi Handa <handa@m17n.org>
1655
1656 * language/indian.el (devanagari-composable-pattern): Fixed to
1657 handle ZWNJ and ZWJ. Use it in composition-function-table for
1658 Devanagari.
1659 (malayalam-composable-pattern): Fix previous change.
1660
1661 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1662
1663 * ps-print.el (ps-face-attributes): It was not returning the
1664 attribute face for faces specified as string. Reported by harven
1665 <harven@free.fr>.
1666 (ps-print-version): New version 7.3.5.
1667
1668 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1669
1670 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1671 timezone names.
1672 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1673 (icalendar--add-diary-entry): Remove the trailing blank that
1674 diary-make-entry inserts.
1675
1676 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1677
1678 Make `file-expand-wildcards' work for remote files.
1679
1680 * files.el (file-expand-wildcards): In case of remote files, check
1681 only local file name part for wildcards. Provide feature 'files
1682 and subfeature 'remote-wildcards. (Bug#5198)
1683
1684 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1685 if there is already an established connection.
1686 (tramp-advice-file-expand-wildcards): Remove it.
1687
1688 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1689 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1690 Activate advice for older GNU Emacs versions. (Bug#5237)
1691
1692 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1693
1694 Some doc fixes (more needed).
1695
1696 * find-cmd.el (find-constituents): Reflow docstring.
1697 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1698 (find-generic): Doc fix.
1699
1700 2009-12-17 Juri Linkov <juri@jurta.org>
1701
1702 Fix regression from 23.1 to allow multiple modes in Local Variables.
1703
1704 * files.el (hack-local-variables-filter): While ignoring duplicates,
1705 don't take `mode' into account.
1706 (hack-local-variables-filter, hack-dir-local-variables): Don't
1707 remove duplicate `mode' from local-variables-alist (like `eval').
1708
1709 2009-12-17 Juri Linkov <juri@jurta.org>
1710
1711 Make `dired-diff' more safe. (Bug#5225)
1712
1713 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1714 `current' or when `file' is a directory of the `current' file.
1715
1716 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1717
1718 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1719 unconditionally preloaded files.
1720
1721 2009-12-16 Juri Linkov <juri@jurta.org>
1722
1723 Revert to old 23.1 logic of using the file at the mark as default.
1724 * dired-aux.el (dired-diff): Use the file at the mark as default
1725 if it's not the same as the current file, and the target dir is
1726 the current dir or the mark is active. Add the current file
1727 as the arg of `dired-dwim-target-defaults'. Use the default file
1728 in the prompt. (Bug#5225)
1729
1730 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1731
1732 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1733 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1734 (tramp-check-for-regexp): Check also, when an echoing shell stops
1735 to echo sent commands.
1736
1737 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * Makefile.in: Revert last change (Bug#5191).
1740
1741 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1742
1743 * vc-hg.el (vc-hg-print-log): Fix argument order.
1744 (vc-hg-working-revision): Make sure the command is executed in a
1745 known environment so that we can parse the output. (Bug#4417)
1746
1747 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * progmodes/python.el (python-symbol-completions): Remove text
1750 properties from symbol string before calling python-send-receive.
1751
1752 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1753
1754 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1755 when there are values for both file and line. (Bug#5060)
1756
1757 2009-12-14 Juri Linkov <juri@jurta.org>
1758
1759 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1760 whitespace after the file name of the first line of unified format,
1761 because git-diff doesn't output whitespace and file modification time
1762 after the file name.
1763
1764 2009-12-14 David Kastrup <dak@gnu.org>
1765
1766 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1767 check if it already has the `display' property added by
1768 `Info-display-images-node', and not put the `invisible' property
1769 in this case.
1770
1771 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1774 (semantic-mru-bookmark-mode): Doc fixes.
1775
1776 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1777 of assert.
1778
1779 2009-12-13 Glenn Morris <rgm@gnu.org>
1780
1781 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1782 (report-emacs-bug): In message-mode, sort manually before storing
1783 original report text. (Bug#5178)
1784 Remove superfluous save-excursion.
1785
1786 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1789 when responding to "GetAll" properties.
1790
1791 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * simple.el (compose-mail): Remove mail-setup-with-from from
1794 customization checks.
1795
1796 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1797
1798 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1799 RAR archives created on Unix systems.
1800
1801 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1804 the varalias that was accidentally removed by the 2009-11-19 change
1805 (bug#5186).
1806
1807 2009-12-12 Kenichi Handa <handa@m17n.org>
1808
1809 * language/indian.el (indian-compose-regexp): New function.
1810 (malayalam-composable-pattern): Fix the pattern.
1811 (composition-function-table): Set malayalam-composable-pattern for
1812 Malayalam characters.
1813
1814 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1817 rather than down-mouse-1, based on follow-link conventions.
1818
1819 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1820 are compiled.
1821
1822 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1823
1824 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1825 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1826 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1827 (verilog-leap-to-head, verilog-backward-token):
1828 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1829
1830 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1831
1832 * progmodes/verilog-mode.el (verilog-auto-lineup)
1833 (verilog-nameable-item-re): Cleanup user-visible spelling and
1834 documentation errors. One reported by Gary Delp.
1835 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1836 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1837 package, bug195. Reported by Pierre-David Pfister.
1838
1839 2009-12-11 Glenn Morris <rgm@gnu.org>
1840
1841 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1842
1843 * mail/emacsbug.el: No longer require sendmail.
1844 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1845 (report-emacs-bug-orig-text): Doc fix.
1846 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1847 New local variables, to adapt to different mail-user-agents.
1848 (report-emacs-bug): Fix test for a gnu.org address.
1849 Use overlays for emphasis, since font-lock defeats 'face property.
1850 Pretest bugs also end up at the newsgroup these days.
1851 Stop message-mode stripping text properties.
1852 Set and use the new buffer-local variables.
1853 (report-emacs-bug-hook): Add doc-string.
1854 Remove some unnecessary save-excursions and simplify.
1855 Use the appropriate hook and send-command.
1856
1857 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1858 capitalization of some menu entries.
1859
1860 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1861
1862 * whitespace.el (whitespace-display-char-on): Ensure
1863 `buffer-display-table' is unique when two or more windows are
1864 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1865 New version 12.1.
1866
1867 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1868
1869 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1870 characters in the Attribute field.
1871
1872 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1875
1876 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1879 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1880 Disregard autoload-excludes.
1881 (update-directory-autoloads): Obey autoload-excludes here instead.
1882 But don't store its contents in no-autoloads and remove entries that
1883 refer to excludes files.
1884
1885 2009-12-10 Glenn Morris <rgm@gnu.org>
1886
1887 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1888 (expand-mail-aliases): Define for compiler.
1889
1890 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1891 Define for compiler.
1892
1893 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1894 appropriate for the mail-user-agent in use.
1895
1896 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1899
1900 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1901
1902 Fix short log parsing and fontification.
1903 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1904 Fix fontification for the [merge] label.
1905
1906 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1907
1908 Drop some properties to avoid surprises.
1909 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1910 (hfy-fontify-buffer): Use it.
1911
1912 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 Minor cleanup.
1915 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1916 Adjust all callers.
1917 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1918 args compulsory. Adjust callers.
1919 (ffap-gopher-at-point): Remove unused var `name'.
1920
1921 Get rid of the ELCFILES abomination.
1922 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1923 (compile-elcfiles): New phony target.
1924 (compile-main): Compute ELCFILES dynamically.
1925 (compile-clean): New target to remove left-over elc files.
1926 (compile, all): Use it.
1927
1928 2009-12-09 Kenichi Handa <handa@etlken>
1929
1930 * international/mule-diag.el: Require help-mode instead of help-fns.
1931
1932 2009-12-09 Kenichi Handa <handa@m17n.org>
1933
1934 * international/mule-cmds.el (ucs-names): Supply sufficiently
1935 fine ranges instead of pre-calculating accurate ranges.
1936 Iterate with bigger gc-cons-threshold.
1937
1938 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1939
1940 Add support for stashing a snapshot of the current tree.
1941 * vc-git.el (vc-git-stash-snapshot): New function.
1942 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1943
1944 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1945
1946 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1947 instead of `(beginning|end)-of-line'.
1948
1949 2009-12-08 Glenn Morris <rgm@gnu.org>
1950
1951 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1952
1953 * Makefile.in (ELCFILES): Regenerate.
1954
1955 2009-12-07 Juri Linkov <juri@jurta.org>
1956
1957 Don't lazy-highlight the comint output in history Isearch mode.
1958
1959 * comint.el (comint-history-isearch-search): Instead of
1960 `comint-line-beginning-position', use `comint-after-pmark-p'
1961 to check if point if before the process mark, and go to
1962 `process-mark' in this case.
1963
1964 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * textmodes/tex-mode.el (latex-complete)
1967 (latex-indent-or-complete): Remove.
1968 (latex-mode): Set completion-at-point-functions instead.
1969
1970 Provide a standard completion command and hook it into TAB.
1971 * minibuffer.el (completion-at-point-functions): New var.
1972 (completion-at-point): New command.
1973 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1974 * progmodes/python.el (python-mode-map): Use completion-at-point.
1975 (python-completion-at-point): Rename from python-partial-symbol and
1976 adjust for use in completion-at-point-functions.
1977 (python-mode): Setup completion-at-point for Python completion.
1978 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1979 extracted from lisp-complete-symbol.
1980 (lisp-complete-symbol): Use it.
1981 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1982 setup completion-at-point for Elisp completion.
1983 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1984 Use completion-at-point.
1985 * ielm.el (ielm-map): Use completion-at-point.
1986 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1987 * progmodes/sym-comp.el: Move to...
1988 * obsolete/sym-comp.el: Move from progmodes.
1989
1990 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1991
1992 Prevent save-buffer in Rmail buffers from using the coding-system
1993 of the current message, and from clobbering the encoding mnemonics
1994 in the mode line (Bug#4623).
1995
1996 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1997 flag, too.
1998 (rmail-message-encoding): New variable.
1999 (rmail-write-region-annotate): Record the encoding of the current
2000 message in rmail-message-encoding.
2001 (rmail-after-save-hook): New function, restores the encoding of
2002 the current message after the message collection is saved.
2003
2004 2009-12-07 Juri Linkov <juri@jurta.org>
2005
2006 * progmodes/grep.el (grep-read-files): Use `completing-read'
2007 instead of `read-string'. Set its `collection' arg to
2008 `read-file-name-internal'. (Bug#4301)
2009
2010 2009-12-07 Juri Linkov <juri@jurta.org>
2011
2012 Correctly restore original Isearch point. (Bug#4994)
2013
2014 * isearch.el (isearch-mode): Move `isearch-push-state' after
2015 `(run-hooks 'isearch-mode-hook)'.
2016 (isearch-cancel): When `isearch-push-state-function' is defined,
2017 let-bind `isearch-cmds' to the first state (the last element of
2018 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2019 function and restores the original point). Otherwise, move point
2020 to `isearch-opoint'.
2021
2022 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2025 chars that don't have names, so the table can be built much faster at
2026 run-time.
2027
2028 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2031 change. Suggested by David Kastrup.
2032
2033 * simple.el (compose-mail): Check for incompatibilities and warn.
2034 (compose-mail-user-agent-warnings): New option.
2035
2036 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2037
2038 Support showing a single log entry from vc-annotate.
2039 * vc.el (print-log): Add a new argument: START-REVISION.
2040 (vc-print-log-internal): Add a new optional argument and
2041 pass it to the backend.
2042 (vc-print-log, vc-print-root-log): Adjust callers.
2043 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2044 buffer already displays the requested log entry, use it.
2045 Otherwise display only the log entry in question.
2046 * vc-svn.el (vc-svn-print-log):
2047 * vc-mtn.el (vc-mtn-print-log):
2048 * vc-hg.el (vc-hg-state):
2049 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2050 (vc-git-show-log-entry): Return t on success.
2051 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2052 (vc-bzr-show-log-entry): Return t on success.
2053 * vc-rcs.el (vc-rcs-print-log):
2054 * vc-sccs.el (vc-sccs-print-log):
2055 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2056
2057 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2058
2059 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2060 Add menus to the meta mode. (Bug#5043)
2061
2062 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2063
2064 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2065 event-key.
2066
2067 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2068
2069 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2070
2071 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2072 Berbain <raphael.berbain@gmail.com>.
2073
2074 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2075 characters.
2076 (tramp-initial-end-of-output): New defconst.
2077 (tramp-methods, tramp-find-shell)
2078 (tramp-open-connection-setup-interactive-shell)
2079 (tramp-maybe-open-connection): Use it.
2080 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2081 existence of `#' and `$'.
2082
2083 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2084 `tramp-initial-end-of-output'.
2085
2086 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2087
2088 Get the background mode from the terminal for xterm, and set
2089 faces accordingly.
2090 * term/xterm.el (xterm-set-background-mode): New function.
2091 (terminal-init-xterm): Use it in case xterm supports background
2092 color queries. Recompute faces after getting the background
2093 color.
2094
2095 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2096
2097 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2098 number comment back on its own line, for easier parsing.
2099
2100 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2101
2102 Make it work for non-file buffers (bug#5102).
2103 * doc-view.el (doc-view-current-cache-dir):
2104 Use doc-view-buffer-file-name rather than buffer-file-name.
2105 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2106
2107 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2108
2109 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2110 author field is too short.
2111
2112 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2113
2114 * vc-git.el (vc-git-print-log): Handle a limit argument.
2115 Display the short log in graph form and with labels.
2116 (vc-git-log-view-mode): Handle labels.
2117
2118 Make vc-revert change VC state from 'added to 'unregistered.
2119 * vc-git.el (vc-git-revert): Call git reset first.
2120
2121 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2122
2123 * net/newst-backend.el, net/newst-plainview.el:
2124 * net/newst-reader.el, net/newst-ticker.el:
2125 * net/newst-treeview.el, net/newsticker.el:
2126 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2127
2128 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2131
2132 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2133 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2134 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2135 Update annotation regexp.
2136
2137 * simple.el (beginning-of-visual-line): Constrain to field
2138 boundaries (Bug#5106).
2139
2140 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2141
2142 * xml.el (xml-substitute-numeric-entities): Move
2143 newsticker--decode-numeric-entities in newst-backend.el to
2144 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2145 * net/newst-backend.el (newsticker--parse-generic-feed)
2146 (newsticker--parse-generic-items)
2147 (newsticker--decode-numeric-entities): Move
2148 newsticker--decode-numeric-entities in newst-backend.el to
2149 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2150
2151 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2152
2153 * progmodes/js.el (js--js-not): Add null to the list of values.
2154
2155 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2156
2157 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2158
2159 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2160
2161 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2162 delimiter if it is at the end of the current line.
2163 (bibtex-generate-url-list): Fix docstring.
2164
2165 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2168 minibuffer's content with itself.
2169 Fold the confirm-after-completion case into the `confirm' case.
2170 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2171
2172 2009-12-06 Kevin Ryde <user42@zip.com.au>
2173
2174 * ffap.el (ffap-rfc-path): Make this a defcustom since
2175 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2176
2177 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2178 manuals, similar to existing setup for help-mode. (Bug#3913.)
2179
2180 2009-12-05 Juri Linkov <juri@jurta.org>
2181
2182 Save and restore dired buffer's point positions too. (Bug#4880)
2183
2184 * dired.el (dired-save-positions): Return in the first element
2185 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2186 Doc fix.
2187 (dired-restore-positions): First restore buffer's position.
2188 While restoring window's positions, check if window still displays
2189 the original buffer.
2190
2191 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2194 if possible.
2195
2196 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2197 Make argument optional.
2198
2199 * shell.el (shell): Require ansi-color (Bug#5113).
2200
2201 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2202
2203 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2204
2205 2009-12-05 Alan Mackenzie <acm@muc.de>
2206
2207 * progmodes/cc-mode.el (c-before-hack-hook)
2208 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2209 `c-file-style' to work again. This reversion restores the current
2210 software to its state in Emacs 23.1. (Bug#4146)
2211
2212 2009-12-05 Kevin Ryde <user42@zip.com.au>
2213
2214 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2215 comment-start-skip to comment-end-skip as comment (Bug#4781).
2216
2217 2009-12-05 Juri Linkov <juri@jurta.org>
2218
2219 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2220 for virtual nodes. (Bug#4147)
2221 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2222 when moving from a virtual node.
2223 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2224 (Info-mode): Add `Info-virtual-index' to the docstring.
2225
2226 2009-12-05 Eric Ludlam <zappo@gnu.org>
2227
2228 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2229 Describe project macro symbols.
2230
2231 * cedet/semantic/complete.el (semantic-complete-do-completion):
2232 Don't call semantic-collector-current-exact-match.
2233
2234 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2235 ede-objects as targets.
2236
2237 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2238 a target's object list even if compiler vars are already in the
2239 Makefile.
2240
2241 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2242 list of headers producing necessary macros.
2243
2244 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2245
2246 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2247 track of the buffer position of the end of a BibTeX entry as this
2248 position may change during reformatting.
2249 (bibtex-format-entry): Remove whitespace before processing
2250 numerical fields so that we recognize the latter properly.
2251 (bibtex-reformat): Do not use push which changes the global value
2252 of bibtex-entry-format.
2253 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2254 (bibtex-field-re-init): Replace only space characters by regexp
2255 for whitespace.
2256 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2257 (bibtex-initialize): Also update bibtex-strings.
2258 (bibtex-kill-field): Preserve white space at end of entry.
2259 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2260 Update bibtex-reference-keys.
2261
2262 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2265 point after a star, if that's the only place where modifications can
2266 make progress.
2267
2268 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2269
2270 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2271 in docstrings.
2272
2273 2009-12-04 Juri Linkov <juri@jurta.org>
2274
2275 * proced.el (proced): Call `(proced-update t)' to update process
2276 information instead of only running proced-post-display-hook.
2277 (proced-send-signal): Add a leading space to the buffer name
2278 " *Marked Processes*" to make this buffer ephemeral.
2279
2280 2009-12-04 Juri Linkov <juri@jurta.org>
2281
2282 * dired.el (dired-auto-revert-buffer): New defcustom.
2283 (dired-internal-noselect): Use it.
2284
2285 2009-12-04 Juri Linkov <juri@jurta.org>
2286
2287 Change roles of modes and functions in image-mode.el (Bug#5062).
2288
2289 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2290 in `auto-mode-alist'.
2291 (image-mode-previous-major-mode): New variable.
2292 (image-minor-mode-map): Rename from `image-mode-text-map'.
2293 (image-mode): Move graceful error-handling code from
2294 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2295 (image-minor-mode): Remove all image-handling code.
2296 Replace `image-mode-text-map' with `image-minor-mode-map'.
2297 Check for `image-type' in mode-line format string.
2298 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2299 (image-mode-as-text): New function with most code from
2300 `image-mode-maybe'.
2301 (image-toggle-display-text): Move code that removes image
2302 properties from `image-toggle-display' to here.
2303 (image-toggle-display-image): New function with code that adds
2304 image properties copied from `image-toggle-display'.
2305 (image-toggle-display): Remove most code with leaving only code
2306 that toggles between `image-mode-as-text' and `image-mode'.
2307
2308 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2309
2310 * net/newst-treeview.el
2311 (newsticker--treeview-list-highlight-start): Restored call to
2312 save-excursion: Selected item was stuck.
2313 (newsticker--treeview-list-select): New.
2314 (newsticker--treeview-item-show-text)
2315 (newsticker--treeview-item-show)
2316 (newsticker--treeview-item-update): Use new
2317 newsticker-treeview-item-mode.
2318 (newsticker-treeview-update): Keep current item.
2319 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2320 (newsticker--treeview-first-feed): Doc change.
2321 (newsticker-treeview-list-menu)
2322 (newsticker-treeview-item-menu): Added menu entries.
2323 (newsticker-treeview-item-mode): New.
2324
2325 * net/newst-backend.el (newsticker-customize): Delete other
2326 windows.
2327
2328 2009-12-04 Sam Steingold <sds@gnu.org>
2329
2330 * log-view.el (log-view-mode-map): "q" calls quit-window,
2331 like in all the other non-self-insert buffers.
2332
2333 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 Minor cleanup.
2336 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2337 key decoding rather than do it manually via last-input-event +
2338 ascii-character.
2339 (term-exec): Use delete-and-extract-region.
2340 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2341 (term-process-pager): Remove unused var `i'.
2342 (term-dynamic-simple-complete): Make obsolete.
2343 (serial-update-config-menu): Remove unused vars `y' and `str'.
2344 (term-update-mode-line): Remove unused var `temp'.
2345
2346 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2347
2348 Limit the number of log entries displayed by default.
2349 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2350 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2351 using a prefix argument.
2352
2353 2009-12-03 Glenn Morris <rgm@gnu.org>
2354
2355 * progmodes/idlwave.el (class): Restore still useful declaration.
2356
2357 2009-12-03 Alan Mackenzie <acm@muc.de>
2358
2359 Enhance `c-parse-state' to run efficiently in "brace deserts".
2360
2361 * progmodes/cc-mode.el (c-basic-common-init):
2362 Call c-state-cache-init.
2363 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2364 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2365 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2366
2367 * progmodes/cc-langs.el (c-before-font-lock-function):
2368 c-extend-and-neutralize-syntax-in-CPP has been renamed
2369 c-neutralize-syntax-in-and-mark-CPP.
2370
2371 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2372 with `category' properties now, not `syntax-table' ones.
2373
2374 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2375 enhanced (but slower) version of c-end-of-macro that won't land
2376 inside a literal or on another awkward character.
2377 (c-state-cache-too-far, c-state-cache-start)
2378 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2379 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2380 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2381 (c-state-min-scan-pos, c-state-brace-pair-desert)
2382 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2383 buffer local variables.
2384 (c-state-literal-at, c-state-lit-beg)
2385 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2386 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2387 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2388 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2389 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2390 (c-renarrow-state-cache)
2391 (c-append-lower-brace-pair-to-state-cache)
2392 (c-state-push-any-brace-pair, c-append-to-state-cache)
2393 (c-remove-stale-state-cache)
2394 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2395 (c-invalidate-state-cache-1, c-parse-state-1)
2396 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2397 (c-parse-state): Enhance and refactor.
2398 (c-debug-parse-state): Amend to deal with all the new variables.
2399
2400 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2401 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2402 modify to use category text properties rather than syntax-table ones.
2403 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2404 to switch off/on the syntactic paren property of C++ template
2405 delimiters using the category property.
2406 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2407 template delims suppressed.
2408 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2409 New constant/macros which apply category properties to the start
2410 and end of preprocessor constructs.
2411 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2412 "comment out" the syntactic value of characters in preprocessor
2413 constructs.
2414 (c-with-cpps-commented-out)
2415 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2416 with characters in all or all but one preprocessor constructs
2417 "commented out".
2418
2419 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2420
2421 * proced.el (proced-filter-alist): Use regexp-quote.
2422
2423 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2424
2425 Cleanup.
2426 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2427 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2428 arguments. Expand `default-directory'.
2429
2430 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2431 the benefit of returning an expanded localname.
2432 (tramp-tramp-file-p): Handle the case NAME is not a string.
2433
2434 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2435
2436 Add support for bzr shelve/unshelve.
2437 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2438 (vc-bzr-extra-menu-map): New variables.
2439 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2440 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2441 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2442 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2443 (vc-bzr-dir-extra-headers): Display shelves.
2444
2445 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2446
2447 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * textmodes/bibtex.el (bibtex-complete-internal):
2450 Use completion-in-region.
2451 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2452
2453 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2454
2455 Support applying stashes. Improve UI.
2456 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2457 (vc-git-stash-apply, vc-git-stash-pop)
2458 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2459 (vc-git-stash-menu): New functions.
2460 (vc-git-stash-menu-map): New variable.
2461 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2462
2463 2009-12-03 Glenn Morris <rgm@gnu.org>
2464
2465 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2466 (vc-print-log-internal): Fix previous change.
2467 (vc-revert): Correct pluralization.
2468
2469 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2472 it to be an alist any more.
2473 (makefile-complete): Use completion-in-region.
2474
2475 * progmodes/octave-mod.el (octave-complete-symbol):
2476 Use completion-in-region.
2477
2478 Misc cleanup.
2479 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2480 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2481 (idlwave-complete-class): Don't quote lambda.
2482 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2483 (idlwave-mode-map): Move initialization into declaration.
2484 (idlwave-action-and-binding): Use backquotes.
2485 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2486 Simplify.
2487 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2488 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2489 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2490 `parts', and `all-parts'.
2491 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2492 (idlwave-convert-xml-system-routine-info): Remove unused string
2493 `version-string'.
2494 (idlwave-display-user-catalog-widget): Use dolist.
2495 (idlwave-scanning-lib): Declare dynamically-scoped var.
2496 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2497 (completion-highlight-first-word-only): Declare to silence bytecomp.
2498 (idlwave-popup-select): Tighten scope of `resp'.
2499 (idlwave-find-struct-tag): Remove unused var `beg'.
2500 (idlwave-after-load-rinfo-hook): Declare.
2501 (idlwave-sintern-class-info): Remove unused var `taglist'.
2502 (idlwave-find-class-definition): Remove unused var `list'.
2503 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2504 (idlwave-what-module-find-class): Remove unused var `classes'.
2505
2506 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2509
2510 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2513 buffers visited. Remove redundant current-buffer-saving.
2514
2515 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 Use completion-in-buffer and remove uses of dynamic scoping.
2518 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2519 (pascal-buffer-to-use, pascal-flag): Don't declare.
2520 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2521 (pascal-get-completion-decl, pascal-keyword-completion):
2522 Add `pascal-str' argument, save-excursion,
2523 return the found completions, and don't filter with pascal-pred.
2524 (pascal-completion-cache): New var.
2525 (pascal-completion): Don't switch buffer any more (it was never
2526 necessary). Don't save-excursion any more (it's done by the called
2527 subroutines). Use a cache to avoid redundant computations.
2528 Use complete-with-action rather than pascal-completion-response and
2529 let it apply the predicate as well.
2530 (pascal-complete-word): Use completion-in-buffer when
2531 pascal-toggle-completions is nil.
2532 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2533 not used any more.
2534 (pascal-comp-defun): Don't change buffer any more.
2535 Use complete-with-action rather than pascal-completion-response and
2536 let it apply the predicate as well.
2537 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2538 when neded.
2539
2540 2009-12-02 Kenichi Handa <handa@m17n.org>
2541
2542 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2543 shape for all Indic scripts.
2544
2545 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 Use completion-in-buffer.
2548 * wid-edit.el (widget-field-text-end): New function.
2549 (widget-field-value-get): Use it.
2550 (widget-string-complete, widget-file-complete)
2551 (widget-color-complete): Use it and completion-in-region.
2552 (widget-complete): Don't narrow the buffer.
2553
2554 2009-12-02 Glenn Morris <rgm@gnu.org>
2555
2556 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2557 (rmail-select-summary): Use rmail-pop-to-buffer.
2558 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2559 rmail-pop-to-buffer, to prevent horizontal splits.
2560
2561 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2562 save-excursion with save-current-buffer.
2563 Widen before searching. (Bug#5093)
2564 (diary-list-sexp-entries): Remove superfluous save-excursion.
2565
2566 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2567
2568 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2569 name. (Bug#5038)
2570
2571 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2572
2573 * ido.el (ido-file-internal): Handle filenames at point that do
2574 not have a directory part. (Bug#5049)
2575
2576 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2577
2578 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2579 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2580
2581 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2582
2583 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2584 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2585 any more.
2586
2587 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * comint.el (comint-insert-input): Ignore clicks to the right of
2590 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2591
2592 * vc.el (vc-print-log-internal): Don't wait for the process to
2593 terminate before setting up the major mode.
2594
2595 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2596 in case.
2597
2598 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2599 the last element.
2600
2601 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2602
2603 2009-12-01 Glenn Morris <rgm@gnu.org>
2604
2605 * window.el (window--display-buffer-2): Fix previous changes.
2606
2607 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2610
2611 2009-12-01 Glenn Morris <rgm@gnu.org>
2612
2613 * Makefile.in (ELCFILES): Add mpc.elc.
2614
2615 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * mpc.el: New file.
2618
2619 2009-12-01 Glenn Morris <rgm@gnu.org>
2620
2621 * window.el (window-to-use): Define for compiler.
2622
2623 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2624 consistent with others (no final period).
2625
2626 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2627 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2628
2629 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2630
2631 Make vc-print-log buttons work.
2632 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2633
2634 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2635
2636 * savehist.el (savehist-autosave-interval): Allow setting to nil
2637 through customize. (Bug#5056)
2638
2639 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2640
2641 Fix references to jit-lock properties.
2642 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2643 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2644 (perl-font-lock-special-syntactic-constructs):
2645 Quote jit-lock-defer-multiline property.
2646
2647 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2648
2649 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2650
2651 2009-11-30 Juri Linkov <juri@jurta.org>
2652
2653 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2654 value `buffer' of `multi-isearch-next-buffer-current-function'.
2655 Use `(current-buffer)' when `buffer' is nil.
2656 (multi-isearch-next-buffer-from-list): Don't fallback to
2657 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2658
2659 2009-11-30 Juri Linkov <juri@jurta.org>
2660
2661 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2662 of buffers with `get-buffer' to `multi-isearch-buffers'.
2663 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2664 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2665 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2666 FILES with `expand-file-name' converting relative file names
2667 to absolute. Doc fix. (Bug#4727)
2668
2669 2009-11-30 Juri Linkov <juri@jurta.org>
2670
2671 * misearch.el (multi-isearch-read-buffers)
2672 (multi-isearch-read-matching-buffers): New functions.
2673 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2674 Use them in the `interactive' spec. Doc fix.
2675 (multi-isearch-read-files, multi-isearch-read-matching-files):
2676 New functions.
2677 (multi-isearch-files, multi-isearch-files-regexp):
2678 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2679
2680 2009-11-30 Juri Linkov <juri@jurta.org>
2681
2682 * doc-view.el (doc-view-continuous):
2683 Rename from `doc-view-continuous-mode'.
2684 (doc-view-menu): Move "Toggle display" to the top.
2685 Add submenu "Continuous" with radio buttons "Off"/"On"
2686 and "Save as Default".
2687 (doc-view-scroll-up-or-next-page)
2688 (doc-view-scroll-down-or-previous-page)
2689 (doc-view-next-line-or-next-page)
2690 (doc-view-previous-line-or-previous-page): Rename
2691 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2692
2693 2009-11-30 Juri Linkov <juri@jurta.org>
2694
2695 * comint.el (comint-mode-map): Rebind `M-r' from
2696 `comint-previous-matching-input' to
2697 `comint-history-isearch-backward-regexp'.
2698 Unbind `M-s' to allow global key binding `M-s'.
2699 Add menu items for `comint-history-isearch-backward' and
2700 `comint-history-isearch-backward-regexp'. (Bug#3746)
2701
2702 2009-11-30 Juri Linkov <juri@jurta.org>
2703
2704 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2705 For def=recenter, replace `recenter' with `recenter-top-bottom'
2706 that is called with `this-command' and `last-command' let-bound
2707 to `recenter-top-bottom'. When the last `def' was not `recenter',
2708 set `recenter-last-op' to nil. (Bug#4981)
2709
2710 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 Minor cleanup and simplification.
2713 * filecache.el (file-cache-add-directory)
2714 (file-cache-add-directory-recursively)
2715 (file-cache-add-from-file-cache-buffer)
2716 (file-cache-delete-file-regexp, file-cache-delete-directory)
2717 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2718 (file-cache-temp-minibuffer-message): Delete function.
2719 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2720
2721 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2722 Don't signal an error when bumping into EOB in tr, s, or y.
2723
2724 2009-11-29 Juri Linkov <juri@jurta.org>
2725
2726 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2727 (Bug#4960)
2728
2729 * descr-text.el (describe-char-unidata-list): Use lowercase name
2730 for "Unicode name" like in other tags.
2731
2732 2009-11-29 Juri Linkov <juri@jurta.org>
2733
2734 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2735 New compatibility macro.
2736 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2737
2738 2009-11-29 Juri Linkov <juri@jurta.org>
2739
2740 Add defcustom to define the cycling order of `recenter-top-bottom'.
2741 (Bug#4981)
2742
2743 * window.el (recenter-last-op): Doc fix.
2744 (recenter-positions): New defcustom.
2745 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2746 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2747
2748 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2749
2750 Improve integration of Tramp and ange-ftp in eshell.
2751
2752 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2753 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2754 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2755
2756 * eshell/esh-util.el (top): Require also Tramp when compiling.
2757 (eshell-directory-files-and-attributes): Check for FTP remote
2758 connection.
2759 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2760 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2761 (eshell-file-attributes): Handle ".". Return `entry'.
2762
2763 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2764 (ange-ftp-directory-files-and-attributes)
2765 (ange-ftp-real-directory-files-and-attributes): New defuns.
2766
2767 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2768 shell with "exec" when possible. This prevents trailing prompts
2769 in `start-file-process'.
2770
2771 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 Try and remove assumptions about point-min==1.
2774 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2775 (rng-compute-mode-line-string): Show the validation percentage in
2776 terms of the narrowed text, not the widened text.
2777 (rng-do-some-validation): Don't catch internal errors when debugging.
2778 (rng-first-error): Simplify.
2779 (rng-after-change-function): Remove work around. AFAIK the bug has
2780 been fixed a while ago.
2781
2782 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2783 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2784
2785 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2786
2787 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2788 `cd' doesn't always do it for us (bug#5067).
2789
2790 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2791 on 2009-10-25 as part of some other change (bug#5067).
2792
2793 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2796 `suspicious'.
2797 (byte-compile-warnings): Use byte-compile-warning-types.
2798 (byte-compile-save-excursion): Warn about use of set-buffer right
2799 after save-excursion.
2800
2801 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2802 the excursion as well.
2803
2804 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2805
2806 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2807 providing a Tramp related implementation of "su" and "sudo".
2808 (eshell-unix-initialize): Add "su" and "sudo".
2809
2810 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2811
2812 * net/socks.el (socks-send-command): Convert binary request to
2813 unibyte before sending. This fixes mishandling of some port
2814 numbers such as 129.
2815
2816 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * help.el (describe-bindings-internal): Remove `interactive'.
2819
2820 * man.el (Man-completion-table): Trim a terminating "(".
2821 Remove the space between name page a section.
2822 Add the command's description on the `help-echo' property.
2823 Remove `process-connection-type' binding since it's unused by
2824 call-process.
2825 Provide completion for the "<section> <name>" format as well.
2826 (Man-default-man-entry): Remove spurious var shadowing the argument.
2827
2828 2009-11-26 Kevin Ryde <user42@zip.com.au>
2829
2830 * log-view.el: Add "Keywords: tools", since its other keywords
2831 aren't in finder-known-keywords, and following vc.el.
2832
2833 * sha1.el (sha1-string-external): default-directory "/" in case
2834 otherwise non-existent. process-connection-type pipe for touch of
2835 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2836
2837 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 Misc coding convention cleanups.
2840 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2841 hfy-init-kludge-hooks.
2842 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2843 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2844 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2845 and push.
2846 (hfy-slant, hfy-weight): Use tables rather than code.
2847 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2848 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2849 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2850 (hfy-face-to-css): Remove `nconc' with single arg.
2851 (hfy-p-to-face-lennart): Use `or'.
2852 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2853 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2854 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2855 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2856 (hfy-force-fontification): Use run-hooks.
2857
2858 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2859
2860 Various minor fixes.
2861 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2862 Javascript belongs in the header, not the body.
2863 (hfy-javascript): Remove.
2864 (hfy-fontify-buffer): Don't insert it any more.
2865 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2866 Fix bug in invis handling when there were no invis props in a chunk.
2867
2868 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2871
2872 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2873
2874 * finder.el (finder-mode-map): Add a menu.
2875
2876 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2877
2878 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2879 "unsigned" structs.
2880
2881 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2882 fork" statement better.
2883
2884 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2885
2886 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2887 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2888 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2889 Reported by Clay Douglass.
2890
2891 (verilog-auto-inst, verilog-auto-star-safe)
2892 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2893 Fix removing "// Interfaces" when saving .* expansions. Reported by
2894 Pierre-David Pfister.
2895
2896 2009-11-26 Glenn Morris <rgm@gnu.org>
2897
2898 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2899 the scope.
2900
2901 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2902
2903 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2904 Really use previous revision.
2905
2906 2009-11-25 Kevin Ryde <user42@zip.com.au>
2907
2908 * man.el (Man-completion-table): default-directory "/" in case
2909 doesn't otherwise exist. process-environment COLUMNS=999 so as
2910 not to truncate long names. process-connection-type pipe to avoid
2911 any chance of hitting the pseudo-tty TIOCGWINSZ.
2912 (man): completion-ignore-case t for friendliness and since man
2913 itself is case-insensitive on the command line.
2914 Further to Bug#3717.
2915
2916 * arc-mode.el: Add "Keywords: files", so the details in its
2917 commentary can be reached from finder-by-keyword.
2918 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2919 editing mode, but it's comms related and sgml-mode.el has "comm"
2920 on that basis too.
2921 * textmodes/bibtex-style.el: Add "Keywords: tex".
2922 * international/isearch-x.el, international/ja-dic-cnv.el:
2923 * international/ja-dic-utl.el, international/kkc.el:
2924 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2925
2926 2009-11-25 Juri Linkov <juri@jurta.org>
2927
2928 * man.el (Man-completion-table): Modify regexp to include
2929 section names to completion strings. (Bug#3717)
2930
2931 2009-11-25 Juri Linkov <juri@jurta.org>
2932
2933 Search recursively in gzipped files. (Bug#4982)
2934
2935 * progmodes/grep.el (grep-highlight-matches): Add new options
2936 `always' and `auto'. Doc fix.
2937 (grep-process-setup): Check `grep-highlight-matches' for
2938 `auto-detect' to determine the need to compute grep defaults.
2939 Move Windows/DOS specific --colors settings handling
2940 to `grep-compute-defaults'. Check `grep-highlight-matches'
2941 to get the value of "--color=".
2942 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2943 has the value `auto-detect'. Move Windows/DOS specific settings
2944 from `grep-process-setup'.
2945 (zrgrep): New command with alias `rzgrep'.
2946
2947 2009-11-25 Juri Linkov <juri@jurta.org>
2948
2949 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2950 to nil instead of switching off view-mode. (Bug#4896)
2951
2952 2009-11-25 Juri Linkov <juri@jurta.org>
2953
2954 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2955
2956 * mwheel.el (mwheel-scroll-up-function)
2957 (mwheel-scroll-down-function): New defvars.
2958 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2959 `scroll-up', and `mwheel-scroll-down-function' instead of
2960 `scroll-down'.
2961
2962 * doc-view.el (doc-view-scroll-up-or-next-page)
2963 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2964 Use this ARG in the call to image-scroll-up/image-scroll-down.
2965 Change `interactive' spec to "P". Goto next/previous page only
2966 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2967 SPC/DEL case). Doc fix.
2968 (doc-view-next-line-or-next-page)
2969 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2970 for consistency.
2971 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2972 `doc-view-scroll-up-or-next-page', and buffer-local
2973 `mwheel-scroll-down-function' to
2974 `doc-view-scroll-down-or-previous-page'.
2975
2976 2009-11-25 Juri Linkov <juri@jurta.org>
2977
2978 Provide additional default values (directories at other Dired
2979 windows) via M-n in the minibuffer of some Dired commands.
2980
2981 * dired-aux.el (dired-diff, dired-compare-directories)
2982 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2983 `minibuffer-default' in `minibuffer-with-setup-hook'.
2984 (dired-dwim-target-directory): Find a window that displays Dired
2985 buffer instead of failing when the next window is not Dired.
2986 Use `get-window-with-predicate' to find for the next Dired window.
2987 (dired-dwim-target-defaults): New function.
2988
2989 * ediff-util.el (ediff-read-file-name):
2990 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2991 in `minibuffer-with-setup-hook'.
2992
2993 2009-11-25 Juri Linkov <juri@jurta.org>
2994
2995 Provide additional default values (file name at point or at the
2996 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2997
2998 * minibuffer.el (read-file-name-defaults): New function.
2999 (read-file-name): Reset `minibuffer-default' to nil when
3000 it duplicates initial input `insdef'.
3001 Bind `minibuffer-default-add-function' to lambda that
3002 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3003 (minibuffer-insert-file-name-at-point): New command.
3004
3005 * files.el (file-name-at-point-functions): New defcustom.
3006 (find-file-default): Remove defvar.
3007 (find-file-read-args): Don't use `find-file-default'.
3008 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3009 to `read-file-name'.
3010 (find-file-literally): Use `read-file-name' with
3011 `confirm-nonexistent-file-or-buffer'.
3012
3013 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3014
3015 * dired.el (dired-read-dir-and-switches):
3016 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3017 to `read-file-name'.
3018 (dired-file-name-at-point): New function.
3019 (dired-mode): Add hook `dired-file-name-at-point' to
3020 `file-name-at-point-functions'.
3021
3022 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 Really make the *Completions* window soft-dedicated (bug#5030).
3025 * window.el (window--display-buffer-2): Add `dedicated' argument.
3026 (display-buffer): Pass it when needed so the dedicated flag is set
3027 after calling set-window-buffer, which would otherwise reset it.
3028
3029 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * progmodes/meta-mode.el (meta-complete-symbol):
3032 * progmodes/etags.el (complete-tag):
3033 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3034 Use completion-in-region.
3035
3036 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3037 (dabbrev-completion): Use completion-in-region.
3038 (dabbrev--abbrev-at-point): Simplify regexp.
3039
3040 * abbrev.el (abbrev--before-point): Use word-motion functions
3041 if :regexp is not specified (bug#5031).
3042
3043 * subr.el (string-prefix-p): New function.
3044
3045 * man.el (Man-completion-cache): New var.
3046 (Man-completion-table): Use it.
3047
3048 * vc.el (vc-print-log-internal): Make `limit' optional for better
3049 compatibility (e.g. with vc-annotate.el).
3050
3051 2009-11-24 Kevin Ryde <user42@zip.com.au>
3052
3053 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3054 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3055
3056 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3057 when .el source file not found or other error.
3058
3059 2009-11-24 Markus Triska <markus.triska@gmx.at>
3060
3061 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3062
3063 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 Handle the [back] button properly (bug#4979).
3066 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3067 Use help-setup-xref, help-buffer, and with-help-window.
3068 (describe-char): Add `buffer' argument.
3069 Pass proper command to help-setup-xref. Don't meddle with
3070 help-xref-stack-item directly.
3071 (describe-text-category): Use with-help-window and help-buffer.
3072
3073 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3074 for the displayed buffer (bug#4887).
3075
3076 * man.el (Man-completion-table): New function.
3077 (man): Use it.
3078
3079 2009-11-24 David Reitter <david.reitter@gmail.com>
3080
3081 * vc-git.el (vc-git-registered): Use checkout directory (where
3082 .git is) rather than the file's directory and a relative path spec
3083 to work around a bug in git.
3084
3085 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3086
3087 Improve handling of processes on remote hosts.
3088
3089 * eshell/esh-util.el (eshell-path-env): New defvar.
3090 (eshell-parse-colon-path): New defun.
3091 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3092
3093 * eshell/esh-ext.el (eshell-search-path):
3094 Use `eshell-parse-colon-path'.
3095 (eshell-remote-command): Remove argument HANDLER.
3096 (eshell-external-command): Check for FTP remote connection.
3097
3098 * eshell/esh-proc.el (eshell-gather-process-output):
3099 Use `file-truename', in order to start also symlinked files.
3100 Apply `start-file-process' instead of `start-process'.
3101 Shorten `command' to the local file name part.
3102
3103 * eshell/em-cmpl.el (eshell-complete-commands-list):
3104 Use `eshell-parse-colon-path'.
3105
3106 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3107
3108 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3109 to `eshell-directory-change-hook'.
3110
3111 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3112
3113 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3114 because it could be enabled automatically if view-read-only is non-nil.
3115
3116 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3117
3118 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3119 made on 2009-11-22.
3120
3121 2009-11-24 Glenn Morris <rgm@gnu.org>
3122
3123 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3124 deleted variable bookmark-bmenu-bookmark-column.
3125
3126 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3127 Move after definition of global-semantic-idle-tag-highlight-mode.
3128
3129 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3132
3133 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3134
3135 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3136 two slashes to the "file:" prefix.
3137 (browse-url-file-url): De-munge Cygwin filenames before passing
3138 them to Windows browser.
3139 (browse-url-default-windows-browser): Use call-process.
3140
3141 2009-11-23 Juri Linkov <juri@jurta.org>
3142
3143 Implement DocView Continuous mode. (Bug#4896)
3144 * doc-view.el (doc-view-continuous-mode): New defcustom.
3145 (doc-view-mode-map): Bind C-n/<down> to
3146 `doc-view-next-line-or-next-page', C-p/<up> to
3147 `doc-view-previous-line-or-previous-page'.
3148 (doc-view-next-line-or-next-page)
3149 (doc-view-previous-line-or-previous-page): New commands.
3150
3151 2009-11-23 Juri Linkov <juri@jurta.org>
3152
3153 Implement Isearch in comint input history. (Bug#3746)
3154 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3155 `isearch-mode-hook'.
3156 (comint-history-isearch): New defcustom.
3157 (comint-history-isearch-backward)
3158 (comint-history-isearch-backward-regexp): New commands.
3159 (comint-history-isearch-message-overlay): New buffer-local variable.
3160 (comint-history-isearch-setup, comint-history-isearch-end)
3161 (comint-goto-input, comint-history-isearch-search)
3162 (comint-history-isearch-message, comint-history-isearch-wrap)
3163 (comint-history-isearch-push-state)
3164 (comint-history-isearch-pop-state): New functions.
3165
3166 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3169 return.
3170 (tramp-handle-make-symbolic-link)
3171 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3172 Quote file names.
3173 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3174 (tramp-handle-process-file): Use it.
3175
3176 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * window.el (move-to-window-line-last-op): Remove.
3179 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3180
3181 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3182
3183 Make M-r mirror the new cycling behavior of C-l.
3184 * window.el (move-to-window-line-last-op): New var.
3185 (move-to-window-line-top-bottom): New command.
3186 (global-map): Bind M-r move-to-window-line-top-bottom.
3187
3188 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3189
3190 * dired-x.el (dired-guess-shell-alist-default):
3191 Support xz format. (Bug#4953)
3192
3193 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * cedet/srecode/map.el (srecode-get-maps):
3196 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3197 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3198 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3199 (semantic-toggle-decoration-style):
3200 * cedet/semantic/decorate/include.el
3201 (semantic-decoration-include-describe)
3202 (semantic-decoration-unknown-include-describe)
3203 (semantic-decoration-unparsed-include-describe)
3204 (semantic-decoration-all-include-summary):
3205 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3206 * cedet/semantic/analyze/complete.el
3207 (semantic-analyze-possible-completions):
3208 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3209 (semantic-show-unmatched-syntax-mode)
3210 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3211 (semantic-highlight-func-mode):
3212 * cedet/semantic/util.el (semantic-describe-buffer):
3213 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3214 (semantic-symref-find-tags-by-name)
3215 (semantic-symref-find-tags-by-regexp)
3216 (semantic-symref-find-tags-by-completion)
3217 (semantic-symref-find-file-references-by-name)
3218 (semantic-symref-find-text):
3219 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3220 (senator-yank-tag):
3221 * cedet/semantic/scope.el (semantic-calculate-scope):
3222 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3223 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3224 (define-semantic-idle-service):
3225 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3226 (semantic-complete-analyze-inline-idle):
3227 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3228 * cedet/mode-local.el (describe-mode-local-bindings)
3229 (describe-mode-local-bindings-in-mode):
3230 * cedet/ede/make.el (ede-make-check-version):
3231 * cedet/ede/locate.el (ede-enable-locate-on-project):
3232 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3233 (cedet-idutils-version-check):
3234 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3235 (cedet-gnu-global-version-check):
3236 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3237 (cedet-cscope-version-check): Use called-interactively-p instead
3238 of interactive-p.
3239
3240 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3241 Use semantic-format-tag-prototype.
3242
3243 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3244
3245 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3246 last-command-char/last-command-event.
3247 (viper-prefix-arg-value): Do correct conversion of event-char for
3248 XEmacs.
3249
3250 * emulation/viper-util.el, emulation/viper.el:
3251 Use viper-last-command-char instead of
3252 last-command-char/last-command-event.
3253
3254 * ediff-init.el, ediff-mult.el, ediff-util.el:
3255 Replace last-command-char and last-command-event
3256 with (ediff-last-command-char) everywhere.
3257
3258 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3259 created in fundamental mode.
3260
3261 * ediff.el (ediff-version): Revert the change of interactive-p to
3262 called-interactively-p.
3263
3264 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3265
3266 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3267 generation from word-movement command names.
3268
3269 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3272 (semantic-complete-jump-local, semantic-complete-jump):
3273 Improve prompt string.
3274
3275 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3276
3277 * cus-start.el (all): Add native condition for font-use-system-font.
3278
3279 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3280
3281 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3282 Correct the patch from 2009-11-18. (Bug#3910)
3283
3284 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3285
3286 * progmodes/subword.el: Rename from lisp/subword.el.
3287
3288 * subword.el: Rename to progmodes/subword.el.
3289
3290 * Makefile.in (ELCFILES): Adapt to subword.el move.
3291
3292 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3293 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3296 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3297 (bookmark-bmenu-show-filenames): Use push.
3298 (bookmark-bmenu-hide-filenames): Use local var instead of
3299 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3300 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3301 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3302 filenames now that the bookmark names are always available.
3303
3304 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3307 (bookmark-search-pattern): Move and leave unbound.
3308 (bookmark-bmenu-mode-map): Change binding.
3309 (bookmark-read-search-input): Simplify.
3310 Don't use text-char-description. Don't error on non-char events.
3311 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3312 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3313 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3314 Use a local var for the timer.
3315 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3316 (i.e. bookmark-bmenu-search).
3317
3318 2009-11-21 Glenn Morris <rgm@gnu.org>
3319
3320 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3321
3322 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3323
3324 * net/browse-url.el (browse-url-default-windows-browser):
3325 Use cygstart for cygwin.
3326
3327 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3328
3329 * bookmark.el: Formatting and doc fixes only:
3330 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3331 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3332 Minor grammar and punctuation fixes in doc string.
3333 (bookmark-read-search-input): Adjust to fit within 80 columns.
3334
3335 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3336
3337 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3338 (c-backward-into-nomenclature): Adapt to subword renaming.
3339
3340 * subword.el (subword-forward, subword-backward, subword-mark)
3341 (subword-kill, subword-backward-kill, subword-transpose)
3342 (subword-downcase, subword-upcase, subword-capitalize)
3343 (subword-forward-internal, subword-backward-internal):
3344 Rename from forward-subword, backward-subword, mark-subword,
3345 kill-subword, backward-kill-subword, transpose-subwords,
3346 downcase-subword, upcase-subword, capitalize-subword,
3347 forward-subword-internal, backward-subword-internal.
3348
3349 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3350
3351 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3352 New options.
3353 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3354 New vars.
3355 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3356 (bookmark-bmenu-filter-alist-by-regexp)
3357 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3358 (bookmark-bmenu-search): New command.
3359 (bookmark-bmenu-mode-map): Bind it.
3360
3361 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3362
3363 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3364
3365 * cedet/semantic/idle.el (define-semantic-idle-service)
3366 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3367
3368 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3369
3370 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3371 backward-subword to quit the byte-compiler.
3372
3373 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3374
3375 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3376
3377 * progmodes/cc-cmds.el (c-update-modeline)
3378 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3379 Refer to subword.el functions instead of cc-subword.el.
3380
3381 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3382 subword.el functions instead of cc-subword.el.
3383
3384 * progmodes/cc-subword.el: Rename to subword.el.
3385 * subword.el: Rename from progmodes/cc-subword.el.
3386 (subword-mode-map): Rename from c-subword-mode-map.
3387 (subword-mode): Rename from c-subword-mode.
3388 (global-subword-mode): New global minor mode.
3389 (forward-subword): Rename from c-forward-subword.
3390 (backward-subword): Rename from c-backward-subword.
3391 (mark-subword): Rename from c-mark-subword.
3392 (kill-subword): Rename from c-kill-subword.
3393 (backward-kill-subword): Rename from c-backward-kill-subword.
3394 (transpose-subwords): Rename from c-tranpose-subword.
3395 (downcase-subword): Rename from c-downcase-subword.
3396 (capitalize-subword): Rename from c-capitalize-subword.
3397 (forward-subword-internal): Rename from c-forward-subword-internal.
3398 (backward-subword-internal): Rename from c-backward-subword-internal.
3399
3400 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3401
3402 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3403 from a dired buffer.
3404 (vc-dired-deduce-fileset): New function.
3405 (vc-root-diff, vc-print-root-log): Use it.
3406
3407 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3408 nil LIMIT argument to vc-print-log-internal.
3409
3410 2009-11-20 Glenn Morris <rgm@gnu.org>
3411
3412 * Makefile.in (ELCFILES): Regenerate.
3413
3414 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3417
3418 * cedet/semantic.el: Enable idle-mode menu items only if
3419 global-semantic-idle-scheduler-mode is enabled.
3420 (semantic-default-submodes): Doc fix.
3421
3422 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3423 When turning off, disable other idle modes.
3424
3425 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3426
3427 * calc/calc.el (calc-set-mode-line):
3428 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3429 (math-format-number): Rename `math-format-complement-signed' to
3430 `math-format-twos-complement'.
3431
3432 * calc/calc-bin.el (math-format-twos-complement): Rename from
3433 math-format-complement-signed.
3434 (calc-radix): Rename `calc-complement-signed-mode' to
3435 `calc-twos-complement-mode'.
3436 (calc-octal-radix, calc-hex-radix): Add an argument for
3437 two's complement.
3438
3439 * calc/calc-embed.el (calc-embedded-mode-vars):
3440 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3441
3442 * calc/calc-ext.el (calc-init-extensions):
3443 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3444 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3445
3446 * calc/calc-units.el (math-build-units-table-buffer):
3447 Let `calc-twos-complement-mode' be nil.
3448
3449 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3450 entries.
3451
3452 * calc/calc-vec.el (calcFunc-vunpack):
3453 * calc/calc-aent.el (calc-do-calc-eval):
3454 * calc/calc-forms.el (math-format-date):
3455 * calc/calc-graph.el (calc-graph-plot):
3456 * calc/calc-math.el (math-use-emacs-fn):
3457 * calc/calccomp.el (math-compose-expr):
3458 Let `calc-twos-complement-mode' be nil.
3459
3460 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3463 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3464 * minibuffer.el (completion-in-region-functions): New hook.
3465 (completion-in-region): New function.
3466 * emacs-lisp/lisp.el (lisp-complete-symbol):
3467 * pcomplete.el (pcomplete-std-complete): Use it.
3468
3469 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3472 (latex-complete-alist): New vars.
3473 (latex-string-prefix-p, latex-complete-bibtex-keys)
3474 (latex-complete-envnames, latex-complete-refkeys)
3475 (latex-complete-data): New functions.
3476 (latex-complete, latex-indent-or-complete): New commands.
3477
3478 * window.el (display-buffer-mark-dedicated): New var.
3479 (display-buffer): Obey it.
3480 * minibuffer.el (minibuffer-completion-help): Use it.
3481
3482 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3483
3484 * filecache.el (file-cache-add-file): Use push and cons.
3485 (file-cache-delete-file-regexp): Use push.
3486 (file-cache-complete): Use completion-in-region.
3487
3488 * simple.el (with-wrapper-hook): Fix thinko.
3489
3490 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3491 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3492 Use with-current-buffer and string-to-number.
3493 (hfy-fallback-colour-values): Use assoc-string.
3494 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3495 (hfy-face-at): Remove unused var `found-face'.
3496 (hfy-compile-stylesheet): Remove unused var `css'.
3497 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3498 and `orig-buffer'.
3499 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3500 Use with-current-buffer.
3501 (hfy-text-p): Use expand-file-name and fewer setq.
3502
3503 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3504
3505 * htmlfontify.el, hfy-cmap.el: New files.
3506
3507 2009-11-19 Juri Linkov <juri@jurta.org>
3508
3509 * minibuffer.el (completions-format): New defcustom.
3510 (completion--insert-strings): Implement vertical format.
3511
3512 * simple.el (switch-to-completions): Move point to the first
3513 completion when point was at the beginning of the buffer.
3514
3515 2009-11-19 Juri Linkov <juri@jurta.org>
3516
3517 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3518
3519 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3520
3521 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3524 (mail-signature): Change default to t.
3525 (mail-from-style): Deprecate `system-default' value.
3526 (mail-insert-from-field): For default value of mail-from-style,
3527 default to `angles' unless `angles' needs quoting and `parens'
3528 does not.
3529 (mail-citation-prefix-regexp): Use citation regexp from
3530 message-mode.
3531
3532 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3533
3534 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3535 Set variables for computing the prompt for reading password.
3536
3537 2009-11-19 Glenn Morris <rgm@gnu.org>
3538
3539 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3540
3541 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3542
3543 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3544 (newsticker-treeview-listwindow-height): Fix custom type.
3545
3546 2009-11-19 Kenichi Handa <handa@m17n.org>
3547
3548 * descr-text.el (describe-char-padded-string): Compose with TAB
3549 only if there's a font for CH.
3550 (describe-char): Fix the condition for detecting a trivial composition.
3551
3552 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3553
3554 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3555 more accurate version of the regexp. (Bug#3910)
3556
3557 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3558
3559 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3560
3561 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3564 (font-setting-change-default-font): Fix typo in docstring.
3565
3566 2009-11-18 Alan Mackenzie <acm@muc.de>
3567
3568 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3569
3570 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3571
3572 * font-setting.el (font-use-system-font): Move ...
3573
3574 * cus-start.el (all): ... to here.
3575
3576 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3579 Don't set `ad-return-value' if `ad-do-it' doesn't.
3580
3581 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3582 modification time.
3583
3584 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3585
3586 * menu-bar.el: Put "Use system font" in Option-menu.
3587 (menu-bar-options-save): Add font-use-system-font.
3588
3589 * loadup.el: If feature system-font-setting or font-render-setting is
3590 there, load font-setting.
3591
3592 * Makefile.in (ELCFILES): Add font-settings.el.
3593 * font-setting.el: New file.
3594
3595 2009-11-17 Glenn Morris <rgm@gnu.org>
3596
3597 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3598
3599 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3600 Preserve point in the list buffer. (Bug#4939)
3601 Use point-at-eol.
3602 (newsticker--treeview-list-update-highlight)
3603 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3604
3605 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3606
3607 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3608 Remove.
3609
3610 * calc/calc-ext.el (calc-init-extensions): Remove references to
3611 symclip.
3612
3613 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3614
3615 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3616 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3617 `calc-symclip'.
3618
3619 2009-11-16 Kevin Ryde <user42@zip.com.au>
3620
3621 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3622 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3623
3624 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3625 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3626 Ignore trailing spaces by omit-nulls to split-string (fixing
3627 regression from Emacs 21 due to the incompatible split-string
3628 change). (Bug #4928.)
3629
3630 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 * vc.el (vc-log-show-limit): Default to 2000.
3633 (vc-print-log-internal): Insert buttons to request more entries
3634 when limiting the output.
3635
3636 * vc-sccs.el (vc-sccs-print-log):
3637 * vc-rcs.el (vc-rcs-print-log):
3638 * vc-cvs.el (vc-cvs-print-log):
3639 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3640 LIMIT is non-nil.
3641
3642 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3645 error when `tramp-gvfs-dbus-event-vector' is set.
3646 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3647
3648 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3651
3652 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3653
3654 * net/dbus.el (dbus-unregister-service): New defun.
3655 (dbus-register-property): Register the handlers of
3656 "org.freedesktop.DBus.Properties" for SERVICE.
3657 (dbus-property-handler): Fix docstring.
3658
3659 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3660
3661 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3662 Quote doc string reference in defvaralias as it is not in special form.
3663 (byte-compile-output-docform): Doc fix.
3664
3665 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3666
3667 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3668 (calc-complement-signed-mode): New variables.
3669 (calc-set-mode-line): Add indicator for twos-complements.
3670 (math-format-number): Format twos-complement notation.
3671
3672 * calc/calc-bin.el (calc-word-size): Reset the variables
3673 `math-2-word-size' and `math-half-2-word-size'.
3674 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3675 (calc-symclip): New functions.
3676
3677 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3678
3679 * calc/calc-embed.el (calc-embedded-mode-vars):
3680 Add `calc-complement-signed-mode' to the list of modes.
3681
3682 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3683 (calc-b-oper-keys): Add `calc-symclip' to list.
3684
3685 * calc/calc-ext.el (math-read-number-fancy): Read complement
3686 signed numbers.
3687 (calc-init-extensions): Add binding for `calc-symclip'.
3688 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3689
3690 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3691 `calc-symclip'.
3692 (calc-modes-menu): Add item for twos complement mode.
3693
3694 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3695
3696 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * register.el (jump-to-register, insert-register): Handle Semantic
3699 tags. From commented-out advice in semantic/senator.el.
3700
3701 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3702
3703 * vc.el (vc-log-show-limit): New variable.
3704 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3705 when using a prefix argument.
3706 (vc-print-log-internal): Add new argument LIMIT.
3707
3708 * vc-svn.el (vc-svn-print-log):
3709 * vc-mtn.el (vc-mtn-print-log):
3710 * vc-hg.el (vc-hg-print-log):
3711 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3712 pass it to the log command when set. Make the BUFFER argument
3713 non-optional.
3714
3715 * vc-sccs.el (vc-sccs-print-log):
3716 * vc-rcs.el (vc-rcs-print-log):
3717 * vc-git.el (vc-git-print-log):
3718 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3719 ignore it. Make the BUFFER argument non-optional
3720
3721 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3722
3723 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * dired.el (dired-mode-map): Move encryption items to "Operate"
3726 menu (Bug#4703).
3727
3728 * strokes.el (strokes-update-window-configuration): Make strokes
3729 buffer current before erasing (Bug#4906).
3730
3731 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3732 (semantic-idle-summary-mode): Define using define-minor-mode
3733 instead of define-semantic-idle-service.
3734 (semantic-idle-summary-mode): New function.
3735 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3736 that mouse motion does not reset the echo area.
3737
3738 2009-11-15 Juri Linkov <juri@jurta.org>
3739
3740 * simple.el (set-mark-default-inactive): Add :type, :group
3741 and :version. (Bug#4876)
3742
3743 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3744
3745 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3746 (archive-unique-fname): ... here. (Bug#4929)
3747
3748 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3751 with a real fix.
3752
3753 * novice.el (disabled-command-function): Add useful args.
3754 Setup the help buffer so that [back] works.
3755 Remove redundant call to help-mode.
3756 (disabled-command-function): Use `case'.
3757 (en/disable-command): New function extracted from enable-command.
3758 (enable-command, disable-command): Use it.
3759
3760 2009-11-14 Glenn Morris <rgm@gnu.org>
3761
3762 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3763 constants. (Bug#4913)
3764
3765 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3766
3767 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3768
3769 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3770 defined in C that have no doc-strings. (Bug#1063)
3771
3772 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3773
3774 * cus-edit.el (data, files):
3775 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3776
3777 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * simple.el (shell-command): Doc fix (Bug#4891).
3780
3781 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3782
3783 2009-11-14 Glenn Morris <rgm@gnu.org>
3784
3785 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3786 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3787 If they are already loaded, eval-after-load will do the right thing.
3788
3789 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3790 compiling.
3791
3792 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3793
3794 * simple.el (x-selection-owner-p): Declare.
3795 (read-mail-command): Use custom radio type rather than choice.
3796 (completion-no-auto-exit): Doc fix.
3797
3798 * custom.el (defgroup):
3799 * epg-config.el (epg): Doc fixes.
3800
3801 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3804 * international/ccl.el (define-ccl-program): Do not purecopy the
3805 docstring, defconst does it anyway.
3806
3807 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3810 a second time.
3811
3812 * x-dnd.el (x-dnd-maybe-call-test-function):
3813 * window.el (split-window-vertically):
3814 * whitespace.el (whitespace-help-on):
3815 * vc-rcs.el (vc-rcs-consult-headers):
3816 * userlock.el (ask-user-about-lock-help)
3817 (ask-user-about-supersession-help):
3818 * type-break.el (type-break-force-mode-line-update):
3819 * time-stamp.el (time-stamp-conv-warn):
3820 * terminal.el (te-set-output-log, te-more-break, te-filter)
3821 (te-sentinel, terminal-emulator):
3822 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3823 (term-write-input-ring, term-check-source, term-start-output-log):
3824 (term-display-buffer-line, term-dynamic-list-completions):
3825 (term-ansi-make-term, serial-term):
3826 * subr.el (selective-display):
3827 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3828 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3829 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3830 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3831 (speedbar-remove-localized-speedbar-support)
3832 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3833 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3834 (speedbar-buffers-line-directory):
3835 * simple.el (shell-command-on-region, append-to-buffer)
3836 (prepend-to-buffer):
3837 * shadowfile.el (shadow-save-todo-file):
3838 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3839 (scroll-bar-maybe-set-window-start):
3840 * sb-image.el (speedbar-image-dump):
3841 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3842 (load-save-place-alist-from-file):
3843 * ps-samp.el (ps-print-message-from-summary):
3844 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3845 (ps-background-image, ps-begin-job, ps-do-despool):
3846 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3847 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3848 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3849 (pr-call-process, pr-file-list, pr-interface-save):
3850 * novice.el (disabled-command-function)
3851 (enable-command, disable-command):
3852 * mouse.el (mouse-buffer-menu-alist):
3853 * mouse-copy.el (mouse-kill-preserving-secondary):
3854 * macros.el (kbd-macro-query):
3855 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3856 * informat.el (batch-info-validate):
3857 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3858 * hippie-exp.el (try-expand-dabbrev-visible):
3859 * help-mode.el (help-make-xrefs):
3860 * help-fns.el (describe-variable):
3861 * generic-x.el (bat-generic-mode-run-as-comint):
3862 * finder.el (finder-mouse-select):
3863 * find-dired.el (find-dired-sentinel):
3864 * filesets.el (filesets-file-close):
3865 * files.el (list-directory):
3866 * faces.el (list-faces-display, describe-face):
3867 * facemenu.el (list-colors-display):
3868 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3869 * epg.el (epg--process-filter, epg-cancel):
3870 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3871 (epa--read-signature-type):
3872 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3873 (emerge-file-names):
3874 * ehelp.el (electric-helpify):
3875 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3876 * ediff-vers.el (rcs-ediff-view-revision):
3877 * ediff-util.el (ediff-setup):
3878 * ediff-mult.el (ediff-append-custom-diff):
3879 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3880 (ediff-wordify):
3881 * echistory.el (Electric-command-history-redo-expression):
3882 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3883 * disp-table.el (describe-display-table):
3884 * dired.el (dired-find-buffer-nocreate):
3885 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3886 * dabbrev.el (dabbrev--same-major-mode-p):
3887 * chistory.el (list-command-history):
3888 * apropos.el (apropos-documentation):
3889 * allout.el (allout-obtain-passphrase):
3890 (allout-copy-exposed-to-buffer):
3891 (allout-verify-passphrase): Use with-current-buffer.
3892
3893 2009-11-13 Glenn Morris <rgm@gnu.org>
3894
3895 * Makefile.in (ELCFILES): Regenerate.
3896
3897 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3898
3899 * net/dbus.el (dbus-registered-objects-table): Rename from
3900 `dbus-registered-functions-table', because it contains also properties.
3901 (dbus-unregister-object): Unregister also properties.
3902 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3903 Use a timeout of 500 msec, in order to not block.
3904 (dbus-register-property, dbus-property-handler): New defuns.
3905
3906 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * simple.el (minibuffer-default-add-completions): Drop deprecated
3909 4th arg.
3910
3911 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3912
3913 * textmodes/artist.el (artist-mouse-choose-operation):
3914 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3915 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3916 (artist-compute-up-event-key): New function.
3917 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3918
3919 2009-11-13 Kenichi Handa <handa@m17n.org>
3920
3921 * language/japan-util.el: Make sure that the value of jisx0208
3922 property is jisx0208 character.
3923
3924 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3925
3926 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3927 car or each item, not the whole list.
3928
3929 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * minibuffer.el (minibuffer-completion-help):
3932 Use minibuffer-hide-completions.
3933
3934 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3935
3936 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3937 (dired-revert): Use them (bug#4880).
3938
3939 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3940
3941 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3942
3943 2009-11-12 Juri Linkov <juri@jurta.org>
3944
3945 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3946 New functions.
3947 (find-file-literally-at-point): Alias of `ffap-literally'.
3948
3949 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3950
3951 * textmodes/ispell.el (ispell-skip-region-alist):
3952 * textmodes/css-mode.el (auto-mode-alist):
3953 * progmodes/compile.el (auto-mode-alist):
3954 * international/mule.el (ctext-non-standard-encodings-alist)
3955 (ctext-non-standard-encodings-regexp):
3956 * simple.el (shell-command-switch, text-read-only):
3957 * replace.el (occur-mode-map):
3958 * paths.el (rmail-file-name):
3959 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3960 * find-file.el (ff-special-constructs):
3961 * files.el (file-name-handler-alist):
3962 * composite.el: Purecopy strings.
3963
3964 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3965
3966 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3967
3968 * widget.el (define-widget): Purecopy the docstring.
3969 * international/mule-cmds.el (charset): Do not purecopy the
3970 docstring here, define-widget does it.
3971
3972 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3973 * textmodes/bibtex-style.el (auto-mode-alist):
3974 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3975 * progmodes/compile.el (compile-command):
3976 * language/korea-util.el (default-korean-keyboard):
3977 * international/mule-conf.el (file-coding-system-alist):
3978 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3979 * tooltip.el (tooltip-frame-parameters):
3980 * newcomment.el (comment-end, comment-padding):
3981 * dired.el (dired-trivial-filenames):
3982 * comint.el (comint-file-name-prefix): Purecopy initial values.
3983
3984 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3985
3986 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3987 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3988 `tramp-unload'.
3989 (tramp-advice-make-auto-save-file-name)
3990 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3991 after removing the advice.
3992
3993 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * progmodes/grep.el (grep-regexp-alist):
3996 * international/mule-cmds.el (iso-2022-control-alist):
3997 * emacs-lisp/timer.el (timer-duration-words):
3998 * subr.el (version-separator, version-regexp-alist):
3999 * minibuffer.el (completion-styles-alist):
4000 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4001 Change defvars to defconsts.
4002
4003 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4004 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4005 * international/mule-conf.el: Allow to be byte compiled.
4006
4007 * international/mule.el (define-charset): Purecopy props.
4008 (load-with-code-conversion): Purecopy doc string and file name.
4009 (put-charset-property): Purecopy strings.
4010 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4011
4012 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4013 (define-char-code-property): Correctly purecopy the table.
4014
4015 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4016
4017 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4018
4019 * subr.el (add-hook): Purecopy strings.
4020 (eval-after-load): Purecopy load-history-regexp and the form.
4021
4022 * custom.el (custom-declare-group): Purecopy load-file-name.
4023
4024 * subr.el (menu-bar-separator): New defconst.
4025 * net/eudc.el (eudc-tools-menu):
4026 * international/mule-cmds.el (set-coding-system-map)
4027 (mule-menu-keymap):
4028 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4029 * vc-hooks.el (vc-menu-map):
4030 * replace.el (occur-mode-map):
4031 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4032 (menu-bar-edit-menu, menu-bar-goto-menu)
4033 (menu-bar-custom-menu, menu-bar-showhide-menu)
4034 (menu-bar-options-menu, menu-bar-tools-menu)
4035 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4036 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4037 (menu-bar-help-menu):
4038 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4039 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4040
4041 * term/x-win.el (x-gtk-stock-map):
4042 * progmodes/vera-mode.el (auto-mode-alist):
4043 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4044 (inferior-lisp-program, inferior-lisp-load-command):
4045 * progmodes/hideshow.el (hs-special-modes-alist):
4046 * progmodes/gud.el (same-window-regexps):
4047 * progmodes/grep.el (grep-program, find-program, xargs-program):
4048 * net/telnet.el (same-window-regexps):
4049 * net/rlogin.el (same-window-regexps):
4050 * language/ethiopic.el (font-ccl-encoder-alist):
4051 * vc-sccs.el (vc-sccs-master-templates):
4052 * vc-rcs.el (vc-rcs-master-templates):
4053 * subr.el (cl-assertion-failed):
4054 * simple.el (next-error-overlay-arrow-position):
4055 * lpr.el (lpr-command):
4056 * locate.el (locate-ls-subdir-switches):
4057 * info.el (same-window-regexps, info)
4058 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4059 * image-mode.el (image-mode, auto-mode-alist):
4060 * hippie-exp.el (hippie-expand-ignore-buffers):
4061 * format.el (format-alist):
4062 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4063 (find-name-arg):
4064 * facemenu.el (facemenu-keybindings):
4065 * dired.el (dired-listing-switches, dired-chown-program):
4066 * diff.el (diff-switches, diff-command):
4067 * cus-edit.el (same-window-regexps):
4068 * bindings.el (mode-line-mule-info)
4069 (mode-line-buffer-identification): Purecopy strings.
4070
4071 2009-11-11 Juri Linkov <juri@jurta.org>
4072
4073 * simple.el (dired-get-filename) <declare-function>:
4074 Tell the byte-compiler about dired-get-filename.
4075 (shell-command): In Dired mode, get filename from the current line
4076 as the default value.
4077
4078 2009-11-10 Glenn Morris <rgm@gnu.org>
4079
4080 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4081 * calendar/holidays.el, progmodes/cperl-mode.el:
4082 Update x-popup-menu declarations.
4083
4084 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4085 (list-load-path-shadows): Use dolist.
4086 (list-load-path-shadows): Use with-current-buffer.
4087
4088 2009-11-10 Juri Linkov <juri@jurta.org>
4089
4090 * minibuffer.el (read-file-name): Support a list of default values
4091 in `default-filename'. Use the first file name where only one
4092 element is required. Doc fix.
4093
4094 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4095
4096 * net/dbus.el (dbus-unregister-object): Release service, if no
4097 other method is registered for it.
4098
4099 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4100
4101 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4102 bookmark-sort-flag is non-nil (Bug#4653).
4103
4104 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4107 the progress reporter entirely.
4108
4109 * emulation/cua-base.el: Add CUA property to some CC mode commands
4110 (Bug#4100).
4111
4112 2009-11-08 Kevin Ryde <user42@zip.com.au>
4113
4114 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4115 at end of sentence (Bug#4818).
4116
4117 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4118
4119 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4120 Handle "see declaration of" MSFT statements (Bug#4100).
4121
4122 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4123
4124 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4125 (tramp-advice-file-expand-wildcards): Unload via
4126 `ad-remove-advice'.
4127
4128 * net/trampver.el: Update release number.
4129
4130 2009-11-08 Kevin Ryde <user42@zip.com.au>
4131
4132 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4133 `ad-do-it'.
4134
4135 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4136
4137 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4138 in order to keep context in SELinux.
4139
4140 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * dired-aux.el (dired-query): Place cursor in echo area and allow
4143 C-g.
4144
4145 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4146 menu item if not on a directory (Bug#4701).
4147
4148 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4149
4150 Sync with Tramp 2.1.17.
4151
4152 * net/tramp.el (tramp-handle-copy-directory): Don't use
4153 `file-remote-p' (due to compatibility).
4154
4155 * net/tramp-compat.el (tramp-compat-copy-directory)
4156 (tramp-compat-delete-directory): New defuns.
4157
4158 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4159 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4160 `tramp-compat-delete-directory'.
4161
4162 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4163 (tramp-smb-handle-delete-directory): Use
4164 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4165
4166 * net/trampver.el: Update release number.
4167
4168 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * tar-mode.el (tar-copy): Call write-region on the right buffer
4171 (Bug#4857).
4172
4173 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4174 by hand, if necessary (Bug#4878).
4175
4176 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4179 align size column (Bug#4839).
4180
4181 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4182 statement.
4183
4184 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4185
4186 * progmodes/ld-script.el (auto-mode-alist):
4187 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4188
4189 * cus-face.el (custom-declare-face): Purecopy face spec.
4190
4191 2009-11-06 Kenichi Handa <handa@m17n.org>
4192
4193 * international/uni-bidi.el: Re-generated.
4194 * international/uni-category.el: Re-generated.
4195 * international/uni-combining.el: Re-generated.
4196 * international/uni-mirrored.el: Re-generated.
4197
4198 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4201 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4202 (tex-start-options, slitex-run-command, latex-run-command)
4203 (tex-run-command, tex-directory):
4204 * textmodes/ispell.el (ispell-html-skip-alists)
4205 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4206 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4207 (adaptive-fill-regexp):
4208 * textmodes/dns-mode.el (auto-mode-alist):
4209 * progmodes/python.el (interpreter-mode-alist):
4210 * progmodes/etags.el (tags-compression-info-list):
4211 * progmodes/etags.el (tags-file-name):
4212 * net/browse-url.el (browse-url-galeon-program)
4213 (browse-url-firefox-program):
4214 * mail/sendmail.el (mail-signature-file)
4215 (mail-citation-prefix-regexp):
4216 * international/mule-conf.el (eight-bit):
4217 * international/latexenc.el (latex-inputenc-coding-alist):
4218 * international/fontset.el (x-pixel-size-width-font-regexp):
4219 * emacs-lisp/warnings.el (warning-type-format):
4220 * emacs-lisp/trace.el (trace-buffer):
4221 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4222 (emacs-lisp-mode-map):
4223 * calendar/holidays.el (holiday-solar-holidays)
4224 (holiday-bahai-holidays, holiday-islamic-holidays)
4225 (holiday-christian-holidays, holiday-hebrew-holidays)
4226 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4227 (hebrew-holidays-1, holiday-oriental-holidays)
4228 (holiday-general-holidays):
4229 * x-dnd.el (x-dnd-known-types):
4230 * tool-bar.el (tool-bar):
4231 * startup.el (site-run-file):
4232 * shell.el (shell-dumb-shell-regexp):
4233 * rfn-eshadow.el (file-name-shadow-tty-properties)
4234 (file-name-shadow-properties):
4235 * paths.el (remote-shell-program, news-directory):
4236 * mouse.el ([C-down-mouse-3]):
4237 * menu-bar.el (menu-bar-tools-menu):
4238 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4239 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4240 (jka-compr-compression-info-list):
4241 * isearch.el (search-whitespace-regexp):
4242 * image-file.el (image-file-name-extensions):
4243 * find-dired.el (find-ls-option):
4244 * files.el (directory-listing-before-filename-regexp)
4245 (directory-free-space-args, insert-directory-program)
4246 (list-directory-brief-switches, magic-fallback-mode-alist)
4247 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4248 (automount-dir-prefix):
4249 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4250 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4251 (face-font-registry-alternatives, face-font-registry-alternatives)
4252 (face-font-family-alternatives):
4253 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4254 (facemenu-foreground-menu, facemenu-face-menu):
4255 * epa-hook.el (epa-file-name-regexp):
4256 * dnd.el (dnd-protocol-alist):
4257 * textmodes/rst.el (auto-mode-alist):
4258 * button.el (default-button): Purecopy strings.
4259
4260 2009-11-06 Glenn Morris <rgm@gnu.org>
4261
4262 * Makefile.in (ELCFILES): Update.
4263
4264 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4267 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4268
4269 * nxml/xsd-regexp.el (xsdre-gen-categories):
4270 * nxml/xmltok.el (xmltok-parse-entity):
4271 * nxml/rng-parse.el (rng-parse-validate-file):
4272 * nxml/rng-maint.el (rng-format-manual)
4273 (rng-manual-output-force-new-line):
4274 * nxml/rng-loc.el (rng-save-schema-location-1):
4275 * nxml/rng-cmpct.el (rng-c-parse-file):
4276 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4277 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4278
4279 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4280
4281 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4282 Remove extra save-excursions and make-variable-buffer-local's.
4283 Suggested by Stefan Monnier.
4284
4285 (verilog-getopt-file, verilog-module-inside-filename-p)
4286 (verilog-set-define): Merge GNU 1.35 and repair changes from
4287 switching to using with-current-buffer.
4288
4289 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4290 being treated as a number and confusing AUTORESET.
4291 Reported by Dan Dever.
4292
4293 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4294 Add verilog-auto-ignore-concat to fix backward compatibility with
4295 older verilog-modes. Reported by Dan Katz.
4296
4297 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4298 containing closing anchors "...$".
4299
4300 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4301 Reported by Wade Smith.
4302
4303 (verilog-batch-execute-func): Comment on function usage.
4304
4305 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4306
4307 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4308 for labels.
4309
4310 (verilog-label-re, verilog-calc-1): Support proper indent of named
4311 asserts.
4312
4313 (verilog-backward-token, verilog-basic-complete-re)
4314 (verilog-beg-of-statement, verilog-indent-re): Support proper
4315 indent of the assert statement at the beginning of a block of text.
4316
4317 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4318 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4319 tokens as begins.
4320
4321 2009-11-05 Glenn Morris <rgm@gnu.org>
4322
4323 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4324 Emacs 19. (Bug#1531)
4325 (byte-compile-fix-header): Update for the above change.
4326 Drop test for epoch::version.
4327
4328 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4329 * cus-dep.el (custom-make-dependencies):
4330 * finder.el (finder-compile-keywords):
4331 Use autoload-rubric's feature argument.
4332
4333 * calendar/diary-lib.el (top-level): Make load behave more like require.
4334
4335 * vc-git.el (vc-git-stash-map): Move definition before use.
4336
4337 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4338
4339 * custom.el (custom-declare-group): Purecopy standard-value.
4340 (custom-declare-group): Purecopy custom-prefix.
4341
4342 * international/mule.el (load-with-code-conversion):
4343 Call do-after-load-evaluation unconditionally.
4344
4345 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4346
4347 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4350
4351 2009-11-04 Glenn Morris <rgm@gnu.org>
4352
4353 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4354 (byte-compile-compatibility): Remove option.
4355 (byte-compile-close-variables, byte-compile-fix-header)
4356 (byte-compile-insert-header, byte-compile-output-docform)
4357 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4358 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4359 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4360 (byte-compile-insert, byte-compile-defun):
4361 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4362 (byte-defop-compiler19): Remove.
4363 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4364 used by anything. Replace all calls with byte-defop-compiler.
4365
4366 2009-11-04 Juri Linkov <juri@jurta.org>
4367
4368 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4369 (menu-bar-options-menu): Don't quote the `prop' arg of
4370 `menu-bar-make-mm-toggle'.
4371
4372 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * calendar/calendar.el (cal-loaddefs):
4375 * calendar/diary-lib.el (diary-loaddefs):
4376 * calendar/holidays.el (hol-loaddefs):
4377 * eshell/esh-module.el (esh-groups): Load rather than require.
4378
4379 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4382 point-min==1.
4383 (todo-top-priorities): Only display-buffer when called interactively.
4384 (todo-item-start): Don't save excursion point.
4385 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4386 (todo-insert-item-here, todo-file-item, todo-remove-item):
4387 Adjust uses of todo-item-start and todo-item-end.
4388
4389 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4390 (autoload-rubric): Don't use any more.
4391 * cedet/semantic/fw.el (semantic/loaddefs):
4392 * cedet/srecode.el (srecode/loaddefs):
4393 * cedet/ede.el (ede/loaddefs): Load rather than require.
4394 * cedet/ede/cpp-root.el:
4395 * cedet/ede/emacs.el:
4396 * cedet/ede/files.el:
4397 * cedet/ede/linux.el:
4398 * cedet/ede/locate.el:
4399 * cedet/ede/make.el:
4400 * cedet/ede/shell.el:
4401 * cedet/ede/speedbar.el:
4402 * cedet/ede/system.el:
4403 * cedet/ede/util.el:
4404 * cedet/semantic/analyze.el:
4405 * cedet/semantic/bovine.el:
4406 * cedet/semantic/complete.el:
4407 * cedet/semantic/ctxt.el:
4408 * cedet/semantic/db-file.el:
4409 * cedet/semantic/db-find.el:
4410 * cedet/semantic/db-global.el:
4411 * cedet/semantic/db-mode.el:
4412 * cedet/semantic/db-typecache.el:
4413 * cedet/semantic/db.el:
4414 * cedet/semantic/debug.el:
4415 * cedet/semantic/dep.el:
4416 * cedet/semantic/doc.el:
4417 * cedet/semantic/edit.el:
4418 * cedet/semantic/find.el:
4419 * cedet/semantic/format.el:
4420 * cedet/semantic/html.el:
4421 * cedet/semantic/ia-sb.el:
4422 * cedet/semantic/ia.el:
4423 * cedet/semantic/idle.el:
4424 * cedet/semantic/lex-spp.el:
4425 * cedet/semantic/lex.el:
4426 * cedet/semantic/mru-bookmark.el:
4427 * cedet/semantic/scope.el:
4428 * cedet/semantic/senator.el:
4429 * cedet/semantic/sort.el:
4430 * cedet/semantic/symref.el:
4431 * cedet/semantic/tag-file.el:
4432 * cedet/semantic/tag-ls.el:
4433 * cedet/semantic/tag-write.el:
4434 * cedet/semantic/tag.el:
4435 * cedet/semantic/util-modes.el:
4436 * cedet/semantic/analyze/complete.el:
4437 * cedet/semantic/analyze/refs.el:
4438 * cedet/semantic/bovine/c.el:
4439 * cedet/semantic/bovine/gcc.el:
4440 * cedet/semantic/bovine/make.el:
4441 * cedet/semantic/bovine/scm.el:
4442 * cedet/semantic/decorate/include.el:
4443 * cedet/semantic/decorate/mode.el:
4444 * cedet/semantic/symref/cscope.el:
4445 * cedet/semantic/symref/global.el:
4446 * cedet/semantic/symref/grep.el:
4447 * cedet/semantic/symref/idutils.el:
4448 * cedet/semantic/symref/list.el:
4449 * cedet/semantic/wisent/java-tags.el:
4450 * cedet/semantic/wisent/javascript.el:
4451 * cedet/srecode/compile.el:
4452 * cedet/srecode/cpp.el:
4453 * cedet/srecode/document.el:
4454 * cedet/srecode/el.el:
4455 * cedet/srecode/expandproto.el:
4456 * cedet/srecode/getset.el:
4457 * cedet/srecode/insert.el:
4458 * cedet/srecode/java.el:
4459 * cedet/srecode/map.el:
4460 * cedet/srecode/mode.el:
4461 * cedet/srecode/template.el:
4462 * cedet/srecode/texi.el: Remove the file-local setting of
4463 generated-autoload-feature.
4464
4465 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4466 and only put a prop if it is non-nil.
4467
4468 2009-11-03 Juri Linkov <juri@jurta.org>
4469
4470 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4471 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4472
4473 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4474 and "Menu" to make top-level menu item visually one unit (like
4475 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4476 multi-word menu items). Fix :help string for quit-window.
4477
4478 2009-11-03 Glenn Morris <rgm@gnu.org>
4479
4480 * cedet/mode-local.el (with-mode-local): Doc fix.
4481
4482 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4483 (byte-compile-file-form-define-abbrev-table)
4484 (byte-compile-file-form-custom-declare-variable)
4485 (byte-compile-variable-ref, byte-compile-defvar):
4486 Whether or not a warning is enabled should only affect whether we issue
4487 the warning, not whether or not we collect the relevant data.
4488 Eg warnings can be turned on and off throughout the course of a file.
4489
4490 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4491 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4492
4493 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4496 * play/mpuz.el (mpuz-create-buffer):
4497 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4498 (lm-print-y,s,noise, lm-print-w0, lm-init):
4499 * play/gomoku.el (gomoku-prompt-for-move):
4500 * play/fortune.el (fortune-in-buffer):
4501 * play/dissociate.el (dissociated-press):
4502 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4503 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4504 * mail/supercite.el (sc-eref-show):
4505 * mail/smtpmail.el (smtpmail-send-it):
4506 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4507 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4508 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4509 (rmail-summary-goto-msg, rmail-summary-expunge)
4510 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4511 (rmail-summary-add-label, rmail-summary-output-menu)
4512 (rmail-summary-output-body):
4513 * mail/rfc822.el (rfc822-addresses):
4514 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4515 * mail/mailpost.el (post-mail-send-it):
4516 * mail/hashcash.el (hashcash-generate-payment):
4517 * mail/feedmail.el (feedmail-run-the-queue)
4518 (feedmail-queue-send-edit-prompt-help-first)
4519 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4520 (feedmail-deduce-address-list):
4521 * eshell/esh-ext.el (eshell-remote-command):
4522 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4523 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4524 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4525 (viper-save-string-in-file, viper-valid-marker):
4526 * emulation/viper-keym.el (viper-toggle-key):
4527 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4528 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4529 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4530 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4531 (viper-exec-form-in-emacs, viper-brac-function):
4532 * emulation/viper.el (viper-delocalize-var):
4533 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4534 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4535 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4536 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4537 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4538 * emulation/edt.el (edt-electric-helpify):
4539 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4540 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4541 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4542 (cua-indent-to-global-mark-column):
4543 * calendar/diary-lib.el (calendar-mark-1):
4544 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4545 Use with-current-buffer.
4546 * emulation/viper.el (viper-delocalize-var): Use dolist.
4547
4548 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * comint.el (comint-replace-by-expanded-history-before-point):
4551 Replace !! with the previous input string literally (Bug#1795).
4552
4553 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4554
4555 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4556 to be made up of whitespace.
4557
4558 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4559
4560 * minibuffer.el (read-file-name): Don't use file dialogs for
4561 remote directories (Bug#99).
4562
4563 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4566
4567 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4568
4569 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4570 instead of deleting the window or frame.
4571
4572 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4575 Support face colors.
4576
4577 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4578 New function. Support face colors (Bug#1168).
4579 (tex-common-initialization): Use it.
4580
4581 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4582 mode allows it (Bug#1168).
4583
4584 2009-10-31 Juri Linkov <juri@jurta.org>
4585
4586 * facemenu.el (list-colors-display): Don't mark buffer as
4587 modified (Bug#3948).
4588
4589 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * international/mule-diag.el (list-character-sets-1): Minor
4592 message fix (Bug#3526).
4593
4594 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4595 face property (Bug#4834).
4596 (etags-list-tags, etags-tags-apropos-additional)
4597 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4598 property.
4599
4600 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4601 items.
4602
4603 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4604 items.
4605
4606 * cedet/ede.el (ede-minor-mode):
4607 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4608
4609 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * textmodes/two-column.el (2C-split):
4612 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4613 * textmodes/tex-mode.el (tex-set-buffer-directory):
4614 * textmodes/spell.el (spell-region, spell-string):
4615 * textmodes/reftex.el (reftex-erase-buffer):
4616 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4617 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4618 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4619 (reftex-select-item):
4620 * textmodes/reftex-ref.el (reftex-label-info-update)
4621 (reftex-offer-label-menu):
4622 * textmodes/reftex-index.el (reftex-index-change-entry)
4623 (reftex-index-phrases-info):
4624 * textmodes/reftex-global.el (reftex-create-tags-file)
4625 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4626 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4627 (reftex-view-crossref-from-bibtex):
4628 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4629 (reftex-extract-bib-entries-from-thebibliography)
4630 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4631 * textmodes/refbib.el (r2b-capitalize-title):
4632 (r2b-convert-buffer, r2b-help):
4633 * textmodes/page-ext.el (pages-directory)
4634 (pages-directory-goto-with-mouse):
4635 * textmodes/bibtex.el (bibtex-validate-globally):
4636 * textmodes/bib-mode.el (bib-capitalize-title):
4637 * textmodes/artist.el (artist-clear-buffer, artist-system):
4638 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4639 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4640 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4641 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4642 (xscheme-send-control-g-interrupt, xscheme-start-process)
4643 (xscheme-process-sentinel, xscheme-cd):
4644 * progmodes/verilog-mode.el (verilog-read-always-signals)
4645 (verilog-set-define, verilog-getopt-file)
4646 (verilog-module-inside-filename-p):
4647 * progmodes/sh-script.el:
4648 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4649 (python-pdbtrack-grub-for-buffer, python-execute-file):
4650 * progmodes/octave-inf.el (inferior-octave):
4651 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4652 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4653 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4654 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4655 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4656 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4657 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4658 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4659 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4660 (idlwave-shell-examine-display, idlwave-shell-run-region)
4661 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4662 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4663 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4664 (idlwave-help-get-help-buffer):
4665 * progmodes/gud.el (gud-basic-call, gud-find-class)
4666 (gud-tooltip-activate-mouse-motions-if-enabled):
4667 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4668 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4669 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4670 (ebrowse-tags-next-file):
4671 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4672 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4673 (ebnf-eps-finish-and-write):
4674 * progmodes/cpp.el (cpp-edit-save):
4675 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4676 * progmodes/cc-defs.el (c-emacs-features):
4677 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4678 (antlr-directory-dependencies):
4679 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4680 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4681 (ada-find-any-references, ada-make-filename-from-adaname)
4682 (ada-make-body-gnatstub):
4683 * obsolete/rnews.el (news-list-news-groups):
4684 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4685 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4686 * net/rcirc.el (rcirc-debug):
4687 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4688 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4689 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4690 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4691 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4692 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4693 (newsticker--treeview-list-clear-highlight)
4694 (newsticker--treeview-list-update-highlight)
4695 (newsticker--treeview-list-highlight-start)
4696 (newsticker--treeview-tree-update-highlight)
4697 (newsticker--treeview-get-selected-item)
4698 (newsticker-treeview-mark-list-items-old)
4699 (newsticker--treeview-set-current-node):
4700 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4701 * net/newst-backend.el (newsticker--get-news-by-funcall)
4702 (newsticker--get-news-by-wget, newsticker--image-get)
4703 (newsticker--image-sentinel):
4704 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4705 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4706 (eudc-ph-close-session):
4707 * net/eudc.el (eudc-save-options):
4708 * language/thai-word.el (thai-update-word-table):
4709 * language/japan-util.el (japanese-string-conversion):
4710 * international/titdic-cnv.el (tsang-quick-converter)
4711 (ziranma-converter, ctlau-converter):
4712 * international/mule-cmds.el (describe-language-environment):
4713 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4714 (skkdic-convert-postfix, skkdic-convert-prefix):
4715 (skkdic-convert-okuri-nasi, skkdic-convert):
4716 * emacs-lisp/re-builder.el (reb-update-overlays):
4717 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4718 * emacs-lisp/gulp.el (gulp-send-requests):
4719 * emacs-lisp/find-gc.el (trace-call-tree):
4720 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4721 (eieio-describe-generic):
4722 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4723 * emacs-lisp/edebug.el (edebug-outside-excursion):
4724 * emacs-lisp/debug.el (debugger-make-xrefs):
4725 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4726 * emacs-lisp/chart.el (chart-new-buffer):
4727 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4728 Use with-current-buffer.
4729 * textmodes/artist.el (artist-system): Don't call
4730 copy-sequence on a fresh string.
4731 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4732
4733 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4734
4735 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4736 is no item to edit. (Bug#4820)
4737 (todo-top-priorities): Restore point and restore narrowing in Todo
4738 buffer. (Bug#4820)
4739
4740 2009-10-31 Glenn Morris <rgm@gnu.org>
4741
4742 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4743 (comint-last-output-start, comint-last-input-start)
4744 (comint-last-input-end): Don't defvar when compiling.
4745 (ange-ftp-process-file): Use bound-and-true-p.
4746
4747 * pcmpl-rpm.el (top-level): Move provide statement to end.
4748 (pcmpl-rpm): Remove unused custom group.
4749
4750 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4751
4752 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4753
4754 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4755 (byte-compile-warnings): Add `constants' as an option.
4756 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4757 (display-call-tree): Update for byte-compile-fdefinition possibly
4758 returning `(macro lambda ...)'. (Bug#4778)
4759 (byte-compile-variable-ref, byte-compile-setq-default):
4760 Respect `constants' member of byte-compile-warnings.
4761
4762 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4763 Use mapc rather than mapcar because the return value is never used.
4764
4765 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4766 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4767 * cedet/semantic/html.el:
4768 Suppress harmless warnings about setting up semantic-imenu (not
4769 part of Emacs) variables.
4770
4771 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4774 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4775 to "submit:".
4776
4777 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4778 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4779 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4780 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4781 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4782 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4783 (semantic-analyzer-debug-global-symbol)
4784 (semantic-analyzer-debug-missing-innertype)
4785 (semantic-analyzer-debug-insert-include-summary):
4786 * cedet/semantic/util.el (semantic-file-tag-table):
4787 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4788 (semantic-recursive-find-nonterminal-by-name):
4789 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4790 * cedet/semantic/tag-file.el (semantic-prototype-file):
4791 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4792 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4793 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4794 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4795 (semantic-idle-summary-maybe-highlight):
4796 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4797 (semantic-ia-sb-tag-info):
4798 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4799 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4800 * cedet/semantic/ede-grammar.el (project-compile-target):
4801 (ede-proj-makefile-insert-variables):
4802 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4803 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4804 (semantic-debug-mode, semantic-debug):
4805 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4806 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4807 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4808 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4809 (semanticdb-find-translate-path-includes--internal)
4810 (semanticdb-reset-log, semanticdb-find-log-activity):
4811 * cedet/semantic/db-file.el (object-write):
4812 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4813 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4814 (semanticdb-create-ebrowse-database):
4815 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4816 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4817 (semantic-collector-calculate-completions-raw)
4818 (semantic-complete-read-tag-analyzer):
4819 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4820 * cedet/ede/util.el (ede-update-version-in-source):
4821 * cedet/ede/proj.el (project-delete-target):
4822 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4823 (ede-proj-flush-autoconf):
4824 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4825 (ede-proj-configure-synchronize):
4826 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4827 * cedet/ede/linux.el (ede-linux-version):
4828 * cedet/ede/emacs.el (ede-emacs-version):
4829 * cedet/ede/dired.el (ede-dired-add-to-target):
4830 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4831 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4832 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4833 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4834 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4835 (cedet-idutils-version-check):
4836 * cedet/cedet-global.el (cedet-gnu-global-call):
4837 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4838 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4839 * cedet/cedet-cscope.el (cedet-cscope-call)
4840 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4841 Use with-current-buffer.
4842 * cedet/ede.el (ede-make-project-local-variable)
4843 (ede-set-project-variables, ede-set): Use dolist.
4844
4845 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4846
4847 * textmodes/ispell.el (ispell-skip-region-alist):
4848 * international/mule-conf.el (eight-bit):
4849 * international/fontset.el (font-encoding-alist):
4850 * startup.el (pure-space-overflow-message):
4851 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4852 * paths.el (gnus-nntp-service, rmail-spool-directory)
4853 (term-file-prefix):
4854 * files.el (save-some-buffers-action-alist):
4855 * cmuscheme.el (same-window-buffer-names):
4856 * ielm.el (same-window-buffer-names):
4857 * shell.el (same-window-buffer-names):
4858 * mail/sendmail.el (same-window-buffer-names):
4859 * progmodes/inf-lisp.el (same-window-buffer-names):
4860 * bindings.el (mode-line-client)
4861 (mode-line-column-line-number-mode-map):
4862 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4863 (tibetan-precomposed-regexp): Purecopy string arguments.
4864
4865 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4868 (calcDigit-nondigit):
4869 * calc/calc-yank.el (calc-copy-to-buffer):
4870 * calc/calc-units.el (calc-invalidate-units-table):
4871 * calc/calc-trail.el (calc-trail-yank):
4872 * calc/calc-store.el (calc-insert-variables):
4873 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4874 * calc/calc-prog.el (calc-read-parse-table):
4875 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4876 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4877 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4878 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4879 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4880 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4881 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4882 * calc/calc-ext.el (calc-realign):
4883 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4884 (calc-embedded-finish-edit, calc-embedded-make-info)
4885 (calc-embedded-finish-command, calc-embedded-stack-change):
4886 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4887
4888 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4889 (overload-docstring-extension): Use that info.
4890 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4891 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4892 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4893 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4894 (semantic-nonterminal-full-name): Add the new `when' info.
4895 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4896 `assert'.
4897
4898 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4899 shell-dynamic-complete-filename in preference to
4900 comint-dynamic-complete-filename.
4901
4902 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4903 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4904 Don't consider whether the display supports colors.
4905 (bookmark-import-new-list): Use dolist.
4906 (bookmark-bmenu-mode-map): Move initialization into declaration.
4907 (bookmark-bmenu-list): Use dolist, simplify.
4908 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4909 (menu-bar-final-items): Use push.
4910
4911 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4912
4913 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4914 it works on remote files.
4915 (vc-hg-diff): Don't pass any `--cwd' argument.
4916
4917 2009-10-27 Kevin Ryde <user42@zip.com.au>
4918
4919 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4920 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4921 (Further to Bug#3921).
4922
4923 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4924
4925 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4926 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4927 calling `tramp-imap-put-file'. Add file size to the call.
4928 (tramp-imap-get-file-entries): Compute also user name, file size,
4929 and date.
4930 (tramp-imap-handle-insert-directory): Insert uid and gid.
4931 (tramp-imap-handle-file-attributes): Transform uid and gid
4932 according to `id-format'.
4933 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4934 size in header X-Size.
4935
4936 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * simple.el (transpose-subr): Give clearer error when the mark
4939 is not set. (Bug#4807)
4940
4941 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4942
4943 * net/tramp.el (tramp-perl-file-truename): New defconst.
4944 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4945 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4946 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4947 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4948
4949 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4950 Ignore `dired-call-process'.
4951 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4952
4953 2009-10-26 Julian Scheid <julians37@gmail.com>
4954
4955 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4956 (tramp-get-remote-readlink): New defun.
4957 (tramp-handle-file-truename): Use it.
4958 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4959 file exists if cache value present.
4960 (tramp-check-cached-permissions): New defun.
4961 (tramp-handle-file-readable-p): Use it.
4962 (tramp-handle-file-writable-p): Likewise.
4963 (tramp-handle-file-executable-p): Likewise.
4964 (tramp-handle-file-name-all-completions): Try using Perl to get
4965 partial completions. When perl not available, combine `cd' and
4966 `ls' into single remote operation and use shell expansion to get
4967 partial remote directory contents. Set `file-exists-p' cache for
4968 directory and any files returned by ls. Change cache handling to
4969 support partial directory contents. Use error message emitted by
4970 remote `cd' or Perl code for local tramp-error.
4971 (tramp-do-copy-or-rename-file-directly): Avoid separate
4972 tramp-send-command-and-check call.
4973 (tramp-handle-process-file): Merge three remote ops into one.
4974 Do not flush all caches when `process-file-side-effects' is set.
4975 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4976 file-attributes shows uid/gid to be set already.
4977
4978 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4979
4980 * textmodes/tex-mode.el (tex-dvi-view-command)
4981 (tex-show-queue-command, tex-open-quote):
4982 * progmodes/ruby-mode.el (auto-mode-alist)
4983 (interpreter-mode-alist): Purecopy strings.
4984
4985 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4986
4987 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4988 string for the hook, keymap and abbrev table.
4989
4990 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4991
4992 * x-dnd.el (x-dnd-xdnd-to-action):
4993 * startup.el (fancy-startup-text, fancy-about-text): Change to
4994 defconst from defvar.
4995
4996 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4997
4998 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4999 Purecopy initialization strings.
5000
5001 * mail/sendmail.el (mail-header-separator)
5002 (mail-personal-alias-file):
5003 * mail/rmail.el (rmail-default-dont-reply-to-names)
5004 (rmail-ignored-headers, rmail-retry-ignored-headers)
5005 (rmail-highlighted-headers, rmail-secondary-file-directory)
5006 (rmail-secondary-file-regexp):
5007 * files.el (null-device, file-name-invalid-regexp)
5008 (locate-dominating-stop-dir-regexp)
5009 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5010 (interpreter-mode-alist): Use mapcar instead of mapc.
5011
5012 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5013
5014 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5015 (completion-ignored-extensions):
5016 (debug-ignored-errors): Purecopy strings.
5017
5018 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5021 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5022 (pcomplete--here): Use push.
5023
5024 * subr.el (all-completions): Declare the 4th arg obsolete.
5025
5026 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5029 (pcomplete-unquote-argument): New function.
5030 (pcomplete--common-suffix): Always pay attention to case.
5031 (pcomplete--table-subvert): Quote and unquote the text.
5032 (pcomplete--common-quoted-suffix): New function.
5033 (pcomplete-std-complete): Use it and pcomplete-begin.
5034
5035 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5036 we're inside a dedicated or minibuffer window.
5037
5038 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * cedet/semantic/fw.el (semantic-alias-obsolete)
5041 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5042 (define-mode-overload-implementation):
5043 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5044 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5045 * cedet/semantic/util.el (semantic-file-token-stream)
5046 (semantic-something-to-stream):
5047 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5048 (semantic-expand-nonterminal):
5049 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5050 (semantic-find-dependency, semantic-find-nonterminal)
5051 (semantic-find-dependency):
5052 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5053 (semantic-flex-text, semantic-flex-make-keyword-table)
5054 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5055 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5056 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5057 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5058 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5059 (semantic-after-idle-scheduler-reparse-hooks):
5060 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5061 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5062 * cedet/semantic.el (semantic-toplevel-bovine-table)
5063 (semantic-toplevel-bovine-cache)
5064 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5065 (semantic-init-mode-hooks, semantic-init-db-hooks)
5066 (semantic-bovination-working-type): Provide the `when' arg.
5067
5068 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5069
5070 * bookmark.el: Update documentation, especially documentation
5071 of `bookmark-alist' and of the bookmark file format.
5072 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5073
5074 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5077 keybindings apply to the mail buffer (Bug#4003). Shrink help
5078 window to buffer.
5079
5080 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5081 (global-whitespace-mode, global-whitespace-newline-mode)
5082 (whitespace-toggle-options, global-whitespace-toggle-options):
5083 Doc fix (Bug#3660).
5084
5085 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5086 of xmltok-start before the end tag was inserted (Bug#2840).
5087
5088 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5089 patterns that are preceded by an open-paren (Bug#1320).
5090
5091 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5092
5093 * files.el (delete-directory): Delete symlinks to directories with
5094 delete-file (Bug#4739).
5095
5096 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5099 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5100 argument to make-obsolete.
5101
5102 * cedet/semantic/fw.el (semantic-alias-obsolete)
5103 (semantic-varalias-obsolete): Add optional WHEN argument.
5104
5105 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5106
5107 * vc.el (vc-backend-for-registration): Rename from
5108 vc-get-backend-for-registration. Update callers.
5109
5110 * international/mule-cmds.el (set-language-info-alist):
5111 Purecopy lang-env.
5112 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5113 (charset): Purecopy the name.
5114 (define-char-code-property): Purecopy string arguments.
5115
5116 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5117 Purecopy string arguments.
5118
5119 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5120 * ediff-hook.el (menu-bar-ediff-menu):
5121 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5122 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5123
5124 2009-10-24 Glenn Morris <rgm@gnu.org>
5125
5126 * comint.el (comint-dynamic-list-completions):
5127 * term.el (term-dynamic-list-completions): Use choose-completion rather
5128 than obsolete alias mouse-choose-completion.
5129
5130 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5131 file-cache-choose-completion.
5132 (file-cache-choose-completion): Handle an optional event argument.
5133 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5134
5135 * progmodes/octave-mod.el (octave-complete-symbol):
5136 Use choose-completion if mouse-choose-completion is ever removed.
5137
5138 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5139 use.
5140
5141 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5142 compiler.
5143
5144 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5145
5146 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5149 Ignore `pred' now that we receive one.
5150 Handle test-completion specially.
5151
5152 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 * vc.el (vc-responsible-backend): Throw an error if not backend is
5155 found. Remove the REGISTER argument. Move the code dealing with
5156 REGISTER ...
5157 (vc-get-backend-for-registration): ... here. New function.
5158 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5159 of vc-responsible-backend, pass the file name instead of the
5160 directory name.
5161
5162 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5165 New funs.
5166 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5167 (pcomplete-comint-setup): Don't modify a global var via
5168 accidental side-effects.
5169 (pcomplete-shell-setup): Adjust call accordingly.
5170 (pcomplete-parse-comint-arguments): Use push.
5171
5172 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5173
5174 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5175 Allow uncapitalized info node names (Bug#3921).
5176
5177 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5178 to the DEBUG file (Bug#3781).
5179
5180 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5181
5182 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5183 dictionary entry (Bug#4579).
5184
5185 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5186
5187 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5188 from `rfn-eshadow-update-overlay-hook' when unloading.
5189 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5190 "rsyncc". Adjust doc string.
5191 (tramp-temp-buffer-file-name): New buffer-local defvar.
5192 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5193 Keep temporary file when indicated by method ("rsync" and
5194 "rsyncc").
5195 (tramp-handle-write-region): Handle APPEND.
5196 (tramp-delete-temp-file-function): New defun. Added to
5197 `kill-buffer-hook'.
5198
5199 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5202
5203 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5204
5205 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5206 (color-name-rgb-alist, tty-standard-colors)
5207 (tty-color-mode-alist): Change to defconst.
5208
5209 * simple.el (mark-inactive): Purecopy message.
5210
5211 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5212 (global-map, yank-menu):
5213 * textmodes/ispell.el (ispell-menu-map):
5214 * net/eudc.el (eudc-tools-menu):
5215 * international/mule-cmds.el (describe-language-environment-map)
5216 (setup-language-environment-map, set-coding-system-map)
5217 (mule-menu-keymap):
5218 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5219 * replace.el (occur-mode-map):
5220 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5221
5222 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5223
5224 * calc/calc.el (math-read-number, math-read-number-simple): Use
5225 `save-match-data'.
5226
5227 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5230 rather than fiddling with global-map bindings, since it should only
5231 affect per-terminal settings.
5232 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5233
5234 * minibuffer.el (completion-table-with-terminator): Allow to specify
5235 the terminator-regexp.
5236
5237 * simple.el (switch-to-completions): Look for *Completions* in other
5238 frames as well.
5239
5240 * pcomplete.el: Allow the use of completion-tables.
5241 (pcomplete-std-complete): New command.
5242 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5243 (pcomplete--here): Use a function for `form' rather than an expression,
5244 so it can be byte-compiled.
5245 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5246 Add edebug declaration.
5247 (pcomplete-show-completions): Remove unused var `curbuf'.
5248 (pcomplete-do-complete, pcomplete-stub):
5249 Don't assume `completions' is a list of strings any more.
5250
5251 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5252
5253 * find-dired.el (find-name-arg): Fix typo in docstring.
5254
5255 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5258 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5259
5260 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5261 pcomplete-entries.
5262
5263 * comint.el (comint-read-input-ring, comint-write-input-ring)
5264 (comint-substitute-in-file-name)
5265 (comint-dynamic-complete-as-filename)
5266 (comint-dynamic-simple-complete)
5267 (comint-dynamic-list-filename-completions)
5268 (comint-dynamic-list-completions)
5269 (comint-redirect-results-list-from-process): Minor simplifications.
5270
5271 2009-10-21 Kevin Ryde <user42@zip.com.au>
5272
5273 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5274 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5275 the first form. And insert a blank line after ";;; Code" since
5276 that's usual style. (Bug#4612)
5277
5278 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5279
5280 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * minibuffer.el (completion-table-with-terminator): Properly implement
5283 boundaries, in case `terminator' appears in the suffix.
5284 (completion--embedded-envvar-table): Don't return boundaries if
5285 there's no valid completion. Simplify.
5286 (completion-file-name-table): New completion table extracted from
5287 completion--file-name-table.
5288 (completion--file-name-table): Use it.
5289 (read-file-name-predicate): Declare obsolete.
5290 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5291 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5292 completion-file-name-table, and use the `pred' argument.
5293 * files.el (locate-file-completion-table): Use the `pred' arg rather
5294 than read-file-name-predicate.
5295 (abbreviate-file-name): Use \` rather than ^ for BOS.
5296
5297 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5298
5299 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5300 vc-responsible-backend to register, it causes problems.
5301
5302 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5305
5306 2009-10-21 Eric Ludlam <zappo@gnu.org>
5307
5308 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5309 (semantic-c-debug-mode-init-pch): New functions.
5310 (semantic-c-debug-mode-init-last-mode): New var.
5311 (semantic-c-parse-lexical-token): Use them.
5312
5313 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5314 When extracting the argument list, limit only by point-max.
5315
5316 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5319 (tramp-smb-handle-file-attributes): Use it.
5320 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5321 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5322 `mapcar'. Use `tramp-smb-get-stat-capability'.
5323 Add `dired-filename' text properties.
5324 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5325 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5326 version.
5327
5328 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * subr.el (read-key-delay): Reduce to 0.01.
5331 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5332 (bug#4751).
5333
5334 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5337
5338 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5339 (Info-menu): Remove unused vars `last' and `completions'.
5340 (Info-index-nodes): Remove unused var `node'.
5341
5342 * info.el (Info-complete-menu-item): Use complete-with-action.
5343
5344 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5345
5346 Make vc-annotate work through copies and renames.
5347 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5348 Return the file name too.
5349 (vc-annotate-revision-at-line)
5350 (vc-annotate-find-revision-at-line)
5351 (vc-annotate-revision-previous-to-line)
5352 (vc-annotate-show-log-revision-at-line): Update to get the file
5353 name from vc-annotate-extract-revision-at-line.
5354 (vc-annotate-show-diff-revision-at-line-internal): Change the
5355 argument to mean whether to show a file diff or not. Get the file
5356 name from vc-annotate-extract-revision-at-line.
5357 (vc-annotate-show-diff-revision-at-line):
5358 Update vc-annotate-show-diff-revision-at-line call.
5359 (vc-annotate-warp-revision): Add an optional file argument.
5360
5361 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5362 (vc-git-annotate-extract-revision-at-line): Also return the file
5363 name if found.
5364
5365 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5366 command. Remove unused code.
5367 (vc-hg-annotate-re): Update to match --follow output.
5368 (vc-hg-annotate-extract-revision-at-line): Also return the file
5369 name if found.
5370
5371 * vc.el: Update annotate-extract-revision-at-line documentation.
5372
5373 2009-10-18 Kevin Ryde <user42@zip.com.au>
5374
5375 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5376 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5377
5378 * net/browse-url.el (browse-url): Identify alist with "consp and
5379 not functionp" and let all other things go down the `apply' leg,
5380 as suggested by Stefan. (Further to bug#4531.)
5381
5382 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5383
5384 * minibuffer.el (read-file-name): Check for repeat before putting
5385 a default argument in file-name-history (Bug#4657).
5386
5387 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5388 read syntax (Bug#4737).
5389
5390 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5391
5392 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5393
5394 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5395 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5396 entries and make note of obsolete tags.
5397
5398 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5401
5402 2009-10-18 Glenn Morris <rgm@gnu.org>
5403
5404 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5405 grep, so that binary files (eg international/uni-bidi.el) can match.
5406 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5407 now, and in any case the file header format has changed.
5408
5409 2009-10-17 Glenn Morris <rgm@gnu.org>
5410
5411 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5412 (flyspell-get-word, flyspell-large-region)
5413 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5414
5415 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * Makefile.in (ELCFILES): Add ede/shell.
5418
5419 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5420
5421 * term/common-win.el (x-colors): Purecopy it.
5422
5423 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5426 permissive for when the buffer is empty.
5427 (tar-header-block-tokenize): Decode the username and groupname.
5428 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5429
5430 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * cedet/srecode/srt.el:
5433 * cedet/srecode/compile.el:
5434 * cedet/semantic/mru-bookmark.el:
5435 * cedet/semantic/debug.el:
5436 * cedet/semantic/complete.el:
5437 * cedet/semantic/analyze.el: Require CL when compiling.
5438
5439 2009-10-17 Eric Ludlam <zappo@gnu.org>
5440
5441 * cedet/semantic/scope.el
5442 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5443 tmpscope so that the regular scope will continue to work.
5444
5445 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5446 Use semantic-idle-summary-highlight-face as the highlighting.
5447
5448 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5449 contains multibyte characters, choose first applicable coding
5450 system automatically.
5451
5452 * cedet/ede/project-am.el (project-run-target): New method.
5453 (project-run-target): New method.
5454
5455 * cedet/ede.el (ede-target): Add run target menu item.
5456 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5457 (ede-run-target): New function.
5458 (ede-target::project-run-target): New method.
5459
5460 * cedet/ede/proj.el (project-run-target): New method.
5461
5462 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5463 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5464 Add :rules.
5465 (ede-proj-target-makefile-shared-object): Only libtool compilers
5466 now available. Add linkers for libtool.
5467 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5468 (ede-proj-makefile-target-name): Always use .la extension.
5469
5470 * cedet/ede/proj-prog.el (project-run-target): New method.
5471
5472 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5473 (ede-g++-linker): Change Change link lines.
5474
5475 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5476 When searching for old variables, go to the end of the buffer and
5477 search backward from there.
5478 (ede-proj-makefile-automake-insert-subdirs)
5479 (ede-proj-makefile-automake-insert-extradist): New methods.
5480 (ede-proj-makefile-create): Use them.
5481
5482 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5483 Force FILE to expand to the current target. Use file-exists-p to
5484 check that it exists.
5485
5486 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5487 (ede-linux-load): Wrap dir in file-name-as-directory.
5488 Set :version slot.
5489
5490 * cedet/ede/files.el (ede-get-locator-object): When enabling
5491 locate, do so on "top".
5492
5493 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5494 file-name-as-directory during compare.
5495 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5496 Get version number from different places. Don't call egrep.
5497 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5498 to set the directory.
5499
5500 * cedet/ede/shell.el: New file.
5501
5502 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5503 alpha/beta variants.
5504
5505 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * international/mule-cmds.el (select-safe-coding-system): If the file
5508 has a coding cookie, use it regardless of any other setting (bug#4712).
5509
5510 2009-10-17 Glenn Morris <rgm@gnu.org>
5511
5512 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5513 All errors should have messages.
5514
5515 * foldout.el (foldout-mouse-swallow-events):
5516 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5517
5518 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5519 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5520 (dired-keep-marker-symlink, dired-dwim-target)
5521 (dired-copy-preserve-time): Do not autoload these defcustoms.
5522
5523 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5524 messages from messing up the file coding. (Bug#4623)
5525
5526 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5527
5528 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5529 if no match is found for the current dictionary. (Bug#4578)
5530
5531 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5532 optional, since that is how it is documented, and this is often called
5533 with a nil argument. (Bug#4577)
5534 (flyspell-external-point-words, flyspell-auto-correct-word)
5535 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5536 (flyspell-word-search-backward): Remove nil argument in calls to
5537 flyspell-get-word, since it is not needed now.
5538
5539 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5540
5541 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5542
5543 2009-10-16 Glenn Morris <rgm@gnu.org>
5544
5545 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5546
5547 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5548
5549 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5550 (ange-ftp-file-size): New function.
5551 (ange-ftp-file-attributes): Use it.
5552
5553 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5554
5555 * net/tramp-smb.el (tramp-smb-version): New defvar.
5556 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5557 repeated checks.
5558
5559 2009-10-16 Glenn Morris <rgm@gnu.org>
5560
5561 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5562 Maybe copy some custom properties from old to new name. (Bug#4706)
5563
5564 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * subr.el (error, sit-for, start-process-shell-command)
5567 (start-file-process-shell-command): Set the calling convention
5568 after the function definition.
5569
5570 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * subr.el (error, sit-for, start-process-shell-command)
5573 (start-file-process-shell-command): Use the new
5574 set-advertised-calling-convention feature.
5575
5576 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5577
5578 * international/ucs-normalize.el (ucs-normalize-version):
5579 Change to 1.2.
5580 (check-range): Adjust for Unicode 5.2.
5581
5582 2009-10-15 Juri Linkov <juri@jurta.org>
5583
5584 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5585 to the `menu-item' format.
5586
5587 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5590 if the environment variable does not exist.
5591
5592 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5593 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5594 parameter.
5595 (tramp-smb-handle-add-name-to-file)
5596 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5597 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5598 (tramp-smb-handle-file-attributes)
5599 (tramp-smb-do-file-attributes-with-stat)
5600 (tramp-smb-handle-file-local-copy)
5601 (tramp-smb-handle-insert-directory)
5602 (tramp-smb-handle-make-directory)
5603 (tramp-smb-handle-make-directory-internal)
5604 (tramp-smb-handle-make-symbolic-link)
5605 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5606 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5607 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5608 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5609 Handle long file names.
5610 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5611 process is running.
5612 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5613 Read share names with "-g" option.
5614
5615 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5616
5617 * net/rcirc.el (rcirc-view-log-file): New command.
5618 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5619 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5620 specified.
5621
5622 2009-10-15 Glenn Morris <rgm@gnu.org>
5623
5624 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5625 from the second command-line argument.
5626 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5627 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5628 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5629 w32-batch-update-autoloads.
5630 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5631 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5632
5633 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5634 the headers cannot be located. Simplify, subtracting superflous
5635 save-excursions.
5636
5637 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 Replace completion-base-size by completion-base-position to fix bugs
5640 such as (bug#4699).
5641 * simple.el (completion-base-position): New var.
5642 (completion-base-size): Mark as obsolete.
5643 (choose-completion): Make it work for mouse events as well.
5644 Pass the new base-position to choose-completion-string.
5645 (choose-completion-guess-base-position): New function, extracted from
5646 choose-completion-delete-max-match.
5647 (choose-completion-delete-max-match): Use it. Make obsolete.
5648 (choose-completion-string): Use the new base-position info.
5649 (completion-root-regexp): Delete.
5650 (completion-setup-function): Preserve completion-base-position.
5651 Eliminate obsolete base-size manipulation.
5652 * minibuffer.el (display-completion-list): Don't mess with base-size.
5653 (minibuffer-completion-help): Set completion-base-position instead.
5654 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5655 choose-completion.
5656 * textmodes/bibtex.el (bibtex-complete):
5657 * emacs-lisp/crm.el (crm--choose-completion-string):
5658 Adjust to new calling convention.
5659 * complete.el (partial-completion-mode): Use minibufferp to avoid
5660 bumping into incompatible change to choose-completion-string-functions.
5661 * ido.el (ido-choose-completion-string): Make its calling convention
5662 more permissive.
5663 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5664 base-size manipulation.
5665 (comint-dynamic-list-input-ring): Use dotimes and push.
5666 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5667 fundamental-mode. Use `or'.
5668
5669 2009-10-14 Juri Linkov <juri@jurta.org>
5670
5671 * misearch.el (multi-isearch-next-buffer-from-list)
5672 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5673
5674 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5677 `bytecomp.el'.
5678
5679 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5680 string we return is all made up of text from the completions rather
5681 than part from the completions and part from the input (bug#4219).
5682
5683 * ido.el (ido-everywhere): Use define-minor-mode.
5684
5685 * buff-menu.el (list-buffers, ctl-x-map):
5686 Mark the entry points with ;;;###autoload cookies.
5687
5688 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5691 correctly in the detached head case.
5692 (vc-git-print-log): Remove unused binding.
5693
5694 * vc.el (vc-responsible-backend): When a directory is passed for
5695 for registration create a VC repository if no backend is
5696 responsible for the directory argument.
5697 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5698
5699 * vc.el: Move comments about RCS and SCCS ...
5700 * vc-rcs.el:
5701 * vc-sccs.el: ... here, respectively.
5702
5703 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * minibuffer.el (completion--file-name-table): Return nil if there's
5706 no file completion, even if substitute-in-file-name changed
5707 the string (bug#4708).
5708
5709 2009-10-13 Juri Linkov <juri@jurta.org>
5710
5711 * files-x.el (read-file-local-variable-value): Don't filter out
5712 minor modes from mode name completion (bug#4664).
5713
5714 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5715
5716 * international/mule-cmds.el (ucs-names): Remove exclusion of
5717 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5718
5719 2009-10-13 Kenichi Handa <handa@m17n.org>
5720
5721 * international/uni-name.el: Regenerated.
5722
5723 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5726 should be automatically buffer-local, but isn't.)
5727
5728 2009-10-12 Sam Steingold <sds@gnu.org>
5729
5730 * progmodes/compile.el (compilation-next-error-function): Fix the
5731 timestamps if the buffer has been visited before.
5732 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5733 non-anchored patterns, like the perl one (bug#3928).
5734
5735 2009-10-12 Glenn Morris <rgm@gnu.org>
5736
5737 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5738 Let-bind `size'.
5739
5740 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * proced.el (proced-unload-function): New function.
5743
5744 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5745 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5746 Doc fix.
5747
5748 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5749
5750 2009-10-11 Juri Linkov <juri@jurta.org>
5751
5752 * files-x.el (read-file-local-variable-value):
5753 Provide default value only for bound variables (bug#4664).
5754
5755 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5756
5757 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5758 connection methods like smb.
5759
5760 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5761 can be empty.
5762
5763 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5764 (tramp-smb-file-name-handler-alist): Add handlers for
5765 `add-name-to-file', `make-symbolic-link'.
5766 (tramp-smb-handle-add-name-to-file)
5767 (tramp-smb-do-file-attributes-with-stat)
5768 (tramp-smb-handle-make-symbolic-link)
5769 (tramp-smb-get-cifs-capabilities): New defuns.
5770 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5771 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5772 (tramp-smb-handle-file-local-copy)
5773 (tramp-smb-handle-make-directory-internal)
5774 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5775 The file name syntax depends on cifs capabilities.
5776 (tramp-smb-handle-file-attributes):
5777 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5778 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5779 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5780
5781 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5782
5783 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5784 (eieio-defclass): Apply deftype handler and setf-method properties
5785 directly.
5786 (eieio-add-new-slot): Avoid union function from cl library.
5787 (eieio--typep): New function.
5788 (eieio-perform-slot-validation): Use it.
5789
5790 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5791
5792 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5793 Update documentation to refer to the variables documented in r1.135.
5794 (Bug#4188)
5795
5796 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5797
5798 * bookmark.el (Info-suffix-list): Remove this unused variable.
5799 (bookmark-current-point): Remove this obsolete variable.
5800 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5801 Adjust for removal of bookmark-current-point.
5802
5803 (bookmarks-already-loaded, bookmark-current-buffer)
5804 (bookmark-yank-point): Document. (Bug#4188)
5805
5806 2009-10-10 Glenn Morris <rgm@gnu.org>
5807
5808 * frame.el (frame-height): Doc fix.
5809
5810 * calendar/calendar.el (calendar-split-width-threshold): New option.
5811 (calendar-basic-setup): Use calendar-split-width-threshold.
5812
5813 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5814
5815 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5816 Use .la for Automake.
5817
5818 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5821 Use "autoreconf -i". Suggested by Andreas Schwab.
5822
5823 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5826 Ideographic Supplement" range (U+1F200..U+1F2FF).
5827
5828 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5829
5830 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5831 since the list will have been rebuilt anyway. (Bug#4349)
5832
5833 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5834
5835 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5836 (bookmark-bmenu-execute-deletions): Don't save here, as
5837 bookmark-delete will now do so if necessary.
5838 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5839 (Bug#4348)
5840
5841 2009-10-09 Glenn Morris <rgm@gnu.org>
5842
5843 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5844
5845 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5846
5847 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5848 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5849 argument now, so the two function's behaviors will match. (Bug#3645)
5850
5851 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5854 Fix filename test.
5855 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5856 to expand file names.
5857
5858 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5859
5860 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5861 (tramp-file-name-real-host, tramp-file-name-port):
5862 Apply `save-match-data'.
5863
5864 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5865 case both directories are remote.
5866 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5867 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5868
5869 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5872 (ede-proj-target-makefile-objectcode): Use it.
5873
5874 * cedet/ede/source.el (ede-want-any-source-files-p)
5875 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5876 Return search result. This error was introduced while merging.
5877
5878 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5879
5880 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5881
5882 2009-10-07 Glenn Morris <rgm@gnu.org>
5883
5884 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5885 of concat.
5886
5887 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * files-x.el (read-file-local-variable): Include some
5890 non-user-variables in the completion table (bug#4664).
5891
5892 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5893
5894 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5895 message.
5896
5897 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5898 (tramp-smb-file-name-handler-alist): Add handler for
5899 `copy-directory', `expand-file-name', `set-file-modes'.
5900 (tramp-smb-handle-copy-directory)
5901 (tramp-smb-handle-expand-file-name)
5902 (tramp-smb-handle-set-file-modes): New defuns.
5903 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5904 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5905 entry.
5906 (tramp-smb-handle-insert-directory): Don't flush the cache.
5907 (tramp-smb-maybe-open-connection): Check for samba client and
5908 server versions.
5909
5910 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5911
5912 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5913 to not error out of search for "^lisp=" fails.
5914
5915 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * makefile.w32-in (WINS_UPDATES): New macro.
5918 (custom-deps, finder-data, autoloads): Use it.
5919
5920 2009-10-07 Glenn Morris <rgm@gnu.org>
5921
5922 * Makefile.in (autoloads): Revert previous change.
5923 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5924 the list of preloaded files passed on the command-line, get
5925 it from src/Makefile.
5926
5927 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5928 show the original buffer rather than a random one.
5929
5930 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5931
5932 * help.el (describe-no-warranty): Place point in a slightly better
5933 position in the GPLv3 text.
5934
5935 2009-10-06 Sam Steingold <sds@gnu.org>
5936
5937 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5938 the comm attribute is present before calling regexp-quote.
5939
5940 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * play/animate.el (animate-string): For good effect, make sure
5943 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5944
5945 * play/animate.el (animate-sequence, animate-birthday-present):
5946 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5947
5948 2009-10-06 Glenn Morris <rgm@gnu.org>
5949
5950 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5951
5952 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5953 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5954 (batch-update-autoloads): Process a string value of autoload-excludes,
5955 set during the build process.
5956 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5957
5958 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5959 inside with-parsed... macro so that `v' is defined.
5960
5961 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5962 * progmodes/fortran.el (fortran-end-of-block)
5963 (fortran-beginning-of-block):
5964 Also push mark in the macro case.
5965
5966 * emerge.el (emerge-show-file-name):
5967 * calc/calc.el (calc-quit):
5968 * calc/calc-misc.el (calc-big-or-small):
5969 * calc/calc-graph.el (calc-graph-view):
5970 * calc/calc-ext.el (calc-reset):
5971 * calendar/calendar.el (calendar-basic-setup):
5972 Use window-full-height-p.
5973
5974 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5975 header we don't understand, don't insert another. (Bug#4624)
5976 If changing mime charset, insert the new one in the right place.
5977
5978 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5979
5980 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5981 (cal-tex-cursor-month): Correctly increment the end date for diary and
5982 holiday listing. (Bug#4626)
5983
5984 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * help-fns.el (describe-function-1): Don't burp if the function is not
5987 a symbol.
5988
5989 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5990
5991 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5992 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5993 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5994 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5995
5996 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5997 (eieio-default-superclass): Reflow docstrings.
5998 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5999 (eieio-unbind-method-implementations, defmethod)
6000 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6001 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6002 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6003 (eieio-slot-originating-class-p, eieio-slot-name-index)
6004 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6005 (constructor, initialize-instance, no-next-method, object-print)
6006 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6007 Fix typos in docstrings.
6008 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6009 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6010 (next-method-p): Doc fixes.
6011 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6012 Fix typos in error messages.
6013 (eieio-defmethod): Fix typo in description of generic method.
6014
6015 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6016 (eieio-persistent-save-interactive, slot-missing):
6017 Fix typos in docstrings.
6018 (eieio-instance-inheritor-slot-boundp): Doc fix.
6019
6020 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6021 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6022
6023 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6024 (eieio-custom-object-apply-reset):
6025 Fix typos in docstrings and error messages.
6026
6027 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6028 Fix typo in docstring.
6029
6030 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6031 (eieio-browse-tree): Doc fix.
6032 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6033 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6034 Fix typos in docstrings.
6035
6036 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6037 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6038 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6039 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6040 Reflow docstrings.
6041
6042 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6043
6044 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6045 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6046 Set log-view-vc-backend so that diff can work.
6047
6048 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6049 vc-version-diff.
6050 (vc-diff-internal): Autoload this instead of vc-version-diff.
6051
6052 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6053
6054 * simple.el (eval-expression): Doc fix.
6055
6056 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6057
6058 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6059
6060 * files.el (directory-files-no-dot-files-regexp): New defconst.
6061 (delete-directory): Use it.
6062 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6063
6064 * net/tramp.el (tramp-verbose): Fix docstring.
6065 (tramp-methods): Add recursive option to `tramp-copy-args'.
6066 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6067 "scp1_old", "scp2_old", "rsync", "rsyncc".
6068 (tramp-default-method): Check also for `auth-source-user-or-password'.
6069 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6070 Add handler for `copy-directory'.
6071 (tramp-handle-copy-directory): New defun.
6072 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6073 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6074 Optimize sent command.
6075
6076 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6079 window if necessary.
6080
6081 * calendar/calendar.el (calendar-basic-setup): Don't call
6082 switch-to-buffer in a dedicated window.
6083
6084 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6085
6086 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6087 don't do anything related to relocating, just return nil.
6088 (bookmark-error-no-filename): New error.
6089 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6090 bookmark has no file. Don't even attempt to handle things that
6091 are not files; the whole point of custom handlers is to keep that
6092 knowledge elsewhere anyway. Tighten some comments.
6093 (bookmark-file-or-variation-thereof): Remove now-unused function.
6094 (bookmark-location): Doc string fix.
6095 (Bug#4250)
6096
6097 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6098
6099 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6100 don't use a file dialog, because they usually don't know how to read
6101 a directory target from the user. (Bug#4230)
6102 Also, make sure the prompt can display directories as well as files.
6103
6104 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6105
6106 * bookmark.el (bookmark-set, bookmark-buffer-name):
6107 Improve doc strings. (Bug#1193)
6108
6109 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6110
6111 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6112 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6113 (bookmark-get-annotation, bookmark-set-annotation)
6114 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6115 (bookmark-set-position, bookmark-get-front-context-string)
6116 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6117 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6118 (bookmark-jump-other-window, bookmark-handle-bookmark)
6119 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6120 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6121 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6122 Improve doc strings to say whether bookmark can be a string or
6123 a record or both, and make other consistency and clarity fixes.
6124 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6125 (bookmark-default-annotation-text, bookmark-yank-word)
6126 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6127 (bookmark-import-new-list, bookmark-maybe-rename)
6128 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6129 (bookmark-bmenu-bookmark): Give these doc strings.
6130 (bookmark-bmenu-check-position): Give this a doc string, but also
6131 add a FIXME comment about how the function may be pointless.
6132 (bookmark-default-handler): Rework doc string and change a
6133 parameter name, to clarify that this takes a bookmark record
6134 not a bookmark name.
6135 (bookmark-set): Change a parameter name to indicate its meaning,
6136 and improve the doc string a bit.
6137 (Bug#4188)
6138
6139 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6140
6141 * bookmark.el (bookmark-alist): Document the new `handler' element
6142 in the param alist.
6143 (bookmark-make-record-function): Adjust documentation for above.
6144 (Bug#4193)
6145
6146 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6147
6148 * info.el (Info-bookmark-make-record): Document this function.
6149 (Info-bookmark-jump): Document with a doc string, not just a comment.
6150 (Bug#4203)
6151
6152 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6155 (semantic-new-buffer-fcn): Call parser setup functions here.
6156 (semantic-mode): Don't call parser setup functions here, it's done
6157 in semantic-new-buffer-fcn now.
6158 (semantic-mode): Parse all existing buffers when enabled.
6159
6160 * cedet/srecode/compile.el (srecode-compile-file):
6161 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6162
6163 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6166
6167 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6168 (proj-comp-insert-variable-once): New macro, renamed from
6169 ede-pmake-insert-variable-once in ede/pmake.edl.
6170 (ede-proj-makefile-insert-variables): Use it.
6171
6172 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6173
6174 * files.el (copy-directory): New defun.
6175
6176 * dired-aux.el (dired-copy-file-recursive): Use it.
6177
6178 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6181 (makefile-end-of-command):
6182 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6183 (semantic-end-of-context): Fix previous change. Doc fixes.
6184
6185 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6186
6187 * files-x.el (modify-dir-local-variable)
6188 (copy-dir-locals-to-file-locals-prop-line):
6189 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6190 (makefile-end-of-command):
6191 * cedet/semantic/lex.el (semantic-lex-token):
6192 * cedet/semantic/analyze/fcn.el
6193 (semantic-analyze-dereference-metatype-1):
6194 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6195 (semantic-lex-cpp-undef):
6196 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6197 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6198 (semantic-end-of-context): Fix typos in docstrings.
6199
6200 * recentf.el (recentf-unload-function): New function.
6201
6202 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * cedet/ede.el (ede-project-placeholder-cache-file):
6205 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6206 * cedet/srecode/map.el (srecode-map-save-file):
6207 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6208
6209 2009-10-04 Glenn Morris <rgm@gnu.org>
6210
6211 * window.el (window-full-height-p): Add doc string.
6212
6213 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6214
6215 * window.el (window-full-height-p): New function. (Bug#4543)
6216
6217 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * cedet/srecode/insert.el: Require srecode/args.
6220
6221 * cedet/srecode/args.el: Require srecode/dictionary instead of
6222 srecode/insert.
6223
6224 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6225
6226 * files.el (auto-mode-alist): Add .srt and Project.ede.
6227
6228 * cedet/semantic.el (semantic-mode):
6229 Handle srecode-template-mode-hook as well.
6230 (semantic-mode): Use js-mode-hook for Javascript hook.
6231
6232 * cedet/srecode/template.el: Remove hook variable.
6233
6234 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6235
6236 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6237 projects exist.
6238 (ede-project-placeholder-cache-file): Default to a file in
6239 user-emacs-directory.
6240
6241 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6242 templates in data-directory.
6243 (srecode-map-save-file): Default to a file in user-emacs-directory.
6244
6245 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6246 directory.
6247
6248 2009-09-30 Eric Ludlam <zappo@gnu.org>
6249
6250 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6251 Doc fix.
6252
6253 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6254 Only insert each variable once.
6255
6256 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6257 (ede-pmake-insert-variable-shared): Use it.
6258
6259 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6260 for lexical table iff table is nil.
6261
6262 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6263
6264 * vc.el: Remove commented out code.
6265 (vc-derived-from-dir-mode): Remove, unused.
6266 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6267
6268 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6269
6270 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6271 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6272 there could be recursive loading when `default-directory' is a
6273 remote file name. (Bug#4614)
6274
6275 2009-10-03 Glenn Morris <rgm@gnu.org>
6276
6277 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6278 the frame is wide.
6279 (calendar-generate-window): Test for shrinkability rather than width.
6280
6281 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6282 declaration, currently false.
6283
6284 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6285 reusing existing buffers, in case we happen to visit two files with the
6286 same basename. (Bug#4593)
6287
6288 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6289
6290 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6291 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6292 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6293 subdirs of cedet as well.
6294 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6295
6296 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6299 Obey advertised-signature-table.
6300
6301 * help-fns.el (help-function-arglist): Don't check
6302 advertised-signature-table.
6303 (describe-function-1): Do it here instead so it also applies to subrs.
6304
6305 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6306
6307 * simple.el (start-file-process): Say in the doc-string, that file
6308 handlers might not support pty association, if PROGRAM is nil.
6309
6310 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6311 HOST and USER are strings. They are nil, when there are
6312 incomplete entries in ~/.netrc, for example.
6313 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6314 root directory ("device busy" error otherwise).
6315
6316 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6317 Flush file properties of created directory.
6318
6319 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6320
6321 * makefile.w32-in (WINS_BASIC): Remove cedet.
6322 (WINS_CEDET): Add cedet.
6323 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6324
6325 2009-10-02 Kevin Ryde <user42@zip.com.au>
6326
6327 * net/browse-url.el (browse-url): Pass any symbol in
6328 browse-url-browser-function to `apply', since if you've mistakenly put
6329 an unbound symbol then the error is clearer. (Bug#4531)
6330
6331 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * allout.el (allout-init, allout-back-to-current-heading)
6334 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6335 (allout-ascend, allout-up-current-level, allout-end-of-level)
6336 (allout-previous-visible-heading, allout-forward-current-level)
6337 (allout-backward-current-level, allout-show-children):
6338 * apropos.el (apropos-describe-plist):
6339 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6340 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6341 * completion.el (add-completion, add-permanent-completion):
6342 * descr-text.el (describe-text-category, describe-char):
6343 * desktop.el (desktop-lazy-abort):
6344 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6345 * dired.el (dired-build-subdir-alist):
6346 * ediff.el (ediff-version):
6347 * elide-head.el (elide-head, elide-head-show):
6348 * emerge.el (emerge-version):
6349 * env.el (getenv):
6350 * face-remap.el (variable-pitch-mode):
6351 * faces.el (describe-face):
6352 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6353 (dired-at-point):
6354 * files.el (find-file-existing, auto-save-mode):
6355 * font-lock.el (font-lock-fontify-buffer):
6356 * help-fns.el (describe-function, describe-variable)
6357 (describe-syntax, describe-categories):
6358 * help.el (view-lossage, describe-bindings, describe-key)
6359 (describe-mode):
6360 * hexl.el (hexl-current-address):
6361 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6362 * info.el (Info-goto-emacs-key-command-node):
6363 * log-edit.el (log-edit-insert-cvs-template)
6364 (log-edit-insert-cvs-rcstemplate):
6365 * menu-bar.el (menu-bar-mode):
6366 * mouse.el (mouse-appearance-menu):
6367 * newcomment.el (comment-indent-new-line):
6368 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6369 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6370 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6371 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6372 * recentf.el (recentf-mode):
6373 * savehist.el (savehist-mode, savehist-save):
6374 * shadowfile.el (shadow-copy-files):
6375 * simple.el (kill-ring-save, next-line, previous-line)
6376 (normal-erase-is-backspace-mode):
6377 * strokes.el (strokes-update-window-configuration)
6378 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6379 (strokes-xpm-for-stroke):
6380 * time.el (emacs-uptime, emacs-init-time):
6381 * tutorial.el (tutorial--describe-nonstandard-key)
6382 (tutorial--detailed-help):
6383 * type-break.el (type-break-mode)
6384 (type-break-mode-line-message-mode, type-break-query-mode)
6385 (type-break-guesstimate-keystroke-threshold):
6386 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6387 * version.el (emacs-version):
6388 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6389 * winner.el (winner-mode):
6390 * calendar/timeclock.el (timeclock-in, timeclock-out)
6391 (timeclock-status-string, timeclock-change)
6392 (timeclock-workday-remaining-string)
6393 (timeclock-workday-elapsed-string)
6394 (timeclock-when-to-leave-string):
6395 * calendar/todo-mode.el (todo-add-category):
6396 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6397 * emacs-lisp/autoload.el (update-file-autoloads):
6398 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6399 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6400 (checkdoc-message-text, checkdoc-defun):
6401 * emacs-lisp/debug.el (debugger-list-functions):
6402 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6403 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6404 (eieio-describe-generic):
6405 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6406 * emacs-lisp/shadow.el (list-load-path-shadows):
6407 * emulation/cua-base.el (cua-mode):
6408 * emulation/edt.el (edt-set-scroll-margins):
6409 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6410 (tpu-toggle-regexp, tpu-toggle-search-direction)
6411 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6412 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6413 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6414 (viper-set-parsing-style-toggling-macro)
6415 (viper-set-emacs-state-searchstyle-macros):
6416 * emulation/viper.el (viper-set-hooks):
6417 * eshell/esh-mode.el (eshell-truncate-buffer):
6418 * international/mule-cmds.el (prefer-coding-system)
6419 (describe-input-method, describe-language-environment):
6420 * international/mule-diag.el (list-character-sets)
6421 (describe-character-set, describe-coding-system)
6422 (describe-fontset, list-fontsets, list-input-methods):
6423 * mail/sendmail.el (mail-signature):
6424 * net/ange-ftp.el (ange-ftp-copy-file):
6425 * net/browse-url.el (browse-url):
6426 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6427 * net/quickurl.el (quickurl-add-url):
6428 * net/rcirc.el (names, topic):
6429 * net/xesam.el (xesam-mode):
6430 * play/5x5.el (5x5-new-game):
6431 * play/yow.el (apropos-zippy):
6432 * progmodes/ada-mode.el (ada-mode-version):
6433 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6434 (f90-end-of-block)
6435 (f90-beginning-of-block):
6436 * progmodes/fortran.el (fortran-end-of-block)
6437 (fortran-beginning-of-block):
6438 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6439 * progmodes/python.el (python-describe-symbol, python-shell):
6440 * term/ns-win.el (ns-print-buffer):
6441 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6442 * textmodes/flyspell.el (flyspell-mode-on):
6443 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6444 (pages-directory-for-addresses):
6445 * textmodes/table.el (table-recognize-cell)
6446 (table-query-dimension, table-generate-source)
6447 (table-insert-sequence, table--warn-incompatibility):
6448 * textmodes/tex-mode.el (tex-validate-buffer):
6449 * textmodes/texinfmt.el (texinfmt-version)
6450 (texinfo-format-buffer):
6451 Use `called-interactively-p' instead of `interactive-p'.
6452
6453 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6454
6455 * image-mode.el (image-toggle-display):
6456 * emacs-lisp/elp.el (elp-instrument-function):
6457 * emacs-lisp/advice.el (ad-make-advised-definition):
6458 * emacs-lisp/easy-mmode.el (define-minor-mode):
6459 * net/browse-url.el (browse-url-maybe-new-window):
6460 * progmodes/sh-script.el (sh-learn-buffer-indent):
6461 Pass new argument 'any to `called-interactively-p'.
6462
6463 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * international/uni-bidi.el:
6466 * international/uni-category.el:
6467 * international/uni-combining.el:
6468 * international/uni-comment.el:
6469 * international/uni-decimal.el:
6470 * international/uni-decomposition.el:
6471 * international/uni-digit.el:
6472 * international/uni-lowercase.el:
6473 * international/uni-mirrored.el:
6474 * international/uni-name.el:
6475 * international/uni-numeric.el:
6476 * international/uni-old-name.el:
6477 * international/uni-titlecase.el:
6478 * international/uni-uppercase.el:
6479 Regenerate from Unicode 5.2.0 data.
6480
6481 2009-10-01 Glenn Morris <rgm@gnu.org>
6482
6483 * Makefile.in (ELCFILES): Regenerate.
6484
6485 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * subr.el (interactive-p): Mark obsolete.
6488 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6489 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6490 advertised-signature-table for subroutines as well.
6491
6492 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6493 (set-advertised-calling-convention): New function.
6494 (make-obsolete, define-obsolete-function-alias)
6495 (make-obsolete-variable, define-obsolete-variable-alias):
6496 Make the optional-ness of `when' obsolete.
6497 (define-obsolete-face-alias): Make `when' non-optional.
6498 * help-fns.el (help-function-arglist):
6499 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6500 Use advertised-signature-table.
6501
6502 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6503
6504 * files.el (delete-directory): New defun. The original function
6505 in fileio.c has been renamed to `delete-directory-internal'.
6506
6507 * dired.el (dired-delete-file): Call `delete-directory' with
6508 RECURSIVE parameter.
6509
6510 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6511 parameter RECURSIVE. Implementation is missing.
6512
6513 * net/tramp.el (tramp-handle-make-directory): Flush upper
6514 directory's file properties.
6515 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6516 (tramp-handle-dired-recursive-delete-directory): Flush directory
6517 properties after the remove command only.
6518
6519 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6520 Handle optional parameter RECURSIVE.
6521
6522 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6523 Handle optional parameter RECURSIVE.
6524
6525 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6526 connection timeout.
6527 (tramp-smb-handle-delete-directory): Handle optional parameter
6528 RECURSIVE.
6529
6530 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6533 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6534 (byte-compile-defmacro): Use backquotes.
6535
6536 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6537
6538 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6539 has no associated file.
6540 (vc-resynch-buffer): Use vc-dir-buffers.
6541
6542 2009-10-01 Glenn Morris <rgm@gnu.org>
6543
6544 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6545 (chart-file-count):
6546 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6547 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6548 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6549 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6550 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6551 (eieio-copy-parents-into-subclass, make-instance, class-children)
6552 (eieio-generic-form):
6553 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6554 * cedet/cedet-idutils.el (cedet-idutils-search)
6555 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6556 (cedet-idutils-version-check):
6557 * cedet/cedet.el (cedet-version):
6558 * cedet/data-debug.el (data-debug-insert-overlay-button)
6559 (data-debug-insert-overlay-list-button)
6560 (data-debug-insert-buffer-button)
6561 (data-debug-insert-buffer-list-button)
6562 (data-debug-insert-process-button, data-debug-insert-ring-button)
6563 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6564 (data-debug-insert-stuff-vector-button)
6565 (data-debug-insert-symbol-button, data-debug-insert-string)
6566 (data-debug-insert-number, data-debug-insert-lambda-expression)
6567 (data-debug-insert-nil, data-debug-insert-simple-thing)
6568 (data-debug-insert-custom, data-debug-edebug-expr):
6569 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6570 (global-ede-mode-map, ede-new, ede-debug-target)
6571 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6572 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6573 (semantic-fetch-tags, semantic-submode-list)
6574 (semantic-default-submodes):
6575 * cedet/ede/source.el (ede-source-match):
6576 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6577 (project-am-package-info):
6578 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6579 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6580 * cedet/ede/proj-comp.el (ede-current-build-list):
6581 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6582 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6583 * cedet/ede/cpp-root.el (initialize-instance):
6584 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6585 (autoconf-parameter-strip, autoconf-insert-new-macro):
6586 * cedet/semantic/wisent.el (wisent-lex-eoi):
6587 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6588 (semantic-show-parser-state-mode):
6589 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6590 * cedet/semantic/tag.el (semantic-tag-new-variable)
6591 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6592 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6593 (semantic--tag-deep-copy-tag-list)
6594 (semantic-tag-components-with-overlays-default):
6595 * cedet/semantic/symref.el (semantic-symref-find-text):
6596 * cedet/semantic/senator.el (senator-yank-tag)
6597 (senator-transpose-tags-up):
6598 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6599 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6600 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6601 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6602 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6603 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6604 * cedet/semantic/lex-spp.el
6605 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6606 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6607 * cedet/semantic/idle.el
6608 (semantic-idle-summary-current-symbol-info-brutish)
6609 (semantic-idle-summary-current-symbol-info-default):
6610 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6611 (semantic--grammar-macro-compl-dict):
6612 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6613 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6614 (semantic-format-tag-canonical-name-default):
6615 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6616 (semantic-find-tags-for-completion)
6617 (semantic-find-tags-by-scope-protection-default)
6618 (semantic-deep-find-tags-for-completion):
6619 * cedet/semantic/edit.el
6620 (semantic-edits-incremental-reparse-failed-hook)
6621 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6622 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6623 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6624 * cedet/semantic/dep.el (semantic-dependency-include-path):
6625 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6626 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6627 (semanticdb-project-roots):
6628 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6629 (semanticdb-find-adebug-insert-scanned-tag-cons)
6630 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6631 (semanticdb-brute-deep-find-tags-for-completion):
6632 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6633 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6634 (semantic-end-of-context-default)
6635 (semantic-ctxt-current-function-default)
6636 (semantic-ctxt-scoped-types-default):
6637 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6638 (semantic-complete-inline-tag-engine)
6639 (semantic-complete-inline-custom-type)
6640 (semantic-complete-read-tag-analyzer):
6641 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6642 (semantic-chart-database-size):
6643 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6644 (semantic-analyze-current-context):
6645 * cedet/semantic/symref/list.el (semantic-symref)
6646 (semantic-symref-hide-buffer, semantic-symref-symbol):
6647 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6648 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6649 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6650 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6651 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6652 (semantic-c-dereference-template):
6653 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6654 (semantic--analyze-refs-full-lookup-with-parents)
6655 (semantic--analyze-refs-full-lookup-simple):
6656 * cedet/semantic/analyze/complete.el
6657 (semantic-analyze-possible-completions):
6658 * cedet/srecode/table.el (srecode-mode-table-new):
6659 * cedet/srecode/srt.el (srecode-read-variable-name):
6660 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6661 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6662 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6663 * cedet/srecode/map.el (srecode-current-map):
6664 * cedet/srecode/insert.el (srecode-insert)
6665 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6666 (srecode-template-inserter-point-override)
6667 (srecode-insert-include-lookup):
6668 * cedet/srecode/getset.el (srecode-auto-choose-class):
6669 * cedet/srecode/extract.el (srecode-inserter-extract):
6670 * cedet/srecode/document.el
6671 (srecode-document-autocomment-return-last-alist)
6672 (srecode-document-autocomment-param-type-alist)
6673 (srecode-document-insert-function-comment)
6674 (srecode-document-insert-variable-one-line-comment)
6675 (srecode-document-function-name-comment):
6676 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6677 (srecode-compound-toString):
6678 * cedet/srecode/compile.el (srecode-flush-active-templates):
6679 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6680 Doc/message fixes.
6681
6682 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6683 match-data. (Bug#4555).
6684
6685 * cedet/semantic/bovine/gcc.el
6686 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6687 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6688
6689 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6690 rather than parsing it as a regexp. This relaxes the layout
6691 requirements and makes errors easier to detect.
6692 (check-declare-verify): Check file is regular.
6693 (check-declare-directory): Doc fix.
6694 * subr.el (declare-function): Doc fix.
6695
6696 * ibuffer.el (ibuffer-format-qualifier):
6697 * isearch.el (hi-lock-regexp-okay):
6698 * calc/calc.el (math-zerop):
6699 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6700 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6701 Remove unused declarations.
6702
6703 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * cedet/semantic/wisent/javat-wy.el
6706 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6707
6708 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * cedet/srecode/expandproto.el: Fix provide statement.
6711
6712 2009-09-30 Eric Ludlam <zappo@gnu.org>
6713
6714 * emacs-lisp/eieio.el (boolean-p): Delete.
6715
6716 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6717
6718 * cedet/ede/srecode.el: Fix provide statement.
6719
6720 2009-09-30 Glenn Morris <rgm@gnu.org>
6721
6722 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6723 * cedet/ede/proj-aux.el (ede-aux-source):
6724 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6725 (ede-misc-source):
6726 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6727 (semantic-mrub-switch-tags): Fix doc typos.
6728
6729 * cedet/semantic/db-global.el (data-debug-new-buffer)
6730 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6731 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6732
6733 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6734
6735 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6736 use of CL function `remove-if-not'.
6737
6738 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6739
6740 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6741 filename is not a string.
6742
6743 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * files.el (safe-local-eval-forms): Fix typo.
6746
6747 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * vc-hooks.el (vc-dir-buffers): New var.
6750 (vc-state-refresh): New function.
6751 (vc-state): Use it.
6752 (vc-after-save): Always ask the backend to recompute the new state.
6753 Always call vc-dir if necessary, using vc-dir-buffers.
6754 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6755 Use vc-dir-buffers.
6756 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6757 (vc-dir-prepare-status-buffer, vc-dir-update)
6758 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6759 Don't call expand-file-name on default-directory.
6760
6761 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6762
6763 * speedbar.el (speedbar-item-delete):
6764 * calc/calc-prog.el (calc-kbd-if):
6765 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6766
6767 * epa.el (epa-key-list-mode-map):
6768 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6769
6770 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6771 (hs-show-hook): Fix typo in docstring.
6772
6773 2009-09-29 Glenn Morris <rgm@gnu.org>
6774
6775 * cedet/semantic/symref/idutils.el:
6776 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6777
6778 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6779
6780 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6781 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6782 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6783 Mark declarations not understood by check-declare.
6784
6785 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6786 file-name-nondirectory call preventing location of cedet files.
6787 (check-declare-verify): Use literal search rather than re-search.
6788 Add basic defmethod and defclass, and define-overloadable-function.
6789
6790 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6791 Use tramp-compat-file-attributes rather than nonexistent
6792 tramp-compat-handle-file-attributes.
6793
6794 * Makefile.in (lisptagsfiles4): New.
6795 (AUTOGENEL): Add cedet loaddefs files.
6796 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6797 (update-elclist, compile-always, backup-compiled-files)
6798 (bootstrap-clean): Add yet another directory level.
6799 (update-elclist): Use LC_COLLATE rather than COLLATE.
6800 (ELCFILES): Update, via `make update-elclist'.
6801
6802 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6803
6804 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6805 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6806 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6807
6808 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6809
6810 * Makefile.in (lisptagsfiles3): Define.
6811 (TAGS, TAGS-LISP): Use it.
6812 (update-elclist): Add third directory level to look for elc files.
6813 (compile-always): Likewise.
6814 (backup-compiled-files): Likewise.
6815 (bootstrap-clean): Likewise.
6816 (ELCFILES): Update.
6817
6818 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * Makefile.in (ELCFILES): Add CEDET files.
6821
6822 2009-09-28 Eric Ludlam <zappo@gnu.org>
6823
6824 CEDET (development tools) package merged.
6825
6826 * cedet/*.el:
6827 * cedet/ede/*.el:
6828 * cedet/semantic/*.el:
6829 * cedet/srecode/*.el: New files.
6830
6831 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6834
6835 * net/tramp.el (top): Require tramp-imap.
6836
6837 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6838 Use `tramp-compat-handle-file-attributes'.
6839
6840 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6841
6842 * net/tramp-imap.el: New package.
6843
6844 2009-09-28 Eric Ludlam <zappo@gnu.org>
6845
6846 * emacs-lisp/chart.el:
6847 * emacs-lisp/eieio-base.el:
6848 * emacs-lisp/eieio-comp.el:
6849 * emacs-lisp/eieio-custom.el:
6850 * emacs-lisp/eieio-datadebug.el:
6851 * emacs-lisp/eieio-opt.el:
6852 * emacs-lisp/eieio-speedbar.el:
6853 * emacs-lisp/eieio.el: New files.
6854
6855 * cedet/cedet-cscope.el:
6856 * cedet/cedet-files.el:
6857 * cedet/cedet-global.el:
6858 * cedet/cedet-idutils.el:
6859 * cedet/data-debug.el:
6860 * cedet/inversion.el:
6861 * cedet/mode-local.el:
6862 * cedet/pulse.el: New files.
6863
6864 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6865
6866 * whitespace.el (whitespace-trailing-regexp)
6867 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6868 Fix doc string.
6869
6870 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6873 menu.
6874
6875 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6876 menu-bar-ediff-menu.
6877
6878 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6879 define-overloadable-function.
6880
6881 * progmodes/autoconf.el: Provide autoconf as well, so that this
6882 file can be `require'd.
6883
6884 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6885
6886 * emacs-lisp/autoload.el (generated-autoload-feature)
6887 (generated-autoload-load-name): New vars.
6888 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6889 (make-autoload): Recognize define-overloadable-function and
6890 defclass forms (for EIEIO).
6891
6892 * Makefile.in (update-subdirs): Exclude cedet directory.
6893
6894 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6895
6896 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6897
6898 * faces.el: Default light-background background for region face to
6899 ns_selection_color under NS.
6900
6901 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6902
6903 * net/imap-hash.el: New library, see NEWS.
6904
6905 * Makefile.in (ELCFILES): Add imap-hash.el.
6906
6907 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6910 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6911 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6912 definition where the docstring could be taken for the return value.
6913
6914 2009-09-26 Glenn Morris <rgm@gnu.org>
6915
6916 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6917 Add option to only show images below a certain size.
6918 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6919 save-excursion calls.
6920
6921 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6922
6923 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6924 subdirectories) and eieio.
6925
6926 2009-09-26 Alan Mackenzie <acm@muc.de>
6927
6928 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6929 buggy bracketing. (Bug#4289)
6930
6931 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6932 character constants (as case labels). (Bug#4289)
6933
6934 2009-09-25 Juri Linkov <juri@jurta.org>
6935
6936 * files.el (safe-local-eval-forms): Allow time-stamp in
6937 before-save-hook (Bug#4554).
6938
6939 2009-09-25 Drew Adams <drew.adams@oracle.com>
6940
6941 * menu-bar.el (list-buffers-directory): Doc fix.
6942
6943 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6946 Try and avoid copying twice the same paragraph.
6947 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6948 Remove save-excursion.
6949 (log-edit-changelog-entry): Do it here instead.
6950
6951 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6954 when available, instead of hardcoding mode names. Doc fix.
6955
6956 * menu-bar.el (list-buffers-directory): Add docstring.
6957 Make automatically buffer-local.
6958
6959 * dired.el (dired-mode):
6960 * files.el (cd-absolute):
6961 * pcvs.el (cvs-temp-buffer):
6962 * pcvs-util.el (cvs-get-buffer-create):
6963 * shell.el (shell-mode):
6964 * vc-dir.el (vc-dir-mode):
6965 Don't make `list-buffers-directory' buffer local.
6966
6967 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6968
6969 * comint.el (comint-exec, comint-run, make-comint):
6970 Doc fixes (Bug#4542).
6971
6972 2009-09-25 Glenn Morris <rgm@gnu.org>
6973
6974 * mail/rmailmm.el (rmail-mime): New custom group.
6975 Move all defcustoms in this file into this group.
6976 (rmail-mime-media-type-handlers-alist): Revert previous change.
6977 (rmail-mime-show-images): New option.
6978 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6979 references to it, since it wasn't actually used for anything.
6980 (rmail-mime-insert-image): New function.
6981 (rmail-mime-image): Use rmail-mime-insert-image.
6982 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6983 obey the value of `rmail-mime-show-images' option. Print the size of
6984 attachments.
6985
6986 2009-09-25 David Engster <deng@randomsample.de>
6987
6988 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6989
6990 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6991
6992 * whitespace.el: Does not highlight trailing spaces While point is
6993 at end of line. Does not highligt spaces at beginning of buffer
6994 while point is at beginning of buffer. Does not highlight spaces
6995 at end of buffer while point is at end of buffer. (Bug#4177)
6996 New version 12.0.
6997 (whitespace-display-mappings): Adjust initialization.
6998 (whitespace-point, whitespace-font-lock-refontify): New vars.
6999 (whitespace-color-on, whitespace-color-off): Adjust code.
7000 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7001 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7002 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7003
7004 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7007
7008 * textmodes/sgml-mode.el: Remove xml-mode alias.
7009
7010 * files.el (auto-mode-alist, conf-mode-maybe)
7011 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7012
7013 2009-09-24 Alan Mackenzie <acm@muc.de>
7014
7015 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7016 c-forward-conditionals, but it doesn't move point and doesn't set
7017 the mark.
7018 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7019 (c-down-conditional-with-else, c-backward-conditional)
7020 (c-forward-conditional): Refactor to use c-scan-conditionals.
7021
7022 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7023
7024 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7025 (help-default-arg-highlight): Remove.
7026 (help-highlight-arg): New function.
7027 (help-do-arg-highlight): Use it.
7028 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7029
7030 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7033 Undo last change, which didn't fix the problem and introduced others.
7034
7035 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7036
7037 * progmodes/gdb-mi.el: Don't require speedbar.
7038 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7039
7040 2009-09-24 Glenn Morris <rgm@gnu.org>
7041
7042 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7043
7044 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7045
7046 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7047 there is no newline after the final mime boundary. (Bug#4539)
7048 Move markers on insertion so that any buttons inserted don't end up in
7049 the next part of a multipart message.
7050 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7051 (rmail-mime-bulk-handler): Optionally handle images.
7052 (rmail-mime-image): New button action.
7053 (rmail-mime-image-handler): New function.
7054 (rmail-mime-mode): New mode.
7055 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7056
7057 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7060 than just dropping elements from it (bug#4504).
7061
7062 * term.el (term-set-scroll-region): Don't move cursor any more.
7063 (term-handle-ansi-escape): Call term-goto here instead.
7064 Suggested by Ivan Kanis <apple@kanis.eu>.
7065
7066 * term.el: Require CL.
7067 (term-ansi-reset): New function.
7068 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7069 (term-handle-colors-array): Simplify.
7070
7071 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7072
7073 * allout.el (allout-overlay-interior-modification-handler)
7074 (allout-obtain-passphrase):
7075 * epa-file.el (epa-file-write-region):
7076 * ps-print.el (ps-begin-job):
7077 * vc-hooks.el (vc-toggle-read-only):
7078 * vc-rcs.el (vc-rcs-rollback):
7079 * vc-sccs.el (vc-sccs-rollback):
7080 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7081 (vc-version-diff, vc-revert, vc-rollback):
7082 * wdired.el (wdired-check-kill-buffer):
7083 * emacs-lisp/authors.el (authors):
7084 * net/socks.el (socks-open-connection):
7085 * net/zeroconf.el (zeroconf-service-add-hook):
7086 * obsolete/vc-mcvs.el (vc-mcvs-register):
7087 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7088 (gdb-select-frame):
7089 * progmodes/grep.el (lgrep, rgrep):
7090 * progmodes/idlw-help.el (idlwave-help-check-locations)
7091 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7092 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7093 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7094 (reftex-toc-rename-label): Fix typos in error messages.
7095
7096 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7097 (dired-copy-how-to-fn): Doc fix.
7098 (dired-files-attributes, dired-read-shell-command):
7099 Fix typos in docstrings.
7100
7101 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7102 (dired-x-find-file-other-window): Reflow docstrings.
7103 (dired-omit-marker-char, dired-read-shell-command)
7104 (dired-x-submit-report): Fix typos in docstrings.
7105
7106 * shell.el (shell-mode-hook):
7107 * view.el (View-scroll-line-forward):
7108 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7109 Fix typos in docstrings.
7110
7111 * net/dig.el (dig-invoke): Fix typo in docstring.
7112 (query-dig): Reflow docstring.
7113
7114 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7115 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7116 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7117 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7118 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7119 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7120 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7121 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7122 (idlwave-completion-map, idlwave-current-indent)
7123 (idlwave-custom-ampersand-surround, idlwave-customize)
7124 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7125 (idlwave-define-abbrev, idlwave-determine-class-special)
7126 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7127 (idlwave-end-block-reg, idlwave-end-of-statement)
7128 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7129 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7130 (idlwave-explicit-class-listed, idlwave-file-header)
7131 (idlwave-fill-paragraph, idlwave-find-class-definition)
7132 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7133 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7134 (idlwave-in-quote, idlwave-indent-action-table)
7135 (idlwave-indent-expand-table, idlwave-indent-line)
7136 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7137 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7138 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7139 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7140 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7141 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7142 (idlwave-outlawed-buffers, idlwave-popup-select)
7143 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7144 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7145 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7146 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7147 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7148 (idlwave-statement-type, idlwave-struct-skip)
7149 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7150 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7151 (idlwave-what-module-find-class): Fix typos in docstrings.
7152 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7153 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7154 (idlwave-find-module, idlwave-find-structure-definition)
7155 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7156 (idlwave-list-load-path-shadows, idlwave-next-statement)
7157 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7158 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7159 (idlwave-template): Reflow docstrings.
7160
7161 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7162 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7163 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7164 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7165 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7166 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7167 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7168 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7169 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7170 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7171 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7172 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7173 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7174 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7175 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7176 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7177 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7178 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7179 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7180 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7181 Fix typos in docstrings.
7182 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7183 (idlwave-shell-hide-output, idlwave-shell-mode)
7184 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7185 Reflow docstrings.
7186
7187 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7188
7189 2009-09-24 Ivan Kanis <apple@kanis.eu>
7190
7191 * term.el (term-bold-attribute): New var.
7192 (term-handle-colors-array): Use it.
7193
7194 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * progmodes/gdb-mi.el (gdb-version): New variable.
7197 (gdb-non-stop-handler): Set gdb-version.
7198 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7199 Condition "--thread" option on gdb-version.
7200 (gdb-invalidate-threads): Remove unused argument.
7201
7202 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7205 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7206
7207 2009-09-23 Glenn Morris <rgm@gnu.org>
7208
7209 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7210 replying to mail without References or Message-Id. (Bug#4525)
7211
7212 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7213
7214 * term/ns-win.el (ns-reg-to-script): New variable.
7215
7216 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7217
7218 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7219
7220 2009-09-22 Sam Steingold <sds@gnu.org>
7221
7222 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7223 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7224 to 1 because hg returns status 1 when nothing is found.
7225 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7226
7227 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * textmodes/fill.el: Convert to utf-8 encoding.
7230 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7231 pre-unicode days.
7232
7233 * add-log.el (change-log-fill-forward-paragraph): New function.
7234 (change-log-mode): Use it so fill-region DTRT.
7235 Set fill-indent-according-to-mode here rather than in
7236 change-log-fill-paragraph.
7237 (change-log-fill-paragraph): Remove.
7238
7239 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7240
7241 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7242 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7243
7244 2009-09-22 Glenn Morris <rgm@gnu.org>
7245
7246 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7247 the scroll-bar scroll the calendar window rather than the buffer.
7248
7249 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7250 commands that move point (as opposed to scrolling).
7251
7252 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7253
7254 * emacs-lisp/elint.el (elint): New custom group.
7255 (elint-log-buffer): Make it a defcustom.
7256 (elint-scan-preloaded, elint-ignored-warnings)
7257 (elint-directory-skip-re): New options.
7258 (elint-builtin-variables): Doc fix.
7259 (elint-preloaded-env): New variable.
7260 (elint-unknown-builtin-args): Add an entry for encode-time.
7261 (elint-extra-errors): Make it a variable rather than a constant.
7262 (elint-preloaded-skip-re): New constant.
7263 (elint-directory): Skip files matching elint-directory-skip-re.
7264 (elint-features): New variable, local to linted buffers.
7265 (elint-update-env): Initialize elint-features. Possibly add
7266 elint-preloaded-env to the buffer's environment.
7267 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7268 Skip quoted forms.
7269 (elint-init-form): New function, extracted from elint-init-env.
7270 Make non-list forms a warning rather than an error.
7271 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7272 easy-menu-define, put that adds an error-condition, and provide.
7273 When requiring cl, also require cl-macs. Really require cl, to handle
7274 some cl macros. Store required libraries in the list elint-features,
7275 so as not to re-load them. Treat cc-require like require.
7276 (elint-init-env): Call elint-init-form to do the work.
7277 Handle eval-and-compile and such like.
7278 (elint-add-required-env): Do not clear messages.
7279 (elint-special-forms): Add handlers for function, defalias, if, when,
7280 unless, and, or.
7281 (elint-form): Add optional argument to ignore elint-special-forms,
7282 useful to prevent recursive calls from handlers. Doc fix.
7283 Respect elint-ignored-warnings.
7284 (elint-form): Respect elint-ignored-warnings.
7285 (elint-bound-variable, elint-bound-function): New variables.
7286 (elint-unbound-variable): Respect elint-bound-variable.
7287 (elint-get-args): Respect elint-bound-function.
7288 (elint-check-cond-form): Add some simple handling for (f)boundp and
7289 featurep tests.
7290 (elint-check-defalias-form): New handler.
7291 (elint-check-let-form): Make an empty let a warning rather than an
7292 error.
7293 (elint-check-setq-form): Make an empty setq a warning rather than an
7294 error. Respect elint-ignored-warnings.
7295 (elint-check-defvar-form): Accept null doc-strings.
7296 (elint-check-conditional-form): New handler. Does some simple-minded
7297 checking of featurep and (f)boundp tests.
7298 (elint-put-function-args): New function.
7299 (elint-initialize): Use elint-scan-doc-file rather than
7300 elint-find-builtin-variables. Use elint-put-function-args.
7301 Possibly scan preloaded-file-list.
7302 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7303 extend to handle functions as well.
7304
7305 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7306
7307 * linum.el (linum-delete-overlays, linum-update-window):
7308 Do not modify the right margin. (Bug#3971)
7309
7310 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7313 nxml-mode instead of xml-mode.
7314
7315 2009-09-21 Kevin Ryde <user42@zip.com.au>
7316
7317 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7318
7319 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * net/dig.el (dig-mode): Use define-derived-mode.
7322
7323 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7324
7325 * vc-dispatcher.el (vc-do-command): Return the process object in
7326 the asynchronous case. Use when instead of if. Do not run
7327 vc-exec-after to display a message if not enabled. (Bug#4463)
7328
7329 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7330 properties to the stash strings.
7331 (vc-git-stash-list): Return a list of strings.
7332 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7333 (vc-git-stash-show-at-point): New functions.
7334 (vc-git-stash-map): New keymap.
7335
7336 * register.el (ctl-x-r-map): Define the keys here instead of
7337 using autoload.
7338
7339 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7340
7341 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7342 list, to workaround performance problem (bug#4485).
7343
7344 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7347
7348 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7349
7350 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7351 Document that this option is not recommended to use.
7352
7353 2009-09-19 Glenn Morris <rgm@gnu.org>
7354
7355 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7356 variable `var'.
7357
7358 * calc/calc-alg.el (var):
7359 * calc/calcalg2.el (var): Define for compiler.
7360
7361 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7362
7363 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7364 Doc fix (Bug#3932).
7365
7366 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7367
7368 * time-stamp.el (time-stamp-month-dd-yyyy)
7369 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7370 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7371 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7372 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7373 Remove functions that have been obsolete since 1995 (Bug#4436).
7374
7375 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7376 indent buffer only if called interactively (Bug#4452).
7377
7378 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7379 Eli Zaretskii <eliz@gnu.org>
7380
7381 This fixes bug#4197 (merged to bug#865, though not identical).
7382 * server.el (server-auth-dir): Add docstring note about FAT32.
7383 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7384 but warn against using them.
7385
7386 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7389 older GDB where there is no has_more field.
7390
7391 2009-09-19 Glenn Morris <rgm@gnu.org>
7392
7393 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7394
7395 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * files.el (auto-mode-alist): Change default for XML files to nXML
7398 mode (Bug#4169).
7399
7400 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * server.el (server-ensure-safe-dir): Pass 'integer
7403 to `file-attributes', as suggested.
7404
7405 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7408 (dired-query): Use read-key.
7409
7410 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7411
7412 * cus-start.el (ns-use-qd-smoothing): Remove.
7413
7414 2009-09-18 Glenn Morris <rgm@gnu.org>
7415
7416 * allout.el (top-level): Remove unnecessary progn.
7417
7418 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7419
7420 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7421 definition of abbrev table.
7422
7423 * speedbar.el (speedbar-track-mouse):
7424 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7425 * net/eudc.el (eudc-expand-inline):
7426 * net/newst-backend.el (newsticker--cache-read-feed):
7427 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7428 condition-case handlers.
7429
7430 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7431
7432 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7433 (gdb-var-list): Add an element for has_more field.
7434 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7435 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7436 (gdb-var-update-handler-1): Parse output of dynamic variable
7437 objects (STL containers).
7438 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7439 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7440
7441 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7442 gdb-var-list.
7443 (gud-speedbar-buttons): Make node expandable if expression "has more"
7444 children.
7445
7446 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * startup.el (emacs-quick-startup): Remove variable and all uses.
7449 (command-line): Set `inhibit-x-resources' instead.
7450 (command-line-1): Use `inhibit-x-resources' instead.
7451
7452 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7453
7454 * subr.el: Fix last change to avoid using the `unless' macro,
7455 which breaks bootstrapping.
7456
7457 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7460 extended definitions, in case we reload subr.el after having
7461 loaded CL.
7462 (eval-next-after-load): Mark as obsolete.
7463
7464 2009-09-17 Juri Linkov <juri@jurta.org>
7465
7466 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7467 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7468 (menu-bar-showhide-menu, menu-bar-tools-menu)
7469 (menu-bar-describe-menu, menu-bar-help-menu)
7470 (minibuffer-local-completion-map, minibuffer-local-map):
7471 Fix list quoting.
7472
7473 2009-09-17 Glenn Morris <rgm@gnu.org>
7474
7475 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7476 arguments, whether or not it has a handler.
7477
7478 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7479
7480 * simple.el (hard-newline): Give it a doc-string.
7481
7482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7483 (lisp-mode-syntax-table): Give them doc-strings.
7484
7485 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7486
7487 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7488 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7489 (menu-bar-options-menu, menu-bar-showhide-menu)
7490 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7491 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7492 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7493 (menu-bar-options-menu, menu-bar-tools-menu)
7494 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7495 (menu-bar-help-menu):
7496 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7497 string arguments.
7498
7499 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7500 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7501 calls for the menu names and :help.
7502
7503 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7506 to :minor-mode-function (bug#4455).
7507
7508 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * startup.el (command-line): Initialize the window-system after
7511 processing the command-line.
7512
7513 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7514 page-delimiter matches the empty string.
7515
7516 2009-09-16 Glenn Morris <rgm@gnu.org>
7517
7518 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7519 byte-compile-not-obsolete-var. It's a list now.
7520 (byte-compile-not-obsolete-funcs): New variable.
7521 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7522 byte-compile-not-obsolete-funcs.
7523 (byte-compile-variable-ref, byte-compile-defvar): Update for
7524 byte-compile-not-obsolete-vars name-change and list nature.
7525 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7526 and variables behind (f)boundp tests.
7527 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7528
7529 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7530
7531 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7532
7533 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7536 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7537 Don't autoload.
7538
7539 2009-09-15 Stephen Eglen <stephen@gnu.org>
7540
7541 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7542 the virtual-buffers, use the name of the buffer specified by
7543 find-file-noselect, as the match may be a symlink. (This was a
7544 problem if the target and the symlink had different names.)
7545
7546 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7549
7550 * desktop.el (desktop-path): Check user-emacs-directory.
7551
7552 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7553
7554 * loadup.el: Use after-load-functions to GC after loading each file.
7555 Remove the explicit GC calls that used to be sprinkled around.
7556
7557 * subr.el (after-load-functions): New hook.
7558 (do-after-load-evaluation): Run it. Use string-match-p to detect
7559 `obsolete' packages, rather than painfully extracting the relevant
7560 directory name.
7561
7562 2009-09-15 Glenn Morris <rgm@gnu.org>
7563
7564 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7565 free variable `doc'.
7566
7567 * dired.el (dired-mode-map): Add menu entry for async shell command.
7568
7569 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7570 variables, also consider the .elc files, since the .el files are
7571 normally gzipped (subsequent code locates the .el.gz from the .elc).
7572
7573 * calc/calc-prog.el (arglist): Define for compiler.
7574
7575 * calendar/diary-lib.el (diary-display-function): Change the default to
7576 fancy display.
7577 (body): Define for compiler.
7578
7579 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7580 (byte-compile-file-form, byte-compile-lambda)
7581 (byte-compile-top-level-body, byte-compile-form)
7582 (byte-compile-variable-ref, byte-compile-setq)
7583 (byte-compile-setq-default, byte-compile-body)
7584 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7585 (batch-byte-compile): Give some more local variables with common names
7586 a "bytecomp-" prefix to avoid masking warnings about free variables.
7587
7588 * startup.el (command-line-1): Give local variables with common names a
7589 distinguishing prefix, so as not to hide free variable warnings during
7590 bootstrap.
7591
7592 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7593 clever and add a suffix to make a unique name, just let the user decide
7594 whether or not to overwrite it. If the input is a directory, write the
7595 default filename to that directory. (Bug#4388)
7596 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7597 is a filename-as-a-directory.
7598
7599 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * textmodes/page.el (what-page): Don't move to beginning of line.
7602 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7603
7604 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7605
7606 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7607
7608 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7609
7610 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7611 * help.el (help-for-help-internal): Add purecopy calls for text.
7612
7613 * vc.el (top): print-log method now takes an optional SHORTLOG
7614 argument. Add a new method: root.
7615 (vc-root-diff, vc-print-root-log): New functions.
7616 (vc-log-short-style): New variable.
7617 (vc-print-log-internal): Add support for showing short logs.
7618
7619 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7620 vc-print-root-log and vc-print-root-diff.
7621
7622 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7623 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7624 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7625 short logs.
7626
7627 * vc-cvs.el (vc-cvs-print-log):
7628 * vc-mtn.el (vc-mtn-print-log):
7629 * vc-rcs.el (vc-rcs-print-log):
7630 * vc-sccs.el (vc-sccs-print-log):
7631 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7632 that is ignored for now.
7633
7634 * vc-mtn.el (vc-mtn-annotate-command):
7635 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7636
7637 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7640 to function-key-map, and give them ascii-character property.
7641 * term/x-win.el (x-alternatives-map):
7642 * term/ns-win.el (ns-alternatives-map):
7643 * term/internal.el (msdos-key-remapping-map):
7644 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7645
7646 2009-09-14 Glenn Morris <rgm@gnu.org>
7647
7648 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7649 temp-buffers (2009-09-12).
7650
7651 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7654 the new read-key function.
7655
7656 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7657
7658 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7659 is defined (Bug#4405).
7660
7661 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7662
7663 * recentf.el (recentf-cleanup): Use a hash table to find
7664 duplicates (Bug#4407).
7665
7666 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7667
7668 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7669 kp-0 to ascii equivalents (Bug#4325).
7670
7671 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7674
7675 * eshell/em-hist.el:
7676 * eshell/em-dirs.el (eshell-complete-user-reference):
7677 Declare pcomplete functions and variables to avoid compiler warnings.
7678
7679 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7680
7681 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7682 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7683 * eshell/em-alias.el (eshell-aliases-file):
7684 * eshell/em-hist.el (eshell-history-file-name):
7685 Use expand-file-name instead of concat to make file names (Bug#4308).
7686
7687 2009-09-13 Glenn Morris <rgm@gnu.org>
7688
7689 * ediff-merg.el (ediff-do-merge):
7690 * filesets.el (filesets-run-cmd):
7691 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7692 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7693 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7694 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7695 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7696 Replace empty `let's with `progn'.
7697
7698 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * mail/sendmail.el (send-mail-function):
7701 * tooltip.el (tooltip-mode):
7702 * simple.el (transient-mark-mode):
7703 * rfn-eshadow.el (file-name-shadow-mode):
7704 * frame.el (blink-cursor-mode):
7705 * font-core.el (global-font-lock-mode):
7706 * files.el (temporary-file-directory)
7707 (small-temporary-file-directory, auto-save-file-name-transforms):
7708 * epa-hook.el (auto-encryption-mode):
7709 * composite.el (global-auto-composition-mode):
7710 Use custom-initialize-delay.
7711 * startup.el (command-line): Don't explicitly call
7712 custom-reevaluate-setting for all the above vars.
7713 * custom.el (custom-initialize-safe-set)
7714 (custom-initialize-safe-default): Delete.
7715
7716 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * term/x-win.el (x-initialize-window-system):
7719 * term/w32-win.el (w32-initialize-window-system):
7720 * term/ns-win.el (ns-initialize-window-system): Don't call
7721 mouse-wheel-mode since it's enabled globally by default already.
7722
7723 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7724 actually define the variable, but only silences the byte-compiler.
7725 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7726 before looking it up.
7727 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7728 is changed.
7729
7730 2009-09-12 Glenn Morris <rgm@gnu.org>
7731
7732 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7733 1000.
7734 (elint-add-required-env): Don't beep on error.
7735 (elint-forms): In case of error, return ENV unchanged.
7736 (elint-init-env): Skip non-list forms.
7737 (elint-log): Handle unknown file positions.
7738
7739 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7740
7741 * epg.el (epg-make-context): Add autoload cookie.
7742 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7743 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7744 (epg-verify-string, epg-start-sign, epg-sign-file)
7745 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7746 (epg-encrypt-string, epg-start-export-keys)
7747 (epg-export-keys-to-file, epg-export-keys-to-string)
7748 (epg-start-import-keys, epg-import-keys-from-file)
7749 (epg-import-keys-from-string, epg-start-receive-keys)
7750 (epg-receive-keys, epg-import-keys-from-server)
7751 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7752 (epg-sign-keys, epg-start-generate-key)
7753 (epg-generate-key-from-file, epg-generate-key-from-string):
7754 Remove autoload cookie.
7755
7756 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7757
7758 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7759 reevaluation of trash-directory.
7760
7761 * mwheel.el: Fix last change.
7762 (mouse-wheel-mode): New defvar.
7763 (mouse-wheel-mode): Remove autoload cookie.
7764
7765 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * mwheel.el (mwheel-installed-bindings): New var.
7768 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7769 the bindings we set last time. Use custom-initialize-delay.
7770 * loadup.el: Load mwheel after term/*-win.el.
7771 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7772 and mouse-wheel-up-event now that their first evaluation is done
7773 sufficiently late to be correct.
7774
7775 * startup.el (tutorial-directory): Make it a defcustom.
7776 Use custom-initialize-delay rather than eval-at-startup to set it.
7777 * image.el (image-load-path): Make it a defcustom.
7778 Use custom-initialize-delay rather than eval-at-startup to set it.
7779 * subr.el (eval-at-startup): Remove.
7780 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7781
7782 * subr.el (do-after-load-evaluation): Warn the user after loading an
7783 obsolete package.
7784
7785 2009-09-12 Glenn Morris <rgm@gnu.org>
7786
7787 * proced.el (proced-mark-alt): Remove alias.
7788 (proced-mode-map): Remove proced-mark-alt.
7789
7790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7791 Elint file and directory. Remove initialization entry.
7792
7793 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7794 commands.
7795 (elint-current-buffer): Set mode-line-process.
7796 (elint-init-env): Handle define-derived-mode.
7797 Fix declare-function with unspecified arglist. Guard against odd
7798 defalias statements (eg iso-insert's 8859-1-map).
7799 (elint-add-required-env): Use a temp buffer.
7800 (elint-form): Just print the function/macro name, not the whole form.
7801 Return env unchanged if we fail to parse a macro.
7802 (elint-forms): Guard against parse errors.
7803 (elint-output): New function, to handle batch mode.
7804 (elint-log-message): Add optional argument. Use elint-output.
7805 (elint-set-mode-line): New function.
7806
7807 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7808
7809 * emacs-lisp/elp.el (elp-not-profilable): Add more
7810 functions (Bug#4233).
7811
7812 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7813
7814 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7815 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7816
7817 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7820 (gdb-var-list-children): Use json parsing.
7821
7822 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7823
7824 * progmodes/js.el (js--proper-indentation): Handle the case where
7825 char-before is null. Reported by Deniz Dogan.
7826
7827 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7828
7829 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7830
7831 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7832
7833 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7834 (epg-digest-algorithm-alist): Add SHA224.
7835 (epg-context-set-passphrase-callback)
7836 (epg-context-set-progress-callback): Add description about
7837 callback function.
7838
7839 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * custom.el (custom-delayed-init-variables): New var.
7842 (custom-initialize-delay): New function.
7843 * startup.el (command-line): "Re"evaluate all vars in
7844 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7845 explicitly any more.
7846 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7847 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7848
7849 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7850
7851 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7852
7853 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7854 (gdb-var-update-handler): Use json parsing.
7855
7856 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7857
7858 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7859 decode annotated text, regardless of language environment. (Bug#2741)
7860
7861 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * Makefile.in (autoloads): Make rmail.el writable as well.
7864
7865 2009-09-11 Glenn Morris <rgm@gnu.org>
7866
7867 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7868 loaddefs.el.
7869 * dired.el: Regenerate with extracted autoloads.
7870 * Makefile.in (autoloads): Make dired.el writable.
7871
7872 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7873 * ibuffer.el: Regenerate with extracted autoloads.
7874 * Makefile.in (autoloads): Make ibuffer.el writable.
7875
7876 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7877 * version.el (emacs-copyright, emacs-major-version)
7878 (emacs-minor-version): Reformat doc-strings for make-docfile.
7879
7880 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7881 functions and variables, since they must be stuff specific to some other
7882 platform.
7883 (apropos-print): Make mouse-click message less specific about button.
7884
7885 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7886 that records where a macro was defined.
7887 * help-fns.el (describe-function-1): Mention if a function has a
7888 compiler-macro.
7889 * help-mode.el (help-function-cmacro): New button.
7890
7891 * locate.el (top-level): Always require dired.
7892 (locate-mode-map): Initialize inside the defvar.
7893
7894 * net/ange-ftp.el (dired-compress-file): Declare.
7895 (ange-ftp-dired-compress-file): Add doc string.
7896
7897 * term/ns-win.el (x-display-name, x-setup-function-keys):
7898 Unify doc-strings with X versions.
7899
7900 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * emulation/crisp.el (crisp-mode-map): Move initialization
7903 into declaration.
7904 (crisp-mode): Use define-minor-mode.
7905
7906 * progmodes/xscheme.el (xscheme-evaluation-commands):
7907 Put a :advertised-binding property rather than using
7908 advertised-xscheme-send-previous-expression.
7909 (advertised-xscheme-send-previous-expression): Declare obsolete.
7910 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7911 `advertised-undo'.
7912 (crisp-mode): Add corresponding bindings to
7913 undo's :advertised-binding instead.
7914 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7915 than using dired-advertised-find-file.
7916 (dired-advertised-find-file):
7917 * simple.el (advertised-undo):
7918 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7919 (widget-keymap): Put a :advertised-binding property rather
7920 than using advertised-widget-backward.
7921 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7922 than using advertised-undo.
7923 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7924
7925 2009-09-10 Simon South <ssouth@slowcomputing.org>
7926
7927 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7928 Mark mode is enabled and region is active; otherwise indent or
7929 insert TAB as usual.
7930 (delphi-mode): Update description of TAB-key binding.
7931
7932 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * subr.el (define-key-rebound-commands): Mark obsolete.
7935 * startup.el (precompute-menubar-bindings): Remove.
7936 (normal-top-level): Remove obsolete code that tried to precompute
7937 menubar bindings.
7938 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7939 define-key-rebound-commands and precompute-menubar-bindings.
7940
7941 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7942
7943 * net/imap.el (imap-interactive-login): Better messages.
7944 (imap-open): Fix bug with renamed buffer on reconnect.
7945 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7946 for easier debugging and cleaner code. On successful (guessed based on
7947 server capabilities) secondary authentication, set imap-state
7948 correctly.
7949 (imap-last-authenticator): Define imap-last-authenticator as a variable
7950 to avoid warnings.
7951
7952 2009-09-10 Glenn Morris <rgm@gnu.org>
7953
7954 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7955
7956 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7957 (byte-compile-file-form-autoload): Don't warn about unknown functions
7958 where the autoload statement comes after the use.
7959 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7960 that any handlers inside the body (eg require) are in turn respected.
7961
7962 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7963 effects.
7964
7965 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7966 and syntax and abbrev tables basic docs, if they don't have any.
7967
7968 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7969
7970 * international/mule-cmds.el (top-level): Require cl when compiling.
7971 (view-hello-file): Use default-value rather than
7972 default-enable-multibyte-characters.
7973
7974 * progmodes/fortran.el: Move all safe and risky properties into the
7975 defcustoms.
7976
7977 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7978 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7979 * mail/undigest.el:
7980 Put autoloads in rmail.el rather than loaddefs.el.
7981 * mail/rmail.el: Regenerate with extracted autoloads.
7982
7983 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7984 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7985
7986 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7987
7988 Reported in thread for Bug#4375.
7989 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7990 "-data-evaluate-expression" instead of print.
7991 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7992 (gdb-tooltip-print): Parse output from above MI command.
7993 (gdb): Revert 2009-08-11 change. User should detach inferior
7994 manually.
7995
7996 Remove the word "separate" from IO functions as inferior
7997 output is now never displayed in the GUD buffer.
7998
7999 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * startup.el (command-line-normalize-file-name): On Windows and
8002 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8003
8004 2009-09-10 Juri Linkov <juri@jurta.org>
8005
8006 * isearch.el (isearch-text-char-description): Propertize escape
8007 character sequences with the `escape-glyph' face. (Bug#4344)
8008
8009 * simple.el (shell-command): Set asynchronous process filter to
8010 `comint-output-filter'. (Bug#4343)
8011
8012 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8013 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8014 the list. Move "asm" to the bottom.
8015 (grep-find-ignored-directories): Add `choice' with nil value
8016 to empty the list easily.
8017 (grep-find-ignored-files): New option.
8018 (grep-files-history): Set to nil by default instead of '("ch" "el").
8019 (grep-compute-defaults): Add "<X>" to `grep-template'.
8020 (grep-read-files): Bind new local variables `default-alias' and
8021 `default-extension'. Use a list of default values for the file prompt.
8022 (lgrep): Add `--exclude=' command line options composed from
8023 `grep-find-ignored-files'.
8024 (rgrep): Add `-name' command line options composed from
8025 `grep-find-ignored-files'. (Bug#4301)
8026
8027 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8030 (bug#4368).
8031
8032 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * calendar/time-date.el (autoload):
8035 Expand define-obsolete-function-alias into defalias and make-obsolete
8036 for old Emacsen that Gnus supports.
8037 (with-no-warnings): Define it for old Emacsen.
8038 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8039 is available.
8040 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8041 float-time is available; suppress compile warning for time-to-seconds.
8042
8043 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8044
8045 * net/imap.el (imap-message-map): Docstring fix.
8046
8047 2009-09-09 Glenn Morris <rgm@gnu.org>
8048
8049 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8050 line numbers too. (Bug#4374)
8051
8052 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * smerge-mode.el (smerge-remove-props, smerge-refine):
8055 Use with-silent-modifications (bug#4342).
8056
8057 * subr.el (with-silent-modifications): New macro.
8058
8059 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8060
8061 * files.el (top-level): Require `cl' when compiling.
8062
8063 2009-09-07 Glenn Morris <rgm@gnu.org>
8064
8065 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8066
8067 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8068 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8069
8070 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8071
8072 * vc-git.el (vc-git-annotate-command): Use separator to parse
8073 arguments correctly.
8074
8075 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8076
8077 * proced.el (proced-mode): Doc fix.
8078
8079 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8080
8081 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8082 lstat fails.
8083 (tramp-do-file-attributes-with-ls): Check for file existence at
8084 remote end.
8085 (tramp-do-file-attributes-with-stat): Likewise.
8086 (tramp-convert-file-attributes): Return nil when attr is nil.
8087
8088 2009-09-05 Glenn Morris <rgm@gnu.org>
8089
8090 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8091 properties to this button.
8092 (diary-fancy-display): Don't extend the button to the final newline.
8093 (diary-fancy-display-mode): Continue to define "q" as a local key.
8094
8095 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8096 efficient.
8097
8098 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8099
8100 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8101 (byte-compile-dest-file-function): New option.
8102 (byte-compile-dest-file): Doc fix.
8103 Obey byte-compile-dest-file-function.
8104 (byte-compile-cl-file-p): New function.
8105 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8106 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8107 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8108 than for file being previously loaded.
8109 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8110 (byte-compile-file-form-require): Handle the case where requiring a file
8111 indirectly causes CL to be loaded.
8112
8113 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8114
8115 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8116 before killing the old buffer, since by the time `kill-buffer' is
8117 run so many buffer variables have been set to nil that it may not
8118 behave as expected. (Bug#4061)
8119
8120 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8121
8122 * files.el (find-alternate-file): If the old buffer is modified
8123 and visiting a file, behave similarly to `kill-buffer' when
8124 killing it, thus reverting to the pre-1.878 behavior; see
8125 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8126 for discussion. Also, consult `buffer-file-name' as a variable
8127 not as a function, for consistency with the rest of the code.
8128
8129 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8130
8131 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8132 also when adding a new directory.
8133
8134 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8135 defun.
8136
8137 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * files.el (locate-file-completion-table): Make it provide boundary
8140 information, so partial-completion works better.
8141
8142 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8143
8144 * mail/footnote.el (Footnote-text-under-cursor):
8145 Check footnote-text-marker-alist before using it (bug#4324).
8146
8147 2009-09-04 Glenn Morris <rgm@gnu.org>
8148
8149 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8150 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8151 * play/solitaire.el, play/tetris.el:
8152 Remove leading * from defcustom and defface docs.
8153
8154 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8155 necessary.
8156 (diary-fancy-overriding-map): New variable.
8157 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8158 Use view-mode.
8159
8160 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8161 goto-line.
8162
8163 2009-09-03 Glenn Morris <rgm@gnu.org>
8164
8165 * arc-mode.el (archive-mode):
8166 * dos-fns.el (set-default-process-coding-system):
8167 * man.el (Man-getpage-in-background):
8168 * menu-bar.el (menu-bar-describe-menu):
8169 * server.el (server-process-filter):
8170 * startup.el (command-line):
8171 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8172 * w32-fns.el (set-default-process-coding-system):
8173 * x-dnd.el (x-dnd-handle-file-name):
8174 * international/mule-cmds.el (mule-menu-keymap)
8175 (set-default-coding-systems, language-info-alist, set-language-info)
8176 (set-language-environment, standard-display-european-internal)
8177 (set-locale-environment):
8178 * international/mule-diag.el (mule-diag):
8179 * mail/emacsbug.el (report-emacs-bug):
8180 * mail/rmail.el (rmail-mode):
8181 * mail/sendmail.el (mail-setup):
8182 Use default-value rather than default-enable-multibyte-characters.
8183
8184 * progmodes/f90.el: Move all safe properties into the defcustoms.
8185 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8186
8187 * calendar/appt.el (appt-check):
8188 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8189 (diary-check-diary-file, diary-list-entries)
8190 (diary-include-other-diary-files, diary-simple-display)
8191 (diary-fancy-display, diary-print-entries)
8192 (diary-mark-included-diary-files, diary-make-entry):
8193 Don't call substitute-in-file-name on diary-file.
8194
8195 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8196 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8199 (footnote-mode-map): Move initialization into the declaration.
8200 (footnote-minor-mode-map): Define it rather than changing global-map.
8201 (footnote-mode): Use define-minor-mode.
8202
8203 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8204
8205 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8206 (tramp-do-file-attributes-with-perl)
8207 (tramp-do-file-attributes-with-stat): Rename from
8208 `tramp-handle-file-attributes-with-*'.
8209 (tramp-handle-file-attributes): Use them.
8210 (tramp-do-directory-files-and-attributes-with-perl)
8211 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8212 `tramp-handle-directory-files-and-attributes-with-*'.
8213 (tramp-handle-directory-files-and-attributes): Use them.
8214 (tramp-method-out-of-band-p): Additional parameter SIZE.
8215 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8216 (tramp-handle-write-region): Use it.
8217 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8218 (tramp-handle-vc-registered): Check, whether the first run did
8219 return files to be tested.
8220 (tramp-advice-make-auto-save-file-name): Do not call directly
8221 `tramp-handle-make-auto-save-file-name', because this would bypass
8222 the locking mechanism.
8223
8224 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8225 (file-remote-p, process-file, start-file-process, set-file-times)
8226 (tramp-compat-file-attributes): Compatibility functions shall not
8227 call directly `tramp-handle-*', because this would bypass the
8228 locking mechanism.
8229 (tramp-compat-number-sequence): New defun.
8230
8231 2009-09-02 Glenn Morris <rgm@gnu.org>
8232
8233 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8234 alias for float-time.
8235 (time-to-number-of-days): In Emacs, use float-time.
8236 * net/newst-backend.el (time-add): Suppress warnings from compat
8237 function.
8238 * time.el (emacs-uptime, emacs-init-time):
8239 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8240 Use float-time rather than time-to-seconds.
8241
8242 * minibuffer.el (completion-initials-expand): Fix typo.
8243
8244 * faces.el (modeline, modeline-inactive, modeline-highlight)
8245 (modeline-buffer-id):
8246 * info.el (info-menu-5): Mark these face aliases as obsolete.
8247
8248 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8249
8250 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8251 space ...
8252 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8253 no "--thread" option.
8254 (gdb-stopped): Don't print "Switched to thread" message when it is
8255 unchanged.
8256
8257 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * minibuffer.el (completion-try-completion)
8260 (completion-all-completions): Remove ill-defined (and
8261 mistakenly installed and luckily never used nor documented)
8262 `completion-styles' property.
8263 (completion-initials-expand, completion-initials-all-completions)
8264 (completion-initials-try-completion): New functions.
8265 (completion-styles-alist): Add doc to each entry.
8266 Add new `initials' entry.
8267
8268 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8269
8270 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8271 MI command -var-evaluate-expression.
8272 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8273 and tweak for case of string child.
8274 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8275
8276 2009-09-01 Glenn Morris <rgm@gnu.org>
8277
8278 * add-log.el (change-log-date-face, change-log-name-face)
8279 (change-log-email-face, change-log-file-face, change-log-list-face)
8280 (change-log-conditionals-face, change-log-function-face)
8281 (change-log-acknowledgement-face):
8282 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8283 (custom-modified-face, custom-set-face, custom-changed-face)
8284 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8285 (custom-documentation-face, custom-state-face, custom-comment-face)
8286 (custom-comment-tag-face, custom-variable-tag-face)
8287 (custom-variable-button-face, custom-face-tag-face)
8288 (custom-group-tag-face-1, custom-group-tag-face):
8289 * diff-mode.el (diff-header-face, diff-file-header-face)
8290 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8291 (diff-added-face, diff-changed-face, diff-function-face)
8292 (diff-context-face, diff-nonexistent-face):
8293 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8294 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8295 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8296 (Info-title-4-face):
8297 * isearch.el (isearch-lazy-highlight-face):
8298 * log-view.el (log-view-file-face, log-view-message-face):
8299 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8300 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8301 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8302 (cvs-msg-face):
8303 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8304 (smerge-base-face, smerge-markers-face):
8305 * wid-edit.el (widget-documentation-face, widget-button-face)
8306 (widget-field-face, widget-single-line-field-face)
8307 (widget-inactive-face, widget-button-pressed-face):
8308 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8309 (woman-addition-face):
8310 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8311 (eshell-ls-executable-face, eshell-ls-readonly-face)
8312 (eshell-ls-unreadable-face, eshell-ls-special-face)
8313 (eshell-ls-missing-face, eshell-ls-archive-face)
8314 (eshell-ls-backup-face, eshell-ls-product-face)
8315 (eshell-ls-clutter-face):
8316 * eshell/em-prompt.el (eshell-prompt-face):
8317 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8318 * obsolete/old-whitespace.el (whitespace-highlight-face):
8319 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8320 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8321 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8322 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8323 (antlr-font-lock-literal-face):
8324 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8325 (ebrowse-root-class-face, ebrowse-file-name-face)
8326 (ebrowse-default-face, ebrowse-member-attribute-face)
8327 (ebrowse-member-class-face, ebrowse-progress-face):
8328 * progmodes/make-mode.el (makefile-space-face):
8329 * progmodes/sh-script.el (sh-heredoc-face):
8330 * textmodes/flyspell.el (flyspell-incorrect-face)
8331 (flyspell-duplicate-face):
8332 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8333 * textmodes/texinfo.el (texinfo-heading-face):
8334 Mark face aliases with "-face" suffix as obsolete.
8335
8336 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8337 compiler.
8338
8339 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8340 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8341 easy-menu-define wants to modify these.
8342
8343 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8344
8345 * net/browse-url.el (browse-url-file-url):
8346 * term/internal.el (dos-codepage-setup):
8347 Use default-value rather than default-enable-multibyte-characters.
8348
8349 * progmodes/etags.el (etags-goto-tag-location):
8350 * progmodes/flymake.el (flymake-highlight-line)
8351 (flymake-goto-file-and-line, flymake-goto-line):
8352 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8353 (gdb-goto-breakpoint):
8354 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8355 * progmodes/python.el (python-find-function)
8356 (python-pdbtrack-track-stack-file):
8357 * progmodes/verilog-mode.el (verilog-surelint-off):
8358 * term/ns-win.el (ns-open-file-select-line):
8359 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8360 Use forward-line rather than goto-line.
8361
8362 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8363 * textmodes/reftex-index.el (reftex-display-index):
8364 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8365 * textmodes/reftex-toc.el (reftex-toc):
8366 Remove unnecessary bindings of default-major-mode (all are followed by
8367 major-mode check and possible mode switch).
8368
8369 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8370
8371 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8372 Handle watchpoints (bug#4282).
8373 (def-gdb-thread-buffer-command): Enable thread to be selected by
8374 clicking without selecting threads buffer first.
8375 (gdb-current-context-command): Use selected frame so that "up",
8376 "down" etc work in the GUD buffer.
8377 (gdb-update): Find selected frame before rendering stack buffer.
8378 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8379
8380 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * progmodes/sym-comp.el (displayed-completions): Remove.
8383 (symbol-complete): Use minibuffer-complete.
8384
8385 2009-08-31 Glenn Morris <rgm@gnu.org>
8386
8387 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8388
8389 * apropos.el (apropos-symbols-internal):
8390 Handle (obsolete) face aliases.
8391
8392 * faces.el (describe-face): Adjust the output format to be more like
8393 describe-variable, and to mention (obsolete) face aliases.
8394 Adjust the whitespace so that help-setup-xref works.
8395
8396 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8397 * calendar/diary-lib.el (diary-button-face):
8398 Mark these face aliases as obsolete.
8399
8400 * calendar/calendar.el (calendar-today): Doc fix.
8401
8402 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8403
8404 * progmodes/gdb-mi.el (gdb-control-all-threads)
8405 (gdb-control-current-thread): Force tool bar update.
8406 (gdb-non-stop-handler): New function.
8407 (gdb-init-1): Use it to test if non-stop mode is supported.
8408 Remove unused gdbmi buffer type.
8409
8410 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8411
8412 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8413 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8414
8415 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8416
8417 * comint.el (comint-exec-1): Check command is non-null first.
8418 Part of gdb-mi.el change (2009-08-28).
8419
8420 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8423
8424 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8425
8426 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8427 instead of `dolist' to avoid a recursive require when bootstrapping.
8428
8429 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8432
8433 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8434
8435 * net/imap.el (imap-send-command): Simplify.
8436 (imap-wait-for-tag): point-max -> buffer-size.
8437
8438 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8439
8440 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8441 with constant argument.
8442
8443 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8444
8445 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8446
8447 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8448 Change default, since most of our files don't have a history.
8449 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8450 the user.
8451
8452 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8453 Add comint-run.
8454
8455 * calc/calc.el: Improve commenting convention.
8456 (calc-digit-map, toplevel): Simplify.
8457
8458 * comint.el (comint-insert-input): Be careful to only set point if we
8459 don't delegate to some other command.
8460
8461 * proced.el (proced-signal-list): Make it an alist.
8462 (proced-grammar-alist): Capitalize names.
8463 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8464 Disable undo manually and make it read-only.
8465 Use completion-annotate-function.
8466
8467 * minibuffer.el (minibuffer-message): If the current buffer is not
8468 a minibuffer, insert the message in the echo area rather than at the
8469 end of the buffer.
8470 (completion-annotate-function): New variable.
8471 (minibuffer-completion-help): Use it.
8472 (completion--embedded-envvar-table): Environment vars are
8473 always case-sensitive.
8474
8475 2009-08-30 Glenn Morris <rgm@gnu.org>
8476
8477 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8478 from fortran-current-defun.
8479 (fortran-beginning-of-subprogram): Be more precise about finding the
8480 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8481 (fortran-end-of-subprogram): Simplify.
8482 (fortran-current-defun): Use fortran-start-prog-re.
8483
8484 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * subr.el (do-after-load-evaluation): Simplify.
8487
8488 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8489
8490 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8491
8492 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8493 (vc-rcs-print-log): Use it.
8494
8495 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8496
8497 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * paths.el (abbrev-file-name): Move to abbrev.el.
8500 * abbrev.el (abbrev-file-name): Move from paths.el.
8501 Obey user-emacs-directory.
8502 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8503 user-emacs-directory.
8504 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8505 abbrev-file-name and calc-settings-file any more.
8506 * startup.el (command-line): Recompute abbrev-file-name and
8507 abbreviated-home-dir.
8508 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8509 of the special code for when C-h bindings haven't been changed.
8510 (display-startup-echo-area-message): Use with-current-buffer.
8511 (command-line-1): Use a list of strings, rather than a list of lists
8512 of strings for longopts.
8513
8514 * files.el (get-free-disk-space): Use / for default-directory.
8515
8516 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8517 Use with-current-buffer.
8518
8519 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8520 Recognize immutable variables like most-positive-fixnum.
8521 (byte-compile-setq-default): Check and warn if trying to assign
8522 to an immutable variable, or a non-variable.
8523
8524 * progmodes/cc-vars.el (c-comment-continuation-stars):
8525 * progmodes/cc-engine.el (c-looking-at-bos):
8526 * progmodes/cc-cmds.el (c-toggle-auto-state)
8527 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8528 (c-comment-line-break-function): Add version of obsolescence.
8529
8530 2009-08-28 Juri Linkov <juri@jurta.org>
8531
8532 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8533 associated with `archive-mode'.
8534
8535 * image.el (image-type-header-regexps): Use only JPEG magic number
8536 to determine JPEG images, and don't use `image-jpeg-p' because
8537 Emacs can display non-JFIF non-Exif JPEG images.
8538
8539 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8540
8541 * arc-mode.el (archive-mode):
8542 * emacs-lisp/re-builder.el (re-builder-unload-function):
8543 Protect against the default value of `major-mode' being nil.
8544
8545 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8546
8547 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8548 Fix typos in docstrings.
8549
8550 * progmodes/js.el (js--macro-decl-re): Doc fix.
8551 (js--plain-method-re, js--split-name): Refloc docstring.
8552 (js--class-styles, js--make-merged-item, js--splice-into-items):
8553 Fix typos in docstrings; reflow docstrings.
8554 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8555 (js--variable-decl-matcher, js--inside-pitem-p)
8556 (js--parse-state-at-point, js--get-all-known-symbols)
8557 (js--symbol-history, js-find-symbol, js--js-references)
8558 (js--moz-interactor, js--js-encode-value, js--read-tab):
8559 Fix typos in docstrings.
8560
8561 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * textmodes/reftex.el (reftex-get-file-buffer-force):
8564 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8565 * emulation/viper.el (viper-go-away, viper-set-hooks):
8566 * emacs-lisp/re-builder.el (re-builder-unload-function):
8567 * emacs-lisp/bytecomp.el (byte-compile-file):
8568 * ses.el (ses-unload-function):
8569 * hexl.el (hexl-find-file):
8570 * files.el (normal-mode):
8571 * ehelp.el (with-electric-help):
8572 * autoinsert.el (auto-insert-alist):
8573 * arc-mode.el (archive-mode):
8574 Use (default-value 'major-mode) instead of default-major-mode.
8575
8576 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8577 * international/mule.el (load-with-code-conversion):
8578 * emacs-lisp/debug.el (debug):
8579 * ediff-vers.el (ediff-rcs-get-output-buffer):
8580 * dired.el (dired-internal-noselect): Don't let-bind
8581 default-major-mode around code that doesn't use it.
8582 E.g. buffer creation via get-buffer-create doesn't use it.
8583
8584 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8585
8586 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8587 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8588 when writing the temp file. Otherwise, epa-file gets confused.
8589 (tramp-register-file-name-handlers): Make it a defun. Move also
8590 `epa-file-handler' to the front of `file-name-handler-alist'.
8591
8592 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8595 start right after a ^M.
8596 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8597 (tramp-completion-file-name-regexp-separate)
8598 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8599 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8600 Don't modify last-coding-system-used by accident.
8601 (tramp-completion-file-name-handler): Apply the checks here,
8602 instead during registration.
8603 (tramp-register-file-name-handlers): Renamed from
8604 `tramp-register-file-name-handler'. Register both
8605 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8606 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8607
8608 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8609
8610 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8611 Remove variable ...
8612 (gdb-init-1, gdb-display-separate-io-buffer)
8613 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8614 references to it.
8615 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8616 (gdb-inferior-filter): Use comint-output-filter to stop
8617 echoing and remove ^M characters.
8618
8619 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * emulation/viper-init.el (viper-restore-cursor-type):
8622 * emulation/cua-base.el (cua--update-indications):
8623 Replace default-cursor-type with (default-value 'cursor-type).
8624
8625 * mail/sendmail.el (mail-recover-1):
8626 * international/mule-diag.el (describe-current-coding-system-briefly)
8627 (describe-current-coding-system):
8628 * international/mule-cmds.el (select-safe-coding-system)
8629 (select-message-coding-system)
8630 (set-language-environment-coding-systems, set-locale-environment):
8631 * hexl.el (hexl-insert-multibyte-char):
8632 * dos-w32.el (find-buffer-file-type-coding-system):
8633 * simple.el (what-cursor-position):
8634 Replace uses of default-buffer-file-coding-system
8635 with (default-value 'buffer-file-coding-system).
8636
8637 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8638 Replace uses of default-cursor-in-non-selected-windows
8639 with (default-value 'cursor-in-non-selected-windows).
8640 Use with-current-buffer.
8641
8642 * mail/feedmail.el: Use CL macros.
8643 (feedmail-run-the-queue, feedmail-send-it-immediately):
8644 * dos-w32.el (find-buffer-file-type): Replace uses of
8645 default-buffer-file-type with (default-value 'buffer-file-type).
8646
8647 2009-08-28 Glenn Morris <rgm@gnu.org>
8648
8649 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8650 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8651 Use default-value of major-mode rather than default-major-mode.
8652
8653 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * Makefile.in (update-elcfiles): Report left over elc files.
8656
8657 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8658 expand-file-name and with-current-buffer.
8659 (mail-get-names, mail-directory): Use with-current-buffer.
8660
8661 * vc.el (vc-read-revision): New function.
8662 (vc-version-diff, vc-merge): Use it.
8663
8664 2009-08-27 Sam Steingold <sds@gnu.org>
8665
8666 * simple.el (kill-do-not-save-duplicates): New user option.
8667 (kill-new): When it is non-nil, and the new string is the same as
8668 the latest kill, set replace to t to avoid duplicates in kill-ring.
8669
8670 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8671
8672 * net/tramp.el (tramp-handle-process-file): Do not flush all
8673 caches when `process-file-side-effects' is set.
8674 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8675 instead of `tramp-find-file-exists-command'.
8676 Unset `process-file-side-effects'.
8677
8678 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8679
8680 * net/tramp.el (tramp-methods): New method "rsyncc".
8681 (top): Add completion function for "rsyncc".
8682 (tramp-message-show-message): New defvar.
8683 (tramp-message, tramp-error): Use it.
8684 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8685 remote copying.
8686 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8687 `tramp-methods' entry `copy-env' of "rsyncc".
8688 (tramp-vc-registered-read-file-names): New defconst.
8689 (tramp-vc-registered-file-names): New defvar.
8690 (tramp-handle-vc-registered): Implement optimization strategy.
8691 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8692 (tramp-vc-file-name-handler): New defun.
8693 (tramp-get-ls-command, tramp-get-test-command)
8694 (tramp-get-file-exists-command, tramp-get-remote-ln)
8695 (tramp-get-remote-perl, tramp-get-remote-stat)
8696 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8697
8698 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8699 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8700 timestamps.
8701 (tramp-get-file-property): Check for timestamps in
8702 `tramp-cache-inhibit-cache'.
8703 (tramp-set-file-property): Write timestamp.
8704
8705 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8706
8707 * language/japan-util.el (japanese-symbol-table): Add entries for
8708 cp932-2-byte.
8709
8710 * international/characters.el: Add category `j' to cp932-2-byte.
8711
8712 2009-08-27 Kenichi Handa <handa@m17n.org>
8713
8714 * international/fontset.el (build-default-fontset-data): New macro.
8715 (setup-default-fontset): Use build-default-fontset-data for CJK,
8716 tibetan, ethiopic, and ipa.
8717
8718 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8721 (enable-multibyte-characters): Not customizable any more.
8722
8723 * subr.el (default-mode-line-format, default-header-line-format)
8724 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8725 (default-direction-reversed, default-truncate-lines)
8726 (default-left-margin, default-tab-width, default-case-fold-search)
8727 (default-left-margin-width, default-right-margin-width)
8728 (default-left-fringe-width, default-right-fringe-width)
8729 (default-fringes-outside-margins, default-scroll-bar-width)
8730 (default-vertical-scroll-bar, default-indicate-empty-lines)
8731 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8732 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8733 (default-scroll-down-aggressively, default-fill-column)
8734 (default-cursor-type, default-buffer-file-type)
8735 (default-cursor-in-non-selected-windows)
8736 (default-buffer-file-coding-system, default-major-mode)
8737 (default-enable-multibyte-characters): Mark as obsolete.
8738
8739 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8740
8741 * vc-dir.el (vc-dir-update): Remove debug helper.
8742
8743 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8744
8745 2009-08-26 Sam Steingold <sds@gnu.org>
8746
8747 * simple.el (save-interprogram-paste-before-kill): New user option.
8748 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8749 save the interprogram-paste into kill-ring before overriding it
8750 with the Emacs kill.
8751
8752 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8753
8754 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8755 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8756 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8757 and move to vc-rcs.el.
8758 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8759 move to vc-rcs.el.
8760 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8761 (vc-rcs-update-changelog): Remove.
8762 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8763 and move to vc-rcs.el.
8764
8765 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8766 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8767 renaming.
8768 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8769 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8770 vc.el, renamed to be RCS specific.
8771
8772 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8773 New functions.
8774 (vc-cvs-update-changelog): Move here from vc.el.
8775
8776 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8777 New functions.
8778
8779 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8782
8783 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8784
8785 * vc-git.el (vc-git-register): Use "git add" for directories.
8786 (vc-git-stash, vc-git-stash-show): New functions.
8787 (vc-git-extra-menu-map): Bind them.
8788
8789 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8790 directory correctly in case the item is a directory itself.
8791
8792 * vc.el: Document the desired behavior for reverted files in the
8793 `added' state.
8794 (vc-default-prettify-state-info): Remove function, unused.
8795
8796 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8797
8798 2009-08-26 Glenn Morris <rgm@gnu.org>
8799
8800 * bindings.el (standard-mode-line-format): Reposition dashes in
8801 which-func entry. (Bug#4217)
8802
8803 * files.el (enable-local-variables, enable-local-eval)
8804 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8805 the defcustoms.
8806 (auto-mode-alist, ignored-local-variables)
8807 (save-some-buffers-action-alist): Move risky declarations to the
8808 definitions.
8809 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8810 (font-lock-defaults, format-alist, imenu--index-alist)
8811 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8812 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8813 (mode-line-modified, mode-line-mule-info, mode-line-position)
8814 (mode-line-process, mode-line-remote, outline-level)
8815 (parse-time-rules, rmail-output-file-alist)
8816 (special-display-buffer-names, vc-mode):
8817 Move risky declarations to the relevant files.
8818 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8819 (mode-line-modified, mode-line-process, mode-line-position)
8820 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8821 * font-core.el (font-lock-defaults):
8822 * format.el (format-alist):
8823 * vc-hooks.el (vc-mode):
8824 * window.el (special-display-buffer-names):
8825 * international/mule-cmds.el (input-method-alist):
8826 Define riskiness here (dumped file) rather than in files.el.
8827 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8828 * imenu.el (imenu-generic-expression, imenu--index-alist):
8829 * outline.el (outline-level):
8830 * time.el (display-time-string):
8831 * calendar/parse-time.el (parse-time-rules):
8832 * mail/rmailout.el (rmail-output-file-alist):
8833 Autoload riskiness here, rather than placing in files.el.
8834
8835 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8836
8837 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8838
8839 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8840
8841 * simple.el (process-file-side-effects): New defvar.
8842
8843 * dired-aux.el (dired-show-file-type):
8844 * vc.el (vc-diff-internal):
8845 * vc-arch.el (vc-arch-diff):
8846 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8847 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8848 * vc-git.el (vc-git-registered, vc-git-working-revision)
8849 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8850 (vc-git--empty-db-p):
8851 * vc-hooks.el (vc-user-login-name):
8852 * vc-svn.el (vc-svn-registered, vc-svn-state)
8853 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8854 * progmodes/grep.el (grep-probe): Let-bind
8855 `process-file-side-effects' with nil.
8856
8857 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8858
8859 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8860 daemon. Replace ping by checking for running service for bluez
8861 and zeroconf. (Bug#4239)
8862
8863 2009-08-25 Kevin Ryde <user42@zip.com.au>
8864
8865 * net/dig.el (dig): Add autoload cookie.
8866
8867 2009-08-25 Glenn Morris <rgm@gnu.org>
8868
8869 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8870 load-history for absolute file-names.
8871 (byte-compile-file-form-require): Warn about use of the cl package.
8872
8873 * format.el (format-alist): Doc fix.
8874
8875 * play/bubbles.el (top-level): Don't require cl at run-time.
8876
8877 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8878 run-time cl).
8879
8880 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8881
8882 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8883 from cl package.
8884 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8885
8886 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8887
8888 * calc/calc-alg.el (math-trig-rewrite)
8889 (math-hyperbolic-trig-rewrite): New functions.
8890 (calc-simplify): Simplify trig functions when asked.
8891
8892 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8893
8894 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8895
8896 2009-08-24 Kenichi Handa <handa@m17n.org>
8897
8898 * language/ind-util.el (mapthread): Delete it.
8899 (combinatorial): New function.
8900 (indian--puthash-cv): Use combinatorial instead of mapthread.
8901
8902 2009-08-22 Kevin Ryde <user42@zip.com.au>
8903
8904 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8905 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8906 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8907 Clarify docstring that the value is strings not symbols.
8908 (checkdoc-list-of-strings-p): New function.
8909
8910 2009-08-22 Glenn Morris <rgm@gnu.org>
8911
8912 * files.el (auto-mode-alist):
8913 * hippie-exp.el (he-concat-directory-file-name):
8914 * lpr.el (lpr-windows-system, printer-name):
8915 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8916 * ps-print.el (ps-windows-system):
8917 * startup.el (command-line):
8918 * emulation/viper-ex.el (viper-glob-function):
8919 * international/mule-cmds.el (set-language-environment-coding-systems):
8920 * net/ange-ftp.el (ange-ftp-write-region):
8921 * obsolete/fast-lock.el (fast-lock-cache-name):
8922 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8923 unisoft-unix, vax-vms, win32, w32.
8924
8925 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8926 given name if the pattern is not more specific.
8927
8928 * calendar/lunar.el (lunar-phase-names): New option.
8929 (lunar-phase): Doc fix.
8930 (lunar-cycles-per-year): New constant.
8931 (lunar-index): New function.
8932 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8933 (lunar-phase-name): Use lunar-phase-names.
8934 (calendar-lunar-phases): Use format.
8935 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8936
8937 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8938 Copy imenu-example--name-and-position function here for own use.
8939 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8940
8941 * bs.el (bs--redisplay):
8942 * cus-edit.el (custom-redraw):
8943 * ibuffer.el (ibuffer-bury-buffer):
8944 * server.el (server-goto-line-column):
8945 * startup.el (command-line-1):
8946 * strokes.el (strokes-xpm-for-stroke):
8947 * term.el (term-display-buffer-line):
8948 * view.el (View-goto-line):
8949 * calc/calc.el (calc-do, calc-trail-buffer):
8950 * play/gamegrid.el (gamegrid-add-score-insecure):
8951 * progmodes/ada-mode.el (ada-compile-goto-error):
8952 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8953 (ebrowse-select-1st-to-9nth):
8954 * progmodes/cperl-mode.el (cperl-time-fontification):
8955 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8956 * progmodes/gud.el (gud-display-line):
8957 (idlwave-shell-display-line):
8958 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8959 * progmodes/make-mode.el (makefile-browser-toggle):
8960 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8961 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8962 * textmodes/picture.el (picture-draw-rectangle):
8963 * textmodes/reftex-index.el (reftex-index-goto-letter):
8964 (reftex-select-jump-to-previous):
8965 * textmodes/reftex-sel.el (reftex-find-start-point)
8966 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8967 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8968 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8969 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8970 * textmodes/two-column.el (2C-associated-buffer):
8971 Use forward-line rather than goto-line.
8972
8973 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8974 goto-line.
8975
8976 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8977 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8978 (quick-check-list-to-regexp): Declare.
8979
8980 * progmodes/make-mode.el (makefile-browser-insert-selection):
8981 Use goto-char rather than goto-line.
8982
8983 * progmodes/prolog.el (compilation-error-regexp-alist)
8984 (compilation-forget-errors): Declare.
8985
8986 2009-08-22 Juri Linkov <juri@jurta.org>
8987
8988 * progmodes/grep.el (lgrep, rgrep): At the beginning
8989 set `dir' to `default-directory' unless `dir' is a non-nil
8990 readable directory. (Bug#4052)
8991 (lgrep, rgrep): Change a weird way to report an error
8992 from using `read-string' to using `error'.
8993 Instead of using interactive arguments in the function body,
8994 add new argument `confirm'.
8995
8996 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * textmodes/remember.el (remember-buffer):
8999 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9000 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9001 (icalendar-extract-ical-from-buffer):
9002 * net/newst-treeview.el (newsticker-groups-filename):
9003 * net/newst-backend.el (newsticker-cache-filename):
9004 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9005 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9006 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9007 (speedbar-buffers-line-path, speedbar-path-line)
9008 (speedbar-buffers-line-path):
9009 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9010 (epg-sign-keys):
9011 * epa.el (epa-display-verify-result):
9012 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9013
9014 2009-08-21 Glenn Morris <rgm@gnu.org>
9015
9016 * progmodes/js.el (inferior-moz-process): Fix declaration.
9017
9018 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9019
9020 * obsolete/rnewspost.el (news-mail-reply):
9021 Use goto-char rather than goto-line.
9022
9023 * term/ns-win.el (ns-open-file-select-line):
9024 Use line-beginning-position rather than goto-line.
9025
9026 * apropos.el (apropos-command):
9027 * ehelp.el (electric-helpify):
9028 * printing.el (pr-show-setup):
9029 * strokes.el (strokes-help):
9030 * tutorial.el (tutorial--describe-nonstandard-key)
9031 (tutorial--detailed-help):
9032 * woman.el (woman-mini-help, woman-display-extended-fonts):
9033 * calc/calc-help.el (calc-describe-key):
9034 * emulation/edt.el (edt-electric-helpify):
9035 * international/mule-diag.el (mule-diag):
9036 * play/yow.el (apropos-zippy):
9037 * progmodes/python.el (python-describe-symbol):
9038 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9039 * textmodes/table.el (*table--cell-describe-mode)
9040 (*table--cell-describe-bindings):
9041 Use help-print-return-message rather than the now obsolete alias.
9042
9043 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9044 (calendar-cursor-to-visible-date):
9045 * play/5x5.el (5x5-position-cursor):
9046 * play/decipher.el (decipher):
9047 * play/gomoku.el (gomoku-goto-xy):
9048 * play/landmark.el (lm-goto-xy):
9049 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9050 (mpuz-paint-digit):
9051 Use forward-line, not goto-line.
9052
9053 * mail/rmail.el (rmail-obsolete): Delete custom group.
9054 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9055 (rmail-remote-password, rmail-remote-password-required):
9056 Remove unneeded :set-after and :set properties.
9057
9058 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9059
9060 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9061
9062 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9063
9064 * loadup.el: Remove leftover macos code.
9065
9066 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9067 Explicitly pass the date format to git blame so that user local
9068 so that the output format can be parsed.
9069
9070 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9071
9072 * net/dbus.el (top): Don't check for (getenv
9073 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9074
9075 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9076
9077 * log-edit.el (log-edit-strip-single-file-name): New var.
9078 (log-edit-insert-changelog): Use it. Bug#3571
9079
9080 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9083 Bug#3287
9084
9085 * help.el (help-print-return-message): Rename from
9086 print-help-return-message.
9087
9088 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9089 cvs-mode-map parent hack.
9090 (log-view-mode): Derive from special-mode.
9091
9092 * linum.el (linum-mode): window-size-change-functions is redundant.
9093 Adapt to new window-configuration-change-hook behavior.
9094 (linum-after-size, linum-after-config): Remove.
9095
9096 * imenu.el (imenu-example--name-and-position)
9097 (imenu-example--lisp-extract-index-name)
9098 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9099 Mark as obsolete.
9100
9101 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9102 (inferior-prolog-mode): Use it.
9103 (inferior-prolog-load-file): Reset list of errors.
9104
9105 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9106
9107 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9108
9109 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9110
9111 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9112
9113 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9114 is running already.
9115
9116 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * subr.el (listify-key-sequence-1): Use normal syntax since those
9119 integers are nowadays always represented by the same (positive) number
9120 on all platforms.
9121 (read-key-empty-map): New const.
9122 (read-key-delay): New var.
9123 (read-key): New function.
9124 (force-mode-line-update): Use with-current-buffer.
9125 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9126 (start-process-shell-command, start-file-process-shell-command):
9127 Discourage the use of command-args.
9128
9129 2009-08-19 Glenn Morris <rgm@gnu.org>
9130
9131 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9132
9133 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * simple.el (choose-completion-string): Don't rely on
9136 minibuffer-completing-file-name and ad-hoc checks to decide whether
9137 to continue completion or not.
9138
9139 * minibuffer.el (minibuffer-hide-completions): New function.
9140 (completion--do-completion): Use it.
9141 (completions-annotations): New face.
9142 (completion--insert-strings): Use it.
9143 (completion-pcm--delim-wild-regex): Add docstring.
9144 (completion-pcm--string->pattern): Add support for 0-width delimiters
9145 in completion-pcm--delim-wild-regex.
9146
9147 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9150 Remove unused var `buffer-modified-p'.
9151
9152 * minibuffer.el (completion--do-completion): Move point for the #b001
9153 case as well (bug#4176).
9154 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9155
9156 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9157
9158 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9159 and :session buses.
9160
9161 2009-08-18 Kenichi Handa <handa@m17n.org>
9162
9163 * international/ucs-normalize.el (ucs-normalize-version):
9164 Change to 1.1.
9165 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9166 (utf-8-hfs): Make it perform normalization on encoding too.
9167
9168 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9169 (sentence-end-without-space): Delete duplicated chars.
9170 (sentence-end-base): Likewise.
9171
9172 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9173 (html-mode): Delete duplicated chars from sentence-end-base.
9174
9175 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9176 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9177
9178 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9179
9180 * files.el (hack-one-local-variable): If the mode function is for
9181 a minor mode, pass it an argument (Bug#4148).
9182
9183 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9184
9185 * net/tramp.el (tramp-register-completion-file-name-handler):
9186 Check also for (member 'partial-completion completion-styles).
9187
9188 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9191 abbrev (Bug#3943).
9192
9193 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9194
9195 * progmodes/cperl-mode.el: Merge upstream 6.2.
9196 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9197 (cperl-forward-re): Check cperl-brace-recursing.
9198 (cperl-highlight-charclass): New function.
9199 (cperl-find-pods-heres): Use it.
9200 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9201 (cperl-beautify-regexp-piece): Fix column calculation.
9202 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9203 (cperl-beautify-level): Don't process entire regexp.
9204 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9205 calling man.
9206 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9207 (cperl-init-faces): Build a list in the normal way.
9208
9209 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * calendar/parse-time.el (parse-time-string-chars): Save match
9212 data.
9213
9214 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9217 (sql-product): Use it.
9218 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9219 (sql-set-product): Add completion.
9220 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9221 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9222 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9223 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9224 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9225 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9226 (sql-highlight-db2-keywords): Remove.
9227 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9228 (sql-highlight-product): Use derived-mode-p.
9229 (sql-set-sqli-buffer): Use with-current-buffer.
9230 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9231 Simplify.
9232
9233 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9234
9235 * term.el: Fix commenting convention, turn comments into docstrings.
9236
9237 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9238
9239 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9240
9241 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9242
9243 * calendar/parse-time.el (parse-time-string-chars): Compute using
9244 character classes, to handle non-ascii characters (Bug#3190).
9245
9246 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9249 another heredoc if the user adds another < (Bug#3226).
9250
9251 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9252 Don't initialize based on window-system (Bug#4124).
9253
9254 * facemenu.el (facemenu-read-color): Use a completion function
9255 that accepts any defined color, such as RGB triplets (Bug#3677).
9256
9257 * files.el (get-free-disk-space): Change fallback default
9258 directory to /. Expand DIR argument before switching to fallback.
9259 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9260
9261 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * files.el (load-library): Doc fix.
9264
9265 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9266
9267 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9268 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9269 incremental search string.
9270
9271 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9272 XEmacs.
9273
9274 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9275 (ediff-merge-region-is-non-clash)
9276 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9277 Also check if the job is really a merge job.
9278
9279 * ediff.el (ediff-current-file): New function.
9280
9281 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9282
9283 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9284 conventions.
9285 (js-insert-and-indent): Delete function.
9286 (js-mode-map): Don't bind keys to js-insert-and-indent.
9287 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9288 (js-end-of-defun): Rename from js--end-of-defun.
9289 (js-auto-indent-flag): Delete variable.
9290
9291 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * progmodes/js.el: Remove proclaim statement.
9294 Defvar which-func-imenu-joiner-function to silence compiler.
9295
9296 * files.el (auto-mode-alist): Use js-mode for .js files.
9297
9298 * progmodes/js2-mode.el: Remove file.
9299
9300 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9301
9302 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9303
9304 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9305
9306 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9307 Karl Landstrom <karl.landstrom@brgeight.se>
9308
9309 * progmodes/js.el: New file.
9310
9311 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9312
9313 * timezone.el (timezone-parse-date): Add ability to understand ISO
9314 basic format (minimal separators) dates in addition to the
9315 already-supported extended format dates.
9316
9317 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9318
9319 * international/ucs-normalize.el: Add a `coding' file variable.
9320
9321 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9322
9323 2009-08-14 Sam Steingold <sds@gnu.org>
9324
9325 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9326
9327 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9328
9329 * faces.el (help-argument-name): Define it here instead of
9330 help-fns.el, because in daemon mode help-fns.el may be loaded when
9331 faces are still uninitialized (Bug#1078).
9332
9333 * help-fns.el (help-argument-name): Move defface to faces.el.
9334
9335 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9336
9337 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9338 create buffer with a pty but no process so that GDB can make the
9339 inferior the controlling process.
9340
9341 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9342
9343 * international/ucs-normalize.el: New file.
9344
9345 2009-08-13 Richard Stallman <rms@gnu.org>
9346
9347 * mail/rmail.el (rmail-get-attr-names):
9348 Accept an attribute header that is too short.
9349
9350 * mail/rmail.el (rmail-forget-messages):
9351 Ignore nil elt in rmail-message-vector. Use dotimes.
9352
9353 * progmodes/compile.el (compilation-goto-locus):
9354 Use next-error-move-function.
9355
9356 * simple.el (next-error-move-function): New variable.
9357
9358 2009-08-12 Juri Linkov <juri@jurta.org>
9359
9360 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9361 always non-nil. (Bug#4052)
9362
9363 * replace.el (read-regexp): Return empty string when
9364 `default-value' is nil.
9365 (keep-lines-read-args): Don't use empty string as the
9366 default value for `read-regexp'. (Bug#2495)
9367
9368 2009-08-12 Juri Linkov <juri@jurta.org>
9369
9370 * international/mule-cmds.el (ucs-insert): Change arguments
9371 from `arg' to `character', `count', `inherit' to be the same
9372 as in `insert-char'. Doc fix. (Bug#4039)
9373
9374 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9375
9376 2009-08-12 Juri Linkov <juri@jurta.org>
9377
9378 * files-x.el: New file.
9379
9380 * files.el: Move code that deals with adding/deleting
9381 file/directory-local variables to files-x.el.
9382
9383 * Makefile.in (ELCFILES): Add files-x.elc.
9384
9385 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9386
9387 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9388 to use `goto-line'.
9389 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9390 `goto-line'.
9391 (gdb-invalidate-disassembly): Do not refresh upon receiving
9392 'update signal. Instead, update all disassembly buffers only after
9393 threads list.
9394 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9395 (gdb-starting): Moved -data-list-register-names...
9396 (gdb-stopped): ...here so it's sent when first thread stops.
9397 (gdb-registers-handler-custom): Do nothing if register names are
9398 unknown yet.
9399
9400 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9401 from `gdb-mi.el' to avoid extra tangling.
9402
9403 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9404 change which breaks `gud-def' definitions used in `gdb'.
9405 (gdb-update-gud-running): No extra fuss for updating frame number.
9406
9407 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9410 (describe-language-environment-map, setup-language-environment-map)
9411 (set-coding-system-map): Move initialization into declaration.
9412 (set-language-info-alist): Last arg to define-key-after can be skipped.
9413
9414 * international/quail.el (quail-completion-1): Simplify.
9415 (quail-define-rules): Use slightly more compact code.
9416 (quail-insert-decode-map): Propertize keys, compact columns.
9417
9418 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9419 Add goto-line.
9420
9421 2009-08-10 Miles Bader <miles@gnu.org>
9422
9423 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9424 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9425 (js2-instance-member, js2-private-member, js2-private-function-call)
9426 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9427 (js2-magic-paren, js2-external-variable):
9428 Remove "-face" suffix from face names.
9429 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9430 (js2-highlight-undeclared-vars, js2-peek-token)
9431 (js2-parse-function-params, js2-mode-show-errors)
9432 (js2-mode-show-warnings, js2-make-magic-delimiter)
9433 (js2-mode-highlight-magic-parens): Update to use new face names.
9434
9435 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9436
9437 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9438 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9439
9440 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * subr.el: Provide hashtable-print-readable.
9443
9444 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9445 hs-c-like-adjust-block-beginning.
9446 (hs-hide-block-at-point): Stop hiding at the beginning of
9447 hs-block-end-regexp (Bug#700).
9448
9449 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9450
9451 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9452 a macro.
9453 (gdb-registers-handler-custom): Do not fail when register names
9454 are unavailable.
9455
9456 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9457
9458 * progmodes/gdb-mi.el (gdb-control-all-threads)
9459 (gdb-control-current-thread): Interactive setters for
9460 `gdb-gud-control-all-threads' to use in menu.
9461 (gdb-show-run-p): Show «Go» when process is not active.
9462 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9463 gud/thread.xpm and gud/all.xpm.
9464
9465 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9466
9467 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9468 (nslookup-font-lock-keywords): Make it a variable.
9469 (net-utils-mode): New mode for viewing diagnostic network output.
9470 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9471 (net-utils-run-simple): New function.
9472 (ifconfig, iwconfig, netstat, arp, route): Use it.
9473
9474 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9475
9476 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9477 (gdb-memory-set-address, def-gdb-set-positive-number)
9478 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9479 after changing settings.
9480 (gdb-invalidate-disassembly): Update when first shown.
9481 (gdb-edit-locals-value): Fixed.
9482 (gdb-registers-handler-custom): Print registers in right order and
9483 allow changing register values (only for current thread yet).
9484 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9485 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9486 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9487 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9488 info in mode name.
9489 (gdb-registers-mode-map): TAB to switch to locals.
9490
9491 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9492
9493 * mail/rmail.el (rmail-add-mbox-headers)
9494 (rmail-set-message-counters-counter): Search for
9495 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9496
9497 2009-08-08 Glenn Morris <rgm@gnu.org>
9498
9499 * Makefile.in (ELCFILES): Update.
9500
9501 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9502
9503 * mail/sendmail.el (mail-yank-original): Set
9504 buffer-file-coding-system from the one used by the message whose
9505 text is yanked.
9506
9507 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9508 to "windows" when "pgnuplot" is used.
9509 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9510 call accept-process-output if "pgnuplot" is used.
9511 (calc-graph-init): Don't send -display and -geometry to
9512 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9513 running "pgnuplot -V" with shell-command-to-string.
9514
9515 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9516 the default.
9517
9518 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9519
9520 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9521 org/org-latex.elc.
9522
9523 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9524
9525 * vc-dispatcher.el (vc-resynch-window): Update comment.
9526
9527 * term.el (term-handle-ansi-escape): Add comments with the
9528 terminfo capabilities implemented.
9529
9530 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9531
9532 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9533 (gdb-var-create-handler): Rewritten using JSON parser.
9534 (gdb-propertize-header): Moved earlier.
9535 (gdb-set-header): Removed to avoid duplication.
9536 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9537 Refresh disassembly buffers only after threads list have been
9538 update.
9539 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9540 variables.
9541
9542 2009-08-04 Juri Linkov <juri@jurta.org>
9543
9544 * files.el: Commands to add/delete file/directory-local variables.
9545 (read-file-local-variable, read-file-local-variable-value)
9546 (read-file-local-variable-mode, modify-file-local-variable)
9547 (modify-file-local-variable-prop-line)
9548 (modify-dir-local-variable): New functions.
9549 (add-file-local-variable, delete-file-local-variable)
9550 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9551 (add-dir-local-variable, delete-dir-local-variable)
9552 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9553 (copy-dir-locals-to-file-locals-prop-line): New commands.
9554
9555 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * abbrev.el (insert-abbrev-table-description): Prettify output.
9558 Suggested by Karl Chen.
9559
9560 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9561
9562 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9563 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9564 (gdb-overlay-arrow-position, gdb-thread-position)
9565 (gdb-disassembly-position): Declare variables.
9566 (gdb-wait-for-pending): Function now.
9567 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9568 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9569 compilation goes smoothly.
9570 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9571 (gdb-non-stop-setting): New customization setting which replaces
9572 `gdb-non-stop' so changing it doesn't break active GDB session.
9573 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9574 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9575 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9576 (gdb-show-threads-by-default): New customization options.
9577 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9578 routines.
9579 (gdb-get-buffer-create): Send buffers update signal when they are
9580 created.
9581 (gdb-invalidate-locals, gdb-invalidate-registers)
9582 (gdb-invalidate-breakpoints)
9583 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9584 (gdb-invalidate-memory): Accept update signal.
9585 (gdb-current-context-command): Use --frame option.
9586 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9587 Implement `gdb-frame-number' selection logic.
9588 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9589 whether to show GUD toolbar buttons.
9590 (gdb-thread-exited): Unselect current thread when it exits.
9591 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9592 (gdb-mark-line): Routine which sets overlay arrow or inverses
9593 video on fringeless displays.
9594 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9595 to build aligned columns of data in GDB buffers and set text
9596 properties line-by-line.
9597 (gdb-invalidate-breakpoints)
9598 (gdb-breakpoints-list-handler-custom)
9599 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9600 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9601 (gdb-registers-handler-custom): Align data columns.
9602 (gdb-locals-handler-custom): Now prints data like in variable
9603 declarations.
9604 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9605 Removed confusing buttons.
9606 (gdb-invalidate-threads): Append --frame.
9607 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9608 between breakpoints/threads buffers.
9609 (gdb-set-window-buffer): Now can ignore dedicated windows.
9610 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9611 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9612 (def-gdb-thread-buffer-gud-command): Replaces
9613 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9614 for fine thread control.
9615 (gdb-preempt-existing-or-display-buffer): New function used to
9616 display bound buffers without breaking window layout.
9617 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9618 (gdb-select-frame): New version of `gdb-frames-select' which now
9619 sets `gdb-frame-number' so commands may use --frame option instead
9620 of inner debugger state.
9621 (gdb-frame-handler): Do not set `gdb-frame-number'.
9622 (gdb-threads-mode-map): Select threads with mouse.
9623
9624 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9625 avoid compilation warning.
9626 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9627 `gdb-show-stop-p`.
9628
9629 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9630 Argument `key' renamed to `buffer-type'.
9631 (gdb-current-context-buffer-name): Do not add thread info to
9632 buffer name when no thread is selected.
9633 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9634 command (bug 3794).
9635 (gdb-thread-selected): Handle `=thread-selected' notification.
9636 (gdb-wait-for-pending): New macro to deal with congestion problems.
9637 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9638 breakpoints.
9639 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9640 This fixes problem similar to one described in bug 3947.
9641 (gud-menu-map): More menu items.
9642 (gdb-init-1): Reset `gdb-thread-number' to nil.
9643
9644 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9645 non-stop settings.
9646
9647 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9648 (gdb-current-context-command): Do not append --thread if
9649 `gdb-thread-number' is nil.
9650 (gdb-running-threads-count, gdb-stopped-threads-count): New
9651 variables.
9652 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9653 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9654 customization options.
9655 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9656 GUD commands.
9657 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9658 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9659 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9660 set `gdb-thread-number' and update `gud-running' properly.
9661 (gdb-running): Update threads list when new threads appear.
9662 (gdb-stopped): Support non-stop operation and new thread switching
9663 logic.
9664 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9665 (gdb-json-partial-output): New set of JSON routines.
9666 (def-gdb-auto-update-trigger): New `signal-list' optional
9667 argument.
9668 (gdb-thread-list-handler-custom): Update `gud-running',
9669 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9670 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9671 (gdb-continue-thread, gdb-step-thread): New commands for fine
9672 thread execution control.
9673 (gud-menu-map): New menu items to switch non-stop options.
9674 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9675 (gdb-send): Mimic RET properly (bug 3794).
9676
9677 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9678 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9679 gdb-buffer-rules.
9680 (def-gdb-auto-update-handler): New nopreserve optional argument.
9681 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9682
9683 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9684 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9685 (gdb-parent-mode): New mode to derive other GDB modes from.
9686 (gdb-display-disassembly-for-thread)
9687 (gdb-frame-disassembly-for-thread): New commands for threads
9688 buffer.
9689
9690 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9691 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9692 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9693 (gdb-update): We now store all GDB buffers in a list so that they
9694 can be updated by traversing a list instead of calling invalidate
9695 triggers explicitly.
9696 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9697 pair for GDB buffer.
9698 (gdb-stack-buffer-name): Add thread information.
9699 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9700 handle pending triggers.
9701 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9702 (def-gdb-thread-buffer-simple-command)
9703 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9704 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9705 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9706 New commands which show buffers bound to thread.
9707 (gdb-stack-list-locals-regexp): Removed unused regexp.
9708
9709 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9710 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9711 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9712 to (gud-comint-buffer) in *-buffer-name functions
9713 because (gdb-get-target-string) already does that.
9714 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9715 (gdb-changed-registers-handler): Rewritten without regexps.
9716
9717 * progmodes/gdb-mi.el: Basic thread selection support.
9718 (gdb-thread-number): New variable.
9719 (gdb-current-context-command): New macro which adds --thread
9720 option to command.
9721 (gdb-threads-mode-map): Select thread with SPC.
9722 (gdb-thread-list-handler-custom): Mark current thread with overlay
9723 arrow. Synchronize GDB thread and Emacs thread.
9724 (gdb-select-thread): New command which selects current thread.
9725 (gdb-invalidate-frames, gdb-invalidate-locals)
9726 (gdb-invalidate-registers): Use --thread option.
9727
9728 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9729
9730 * net/tramp.el (top): Make check for tramp-gvfs loading more
9731 robust. (Bug#3977)
9732 (tramp-handle-insert-file-contents): `unwind-protect' must be
9733 inside `with-parsed-tramp-file-name'.
9734
9735 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9736 fails.
9737
9738 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9741 directory if CLASSPATH is not set.
9742
9743 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9744
9745 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9746 New defconst.
9747 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9748
9749 2009-08-02 Kevin Ryde <user42@zip.com.au>
9750
9751 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9752 Update freshmeat link. Delete newsforge.com as it seems gone.
9753
9754 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * select.el (x-set-selection): Doc fix (Bug#4021).
9757
9758 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9759
9760 * help-fns.el (describe-variable): Treat list return values from
9761 dir-locals-find-file properly (Bug#4005).
9762
9763 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9764
9765 * net/tramp.el (tramp-debug-message): Print also microseconds.
9766
9767 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9768
9769 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9770 or END is non-nil.
9771 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9772 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9773 format.
9774
9775 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9776 (tramp-get-file-property): Use it.
9777
9778 * autorevert.el (auto-revert-handler): Allow
9779 `auto-revert-tail-mode' for remote files.
9780
9781 2009-08-02 Jason Rumney <jasonr@gnu.org>
9782
9783 * minibuffer.el (read-file-name): Treat confirm options to
9784 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9785
9786 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9787
9788 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9789 (font-lock-variable-name-face, font-lock-constant-face): Darken
9790 the colors for light backgrounds.
9791
9792 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9793
9794 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9795 month names. (Bug#3987)
9796
9797 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * simple.el (line-move-finish): Pass whole number to
9800 line-move-to-column.
9801 (line-move-visual): Perform hscroll to the recorded position.
9802
9803 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9804
9805 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9806
9807 2009-07-29 Alan Mackenzie <acm@muc.de>
9808
9809 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9810
9811 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9812
9813 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9814 (gdb-place-breakpoints): Use full path when setting breakpoints.
9815
9816 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9817
9818 * calc/calc.el (calc-mode-map): Add keybinding for
9819 `calc-transpose-lines'.
9820
9821 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9822
9823 * calc/calc-misc.el (calc-transpose-lines): New function.
9824
9825 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9826
9827 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9828 Simplify check for out-of-band methods.
9829 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9830 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9831
9832 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9833
9834 * vc-git.el (vc-git-checkin): Fix typo.
9835
9836 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9837
9838 * progmodes/js2-mode.el: New file.
9839
9840 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9841
9842 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9843 (gud-menu-map): Adjust tooltip accordingly.
9844
9845 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9846
9847 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9848 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9849
9850 * add-log.el (change-log-mode-map): Add a menu.
9851
9852 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9853
9854 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9855 function returns nil.
9856 (dbus-handle-event): Handle special return value :ignore.
9857 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9858
9859 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9860
9861 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9862 it's not needed.
9863
9864 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9865
9866 Fix Bug#3888:
9867
9868 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9869
9870 * term/pc-win.el (x-display-name, x-colors)
9871 (x-select-enable-clipboard, x-select-text): Doc fix.
9872
9873 * term/common-win.el (x-display-name, x-colors): Doc fix.
9874
9875 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9876 (xw-defined-colors): Doc fix.
9877
9878 * w32-fns.el (x-select-text, x-setup-function-keys)
9879 (x-get-selection, x-set-selection): Doc fix.
9880
9881 * term/x-win.el (x-select-text, x-setup-function-keys)
9882 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9883
9884 * select.el (x-set-selection): Doc fix.
9885
9886 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9887
9888 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9889 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9890 "IsNSSSupportAvailable" method is not available. Reported by
9891 Steve Youngs <steve@sxemacs.org>.
9892
9893 2009-07-24 Kenichi Handa <handa@m17n.org>
9894
9895 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9896 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9897 (build-unicode-category-table): Fix range checks.
9898
9899 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9900
9901 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9902 the buffer we try to sync is current when calling
9903 vc-resynch-buffer.
9904
9905 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9906 not show up to date files.
9907
9908 2009-07-24 Glenn Morris <rgm@gnu.org>
9909
9910 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9911 Add autoload cookies. If necessary, initialize.
9912 (elint-log): Handle non-file buffers.
9913 (elint-initialize): Add optional argument to reinitialize.
9914 (elint-find-builtin-variables): Save excursion.
9915
9916 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9919 for Lint.
9920
9921 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9922
9923 * vc.el (vc-print-log-internal): New function, split out from ...
9924 (vc-print-log): ... here.
9925 (vc-dir-move-to-goal-column): Declare.
9926
9927 * vc-git.el (vc-git-add-signoff): New variable.
9928 (vc-git-checkin): Use it.
9929 (vc-git-toggle-signoff): New function.
9930 (vc-git-extra-menu-map): Bind it to menu.
9931 (vc-git--run-command-string): Accept a nil FILE argument.
9932 (vc-git-stash-list): New function.
9933 (vc-git-dir-extra-headers): Use it.
9934
9935 2009-07-23 Glenn Morris <rgm@gnu.org>
9936
9937 * help-fns.el (describe-variable): Describe ignored and risky local
9938 variables in a similar way to that in which we describe safe ones.
9939
9940 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9941 (byte-compile-output-file-form, byte-compile-output-docform)
9942 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9943 Give some more local variables with common names a "bytecomp-" prefix,
9944 so as not to shadow things during compilation.
9945 * emacs-lisp/cl-macs.el (load-time-value)
9946 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9947 `outbuffer' to `bytecomp-outbuffer'.
9948
9949 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9950 since the next two variables cover them automatically now.
9951 (elint-builtin-variables, elint-autoloaded-variables): New.
9952 (elint-unknown-builtin-args): Remove all members, since they can be
9953 parsed automatically now.
9954 (elint-extra-errors): New.
9955 (elint-env-add-env, elint-env-add-macro): Use cadr.
9956 (elint-current-buffer): Use or. Change final message.
9957 (elint-get-top-forms): Use line-end-position.
9958 (elint-init-env): Use cadr. Handle autoload, declare-function,
9959 and defalias.
9960 (elint-add-required-env): Doc fix. Use or. Standardize error.
9961 (regexp-assoc): Remove unused function.
9962 (elint-top-form): Set elint-current-pos, to record the start of the
9963 top-level form, for compilation-mode.
9964 (elint-form): Trap errors in macro expansion. Use dolist.
9965 (elint-unbound-variable): Use elint-builtin-variables and
9966 elint-autoloaded-variables.
9967 (elint-get-args): Use cadr, or.
9968 (elint-check-cond-form): Use dolist, cadr.
9969 (elint-check-condition-case-form): Doc fix. Use cadr.
9970 Use elint-extra-errors.
9971 (elint-log): New function.
9972 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9973 Distinguish errors and warnings.
9974 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9975 Use a bytecomp-style format.
9976 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9977 (elint-get-log-buffer): Use compilation mode. Disable undo.
9978 Don't truncate lines.
9979 (elint-initialize): Set builtin and autoloaded variable lists.
9980 Only process elint-unknown-builtin-args if non-nil.
9981 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9982 New functions.
9983 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9984
9985 2009-07-22 Kevin Ryde <user42@zip.com.au>
9986
9987 * net/newst-backend.el (newsticker--parse-atom-1.0)
9988 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9989 (newsticker--parse-rss-1.0):
9990 * progmodes/idlwave.el (idlwave-mode):
9991 * progmodes/idlw-shell.el (idlwave-shell-mode):
9992 * progmodes/vera-mode.el (vera-mode):
9993 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9994 * progmodes/vhdl-mode.el (vhdl-mode):
9995 * textmodes/table.el (table-generate-source)
9996 (table--warn-incompatibility):
9997 Hyperlink urls in docstrings with URL `...'.
9998
9999 2009-07-22 Glenn Morris <rgm@gnu.org>
10000
10001 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10002 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10003 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10004 Remove leading * from defcustom docs.
10005
10006 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10007
10008 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10009 defcustom doc.
10010 (list-load-path-shadows): Optionally, just return shadows as a string.
10011
10012 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10013
10014 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * mail/rmailedit.el (rmail-edit-mode): Use
10017 auto-save-include-big-deletions.
10018
10019 * mail/rmail.el (rmail-variables): Use
10020 auto-save-include-big-deletions.
10021
10022 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10023 changes.
10024
10025 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10026
10027 * calc/calc.el (calc-undo-length): New variable.
10028 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10029
10030 2009-07-21 Richard Stallman <rms@gnu.org>
10031
10032 * files.el (auto-save-mode): Handle buffer-save-size = -2
10033 for toggling mode.
10034
10035 2009-07-21 Glenn Morris <rgm@gnu.org>
10036
10037 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10038
10039 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10040
10041 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10042 silence compiler. Instead...
10043 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10044 (ps-print-ensure-fontified): Update for above function name changes.
10045
10046 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10047 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10048 silence compiler. Instead...
10049 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10050 (mh-show-buffer): Only define for compiler.
10051 (pr-mh-current-message): Update for above function name changes.
10052
10053 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10054 as an argument.
10055 (find-file-noselect, insert-file-1): Update for above change.
10056
10057 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10058
10059 * mail/mailclient.el (mailclient-send-it): Fix message.
10060
10061 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10062 (edebug-eval): Check cl-debug-env is bound.
10063 (print-level, print-circle): Don't redefine built-in variables.
10064
10065 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10066 (custom-print-vectors): Remove old comments from doc.
10067
10068 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10069 (emerge-version): Make the variable an obsolete alias for the
10070 emacs-version variable. Make the function obsolete.
10071 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10072 Emerge options, rather than merging in into the main Options menu.
10073 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10074 and auto advance modes. Disable edit/fast items when not relevant.
10075
10076 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10077
10078 * term/vt420.el (terminal-init-vt420): Fix typo.
10079
10080 2009-07-20 Sam Steingold <sds@gnu.org>
10081
10082 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10083 variable (removed from compile.el on 2004-03-11).
10084
10085 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10086
10087 * files.el (hack-local-variables-filter): Fix last change.
10088
10089 2009-07-19 Juri Linkov <juri@jurta.org>
10090
10091 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10092 (dir-local-variables-alist): New buffer-local variable.
10093 (hack-local-variables-filter): If variable is not dir-local,
10094 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10095 because file-local overrides dir-local.
10096 (c-postprocess-file-styles) <declare-function>:
10097 Remove obsolete declaration.
10098 (hack-dir-local-variables): Add dir-local variable/value pair to
10099 `dir-local-variables-alist' and remove duplicates. Doc fix.
10100
10101 * help-fns.el (describe-variable): Add information about
10102 file-local and dir-local variables.
10103
10104 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * files.el (hack-local-variables-filter): Rewrite.
10107
10108 2009-07-19 Glenn Morris <rgm@gnu.org>
10109
10110 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10111 Silence compiler by only defining on XEmacs.
10112
10113 * international/mule.el (auto-coding-regexp-alist): Only match
10114 BABYL... at the start of buffer, not of lines. (Bug#3790)
10115
10116 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10117 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10118 (cal-menu-context-mouse-menu): Doc fix.
10119
10120 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10121
10122 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10123
10124 2009-07-18 Juri Linkov <juri@jurta.org>
10125
10126 * info.el: Virtual Info keyword finder.
10127 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10128 (Info-finder-file): New variable.
10129 (Info-finder-find-file): New function.
10130 (finder-known-keywords, finder-package-info)
10131 (find-library-name, lm-commentary): Use defvar and
10132 declare-function to silence compiler warnings.
10133 (Info-finder-find-node): New function.
10134 (info-finder): New command.
10135
10136 * subr.el (process-kill-buffer-query-function): New function.
10137 (add-hook)<kill-buffer-query-functions>: Add hook
10138 `process-kill-buffer-query-function'.
10139
10140 2009-07-18 Alan Mackenzie <acm@muc.de>
10141
10142 * progmodes/cc-mode.el (c-before-hack-hook)
10143 (c-postprocess-file-styles): Give invocation of `c-set-style'
10144 DONT-OVERRIDE parameter of t. Already set style variables will
10145 thus not be overridden by style settings given by `c-file-syle'.
10146
10147 * files.el (hack-local-variables-filter): Remove entries with
10148 duplicate keys from `file-local-variables-alist'.
10149
10150 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10151
10152 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10153 x-set-selection if display-selections-p returns nil for the
10154 current frame.
10155
10156 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10157
10158 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10159
10160 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10161
10162 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10163 Accept nil in addition to a regexp.
10164 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10165 Accept nil in addition to a regexp.
10166 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10167 buffers that have an associated file. Handle nil values of
10168 desktop-buffers-not-to-save and desktop-files-not-to-save.
10169 (Bug#3833)
10170
10171 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10172 (x-disown-selection-internal): New functions.
10173
10174 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10175
10176 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10177 warning.
10178 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10179 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10180
10181 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10182
10183 * simple.el (set-mark): Revert last change.
10184
10185 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10186
10187 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10188 rendering of pngs is not possible instead of messaging a long
10189 description.
10190
10191 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10192
10193 * w32-fns.el (x-selection-owner-p): New function.
10194
10195 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10196 (mouse-yank-at-click, mouse-yank-primary): If
10197 select-active-regions is non-nil, deactivate the mark before
10198 insertion.
10199
10200 * simple.el (deactivate-mark, set-mark): Only save selection if we
10201 own it.
10202
10203 2009-07-17 Kenichi Handa <handa@m17n.org>
10204
10205 * case-table.el (describe-buffer-case-table): Fix for the case
10206 that KEY is a cons.
10207
10208 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10209
10210 * vc-rcs.el (vc-rcs-find-file-hook):
10211 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10212
10213 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10214
10215 * net/tramp.el (tramp-wait-for-output): Handle the case when
10216 commands do not return a newline but a null byte before the shell
10217 prompt. (Bug#3858)
10218
10219 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10220
10221 * term/ns-win.el (ns-set-alpha): Don't declare.
10222 (ns-set-background-alpha): Remove function.
10223
10224 2009-07-16 Kevin Ryde <user42@zip.com.au>
10225
10226 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10227 y-or-n-p, for safety.
10228
10229 2009-07-16 Richard Stallman <rms@gnu.org>
10230
10231 * files.el (auto-save-mode): If buffer-saved-size is -2,
10232 don't clobber it.
10233
10234 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10235 (rmail-retry-ignored-headers): Add more uninteresting fields.
10236
10237 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10238
10239 * net/rcirc.el (rcirc): Use history variables.
10240 (rcirc-server-name-history, rcirc-nick-name-history)
10241 (rcirc-server-port-history): New variables.
10242
10243 2009-07-15 Kenichi Handa <handa@m17n.org>
10244
10245 * international/mule-cmds.el (set-language-environment-charset):
10246 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10247 ignore them.
10248
10249 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10250 Delete unibyte-display.
10251
10252 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10253
10254 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10255
10256 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * simple.el (deactivate-mark): Optional argument FORCE.
10259 (set-mark): Use deactivate-mark.
10260
10261 * info.el (Info-search): No need to check transient-mark-mode
10262 before calling deactivate-mark.
10263
10264 * select.el (x-set-selection): Doc fix.
10265 (x-valid-simple-selection-p): Allow buffer values.
10266 (xselect--selection-bounds): Handle buffer values. Suggested by
10267 David De La Harpe Golden.
10268
10269 * mouse.el (mouse-set-region, mouse-drag-track): Call
10270 copy-region-as-kill before setting the mark, to let
10271 select-active-regions work.
10272
10273 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10274
10275 * simple.el (deactivate-mark): If select-active-regions is
10276 non-nil, copy the selection data into a string.
10277 (activate-mark): If select-active-regions is non-nil, set the
10278 selection to the current buffer.
10279 (set-mark): Update selection if select-active-regions is non-nil.
10280
10281 * select.el (x-valid-simple-selection-p): Allow buffer values.
10282
10283 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10286 and more featureful message-mode.
10287
10288 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10289
10290 * select.el (x-set-selection): Doc fix.
10291 (x-valid-simple-selection-p): Disallow selection data consisting
10292 of a list or cons of integers, since that is not used.
10293 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10294 (xselect-convert-to-string, xselect-convert-to-length)
10295 (xselect-convert-to-filename, xselect-convert-to-charpos)
10296 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10297
10298 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10299
10300 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10301 output in -break-info command (Emacs bug #3794).
10302
10303 2009-07-14 Glenn Morris <rgm@gnu.org>
10304
10305 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10306 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10307 (edebug-print-length, edebug-print-level, edebug-print-circle)
10308 (edebug-sit-for-seconds, edebug-view-outside)
10309 (edebug-bounce-point, edebug-set-global-break-condition)
10310 (edebug-Go-nonstop-mode, edebug-trace-mode)
10311 (edebug-Trace-fast-mode, edebug-continue-mode)
10312 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10313 (edebug-visit-eval-list): Doc fixes.
10314
10315 * subr.el (def-edebug-spec): Doc fix.
10316
10317 2009-07-14 Kenichi Handa <handa@m17n.org>
10318
10319 * international/characters.el: Fix setting of category ?C.
10320
10321 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10322
10323 * term/ns-win.el (x-select-font): defalias x-select-font to
10324 ns-popup-font-panel instead of generate-fontset-menu.
10325
10326 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10327
10328 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10329
10330 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10331
10332 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10333 the PK\003\004 header (Bug#3770).
10334
10335 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10336
10337 * pcomplete.el (pcomplete-comint-setup): Check for
10338 shell-dynamic-complete-filename too.
10339
10340 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10341
10342 * simple.el (temporary-goal-column): Change the value for
10343 line-move-visual to a cons cell.
10344 (line-move-visual): Record or set the window hscroll, if
10345 necessary (Bug#3494).
10346 (line-move-1): Handle cons value of temporary-goal-column.
10347
10348 2009-07-11 Kenichi Handa <handa@m17n.org>
10349
10350 * international/mule-diag.el (describe-character-set): Don't show
10351 width.
10352
10353 2009-07-10 Sam Steingold <sds@gnu.org>
10354
10355 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10356 Omake sometimes indents the errors it prints, so allow all
10357 regexps to start with spaces.
10358
10359 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10360
10361 * cus-edit.el (customize-changed-options-previous-release):
10362 Bump value to 22.1. (Bug#3804)
10363
10364 2009-07-08 Sam Steingold <sds@gnu.org>
10365
10366 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10367 to be a cons cell (test . ignored-directory) to selectively ignore
10368 some directories depending on the location of the search.
10369
10370 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10371
10372 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10373 remote user is root, on the local host.
10374 (tramp-local-host-p): Either the local user or the remote user
10375 must be root. (Bug#3771)
10376
10377 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10378
10379 * progmodes/gdb-mi.el (gdb): Remove description of
10380 gdb-use-separate-io-buffer.
10381 (menu): Don't allow toggling of or enable
10382 gdb-use-separate-io-buffer from menubar.
10383
10384 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10385
10386 * mail/unrmail.el (unrmail): Make sure the message ends with two
10387 newlines (Bug#3769).
10388
10389 2009-07-08 Glenn Morris <rgm@gnu.org>
10390
10391 * calendar/calendar.el (calendar-current-date): Rework previous change.
10392
10393 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10394
10395 * calendar/calendar.el (calendar-current-date):
10396 Add an optional argument giving an offset from today.
10397
10398 2009-07-08 Glenn Morris <rgm@gnu.org>
10399
10400 * tutorial.el (tutorial--describe-nonstandard-key):
10401 Adjust the message for when a key has been unbound.
10402 (help-with-tutorial): Hide the arch-tag.
10403
10404 2009-07-08 Kenichi Handa <handa@m17n.org>
10405
10406 * international/fontset.el (setup-default-fontset): For each
10407 script, append (not set) font-specs.
10408
10409 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10410 docstring.
10411
10412 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10413
10414 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10415 -data-list-register-names to ...
10416 (gdb-starting): ... here because GDB 7.0 requires execution to
10417 have started when using this MI command.
10418 (gdb-set-header): New function to distinguish select and
10419 unselected tabs in gdb buffers.
10420 (gdb-propertize-header): New macro that uses gdb-set-header.
10421 (gdb-breakpoints-header, gdb-locals-header): Use it.
10422 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10423
10424 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10425
10426 * Makefile.in (ELCFILES): Remove fadr.elc.
10427
10428 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10429
10430 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10431 may contain frame information, so `string-match' should be used.
10432 (gdb-update): Disassembly is invalidated through
10433 `gdb-get-selected-frame'.
10434 (gdb-pad-string): New function to pad string with spaces.
10435 (gdb-invalidate-disassembly): Invalidate only if the buffer
10436 exists.
10437 (gdb-disassembly-handler-custom): Column alignment.
10438 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10439 placing new ones.
10440 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10441 end of line, too.
10442 (gdb-frame-handler): Match convention to for disassembly buffer
10443 mode name.
10444 (gdb-stack-list-frames-handler): Rewritten without regexps.
10445 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10446 not highlight breakpoints without line information.
10447 (gdb-input): Add trailing newline to command.
10448
10449 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10450 buffer properly.
10451 (gdb-breakpoints-list-handler-custom): Replacement for
10452 `gdb-break-list-handler'. Using real parser instead of regexps
10453 now.
10454 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10455 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10456 to place breakpoints.
10457 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10458 functions.
10459 (gdb-disassembly-handler-custom): Show overlay arrow.
10460 (gdb-disassembly-place-breakpoints): Show breakpoints in
10461 disassembly buffer.
10462 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10463 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10464 instead of parsing breakpoints buffer. Fixed old menu references
10465 in `gud-menu-map'.
10466
10467 * fadr.el: Remove.
10468
10469 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10470 (gdb-memory-address): New variable which holds top address of
10471 memory page shown in memory buffer.
10472 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10473 customization variables.
10474 New functions:
10475 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10476 display the memory buffer.
10477 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10478 buffer display parameters.
10479 (def-gdb-memory-format, gdb-memory-format-binary)
10480 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10481 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10482 Functions for setting memory buffer format.
10483 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10484 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10485 unit size used in memory buffer.
10486 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10487 to next/previous page of memory buffer.
10488 Now using (bindat-get-field) instead of fadr functions.
10489
10490 2009-07-07 Sam Steingold <sds@gnu.org>
10491
10492 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10493 non-top-level files.
10494
10495 2009-07-07 Kenichi Handa <handa@m17n.org>
10496
10497 * international/mule-cmds.el (reset-language-environment): Put
10498 the highset priority to the charset iso-8859-1.
10499
10500 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10501
10502 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10503 to the end of the line when locating the block (Bug#700).
10504
10505 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10506
10507 * net/tramp.el (tramp-handle-write-region): Flush file properties
10508 in case of short track.
10509
10510 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10511
10512 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10513 Coded custom representation of verilog error regular expressions
10514 to work with Emacs-22's new format.
10515 (verilog-error-regexp-xemacs-alist): Coded custom representation
10516 of verilog error regular expressions to work with XEmacs format.
10517 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10518 error recognition into XEmacs.
10519 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10520 error recognition into Emacs-22.
10521
10522 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10523
10524 * woman.el: Remove stand-alone closing parentheses.
10525 (woman-file-name, woman2-format-paragraphs)
10526 (woman-leave-blank-lines): Code cleanup.
10527 (woman-use-own-frame): Change default to nil.
10528 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10529 defaults to inherit from default faces.
10530 (woman2-process-escapes): Consume the newline after a stand-alone
10531 filler character (Bug#3651).
10532
10533 2009-07-06 Glenn Morris <rgm@gnu.org>
10534
10535 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10536 (top-level): Move provide to the end.
10537 (ffap): Remove defunct URL from custom group.
10538
10539 * subr.el (eval-after-load): Doc fix.
10540
10541 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10542
10543 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10544 `calc-embedded-word' is called twice.
10545
10546 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10547
10548 * files.el (find-alternate-file-other-window, find-alternate-file):
10549 Obey confirm-nonexistent-file-or-buffer.
10550
10551 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * dired-aux.el (dired-show-file-type): Handle remote files.
10554
10555 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10556
10557 * desktop.el (desktop-globals-to-save):
10558 Add file-name-history (Bug#2750).
10559
10560 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10563
10564 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10565
10566 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10567 property on entire argument since this is what eshell-lisp-command
10568 expects.
10569
10570 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10571
10572 * net/tramp-gvfs.el (tramp-gvfs-methods)
10573 (tramp-gvfs-zeroconf-domain)
10574 (tramp-bluez-discover-devices-timeout): Add version flag.
10575 (tramp-gvfs-handler-mounted-unmounted)
10576 (tramp-gvfs-connection-mounted-p): Polish handling of
10577 incompatibilities between GVFS 0.2 and 1.0.
10578
10579 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10580
10581 * cus-start.el (all): Add make-pointer-invisible.
10582
10583 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10584
10585 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10586 formatted correctly.
10587
10588 2009-07-02 Juri Linkov <juri@jurta.org>
10589
10590 * info.el: Virtual Info files and nodes.
10591 (Info-virtual-files, Info-virtual-nodes): New variables.
10592 (Info-current-node-virtual): New variable.
10593 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10594 New functions.
10595 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10596 to check for a virtual file instead of checking a fixed list
10597 of node names.
10598 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10599 instead of ad-hoc processing of "dir" and (apropos history toc).
10600 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10601 instead of ad-hoc processing of "dir" and (apropos history toc).
10602 Reread a file when moving from a virtual node.
10603 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10604 (Info-directory-toc-nodes, Info-directory-find-file)
10605 (Info-directory-find-node): New functions.
10606 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10607 (Info-history): Move part of code to
10608 `Info-history-find-node'.
10609 (Info-history-toc-nodes, Info-history-find-file)
10610 (Info-history-find-node): New functions.
10611 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10612 (Info-toc): Move part of code to `Info-toc-find-node'.
10613 (Info-toc-find-node): New function.
10614 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10615 the current Info file name to references because now the node
10616 "*TOC*" belongs to the same Info manual.
10617 (Info-toc-build): Rename from `Info-build-toc'.
10618 (Info-toc-nodes): Rename input argument `file' to `filename'.
10619 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10620 instead of ad-hoc processing of ("dir" apropos history toc).
10621 (Info-index-nodes): Use Info-virtual-file-p
10622 to check for a virtual file instead of checking a fixed list
10623 of node names.
10624 (Info-index-node): Add check for `Info-current-node-virtual'.
10625 Raise `save-match-data' higher up the tree to contain
10626 `search-forward' too (bug fix).
10627 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10628 (Info-virtual-index-nodes): New variable.
10629 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10630 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10631 (Info-apropos-file, Info-apropos-nodes): New variables.
10632 (Info-apropos-toc-nodes, Info-apropos-find-file)
10633 (Info-apropos-find-node, Info-apropos-matches): New functions.
10634 (info-apropos): Move part of code to `Info-apropos-find-node' and
10635 `Info-apropos-matches'.
10636 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10637 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10638 for a virtual file instead of checking a fixed list of node names.
10639
10640 * simple.el (async-shell-command): New command.
10641
10642 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10643
10644 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10645 instead of `mount-info'.
10646
10647 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10648
10649 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10650 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10651
10652 2009-07-02 Kenichi Handa <handa@m17n.org>
10653
10654 * international/mule.el (set-keyboard-coding-system): Force *-unix
10655 coding-system to avoid eol conversion.
10656
10657 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10658
10659 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10660 Add handler for `process-file', `shell-command' and
10661 `start-file-process'.
10662 (tramp-gvfs-handle-shell-command)
10663 (tramp-gvfs-handle-start-file-process)
10664 (tramp-gvfs-handle-process-file): New defuns.
10665 (tramp-synce-list-devices): Simplify check for existence of property.
10666
10667 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10668
10669 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10670
10671 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10672
10673 * language/korean.el (set-language-info-alist): Add korean-cp949,
10674 cp949 to spec.
10675
10676 2009-07-01 Kenichi Handa <handa@m17n.org>
10677
10678 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10679
10680 * international/encoded-kb.el: Deleted.
10681
10682 * international/mule.el (set-keyboard-coding-system): Perform the
10683 necessary setup here instead of calling encoded-kbd-setup-display.
10684
10685 2009-07-01 Glenn Morris <rgm@gnu.org>
10686
10687 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10688
10689 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10690
10691 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10692
10693 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10694
10695 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10696 Handle also the 'rename case, when setting file modes. (Bug#3712)
10697 (tramp-default-file-modes): Remove execute permissions.
10698
10699 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10700 (top): Add a default for "synce" in `tramp-default-user-alist'.
10701 Add completion function for "synce" method.
10702 (tramp-hal-service, tramp-hal-path-manager)
10703 (tramp-hal-interface-manager, tramp-hal-interface-device):
10704 New defconst.
10705 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10706 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10707 New defuns.
10708
10709 * net/trampver.el: Update release number.
10710
10711 2009-06-30 Kenichi Handa <handa@m17n.org>
10712
10713 * international/fontset.el (setup-default-fontset): Add CJK fonts
10714 for symbols and the other miscellaneous characters.
10715
10716 * language/korea-util.el (setup-korean-environment-internal):
10717 Make char-width-table suitable for Korean environments.
10718 (exit-korean-environment): Cancel above.
10719
10720 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10721 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10722 setup-function to make char-width-table suitable for respective
10723 environments, and an exit-function to cancel that.
10724
10725 * language/japan-util.el (setup-japanese-environment-internal):
10726 Call use-cjk-char-width-table with arg `ja_JP'.
10727
10728 * international/characters.el (cjk-char-width-table): Delete it.
10729 (cjk-char-width-table-list): New variable.
10730 (use-cjk-char-width-table): New arg local-name.
10731 (use-default-char-width-table): Fix for the case that Emacs is
10732 already using the default char-width-table.
10733
10734 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10735
10736 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10737 modes mandatory. (Bug#3712)
10738
10739 2009-06-29 Alan Mackenzie <acm@muc.de>
10740
10741 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10742 correction between the visible width of TABs and their number of bytes.
10743
10744 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10745
10746 * server.el (server-buffer-done): Prevent kill-buffer from
10747 prompting by clearing the buffer modification flag (Bug#3696).
10748
10749 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10750
10751 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10752 (verilog-endcomment-reason-re): Support unique case and priority case.
10753 (verilog-basic-complete-re): Support localparam lineup.
10754 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10755 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10756 commenting.
10757 (verilog-leap-to-case-head): Now support *nested* unique &
10758 priority case statements.
10759 (verilog-auto-lineup): Make just declarations the default (as it
10760 had been).
10761 (verilog-leap-to-case-head): Support priority/unique case statements.
10762 (verilog-auto-lineup): Rework to give users radio buttons to
10763 select the various styles of automatic lineup.
10764 (verilog-error-regexp-alist): Rework to support the XEmacs style
10765 of error regular expressions from compilers, lint tools &
10766 simulators. Note that GNU Emacs has made it impossible for a mode
10767 to load such things.
10768 (electric-verilog-terminate-line, verilog-indent-declaration)
10769 (verilog-auto-wiure): Rework for radio button selection of
10770 auto-lineup selection of specification of auto lineup.
10771 (verilog-beg-of-statement-1): Redesign to support proper operation
10772 in additional code, based on testing with auto-lineup.
10773 (verilog-calculate-indent, assignments & declarations)
10774 (verilog-backward-token): Enhance to support auto-lineup of
10775 assignments & declarations.
10776 (verilog-in-directive-p, verilog-at-struct-p): New function for
10777 easy test of whether we are.
10778 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10779 to support safe execution at almost anyline.
10780 (verilog-calc-1): Properly support indenting deep inside generate
10781 blocks.
10782 (verilog-init-font): Remove definition & use of verilog-init-font,
10783 as it is redundant with font-lock-defaults.
10784 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10785 to avoid circular calls if syntax-ppss is a function (as is the
10786 case now in 22.x GNU Emacs) as that function would sometimes call
10787 itself, leading to (nearly) infinite recursion.
10788 (verilog-ovm-begin-re, verilog-ovm-end-re)
10789 (verilog-ovm-statement-re, verilog-leap-to-head)
10790 (verilog-backward-token): Add support for OVM macros. Some are
10791 complete statements, and others open and close scopes like begin
10792 and end.
10793 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10794 (verilog-defun-level-generate-only-re): Really fix the defun-list
10795 compilation issue.
10796 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10797 coverpoint, constraint and cross statements.
10798 (verilog-defun-level-list, verilog-generate-defun-level-list)
10799 (verilog-all-defun-level-list): Redo these specifications - it is
10800 too hard to support eval-when compile aggregation of lists also
10801 built at when-compile time.
10802 (verilog-defun-level-list): Place defconsts of variables used in
10803 building regular expressions which are built in eval-when-compile
10804 bodies in the same eval-when-compile body to facilitate compile
10805 without load.
10806 (verilog-beg-block-re-ordered): Support indenting
10807 virtual/protected tasks and functions.
10808 (verilog-defun-level-list, verilog-in-generate-region-p)
10809 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10810 indentation of some module items (generate items).
10811 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10812 across virtual/protected tasks and functions.
10813
10814 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10815
10816 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10817 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10818 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10819 in concatenations. Reported by Yishay Belkind.
10820 (verilog-auto-ascii-enum): Support one-hot state machines in
10821 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10822 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10823 modport in AUTOINST and add vl-modport for users. Reported by
10824 David Rogoff.
10825 (verilog-auto-inout-module, verilog-auto-inst)
10826 (verilog-decls-get-interfaces, verilog-insert-definition)
10827 (verilog-insert-one-definition, verilog-read-decls)
10828 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10829 (verilog-sig-modport, verilog-signals-combine-bus)
10830 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10831 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10832 Suggested by David Rogoff.
10833 (verilog-repair-open-comma): Fix non-insertion of comma when
10834 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10835 (verilog-make-width-expression): Simplify [A-1:0] expression
10836 widths to just {A{1'b0}}.
10837 (verilog-mode): Cleanup checkdoc warnings.
10838 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10839 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10840 inputs/outputs or data type. Suggested by Vasu Kandadi.
10841 (next-error-last-buffer): Fix byte-compiler warning.
10842 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10843 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10844 or shell command text during AUTO expansion. Suggested by Tad Truex.
10845 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10846 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10847 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10848 in AUTOINOUT. Reported by Matthew Lovell.
10849 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10850 causing use of <= assignments. Reported by Alex Reed.
10851 (verilog-read-decls): Fix triand, trior, wand, wor to be
10852 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10853 (verilog-extended-complete-re): Support import "DPI-C" functions.
10854 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10855 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10856 (verilog-insert-date, verilog-insert-year)
10857 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10858 Windows systems. Reported by Michael Potts.
10859 (verilog-read-module-name): Fix AUTOINST when the child module
10860 declaration's name is a tick define. Reported by Elliot Mednick.
10861 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10862 passed to next parameter's definition. Reported by Bruce T.
10863 (verilog-read-decls): Fix detecting "parameter int" when using
10864 AUTOINSTPARAM. Reported by Bruce T.
10865 (verilog-goto-defun): Fix goto not finding modules unless first
10866 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10867 (verilog-mode): Expand -f flag arguments on entry to mode so
10868 verilog-goto-defun will work. Reported by Lawrence Butcher.
10869 (verilog-getopt): Expand environment variables in -f file
10870 arguments. Suggested by Lawrence Butcher.
10871 (verilog-set-define): Fix "Symbol's value as variable is void"
10872 when reading enumerations.
10873 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10874 Suggested by Stephen Peltan.
10875 (verilog-read-defines): Fix reading of enumerations in include
10876 files. Reported by Steve Peltan.
10877
10878 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10879
10880 * files.el (trash-directory): Fix defcustom type.
10881
10882 2009-06-28 Juri Linkov <juri@jurta.org>
10883
10884 * help-fns.el (describe-function-1): Correctly locate adviced
10885 functions in hyperlink (Bug#2438).
10886
10887 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10888
10889 * files.el (trash-directory): Change default to nil.
10890 (move-file-to-trash): If trash-directory is nil and
10891 system-move-file-to-trash is unbound, perform freedesktop-style
10892 trashing.
10893
10894 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10895
10896 * files.el (move-file-to-trash): Add freedesktop trash
10897 support (Bug#973).
10898
10899 2009-06-28 Glenn Morris <rgm@gnu.org>
10900
10901 * autorevert.el (global-auto-revert-non-file-buffers)
10902 (global-auto-revert-mode): Doc fixes.
10903
10904 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10905
10906 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10907
10908 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10911 opened an X connection before calling x-get-resource (Bug#3194).
10912
10913 * play/doctor.el: Remove reference to obsolete website.
10914 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10915
10916 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10917
10918 Remove find-file-not-found-hook VC method. (Bug#2757)
10919 * vc-hooks.el (vc-file-not-found-hook)
10920 (vc-default-find-file-not-found-hook): Remove functions.
10921 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10922 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10923 * vc.el:
10924 * vc-hg.el:
10925 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10926
10927 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10928
10929 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10930 compatibility function for `looking-back'.
10931
10932 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10933 Use `ispell-looking-back'.
10934
10935 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10936
10937 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10938 rather than `filename'.
10939
10940 2009-06-23 Miles Bader <miles@gnu.org>
10941
10942 * face-remap.el (text-scale-set): New function.
10943
10944 2009-06-23 Glenn Morris <rgm@gnu.org>
10945
10946 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10947
10948 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10949
10950 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10951
10952 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10953
10954 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10955 Simplify Persian conditionals.
10956
10957 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10958 variable `filename'.
10959
10960 * comint.el (comint-insert-input): Doc fix.
10961
10962 * Makefile.in (ELCFILES): Fix typo in previous change.
10963
10964 2009-06-23 Miles Bader <miles@gnu.org>
10965
10966 * cus-start.el: Add entry for `recenter-redisplay'.
10967
10968 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10969
10970 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10971 Add an optional argument for the backend, use it instead of
10972 calling vc-backend.
10973 (vc-mode-line): Add an optional argument for the backend.
10974 Pass the backend to vc-state and vc-working-revision. Move code for
10975 special handling for vc-state being a buffer to ...
10976
10977 * vc-rcs.el (vc-rcs-find-file-hook):
10978 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10979
10980 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10981 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10982 vc-stay-local-p and vc-mode-line calls.
10983
10984 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10985 (vc-cvs-diff, vc-cvs-annotate-command)
10986 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10987 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10988 vc-mode-line calls.
10989
10990 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10991 direct comparison.
10992 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10993 backend when calling vc-mode-line.
10994 (vc-register): Do not create a closure for calling the vc register
10995 function, call it directly.
10996
10997 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10998
10999 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11000 to make it obvious item can be clicked.
11001
11002 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11003
11004 2009-06-23 Kenichi Handa <handa@m17n.org>
11005
11006 * language/korea-util.el (korean-key-bindings): Change the binding
11007 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11008 same command.
11009
11010 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11011
11012 Sync with Tramp 2.1.16.
11013
11014 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11015
11016 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11017 when a loading of a package fails. Completion function for rsync
11018 is `tramp-completion-function-alist-ssh'.
11019 (all): Replace all calls of `split-string' and
11020 `tramp-split-string' by `tramp-compat-split-string'.
11021 (tramp-default-method): Use `tramp-compat-process-running-p'.
11022 (tramp-default-proxies-alist): Allow also Lisp forms.
11023 (tramp-remote-path): Add choice "Private Directories".
11024 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11025 (tramp-domain-regexp): Allow also "-", "_" and ".".
11026 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11027 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11028 (tramp-debug-message): Insert header line in debug buffer.
11029 (tramp-handle-directory-files-and-attributes-with-stat):
11030 Care about filenames with spaces, or starting with "-".
11031 (tramp-handle-dired-uncache): New defun.
11032 (tramp-handle-insert-directory): Don't flush the directory from
11033 cache, this is handled by `dired-uncache' now.
11034 (tramp-handle-insert-file-contents): Improve error handling.
11035 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11036 Quote `tramp-end-of-output'.
11037 (tramp-action-password): Improve trace message.
11038 (tramp-check-for-regexp): Both echoes must be present, before removing.
11039 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11040 (tramp-compute-multi-hops): Eval cons cells of
11041 `tramp-default-proxies-alist'.
11042 (tramp-maybe-open-connection): Use the same command pattern for
11043 first hop and further hops.
11044 (tramp-wait-for-output): Remove handling of newlines.
11045 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11046 (tramp-split-string): Remove function. It is handled in
11047 tramp-compat now.
11048
11049 * net/tramp-cmds.el (tramp-bug):
11050 Recommend `tramp-cleanup-all-connections' in the bug mail.
11051
11052 * net/tramp-compat.el (tramp-compat-split-string)
11053 (tramp-compat-process-running-p): New defuns.
11054
11055 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11056 for `dired-uncache'.
11057
11058 * net/tramp-gvfs.el: New package.
11059
11060 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11061 Add handler for `dired-uncache'.
11062 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11063
11064 * net/trampver.el: Update release number. Make version check fit
11065 for SXEmacs 22.
11066
11067 2009-06-22 Jim Meyering <meyering@redhat.com>
11068
11069 Automatically handle .xz suffix (XZ-compressed files), too.
11070 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11071 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11072
11073 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11074 Nick Roberts <nickrob@snap.net.nz>
11075
11076 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11077 repository (http://sphinx.net.ru/hg/gdb-mi/).
11078
11079 2009-06-22 Glenn Morris <rgm@gnu.org>
11080
11081 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11082 `mode' and `eval' entries. (Bug#3430)
11083
11084 * Makefile.in (ELCFILES): Add fadr.elc.
11085
11086 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11087 differing behavior of \n and ^ in strings. (Bug#3385)
11088
11089 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11090
11091 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11092 property.
11093 (lisp-indent-function): Make it a defcustom.
11094
11095 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11096
11097 * progmodes/gdb-ui.el: Replace with ...
11098 * progmodes/gdb-mi.el: ... this file.
11099 * progmodes/gud.el: Modify for gdb-mi.el.
11100
11101 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11102
11103 * fadr.el: New file.
11104
11105 See ChangeLog.14 for earlier changes.
11106
11107 ;; Local Variables:
11108 ;; coding: utf-8
11109 ;; End:
11110
11111 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11112
11113 This file is part of GNU Emacs.
11114
11115 GNU Emacs is free software: you can redistribute it and/or modify
11116 it under the terms of the GNU General Public License as published by
11117 the Free Software Foundation, either version 3 of the License, or
11118 (at your option) any later version.
11119
11120 GNU Emacs is distributed in the hope that it will be useful,
11121 but WITHOUT ANY WARRANTY; without even the implied warranty of
11122 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11123 GNU General Public License for more details.
11124
11125 You should have received a copy of the GNU General Public License
11126 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11127
11128 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1