]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* help.el (help-window-setup-finish): Doc fix (Bug#5830).
[gnu-emacs] / lisp / ChangeLog
1 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2
3 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
4 Reported by monkey@sandpframing.com.
5
6 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
7
8 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
9 (semantic-create-imenu-directory-index): Fix typos in docstrings.
10 (semantic-imenu-goto-function): Reflow docstring.
11
12 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
13
14 * textmodes/artist.el (artist-mode): Fix typo in docstring.
15 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
16
17 2010-03-30 Kenichi Handa <handa@m17n.org>
18
19 * language/sinhala.el (composition-function-table): Fix regexp for
20 the new Unicode specification.
21
22 * language/indian.el (devanagari-composable-pattern)
23 (tamil-composable-pattern, kannada-composable-pattern)
24 (malayalam-composable-pattern): Adjust for the new Unicode
25 specification.
26 (bengali-composable-pattern, gurmukhi-composable-pattern)
27 (gujarati-composable-pattern, oriya-composable-pattern)
28 (telugu-composable-pattern): New variables to cope with the new
29 Unicode specification. Use them in composition-function-table.
30
31 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 Make tmm-menubar work for the Buffers menu again.
34 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
35 vectors rather than cons cells, as used in menu-bar-update-buffers.
36
37 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
38
39 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
40 (js-insert-and-indent): Revert 2009-08-15 change, restoring
41 electric punctuation for "{}();,:" (Bug#5586).
42
43 * mail/sendmail.el (mail-default-directory): Doc fix.
44
45 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
46
47 * mail/sendmail.el (mail-default-directory): Doc fix.
48
49 2010-03-27 Eli Zaretskii <eliz@gnu.org>
50
51 * subr.el (version-regexp-alist, version-to-list)
52 (version-list-<, version-list-=, version-list-<=)
53 (version-list-not-zero, version<, version<=, version=): Doc fix.
54 (Bug#5744).
55
56 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
57 Nick Roberts <nickrob@snap.net.nz>
58
59 * progmodes/gdb-ui.el (gdb-apple-test): New function.
60 (gdb-init-1): Use it.
61
62 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
63
64 * vc.el (vc-root-diff): Doc fix.
65
66 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
67
68 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
69
70 * simple.el (append-to-buffer): Fix last change.
71
72 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
73
74 * simple.el (append-to-buffer): Ensure that point is preserved if
75 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
76 (Bug#5749)
77
78 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
81 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
82 not be present any more.
83
84 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
85
86 * faces.el (set-face-attribute): Fix typo in docstring.
87 (face-valid-attribute-values): Reflow docstring.
88
89 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
90
91 2010-03-23 Glenn Morris <rgm@gnu.org>
92
93 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
94
95 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
96
97 * indent.el (indent-for-tab-command): Doc fix.
98
99 2010-03-22 Alan Mackenzie <acm@muc.de>
100
101 * progmodes/cc-engine.el (c-remove-stale-state-cache):
102 Fix off-by-one error. Fixes bug #5747.
103
104 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
105
106 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
107 (image-dired-read-comment): Doc fix.
108
109 * json.el (json-object-type, json-array-type, json-key-type)
110 (json-false, json-null, json-read-number):
111 * minibuffer.el (completion-in-region-functions):
112 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
113 (cal-tex-cursor-week):
114 * emacs-lisp/trace.el (trace-function):
115 * eshell/em-basic.el (eshell/printnl):
116 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
117 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
118 * obsolete/levents.el (allocate-event, event-key, event-object)
119 (event-point, event-process, event-timestamp, event-to-character)
120 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
121 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
122 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
123 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
124 (reftex-highlight-selection): Fix typos in docstrings.
125
126 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
127
128 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
129
130 2010-03-18 Glenn Morris <rgm@gnu.org>
131
132 * mail/rmail.el (rmail-highlight-face): Restore option deleted
133 2008-02-13 without comment; mark it obsolete.
134 (rmail-highlight-headers): Use rmail-highlight-face once more.
135
136 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
137
138 * woman.el (woman2-process-escapes): Only consume the newline if
139 the filler character is on a line by itself (Bug#5729).
140
141 2010-03-16 Kenichi Handa <handa@m17n.org>
142
143 * language/indian.el (devanagari-composable-pattern): Add more
144 consonants.
145
146 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
147
148 * net/trampver.el: Update release number.
149
150 2010-03-13 Glenn Morris <rgm@gnu.org>
151
152 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
153
154 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp.el (tramp-find-executable):
157 Use `tramp-get-connection-buffer'. Make the regexp for checking
158 output of "wc -l" more robust.
159 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
160 (tramp-open-connection-setup-interactive-shell): Remove workaround
161 for OpenSolaris bug, it is not needed anymore.
162
163 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
164
165 * cedet/semantic/imenu.el: New file, from the CEDET repository
166 (Bug#5412).
167
168 2010-03-12 Glenn Morris <rgm@gnu.org>
169
170 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
171
172 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
173
174 * files.el (auto-mode-alist): Accept more verilog file patterns.
175
176 2010-03-09 Miles Bader <miles@gnu.org>>
177
178 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
179 instead of "format:"; this ensures that the output is
180 newline-terminated.
181
182 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
183
184 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
185 that all errors are caught, and that the return value is always a
186 list (Bug#5692).
187
188 2010-03-08 Kenichi Handa <handa@m17n.org>
189
190 * language/misc-lang.el (windows-1256): New coding system.
191 (cp1256): New alias of windows-1256 (bug#5690).
192
193 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
194
195 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
196 call to rfc822-bad-address. (Bug#5692)
197
198 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
199
200 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
201 vc-git-root as default directory for revision path (Bug#5657).
202
203 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
204
205 * calculator.el (calculator): Don't bind split-window-keep-point
206 (Bug#5674).
207
208 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * vc-git.el: Re-flow to fit into 80 columns.
211 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
212 Remove spurious `quote' element in each case alternative.
213 (vc-git-show-log-entry): Use prog1.
214 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
215
216 2010-03-06 Glenn Morris <rgm@gnu.org>
217
218 * cedet/semantic/grammar.el (semantic-grammar-header-template):
219 Update template copyright to GPLv3+.
220
221 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
224
225 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
226
227 * macros.el (insert-kbd-macro): Look up keyboard macro using the
228 definition, not the name (Bug#5481).
229
230 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
231
232 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
233 argument with a local variable. (Bug#5670)
234
235 2010-03-02 Juri Linkov <juri@jurta.org>
236
237 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
238
239 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
240
241 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
242 error when FILENAME and NEWNAME are existing remote directories.
243
244 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
245 parameter DIR-FLAG.
246
247 2010-03-02 Glenn Morris <rgm@gnu.org>
248
249 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
250 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
251
252 2010-03-01 Alan Mackenzie <acm@muc.de>
253
254 * progmodes/cc-engine.el (c-remove-stale-state-cache):
255 Correct previous patch.
256
257 2010-03-01 Kenichi Handa <handa@m17n.org>
258
259 * language/burmese.el (burmese-composable-pattern): Rename from
260 myanmar-composable-pattern.
261
262 * international/characters.el (script-list):
263 * international/fontset.el (script-representative-chars):
264 Change myanmar to burmese.
265 (otf-script-alist): Likewise.
266 (setup-default-fontset): Likewise. Re-fix :otf spec.
267
268 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
269
270 * cc-engine.el (c-remove-stale-state-cache): Take account of when
271 `good-pos' is in the same macro as `here'. Fixes bug#5649.
272
273 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
274
275 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
276
277 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
278
279 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
280
281 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
282
283 * net/tramp.el (tramp-handle-write-region): START can be a string.
284 Take care in the checks. Reported by Dan Davison
285 <davison@stats.ox.ac.uk>.
286
287 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
288
289 * net/dbus.el (dbus-introspect, dbus-get-property)
290 (dbus-set-property, dbus-get-all-properties): Use
291 `dbus-call-method' when noninteractive. (Bug#5645)
292
293 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
294
295 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
296 * emacs-lisp/elint.el (elint-add-required-env):
297 * cedet/semantic/db-find.el
298 (semanticdb-find-translate-path-brutish-default):
299 * cedet/ede/make.el (ede-make-check-version):
300 * calendar/icalendar.el (icalendar--add-diary-entry):
301 * calc/calcalg2.el (math-tracing-integral):
302 * files.el (recover-session-finish): Use with-current-buffer
303 instead of save-excursion.
304
305 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 Fix in-buffer completion when after-change-functions modify the buffer.
308 * minibuffer.el (completion--replace): New function.
309 (completion--do-completion): Use it and use relative movement.
310
311 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
312
313 * international/fontset.el (setup-default-fontset): Fix :otf spec.
314
315 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
316
317 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
318 Allow the characters _<> in the stack entry (Bug#5653).
319
320 2010-02-26 Kenichi Handa <handa@m17n.org>
321
322 * language/burmese.el: Fix entries in composition-function-table.
323 (myanmar-composable-pattern): New variable.
324
325 * international/fontset.el (setup-default-fontset): Add an entry
326 for myanmar.
327
328 * international/characters.el (script-list): Add Myanmar
329 Extended-A.
330
331 2010-02-26 Glenn Morris <rgm@gnu.org>
332
333 * custom.el (custom-initialize-delay): Doc fix.
334
335 * mail/sendmail.el (send-mail-function): Autoload the call
336 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
337
338 2010-02-25 Alan Mackenzie <acm@muc.de>
339
340 * progmodes/cc-engine.el (c-clear-<-pair-props)
341 (c-clear->-pair-props): Correct to wipe category text props, not
342 syntax-table ones.
343
344 * progmodes/cc-mode.el (c-after-change): Remove any hard
345 syntax-table properties for <, > which, e.g., C-y has
346 inopportunely converted from category properties.
347
348 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
349
350 * files.el (hack-local-variables-filter): For eval forms, also
351 check safe-local-variable-p (Bug#5636).
352
353 2010-02-24 Eduard Wiebe <usenet@pusto.de>
354
355 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
356 and use c(ad)r of cddr (Bug#5640).
357
358 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
359
360 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
361 setting the modes by `ignore-errors'. It might fail, for example
362 if the file is not owned by the user but the group.
363 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
364
365 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
366
367 * files.el (directory-listing-before-filename-regexp): Use
368 stricter matching for iso-style dates, to avoid false matches with
369 date-like filenames (Bug#5597).
370
371 * htmlfontify.el (htmlfontify): Doc fix.
372
373 * eshell/eshell.el (eshell): Doc fix.
374
375 * startup.el (fancy-about-screen): In mode-line, apply
376 mode-line-buffer-id face only to the buffer name (Bug#5613).
377
378 2010-02-20 Kevin Ryde <user42@zip.com.au>
379
380 * progmodes/compile.el (compilation-error-regexp-alist-alist):
381 In `watcom' anchor regexp to start of line, to avoid slowness
382 (Bug#5599).
383
384 2010-02-20 Eli Zaretskii <eliz@gnu.org>
385
386 * subr.el (remove-yank-excluded-properties): Explain in a comment
387 why `category' property is removed.
388
389 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
390
391 * isearch.el (isearch-update-post-hook, isearch-update): Revert
392 2010-02-17 change.
393
394 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
395
396 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
397 (icalendar--convert-weekly-to-ical)
398 (icalendar--convert-yearly-to-ical)
399 (icalendar--convert-block-to-ical)
400 (icalendar--convert-cyclic-to-ical)
401 (icalendar--convert-anniversary-to-ical): Take care of time
402 specifications where hour has 1-digit only (Bug#5549).
403
404 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
405
406 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
407 of disassemble output in GDB 7.1.
408
409 2010-02-19 Glenn Morris <rgm@gnu.org>
410
411 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
412 property. (Bug#5593)
413
414 2010-02-18 Sam Steingold <sds@gnu.org>
415
416 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
417
418 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 Use abbreviated file names in bookmarks (bug#5591).
421 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
422 calls to expand-file-name.
423 (bookmark-relocate): Use abbreviated file names in bookmarks.
424 (bookmark-load): Use abbreviated file names in messages.
425
426 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
427
428 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
429 expand "." and "..". Reported by Thierry Volpiatto
430 <thierry.volpiatto@gmail.com>.
431
432 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
433
434 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
435 permissions of the temporary file to "0600". In case the remote
436 file has no read permissions for the owner, there might be
437 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
438
439 22010-02-18 Glenn Morris <rgm@gnu.org>
440
441 * emacs-lisp/authors.el (authors-renamed-files-alist):
442 Add entries for INSTALL.CVS.
443
444 2010-02-17 Mark A. Hershberger <mah@everybody.org>
445
446 * vc-bzr.el: Fix typo in Known Bugs section.
447
448 * isearch.el (isearch-update-post-hook): New hook.
449 (isearch-update): Use the new hook.
450
451 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
452
453 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
454 Fix errors in copying directories.
455 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
456 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
457 (tramp-handle-delete-file)
458 (tramp-handle-dired-recursive-delete-directory)
459 (tramp-handle-write-region): Flush also the cache for the upper
460 directory.
461
462 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
463
464 * simple.el (save-interprogram-paste-before-kill): Doc fix.
465
466 * cus-edit.el (hardware): Doc fix.
467
468 * man.el (man): Add to external custom group.
469
470 * delim-col.el (columns): Move to wp custom group.
471
472 * doc-view.el (doc-view): Add to data custom group.
473
474 * cedet/data-debug.el (data-debug): Move to extensions group.
475
476 * cedet/ede.el (ede):
477 * cedet/srecode.el (srecode):
478 * cedet/semantic.el (semantic): Put in tools and extensions group.
479
480 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
481
482 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
483 by ispell-parse-output (Bug#5575).
484
485 2010-02-16 Kenichi Handa <handa@m17n.org>
486
487 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
488 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
489 (skkdic-convert): Use `euc-japan' coding system for writing.
490
491 2010-02-16 Glenn Morris <rgm@gnu.org>
492
493 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
494 tex-main-file before using it. (Bug#5562)
495
496 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
499 warnings, since it is annoying for the user to see them each time he
500 runs the code.
501
502 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
503
504 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
505 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
506 instead of PROC for caching "first-password-request". Otherwise,
507 new processes would not profit from passwords already entered.
508
509 * net/tramp-cache.el (tramp-dump-connection-properties):
510 Don't save "first-password-request" property.
511
512 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
513
514 * outline.el (outline-head-from-level):
515 * simple.el (with-wrapper-hook):
516 * cedet/ede.el (ede-run-target, project-delete-target)
517 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
518 (ede-adebug-project, ede-adebug-project-parent)
519 (ede-adebug-project-root):
520 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
521 (elint-defun, elint-buffer-env, elint-top-form-logged)
522 (elint-unbound-variable):
523 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
524 Fix typos in docstrings.
525
526 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
527
528 * files.el (insert-directory): When WILDCARD-REGEXP and
529 FULL-DIRECTORY-P are nil, insert the file entry instead of the
530 whole directory. (Bug#5551)
531
532 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
533 dired's alignment sanity. (Bug#5516)
534
535 2010-02-14 Juri Linkov <juri@jurta.org>
536
537 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
538 Remove remaining ^H with their preceding chars. (Bug#5566)
539
540 2010-02-13 Glenn Morris <rgm@gnu.org>
541
542 * simple.el (transpose-subr): Give it a doc-string.
543
544 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
545 Doc fixes.
546
547 2010-02-12 Juri Linkov <juri@jurta.org>
548
549 * arc-mode.el (archive-unique-fname): Make directories for nested
550 archives. (Bug#5540)
551
552 2010-02-12 Juri Linkov <juri@jurta.org>
553
554 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
555
556 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * subr.el (copy-overlay): Handle deleted overlays.
559
560 * man.el (Man-completion-table): Don't signal an error if we can't run
561 manual-program (bug#4056).
562
563 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
564
565 * textmodes/artist.el (artist-mt): Fix typos in docstring.
566
567 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
568
569 * info.el (Info-bookmark-jump): Simplify.
570
571 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
572 (bookmark-default-handler): Accept new bookmark field `buffer'.
573
574 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
575
576 * iswitchb.el (iswitchb-completions): Revert last change.
577
578 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
579
580 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
581 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
582 This prevents file names like "~/" being listed literally.
583
584 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
585
586 * term/xterm.el (xterm-maybe-set-dark-background-mode):
587 Remove dead code. (Bug#5546)
588
589 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
590
591 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
592 correctly (Bug#5548).
593
594 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
595
596 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
597 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
598
599 2010-02-08 Kenichi Handa <handa@m17n.org>
600
601 * international/mule-util.el (with-coding-priority): Add autoload
602 cookie for putting `lisp-indent-function'.
603
604 2010-02-07 Glenn Morris <rgm@gnu.org>
605
606 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
607 Move F2003 named interfaces from keywords-2 to keywords-1, and
608 use function-name-face rather than constant-face.
609 Simplify "abstract interface" regexp.
610
611 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
612
613 * eshell/esh-util.el (eshell-file-attributes): New optional arg
614 ID-FORMAT. Pass it to `file-attributes'.
615
616 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
617
618 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
619
620 * faces.el (set-face-attribute): Allow calling
621 internal-set-lisp-face-attribute with 'unspecified family and
622 foundry argument (Bug#5536).
623
624 2010-02-07 Glenn Morris <rgm@gnu.org>
625
626 * progmodes/f90.el (f90-font-lock-keywords-2)
627 (f90-looking-at-type-like, f90-looking-at-program-block-end):
628 Handle F2003 named interfaces.
629
630 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
631
632 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
633 beg and end before calling c-get-state-before-change-functions.
634
635 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
636
637 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
638
639 2010-02-05 Juri Linkov <juri@jurta.org>
640
641 * doc-view.el (doc-view-mode):
642 * image-mode.el (image-mode): Put property mode-class=special.
643 (Bug#4896)
644
645 2010-02-05 Mark A. Hershberger <mah@everybody.org>
646
647 * vc-svn.el (vc-svn-revision-table): New function.
648
649 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
650
651 * net/ange-ftp.el (ange-ftp-insert-directory):
652 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
653 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
654 Handle also directories. (Bug#5478)
655
656 2010-02-05 Glenn Morris <rgm@gnu.org>
657
658 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
659
660 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
661
662 * startup.el (command-line-1): Convert options beginning with a
663 single dash as well (Bug#5519).
664
665 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
668 * minibuffer.el (completion-initials-expand): Only check the presence
669 of delims *within* the boundaries, since otherwise the / delim is
670 always found for files.
671
672 Fix up various corner case problems.
673 * doc-view.el (doc-view-last-page-number): New function.
674 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
675 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
676 (doc-view-kill-proc): Avoid inf-loop in freak cases.
677 (doc-view-reconvert-doc): Use the new recursive delete-directory.
678 (doc-view-convert-current-doc): Don't create the resolution.el file
679 here any more.
680 (doc-view-pdf/ps->png): Do it here instead.
681 (doc-view-already-converted-p): Check that resolution.el is present.
682 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
683 windows that are not yet showing images.
684
685 2010-02-04 Alan Mackenzie <acm@muc.de>
686
687 Change strategy for marking < and > as template delimiters: mark
688 them strictly in matching pairs.
689
690 * cc-mode.el (c-before-change):
691 Use c-get-state-before-change-functions.
692 (c-common-init): Adapt to use
693 c-get-state-before-change-functions (note plural).
694
695 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
696 for searching syntactically for matching <s and >s.
697 (c-get-state-before-change-functions): New language variable (note
698 the plural) which supersedes c-get-state-before-change-function.
699
700 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
701 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
702 (c-clear->-pair-props-if-match-before)
703 (c-before-change-check-<>-operators): New functions.
704 (c-after-change-check-<>-operators): Use macro
705 c-unmark-<->-as-paren.
706
707 * cc-defs.el (c-search-backward-char-property): New macro.
708
709 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
710 and > any more. (These will be handled by font locking.)
711
712 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
713
714 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
715 `dired-uncache' for every elemnt which is an absolute file name.
716
717 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
718 directory, handle its directory component.
719 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
720 function is called permanently and creates noise, otherwise.
721
722 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
723 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
724 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
725
726 2010-02-04 David Burger <dburger@google.com> (tiny change)
727
728 * macros.el (apply-macro-to-region-lines):
729 Minor simplification. (Bug#5485)
730
731 2010-02-04 Glenn Morris <rgm@gnu.org>
732
733 * mail/rmail.el (rmail-show-message-1): Handle malformed
734 quoted-printable text. (Bug#5441)
735
736 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
737
738 * simple.el (visual-line-mode): Capitalize lighter.
739
740 2010-02-03 John Wiegley <jwiegley@gmail.com>
741
742 * iswitchb.el (iswitchb-completions): Add bookmark files to the
743 list of files considered for "virtual buffer" completions.
744
745 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
746
747 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
748 also in case of (and (not full) (not wildcard)). This is needed,
749 when dired is called with a list of files, which are not in
750 `default-directory'. (Bug#5478)
751
752 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
755
756 2010-02-02 Juri Linkov <juri@jurta.org>
757
758 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
759 from unidiff to allow function-line after @@.
760
761 2010-02-02 Juri Linkov <juri@jurta.org>
762
763 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
764 '(RCS SCCS) with inverted condition.
765
766 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
767
768 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
769 messages.
770
771 2010-02-01 Juri Linkov <juri@jurta.org>
772
773 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
774 compare with "pkunzip" and "pkzip" instead of only "pkzip".
775 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
776 only when (car archive-zip-extract) is "unzip". (Bug#5475)
777
778 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
781 (doc-view-revert-buffer): New command.
782 (doc-view-mode-map): Use it.
783
784 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
785
786 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
787 pending merge is detected.
788
789 2010-01-31 Juri Linkov <juri@jurta.org>
790
791 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
792 beginning of interactive spec like all other grep commands do.
793 Put "all" in front of "gz". (Bug#5260)
794
795 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
798
799 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
800
801 * dirtrack.el (dirtrack): Warn instead of signalling error if the
802 regexp is incorrect (Bug#5476).
803
804 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
805
806 * net/tramp.el (tramp-handle-insert-directory): Handle also
807 symlinks, when FILENAME is not in `default-directory'.
808
809 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
810
811 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
812 FILE is not in `default-directory'. (Bug#5478)
813
814 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
815 of SWITCHES. Handle the case, FILENAME is not in
816 `default-directory'. (Bug#5478)
817 (tramp-register-file-name-handlers): Add safe-magic property.
818
819 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
820
821 * arc-mode.el (archive-zip-extract): Quote the argument passed to
822 unzip (Bug#5475).
823
824 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
825
826 * progmodes/flymake.el (flymake-allowed-file-name-masks)
827 (flymake-master-make-header-init): Add other C++ filename masks.
828 (flymake-find-possible-master-files)
829 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
830
831 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
832
833 Fix some busybox annoyances.
834
835 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
836 not responding." string.
837 (tramp-open-connection-setup-interactive-shell): Dump stty
838 settings. Enable "neveropen" arg for all `tramp-send-command'
839 calls. Handle "=" in variable values properly.
840 (tramp-find-inline-encoding): Raise an error, when no encoding is
841 found.
842 (tramp-wait-for-output): Check, whether PROC buffer is available.
843 Remove spurious " ^H" sequences, sent by busybox.
844 (tramp-get-ls-command): Suppress coloring, if possible.
845
846 2010-01-28 Glenn Morris <rgm@gnu.org>
847
848 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
849
850 * log-edit.el (log-edit-strip-single-file-name): Add missing
851 :safe, :group, and :version tags.
852
853 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
854
855 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
856 buffers. (Bug#5477)
857
858 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
859
860 * files.el (delete-directory): Handle moving to trash without
861 first doing recursion (Bug#5436).
862
863 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
864
865 * vc-hooks.el (vc-path): Mark as obsolete.
866
867 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
868
869 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
870 names too.
871
872 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
873 for the short log.
874 (vc-bzr-log-view-mode): Adjust regexp for the above change.
875
876 2010-01-25 Mark A. Hershberger <mah@everybody.org>
877
878 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
879
880 * vc-bzr.el (vc-bzr-revision-table): New function.
881
882 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
883
884 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
885 diff-index command. This requires at least git-1.5.5. (Bug#1589).
886
887 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
888
889 Remove support for adding --signoff on commit.
890 Future support will use an incompatible generic mechanism.
891 * vc-git.el (vc-git-add-signoff): Remove variable.
892 (vc-git-toggle-signoff): Remove function.
893 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
894
895 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
896 from xterm-set-background-mode. Return t if the background mode
897 was set.
898 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
899 earlier, call it again in case the background mode has changed.
900
901 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
902
903 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
904 (Bug#3541).
905
906 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
907
908 * emacs-lisp/assoc.el (aelement): Doc fix.
909 (aput, adelete, amake): Use lexical-let (Bug#5450).
910
911 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
912
913 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
914 is the same as subprogram call, not declaration. (Bug#5435).
915
916 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
919 (tramp-smb-maybe-open-connection): Use it.
920
921 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
922
923 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
924
925 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
928 just because we see "encoding: 8bit".
929 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
930
931 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
932
933 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
934
935 2010-01-22 Eli Zaretskii <eliz@gnu.org>
936
937 * jka-compr.el (jka-compr-load): If load-file is not in
938 load-history, try its file-truename version. (bug#5447)
939
940 2010-01-21 Alan Mackenzie <acm@muc.de>
941
942 Fix a situation where deletion of a cpp construct throws an error.
943 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
944 invoking c-with-all-but-one-cpps-commented-out, check that the
945 special cpp construct is still in the buffer.
946 (c-parse-state): Record the special cpp with markers, not numbers.
947
948 2010-01-21 Kenichi Handa <handa@m17n.org>
949
950 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
951 process last-command-event, as it is now decoded first (Bug#5380).
952
953 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
954
955 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
956
957 2010-01-20 Glenn Morris <rgm@gnu.org>
958
959 * indent.el (tab-always-indent): Fix custom-type.
960
961 2010-01-19 Alan Mackenzie <acm@muc.de>
962
963 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
964 buffer throws "args out of range".
965 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
966 playing the role of delimiter.
967
968 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
969
970 * progmodes/ada-mode.el: Fix bug#5400.
971 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
972 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
973 changed. Delete RECURSIVE parameter; never used. Improve doc string.
974 Improve comments in "is" portion. Handle null procedure declaration.
975 (ada-move-to-end): Improve doc string.
976
977 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
978
979 * ido.el (ido-cur-list): Initialize to nil.
980 Remove obsolete information from commentary.
981 (ido-choice-list): Initialize to nil.
982 (ido-get-bufname): Reject minibuffers.
983 (ido-make-buffer-list): If "default" is a nonexistent
984 buffer, ignore it, as per the function's comment.
985 (ido-kill-buffer-internal): New function.
986 (ido-kill-buffer-at-head): Use it.
987 (ido-visit-buffer): Likewise.
988
989 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
990
991 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
992
993 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
994
995 * cedet/ede/locate.el (ede-locate-file-in-project)
996 (ede-locate-file-in-project-impl): Fix typos in docstrings.
997 (ede-enable-locate-on-project): Fix typos in error messages.
998
999 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1000 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1001 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1002 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1003 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1004 Fix typos in menu help.
1005
1006 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1007 Fix typos in chart titles.
1008
1009 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1010 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1011 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1012 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1013 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1014 (semantic-parse-stream, semantic-parse-region)
1015 (semantic-parse-region-default, semantic--set-buffer-cache)
1016 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1017 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1018 (semantic-default-submodes):
1019 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1020 (semanticdb-create-ebrowse-database)
1021 (semanticdb-find-tags-for-completion-method)
1022 (semanticdb-find-tags-by-class-method)
1023 (semanticdb-deep-find-tags-by-name-method)
1024 (semanticdb-deep-find-tags-for-completion-method):
1025 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1026 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1027 (semanticdb-find-tags-for-completion-method)
1028 (semanticdb-find-tags-by-class-method)
1029 (semanticdb-deep-find-tags-for-completion-method):
1030 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1031 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1032 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1033 (semanticdb-find-tags-by-name-method)
1034 (semanticdb-find-tags-by-name-regexp-method)
1035 (semanticdb-find-tags-for-completion-method)
1036 (semanticdb-find-tags-by-class-method)
1037 (semanticdb-find-tags-external-children-of-type-method)
1038 (semanticdb-find-tags-subclasses-of-type-method)
1039 (semanticdb-deep-find-tags-by-name-method)
1040 (semanticdb-deep-find-tags-by-name-regexp-method)
1041 (semanticdb-deep-find-tags-for-completion-method):
1042 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1043 (semanticdb-enable-gnu-global-in-buffer)
1044 (semanticdb-find-tags-for-completion-method)
1045 (semanticdb-deep-find-tags-by-name-method)
1046 (semanticdb-deep-find-tags-for-completion-method):
1047 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1048 (javascript-mode, semanticdb-find-translate-path)
1049 (semanticdb-find-tags-for-completion-method)
1050 (semanticdb-find-tags-by-class-method)
1051 (semanticdb-deep-find-tags-by-name-method)
1052 (semanticdb-deep-find-tags-for-completion-method)
1053 (semanticdb-find-tags-external-children-of-type-method):
1054 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1055 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1056 (global-semantic-idle-scheduler-mode):
1057 * cedet/srecode/dictionary.el (srecode-field-value)
1058 (srecode-dictionary-add-section-dictionary):
1059 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1060 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1061 (describe-class, eieio-describe-generic, describe-generic):
1062 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1063 (eieio-speedbar-expand):
1064 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1065 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1066 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1067 (viper-del-backward-char-in-replace, viper-backward-indent)
1068 (viper-brac-function, viper-register-to-point, viper-submit-report):
1069 * net/tramp.el (tramp-remote-coding-commands):
1070 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1071 Fix typos in docstrings.
1072
1073 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * mail/sendmail.el (mail-yank-original): Set the mark if the
1076 specified function for yanking does not do it.
1077
1078 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1079
1080 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1081
1082 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1083 resyncing a directory.
1084
1085 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1086
1087 * progmodes/ada-mode.el: Fix bug#1920.
1088 (ada-ident-re): Delete ., allow multibyte characters.
1089 (ada-goto-label-re): New; matches goto labels.
1090 (ada-block-label-re): New; matches block labels.
1091 (ada-label-re): New; matches both.
1092 (ada-named-block-re): Deleted; callers changed to use
1093 `ada-block-label-re' instead.
1094 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1095 Use `ada-block-label-re'.
1096 (ada-indent-on-previous-lines): Improve handling of goto labels.
1097 (ada-get-indent-block-start): Special-case block label.
1098 (ada-get-indent-label): Split into `ada-indent-block-label' and
1099 `ada-indent-goto-label'.
1100 (ada-goto-stmt-start, ada-goto-next-non-ws):
1101 Optionally ignore goto labels.
1102 (ada-goto-next-word): Simplify.
1103 (ada-indent-newline-indent-conditional): Insert newline before
1104 trying to fix indentation; doc fix.
1105
1106 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1107
1108 * calc/calc.el (calc-command-flags): Give it an initial value.
1109
1110 2010-01-17 Glenn Morris <rgm@gnu.org>
1111
1112 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1113
1114 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1115
1116 * cedet/semantic.el (semantic-mode):
1117 * files.el (minibuffer-with-setup-hook):
1118 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1119 (artist-key-draw-continously, artist-key-do-continously-continously)
1120 (artist-key-set-point-continously, artist-mouse-draw-continously):
1121 Fix typos in docstrings.
1122
1123 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1124
1125 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1126 return t (Bug#3898).
1127
1128 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1129
1130 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1131 can parse the output of the external commands (Bug#5279).
1132
1133 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1134
1135 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1136
1137 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1140
1141 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1142
1143 * startup.el (command-line): Remove unused --icon-type arg.
1144 Handle --display arg, passing it to command-line-1 (Bug#5392).
1145
1146 2010-01-16 Mario Lang <mlang@delysid.org>
1147
1148 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1149 * cedet/ede/files.el (ede-expand-filename):
1150 * cedet/ede/simple.el (ede-simple-project):
1151 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1152 (semantic-complete-inline-tag-engine):
1153 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1154 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1155 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1156 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1157 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1158 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1159 * emacs-lisp/chart.el (chart-translate-namezone):
1160 * textmodes/artist.el (artist-compute-popup-menu-table):
1161 Remove duplicated words in doc-strings.
1162
1163 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1164
1165 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1166 to mairix-search to suppress threading (Bug#5342).
1167
1168 2010-01-15 Kenichi Handa <handa@m17n.org>
1169
1170 * international/mule-cmds.el (canonicalize-coding-system-name):
1171 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1172
1173 2010-01-15 Glenn Morris <rgm@gnu.org>
1174
1175 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1176
1177 * wid-edit.el (widget-keymap): Doc fix.
1178
1179 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1180 former seems to be more widely accepted by various svn versions.
1181
1182 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * find-cmd.el (find-constituents):
1185 * vc-arch.el (vc-arch-root):
1186 * window.el (window-body-height, pop-up-frames):
1187 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1188 (semantic-no-reparse-needed-change-hook):
1189 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1190 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1191 (srecode-template-inserter-ask, srecode-template-inserter-width)
1192 (srecode-template-inserter-section-start)
1193 (srecode-template-inserter-section-end, srecode-insert-method):
1194 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1195 * progmodes/ada-stmt.el (ada-if):
1196 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1197 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1198 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1199 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1200
1201 * progmodes/flymake.el (flymake-post-syntax-check):
1202 Fix typo in error message.
1203
1204 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1207 which is always a string. (Bug#5313)
1208
1209 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * progmodes/ada-xref.el (ada-default-prj-properties):
1212 Simplify previous change.
1213
1214 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1215
1216 * progmodes/ada-xref.el (ada-default-prj-properties):
1217 Default ada_project_path to $ADA_PROJECT_PATH.
1218
1219 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1220
1221 * progmodes/ada-mode.el (ada-create-keymap):
1222 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1223
1224 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1225
1226 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1227 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1228 (ada-get-current-indent, ada-imenu-generic-expression)
1229 (ada-which-function): Check for it.
1230
1231 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1232
1233 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1234 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1235
1236 2010-01-14 Glenn Morris <rgm@gnu.org>
1237
1238 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1239
1240 2010-01-14 Kenichi Handa <handa@m17n.org>
1241
1242 * composite.el (auto-composition-mode): Make it a buffer local
1243 variable (permanent-local).
1244 (auto-composition-function): Set the default value to
1245 auto-compose-chars.
1246 (auto-composition-mode): Make it a simple function, not a minor mode.
1247 (global-auto-composition-mode): Likewise.
1248 (turn-on-auto-composition-if-enabled): Delete it.
1249
1250 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1251
1252 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1253
1254 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1255
1256 * files.el (copy-directory): Compute target for recursive
1257 directories with identical names. (Bug#5343)
1258
1259 2010-01-12 Glenn Morris <rgm@gnu.org>
1260
1261 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1262 it to bug-gnu-emacs rather than emacs-pretest-bug.
1263
1264 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * cedet/data-debug.el (data-debug): Fix customization group reference.
1267
1268 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1271 (semantic-analyze-context, semantic-analyze-context-assignment)
1272 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1273 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1274 (semantic-java-doc-keywords-map):
1275 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1276 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1277 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1278 (semantic-c-classname, semantic-format-tag-uml-prototype)
1279 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1280 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1281 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1282 (semantic-get-local-variables, semantic-end-of-command)
1283 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1284 (lisp-mode):
1285 * cedet/semantic/bovine/make.el (makefile-mode):
1286 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1287 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1288 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1289 (semantic-lex, semantic-get-local-variables, python-mode):
1290 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1291 * cedet/srecode/extract.el (srecode-extract-state-set)
1292 (srecode-extract-method): Fix typos in docstrings.
1293
1294 2010-01-11 Sam Steingold <sds@gnu.org>
1295
1296 * imenu.el (imenu-default-create-index-function): Detect infinite
1297 loops caused by imenu-prev-index-position-function.
1298
1299 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1300
1301 * htmlfontify.el (htmlfontify-load-rgb-file)
1302 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1303 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1304 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1305 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1306 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1307 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1308 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1309 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1310 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1311 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1312 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1313 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1314 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1315 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1316 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1317 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1318 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1319 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1320 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1321 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1322 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1323 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1324 backslash-quoting from parentheses, etc.
1325
1326 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * progmodes/js.el: Autoload javascript-mode alias.
1329
1330 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1333 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1334 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1335 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1336 Fix typos in docstrings.
1337 (ffap-url-regexp): Doc fix.
1338 (ffap-at-mouse): Fix typo in message.
1339
1340 2010-01-11 Glenn Morris <rgm@gnu.org>
1341
1342 * version.el (emacs-copyright): Set copyright year to 2010.
1343
1344 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * format.el (format-annotate-function): Only set
1347 write-region-post-annotation-function after running to-fn so as not to
1348 affect nested write-region calls (bug#5273).
1349
1350 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1353 Add python parser.
1354
1355 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1356 wisent/python.el.
1357
1358 2010-01-10 Richard Kim <emacs18@gmail.com>
1359
1360 * cedet/semantic/wisent/python-wy.el:
1361 * cedet/semantic/wisent/python.el: New files.
1362
1363 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * man.el (Man-goto-section): Signal error if the section is not
1366 found (Bug#5317).
1367
1368 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1371 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1372
1373 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1374
1375 * progmodes/compile.el: Don't treat compile-command as safe if
1376 compilation-read-command might be nil (Bug#4218).
1377
1378 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1379
1380 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1381 NS options.
1382
1383 2010-01-08 Kenichi Handa <handa@m17n.org>
1384
1385 * international/fontset.el (build-default-fontset-data):
1386 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1387
1388 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1391 to `create-file-buffer' as it expects, not just a buffer name.
1392 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1393 to help uniquify. (Bug#3224)
1394
1395 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1396
1397 * font-setting.el (font-setting-change-default-font): Use user-spec
1398 instead of name.
1399
1400 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1403
1404 2010-01-05 Tom Tromey <tromey@redhat.com>
1405
1406 * progmodes/python.el (python-font-lock-keywords):
1407 Handle qualified decorators (Bug#881).
1408
1409 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1410
1411 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1412 in a lightweight checkout.
1413
1414 2010-01-05 Kenichi Handa <handa@m17n.org>
1415
1416 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1417
1418 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1421
1422 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1425 checkouts. (Bug#618)
1426 (vc-bzr-log-view-mode): Also highlight the author.
1427 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1428 (vc-bzr-shelve-menu-map):
1429 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1430 (vc-bzr-shelve-apply): Make prompt more explicit.
1431
1432 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1433
1434 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1435 They are valid characters in URL paths (rfc3986), and at least
1436 Firefox does not understand the encoded version (Bug#3166).
1437
1438 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1439
1440 * progmodes/octave-mod.el (octave-end-keywords)
1441 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1442 Add "end" keyword (Bug#3061).
1443 (octave-end-as-array-index-p): New function.
1444 (calculate-octave-indent): Use it.
1445
1446 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1447
1448 * bookmark.el: Consistently put the text property on the bookmark name.
1449 (bookmark-bmenu-marks-width): Bump back to 2, to include
1450 annotation marks.
1451 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1452 property on the bookmark name, instead of not putting it at all.
1453 (bookmark-bmenu-list): Fix where we put the text property.
1454
1455 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1456
1457 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1458 for showing buffer modified state (as added in the previous change).
1459
1460 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1461
1462 * bookmark.el: Show modified state of bookmark buffer more accurately.
1463 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1464 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1465 (with-buffer-modified-unmodified): New macro.
1466 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1467 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1468 Use new macro to preserve the buffer modified state.
1469
1470 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1471
1472 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1473 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1474 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1475 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1476 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1477 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1478 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1479
1480 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1481
1482 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1483 Make the lines in the generated doc string shorter. (Bug#4668)
1484
1485 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1486
1487 * net/rcirc.el: Add follow-link binding (Bug#4738).
1488
1489 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1490
1491 * Makefile.in (bzr-update): Rename from cvs-update.
1492 (cvs-update): New target for backward compatibility.
1493
1494 * makefile.w32-in (bzr-update): Rename from cvs-update.
1495 (cvs-update): New target for backward compatibility.
1496
1497 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1498
1499 * bookmark.el: Remove gratuitous gratitude.
1500
1501 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1502
1503 * bookmark.el (bookmark-bmenu-any-marks): New function
1504 (bookmark-bmenu-save): Clear buffer modification if no marks.
1505
1506 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1507
1508 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1509 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1510 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1511 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1512
1513 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1514 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1515 To: emacs-devel {_AT_} gnu.org
1516 Subject: bookmark.el bug report
1517 Date: Mon, 28 Dec 2009 14:19:16 +0800
1518 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1519
1520 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1521
1522 * bookmark.el: Improvements suggested by Drew Adams:
1523 (bookmark-bmenu-ensure-position): New name for
1524 `bookmark-bmenu-check-position'. Just ensure the position,
1525 don't return any meaningful value.
1526 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1527 New constants.
1528
1529 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1532 (bookmark-yank-point, bookmark-bmenu-check-position):
1533 Fix typos in docstrings.
1534 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1535 (bookmark-name-from-full-record, bookmark-get-position)
1536 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1537 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1538 Remove useless quoting of parenthesis, etc. in docstrings.
1539
1540 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1541 (ediff-append-custom-diff): Fix typo in error message.
1542 (ediff-meta-mark-equal-files): Fix typos in messages.
1543
1544 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1545
1546 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1547 Fix typo in docstring.
1548
1549 * net/imap-hash.el (imap-hash-make): Doc fix.
1550 (imap-hash-test): Fix typo in error message; reflow docstring.
1551 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1552 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1553 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1554 Fix typos in docstrings.
1555 (imap-hash-open-connection): Fix typo in error message.
1556
1557 * play/gomoku.el (gomoku): Fix typos in docstring.
1558
1559 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1560 (gdb-jsonify-buffer): Fix typos in docstring.
1561 (gdb-goto-breakpoint): Fix typo in error message.
1562 ("Display Other Windows"): Fix typo in help message.
1563 (gdb-speedbar-expand-node): Fix typo in question.
1564
1565 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1566 (idlwave-html-system-help-location, idlwave-html-help-location)
1567 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1568 (idlwave-help-browser-generic-args, idlwave-help-directory)
1569 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1570 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1571 (idlwave-online-help, idlwave-help-html-link)
1572 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1573 Fix typos in docstrings.
1574 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1575 Reflow docstrings.
1576 (idlwave-help-assistant-start): Fix typo in error message.
1577
1578 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1579 (octave-electric-space): Fix typos in docstrings.
1580
1581 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1584
1585 2010-01-01 Juri Linkov <juri@jurta.org>
1586
1587 * comint.el (comint-input-ring-size): Make it a defcustom and
1588 increase the default to 500 (Bug#5148).
1589
1590 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1591
1592 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1593 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1594 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1595
1596 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1597
1598 Show working revision correctly for mercurial.
1599 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1600 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1601
1602 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1603
1604 Declare some functions for the byte-compiler.
1605 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1606 (speedbar-timer-fn, speedbar-change-expand-button-char)
1607 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1608
1609 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1610
1611 This changeset reverts GDB Graphical Interface to use annotations.
1612 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1613
1614 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 Make vc-dir work on subdirectories of the bzr root.
1617 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1618 file names relative to it.
1619 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1620 relative directory to vc-bzr-after-dir-status.
1621
1622 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1623
1624 * font-lock.el (font-lock-refresh-defaults): New function, which
1625 can be used to let font-lock react to external changes in
1626 variables like font-lock-defaults and keywords.
1627 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1628
1629 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1632
1633 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1634
1635 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1636
1637 Supersede color.diff settings in git log (bug#5211).
1638
1639 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1640 escape chars in its output when the user has color.diff set to `always'.
1641 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1642
1643 2009-12-26 Kevin Ryde <user42@zip.com.au>
1644
1645 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1646 node. Keep previous "Index" name to work with past coreutils too.
1647
1648 * man.el (man): Revise docstring a bit to show -a and -l as
1649 examples. Add -k description since support for it has otherwise
1650 been a secret. (Further to bug#3717.)
1651 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1652 "no matches" rather than "Can't find manpage", as the latter reads
1653 like -k was interpreted as a page name, which is not so. (Bug#5431)
1654
1655 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1658 switches. Check also for //SUBDIRED// line.
1659
1660 2009-12-25 Kenichi Handa <handa@m17n.org>
1661
1662 * language/indian.el (devanagari-composable-pattern): Fixed to
1663 handle ZWNJ and ZWJ. Use it in composition-function-table for
1664 Devanagari.
1665 (malayalam-composable-pattern): Fix previous change.
1666
1667 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1668
1669 * ps-print.el (ps-face-attributes): It was not returning the
1670 attribute face for faces specified as string. Reported by harven
1671 <harven@free.fr>.
1672 (ps-print-version): New version 7.3.5.
1673
1674 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1675
1676 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1677 timezone names.
1678 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1679 (icalendar--add-diary-entry): Remove the trailing blank that
1680 diary-make-entry inserts.
1681
1682 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1683
1684 Make `file-expand-wildcards' work for remote files.
1685
1686 * files.el (file-expand-wildcards): In case of remote files, check
1687 only local file name part for wildcards. Provide feature 'files
1688 and subfeature 'remote-wildcards. (Bug#5198)
1689
1690 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1691 if there is already an established connection.
1692 (tramp-advice-file-expand-wildcards): Remove it.
1693
1694 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1695 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1696 Activate advice for older GNU Emacs versions. (Bug#5237)
1697
1698 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1699
1700 Some doc fixes (more needed).
1701
1702 * find-cmd.el (find-constituents): Reflow docstring.
1703 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1704 (find-generic): Doc fix.
1705
1706 2009-12-17 Juri Linkov <juri@jurta.org>
1707
1708 Fix regression from 23.1 to allow multiple modes in Local Variables.
1709
1710 * files.el (hack-local-variables-filter): While ignoring duplicates,
1711 don't take `mode' into account.
1712 (hack-local-variables-filter, hack-dir-local-variables): Don't
1713 remove duplicate `mode' from local-variables-alist (like `eval').
1714
1715 2009-12-17 Juri Linkov <juri@jurta.org>
1716
1717 Make `dired-diff' more safe. (Bug#5225)
1718
1719 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1720 `current' or when `file' is a directory of the `current' file.
1721
1722 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1723
1724 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1725 unconditionally preloaded files.
1726
1727 2009-12-16 Juri Linkov <juri@jurta.org>
1728
1729 Revert to old 23.1 logic of using the file at the mark as default.
1730 * dired-aux.el (dired-diff): Use the file at the mark as default
1731 if it's not the same as the current file, and the target dir is
1732 the current dir or the mark is active. Add the current file
1733 as the arg of `dired-dwim-target-defaults'. Use the default file
1734 in the prompt. (Bug#5225)
1735
1736 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1737
1738 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1739 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1740 (tramp-check-for-regexp): Check also, when an echoing shell stops
1741 to echo sent commands.
1742
1743 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * Makefile.in: Revert last change (Bug#5191).
1746
1747 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1748
1749 * vc-hg.el (vc-hg-print-log): Fix argument order.
1750 (vc-hg-working-revision): Make sure the command is executed in a
1751 known environment so that we can parse the output. (Bug#4417)
1752
1753 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * progmodes/python.el (python-symbol-completions): Remove text
1756 properties from symbol string before calling python-send-receive.
1757
1758 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1759
1760 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1761 when there are values for both file and line. (Bug#5060)
1762
1763 2009-12-14 Juri Linkov <juri@jurta.org>
1764
1765 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1766 whitespace after the file name of the first line of unified format,
1767 because git-diff doesn't output whitespace and file modification time
1768 after the file name.
1769
1770 2009-12-14 David Kastrup <dak@gnu.org>
1771
1772 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1773 check if it already has the `display' property added by
1774 `Info-display-images-node', and not put the `invisible' property
1775 in this case.
1776
1777 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1780 (semantic-mru-bookmark-mode): Doc fixes.
1781
1782 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1783 of assert.
1784
1785 2009-12-13 Glenn Morris <rgm@gnu.org>
1786
1787 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1788 (report-emacs-bug): In message-mode, sort manually before storing
1789 original report text. (Bug#5178)
1790 Remove superfluous save-excursion.
1791
1792 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1793
1794 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1795 when responding to "GetAll" properties.
1796
1797 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * simple.el (compose-mail): Remove mail-setup-with-from from
1800 customization checks.
1801
1802 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1803
1804 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1805 RAR archives created on Unix systems.
1806
1807 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1810 the varalias that was accidentally removed by the 2009-11-19 change
1811 (bug#5186).
1812
1813 2009-12-12 Kenichi Handa <handa@m17n.org>
1814
1815 * language/indian.el (indian-compose-regexp): New function.
1816 (malayalam-composable-pattern): Fix the pattern.
1817 (composition-function-table): Set malayalam-composable-pattern for
1818 Malayalam characters.
1819
1820 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1823 rather than down-mouse-1, based on follow-link conventions.
1824
1825 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1826 are compiled.
1827
1828 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1829
1830 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1831 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1832 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1833 (verilog-leap-to-head, verilog-backward-token):
1834 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1835
1836 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1837
1838 * progmodes/verilog-mode.el (verilog-auto-lineup)
1839 (verilog-nameable-item-re): Cleanup user-visible spelling and
1840 documentation errors. One reported by Gary Delp.
1841 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1842 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1843 package, bug195. Reported by Pierre-David Pfister.
1844
1845 2009-12-11 Glenn Morris <rgm@gnu.org>
1846
1847 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1848
1849 * mail/emacsbug.el: No longer require sendmail.
1850 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1851 (report-emacs-bug-orig-text): Doc fix.
1852 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1853 New local variables, to adapt to different mail-user-agents.
1854 (report-emacs-bug): Fix test for a gnu.org address.
1855 Use overlays for emphasis, since font-lock defeats 'face property.
1856 Pretest bugs also end up at the newsgroup these days.
1857 Stop message-mode stripping text properties.
1858 Set and use the new buffer-local variables.
1859 (report-emacs-bug-hook): Add doc-string.
1860 Remove some unnecessary save-excursions and simplify.
1861 Use the appropriate hook and send-command.
1862
1863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1864 capitalization of some menu entries.
1865
1866 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1867
1868 * whitespace.el (whitespace-display-char-on): Ensure
1869 `buffer-display-table' is unique when two or more windows are
1870 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1871 New version 12.1.
1872
1873 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1874
1875 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1876 characters in the Attribute field.
1877
1878 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1879
1880 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1881
1882 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1885 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1886 Disregard autoload-excludes.
1887 (update-directory-autoloads): Obey autoload-excludes here instead.
1888 But don't store its contents in no-autoloads and remove entries that
1889 refer to excludes files.
1890
1891 2009-12-10 Glenn Morris <rgm@gnu.org>
1892
1893 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1894 (expand-mail-aliases): Define for compiler.
1895
1896 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1897 Define for compiler.
1898
1899 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1900 appropriate for the mail-user-agent in use.
1901
1902 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1903
1904 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1905
1906 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1907
1908 Fix short log parsing and fontification.
1909 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1910 Fix fontification for the [merge] label.
1911
1912 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1913
1914 Drop some properties to avoid surprises.
1915 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1916 (hfy-fontify-buffer): Use it.
1917
1918 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 Minor cleanup.
1921 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1922 Adjust all callers.
1923 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1924 args compulsory. Adjust callers.
1925 (ffap-gopher-at-point): Remove unused var `name'.
1926
1927 Get rid of the ELCFILES abomination.
1928 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1929 (compile-elcfiles): New phony target.
1930 (compile-main): Compute ELCFILES dynamically.
1931 (compile-clean): New target to remove left-over elc files.
1932 (compile, all): Use it.
1933
1934 2009-12-09 Kenichi Handa <handa@etlken>
1935
1936 * international/mule-diag.el: Require help-mode instead of help-fns.
1937
1938 2009-12-09 Kenichi Handa <handa@m17n.org>
1939
1940 * international/mule-cmds.el (ucs-names): Supply sufficiently
1941 fine ranges instead of pre-calculating accurate ranges.
1942 Iterate with bigger gc-cons-threshold.
1943
1944 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1945
1946 Add support for stashing a snapshot of the current tree.
1947 * vc-git.el (vc-git-stash-snapshot): New function.
1948 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1949
1950 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1951
1952 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1953 instead of `(beginning|end)-of-line'.
1954
1955 2009-12-08 Glenn Morris <rgm@gnu.org>
1956
1957 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1958
1959 * Makefile.in (ELCFILES): Regenerate.
1960
1961 2009-12-07 Juri Linkov <juri@jurta.org>
1962
1963 Don't lazy-highlight the comint output in history Isearch mode.
1964
1965 * comint.el (comint-history-isearch-search): Instead of
1966 `comint-line-beginning-position', use `comint-after-pmark-p'
1967 to check if point if before the process mark, and go to
1968 `process-mark' in this case.
1969
1970 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * textmodes/tex-mode.el (latex-complete)
1973 (latex-indent-or-complete): Remove.
1974 (latex-mode): Set completion-at-point-functions instead.
1975
1976 Provide a standard completion command and hook it into TAB.
1977 * minibuffer.el (completion-at-point-functions): New var.
1978 (completion-at-point): New command.
1979 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1980 * progmodes/python.el (python-mode-map): Use completion-at-point.
1981 (python-completion-at-point): Rename from python-partial-symbol and
1982 adjust for use in completion-at-point-functions.
1983 (python-mode): Setup completion-at-point for Python completion.
1984 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1985 extracted from lisp-complete-symbol.
1986 (lisp-complete-symbol): Use it.
1987 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1988 setup completion-at-point for Elisp completion.
1989 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1990 Use completion-at-point.
1991 * ielm.el (ielm-map): Use completion-at-point.
1992 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1993 * progmodes/sym-comp.el: Move to...
1994 * obsolete/sym-comp.el: Move from progmodes.
1995
1996 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1997
1998 Prevent save-buffer in Rmail buffers from using the coding-system
1999 of the current message, and from clobbering the encoding mnemonics
2000 in the mode line (Bug#4623).
2001
2002 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2003 flag, too.
2004 (rmail-message-encoding): New variable.
2005 (rmail-write-region-annotate): Record the encoding of the current
2006 message in rmail-message-encoding.
2007 (rmail-after-save-hook): New function, restores the encoding of
2008 the current message after the message collection is saved.
2009
2010 2009-12-07 Juri Linkov <juri@jurta.org>
2011
2012 * progmodes/grep.el (grep-read-files): Use `completing-read'
2013 instead of `read-string'. Set its `collection' arg to
2014 `read-file-name-internal'. (Bug#4301)
2015
2016 2009-12-07 Juri Linkov <juri@jurta.org>
2017
2018 Correctly restore original Isearch point. (Bug#4994)
2019
2020 * isearch.el (isearch-mode): Move `isearch-push-state' after
2021 `(run-hooks 'isearch-mode-hook)'.
2022 (isearch-cancel): When `isearch-push-state-function' is defined,
2023 let-bind `isearch-cmds' to the first state (the last element of
2024 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2025 function and restores the original point). Otherwise, move point
2026 to `isearch-opoint'.
2027
2028 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2031 chars that don't have names, so the table can be built much faster at
2032 run-time.
2033
2034 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2037 change. Suggested by David Kastrup.
2038
2039 * simple.el (compose-mail): Check for incompatibilities and warn.
2040 (compose-mail-user-agent-warnings): New option.
2041
2042 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2043
2044 Support showing a single log entry from vc-annotate.
2045 * vc.el (print-log): Add a new argument: START-REVISION.
2046 (vc-print-log-internal): Add a new optional argument and
2047 pass it to the backend.
2048 (vc-print-log, vc-print-root-log): Adjust callers.
2049 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2050 buffer already displays the requested log entry, use it.
2051 Otherwise display only the log entry in question.
2052 * vc-svn.el (vc-svn-print-log):
2053 * vc-mtn.el (vc-mtn-print-log):
2054 * vc-hg.el (vc-hg-state):
2055 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2056 (vc-git-show-log-entry): Return t on success.
2057 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2058 (vc-bzr-show-log-entry): Return t on success.
2059 * vc-rcs.el (vc-rcs-print-log):
2060 * vc-sccs.el (vc-sccs-print-log):
2061 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2062
2063 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2064
2065 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2066 Add menus to the meta mode. (Bug#5043)
2067
2068 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2069
2070 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2071 event-key.
2072
2073 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2074
2075 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2076
2077 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2078 Berbain <raphael.berbain@gmail.com>.
2079
2080 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2081 characters.
2082 (tramp-initial-end-of-output): New defconst.
2083 (tramp-methods, tramp-find-shell)
2084 (tramp-open-connection-setup-interactive-shell)
2085 (tramp-maybe-open-connection): Use it.
2086 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2087 existence of `#' and `$'.
2088
2089 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2090 `tramp-initial-end-of-output'.
2091
2092 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2093
2094 Get the background mode from the terminal for xterm, and set
2095 faces accordingly.
2096 * term/xterm.el (xterm-set-background-mode): New function.
2097 (terminal-init-xterm): Use it in case xterm supports background
2098 color queries. Recompute faces after getting the background
2099 color.
2100
2101 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2102
2103 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2104 number comment back on its own line, for easier parsing.
2105
2106 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 Make it work for non-file buffers (bug#5102).
2109 * doc-view.el (doc-view-current-cache-dir):
2110 Use doc-view-buffer-file-name rather than buffer-file-name.
2111 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2112
2113 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2114
2115 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2116 author field is too short.
2117
2118 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * vc-git.el (vc-git-print-log): Handle a limit argument.
2121 Display the short log in graph form and with labels.
2122 (vc-git-log-view-mode): Handle labels.
2123
2124 Make vc-revert change VC state from 'added to 'unregistered.
2125 * vc-git.el (vc-git-revert): Call git reset first.
2126
2127 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2128
2129 * net/newst-backend.el, net/newst-plainview.el:
2130 * net/newst-reader.el, net/newst-ticker.el:
2131 * net/newst-treeview.el, net/newsticker.el:
2132 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2133
2134 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2137
2138 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2139 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2140 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2141 Update annotation regexp.
2142
2143 * simple.el (beginning-of-visual-line): Constrain to field
2144 boundaries (Bug#5106).
2145
2146 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2147
2148 * xml.el (xml-substitute-numeric-entities): Move
2149 newsticker--decode-numeric-entities in newst-backend.el to
2150 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2151 * net/newst-backend.el (newsticker--parse-generic-feed)
2152 (newsticker--parse-generic-items)
2153 (newsticker--decode-numeric-entities): Move
2154 newsticker--decode-numeric-entities in newst-backend.el to
2155 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2156
2157 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2158
2159 * progmodes/js.el (js--js-not): Add null to the list of values.
2160
2161 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2164
2165 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2166
2167 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2168 delimiter if it is at the end of the current line.
2169 (bibtex-generate-url-list): Fix docstring.
2170
2171 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2174 minibuffer's content with itself.
2175 Fold the confirm-after-completion case into the `confirm' case.
2176 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2177
2178 2009-12-06 Kevin Ryde <user42@zip.com.au>
2179
2180 * ffap.el (ffap-rfc-path): Make this a defcustom since
2181 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2182
2183 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2184 manuals, similar to existing setup for help-mode. (Bug#3913.)
2185
2186 2009-12-05 Juri Linkov <juri@jurta.org>
2187
2188 Save and restore dired buffer's point positions too. (Bug#4880)
2189
2190 * dired.el (dired-save-positions): Return in the first element
2191 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2192 Doc fix.
2193 (dired-restore-positions): First restore buffer's position.
2194 While restoring window's positions, check if window still displays
2195 the original buffer.
2196
2197 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2200 if possible.
2201
2202 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2203 Make argument optional.
2204
2205 * shell.el (shell): Require ansi-color (Bug#5113).
2206
2207 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2208
2209 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2210
2211 2009-12-05 Alan Mackenzie <acm@muc.de>
2212
2213 * progmodes/cc-mode.el (c-before-hack-hook)
2214 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2215 `c-file-style' to work again. This reversion restores the current
2216 software to its state in Emacs 23.1. (Bug#4146)
2217
2218 2009-12-05 Kevin Ryde <user42@zip.com.au>
2219
2220 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2221 comment-start-skip to comment-end-skip as comment (Bug#4781).
2222
2223 2009-12-05 Juri Linkov <juri@jurta.org>
2224
2225 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2226 for virtual nodes. (Bug#4147)
2227 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2228 when moving from a virtual node.
2229 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2230 (Info-mode): Add `Info-virtual-index' to the docstring.
2231
2232 2009-12-05 Eric Ludlam <zappo@gnu.org>
2233
2234 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2235 Describe project macro symbols.
2236
2237 * cedet/semantic/complete.el (semantic-complete-do-completion):
2238 Don't call semantic-collector-current-exact-match.
2239
2240 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2241 ede-objects as targets.
2242
2243 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2244 a target's object list even if compiler vars are already in the
2245 Makefile.
2246
2247 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2248 list of headers producing necessary macros.
2249
2250 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2251
2252 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2253 track of the buffer position of the end of a BibTeX entry as this
2254 position may change during reformatting.
2255 (bibtex-format-entry): Remove whitespace before processing
2256 numerical fields so that we recognize the latter properly.
2257 (bibtex-reformat): Do not use push which changes the global value
2258 of bibtex-entry-format.
2259 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2260 (bibtex-field-re-init): Replace only space characters by regexp
2261 for whitespace.
2262 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2263 (bibtex-initialize): Also update bibtex-strings.
2264 (bibtex-kill-field): Preserve white space at end of entry.
2265 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2266 Update bibtex-reference-keys.
2267
2268 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2271 point after a star, if that's the only place where modifications can
2272 make progress.
2273
2274 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2275
2276 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2277 in docstrings.
2278
2279 2009-12-04 Juri Linkov <juri@jurta.org>
2280
2281 * proced.el (proced): Call `(proced-update t)' to update process
2282 information instead of only running proced-post-display-hook.
2283 (proced-send-signal): Add a leading space to the buffer name
2284 " *Marked Processes*" to make this buffer ephemeral.
2285
2286 2009-12-04 Juri Linkov <juri@jurta.org>
2287
2288 * dired.el (dired-auto-revert-buffer): New defcustom.
2289 (dired-internal-noselect): Use it.
2290
2291 2009-12-04 Juri Linkov <juri@jurta.org>
2292
2293 Change roles of modes and functions in image-mode.el (Bug#5062).
2294
2295 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2296 in `auto-mode-alist'.
2297 (image-mode-previous-major-mode): New variable.
2298 (image-minor-mode-map): Rename from `image-mode-text-map'.
2299 (image-mode): Move graceful error-handling code from
2300 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2301 (image-minor-mode): Remove all image-handling code.
2302 Replace `image-mode-text-map' with `image-minor-mode-map'.
2303 Check for `image-type' in mode-line format string.
2304 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2305 (image-mode-as-text): New function with most code from
2306 `image-mode-maybe'.
2307 (image-toggle-display-text): Move code that removes image
2308 properties from `image-toggle-display' to here.
2309 (image-toggle-display-image): New function with code that adds
2310 image properties copied from `image-toggle-display'.
2311 (image-toggle-display): Remove most code with leaving only code
2312 that toggles between `image-mode-as-text' and `image-mode'.
2313
2314 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2315
2316 * net/newst-treeview.el
2317 (newsticker--treeview-list-highlight-start): Restored call to
2318 save-excursion: Selected item was stuck.
2319 (newsticker--treeview-list-select): New.
2320 (newsticker--treeview-item-show-text)
2321 (newsticker--treeview-item-show)
2322 (newsticker--treeview-item-update): Use new
2323 newsticker-treeview-item-mode.
2324 (newsticker-treeview-update): Keep current item.
2325 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2326 (newsticker--treeview-first-feed): Doc change.
2327 (newsticker-treeview-list-menu)
2328 (newsticker-treeview-item-menu): Added menu entries.
2329 (newsticker-treeview-item-mode): New.
2330
2331 * net/newst-backend.el (newsticker-customize): Delete other
2332 windows.
2333
2334 2009-12-04 Sam Steingold <sds@gnu.org>
2335
2336 * log-view.el (log-view-mode-map): "q" calls quit-window,
2337 like in all the other non-self-insert buffers.
2338
2339 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 Minor cleanup.
2342 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2343 key decoding rather than do it manually via last-input-event +
2344 ascii-character.
2345 (term-exec): Use delete-and-extract-region.
2346 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2347 (term-process-pager): Remove unused var `i'.
2348 (term-dynamic-simple-complete): Make obsolete.
2349 (serial-update-config-menu): Remove unused vars `y' and `str'.
2350 (term-update-mode-line): Remove unused var `temp'.
2351
2352 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 Limit the number of log entries displayed by default.
2355 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2356 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2357 using a prefix argument.
2358
2359 2009-12-03 Glenn Morris <rgm@gnu.org>
2360
2361 * progmodes/idlwave.el (class): Restore still useful declaration.
2362
2363 2009-12-03 Alan Mackenzie <acm@muc.de>
2364
2365 Enhance `c-parse-state' to run efficiently in "brace deserts".
2366
2367 * progmodes/cc-mode.el (c-basic-common-init):
2368 Call c-state-cache-init.
2369 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2370 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2371 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2372
2373 * progmodes/cc-langs.el (c-before-font-lock-function):
2374 c-extend-and-neutralize-syntax-in-CPP has been renamed
2375 c-neutralize-syntax-in-and-mark-CPP.
2376
2377 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2378 with `category' properties now, not `syntax-table' ones.
2379
2380 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2381 enhanced (but slower) version of c-end-of-macro that won't land
2382 inside a literal or on another awkward character.
2383 (c-state-cache-too-far, c-state-cache-start)
2384 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2385 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2386 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2387 (c-state-min-scan-pos, c-state-brace-pair-desert)
2388 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2389 buffer local variables.
2390 (c-state-literal-at, c-state-lit-beg)
2391 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2392 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2393 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2394 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2395 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2396 (c-renarrow-state-cache)
2397 (c-append-lower-brace-pair-to-state-cache)
2398 (c-state-push-any-brace-pair, c-append-to-state-cache)
2399 (c-remove-stale-state-cache)
2400 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2401 (c-invalidate-state-cache-1, c-parse-state-1)
2402 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2403 (c-parse-state): Enhance and refactor.
2404 (c-debug-parse-state): Amend to deal with all the new variables.
2405
2406 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2407 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2408 modify to use category text properties rather than syntax-table ones.
2409 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2410 to switch off/on the syntactic paren property of C++ template
2411 delimiters using the category property.
2412 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2413 template delims suppressed.
2414 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2415 New constant/macros which apply category properties to the start
2416 and end of preprocessor constructs.
2417 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2418 "comment out" the syntactic value of characters in preprocessor
2419 constructs.
2420 (c-with-cpps-commented-out)
2421 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2422 with characters in all or all but one preprocessor constructs
2423 "commented out".
2424
2425 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2426
2427 * proced.el (proced-filter-alist): Use regexp-quote.
2428
2429 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2430
2431 Cleanup.
2432 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2433 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2434 arguments. Expand `default-directory'.
2435
2436 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2437 the benefit of returning an expanded localname.
2438 (tramp-tramp-file-p): Handle the case NAME is not a string.
2439
2440 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2441
2442 Add support for bzr shelve/unshelve.
2443 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2444 (vc-bzr-extra-menu-map): New variables.
2445 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2446 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2447 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2448 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2449 (vc-bzr-dir-extra-headers): Display shelves.
2450
2451 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2452
2453 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * textmodes/bibtex.el (bibtex-complete-internal):
2456 Use completion-in-region.
2457 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2458
2459 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2460
2461 Support applying stashes. Improve UI.
2462 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2463 (vc-git-stash-apply, vc-git-stash-pop)
2464 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2465 (vc-git-stash-menu): New functions.
2466 (vc-git-stash-menu-map): New variable.
2467 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2468
2469 2009-12-03 Glenn Morris <rgm@gnu.org>
2470
2471 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2472 (vc-print-log-internal): Fix previous change.
2473 (vc-revert): Correct pluralization.
2474
2475 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2478 it to be an alist any more.
2479 (makefile-complete): Use completion-in-region.
2480
2481 * progmodes/octave-mod.el (octave-complete-symbol):
2482 Use completion-in-region.
2483
2484 Misc cleanup.
2485 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2486 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2487 (idlwave-complete-class): Don't quote lambda.
2488 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2489 (idlwave-mode-map): Move initialization into declaration.
2490 (idlwave-action-and-binding): Use backquotes.
2491 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2492 Simplify.
2493 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2494 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2495 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2496 `parts', and `all-parts'.
2497 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2498 (idlwave-convert-xml-system-routine-info): Remove unused string
2499 `version-string'.
2500 (idlwave-display-user-catalog-widget): Use dolist.
2501 (idlwave-scanning-lib): Declare dynamically-scoped var.
2502 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2503 (completion-highlight-first-word-only): Declare to silence bytecomp.
2504 (idlwave-popup-select): Tighten scope of `resp'.
2505 (idlwave-find-struct-tag): Remove unused var `beg'.
2506 (idlwave-after-load-rinfo-hook): Declare.
2507 (idlwave-sintern-class-info): Remove unused var `taglist'.
2508 (idlwave-find-class-definition): Remove unused var `list'.
2509 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2510 (idlwave-what-module-find-class): Remove unused var `classes'.
2511
2512 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2513
2514 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2515
2516 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2519 buffers visited. Remove redundant current-buffer-saving.
2520
2521 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 Use completion-in-buffer and remove uses of dynamic scoping.
2524 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2525 (pascal-buffer-to-use, pascal-flag): Don't declare.
2526 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2527 (pascal-get-completion-decl, pascal-keyword-completion):
2528 Add `pascal-str' argument, save-excursion,
2529 return the found completions, and don't filter with pascal-pred.
2530 (pascal-completion-cache): New var.
2531 (pascal-completion): Don't switch buffer any more (it was never
2532 necessary). Don't save-excursion any more (it's done by the called
2533 subroutines). Use a cache to avoid redundant computations.
2534 Use complete-with-action rather than pascal-completion-response and
2535 let it apply the predicate as well.
2536 (pascal-complete-word): Use completion-in-buffer when
2537 pascal-toggle-completions is nil.
2538 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2539 not used any more.
2540 (pascal-comp-defun): Don't change buffer any more.
2541 Use complete-with-action rather than pascal-completion-response and
2542 let it apply the predicate as well.
2543 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2544 when neded.
2545
2546 2009-12-02 Kenichi Handa <handa@m17n.org>
2547
2548 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2549 shape for all Indic scripts.
2550
2551 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 Use completion-in-buffer.
2554 * wid-edit.el (widget-field-text-end): New function.
2555 (widget-field-value-get): Use it.
2556 (widget-string-complete, widget-file-complete)
2557 (widget-color-complete): Use it and completion-in-region.
2558 (widget-complete): Don't narrow the buffer.
2559
2560 2009-12-02 Glenn Morris <rgm@gnu.org>
2561
2562 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2563 (rmail-select-summary): Use rmail-pop-to-buffer.
2564 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2565 rmail-pop-to-buffer, to prevent horizontal splits.
2566
2567 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2568 save-excursion with save-current-buffer.
2569 Widen before searching. (Bug#5093)
2570 (diary-list-sexp-entries): Remove superfluous save-excursion.
2571
2572 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2573
2574 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2575 name. (Bug#5038)
2576
2577 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2578
2579 * ido.el (ido-file-internal): Handle filenames at point that do
2580 not have a directory part. (Bug#5049)
2581
2582 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2585 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2586
2587 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2588
2589 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2590 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2591 any more.
2592
2593 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * comint.el (comint-insert-input): Ignore clicks to the right of
2596 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2597
2598 * vc.el (vc-print-log-internal): Don't wait for the process to
2599 terminate before setting up the major mode.
2600
2601 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2602 in case.
2603
2604 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2605 the last element.
2606
2607 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2608
2609 2009-12-01 Glenn Morris <rgm@gnu.org>
2610
2611 * window.el (window--display-buffer-2): Fix previous changes.
2612
2613 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2616
2617 2009-12-01 Glenn Morris <rgm@gnu.org>
2618
2619 * Makefile.in (ELCFILES): Add mpc.elc.
2620
2621 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * mpc.el: New file.
2624
2625 2009-12-01 Glenn Morris <rgm@gnu.org>
2626
2627 * window.el (window-to-use): Define for compiler.
2628
2629 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2630 consistent with others (no final period).
2631
2632 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2633 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2634
2635 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2636
2637 Make vc-print-log buttons work.
2638 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2639
2640 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2641
2642 * savehist.el (savehist-autosave-interval): Allow setting to nil
2643 through customize. (Bug#5056)
2644
2645 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2646
2647 Fix references to jit-lock properties.
2648 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2649 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2650 (perl-font-lock-special-syntactic-constructs):
2651 Quote jit-lock-defer-multiline property.
2652
2653 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2654
2655 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2656
2657 2009-11-30 Juri Linkov <juri@jurta.org>
2658
2659 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2660 value `buffer' of `multi-isearch-next-buffer-current-function'.
2661 Use `(current-buffer)' when `buffer' is nil.
2662 (multi-isearch-next-buffer-from-list): Don't fallback to
2663 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2664
2665 2009-11-30 Juri Linkov <juri@jurta.org>
2666
2667 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2668 of buffers with `get-buffer' to `multi-isearch-buffers'.
2669 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2670 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2671 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2672 FILES with `expand-file-name' converting relative file names
2673 to absolute. Doc fix. (Bug#4727)
2674
2675 2009-11-30 Juri Linkov <juri@jurta.org>
2676
2677 * misearch.el (multi-isearch-read-buffers)
2678 (multi-isearch-read-matching-buffers): New functions.
2679 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2680 Use them in the `interactive' spec. Doc fix.
2681 (multi-isearch-read-files, multi-isearch-read-matching-files):
2682 New functions.
2683 (multi-isearch-files, multi-isearch-files-regexp):
2684 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2685
2686 2009-11-30 Juri Linkov <juri@jurta.org>
2687
2688 * doc-view.el (doc-view-continuous):
2689 Rename from `doc-view-continuous-mode'.
2690 (doc-view-menu): Move "Toggle display" to the top.
2691 Add submenu "Continuous" with radio buttons "Off"/"On"
2692 and "Save as Default".
2693 (doc-view-scroll-up-or-next-page)
2694 (doc-view-scroll-down-or-previous-page)
2695 (doc-view-next-line-or-next-page)
2696 (doc-view-previous-line-or-previous-page): Rename
2697 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2698
2699 2009-11-30 Juri Linkov <juri@jurta.org>
2700
2701 * comint.el (comint-mode-map): Rebind `M-r' from
2702 `comint-previous-matching-input' to
2703 `comint-history-isearch-backward-regexp'.
2704 Unbind `M-s' to allow global key binding `M-s'.
2705 Add menu items for `comint-history-isearch-backward' and
2706 `comint-history-isearch-backward-regexp'. (Bug#3746)
2707
2708 2009-11-30 Juri Linkov <juri@jurta.org>
2709
2710 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2711 For def=recenter, replace `recenter' with `recenter-top-bottom'
2712 that is called with `this-command' and `last-command' let-bound
2713 to `recenter-top-bottom'. When the last `def' was not `recenter',
2714 set `recenter-last-op' to nil. (Bug#4981)
2715
2716 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 Minor cleanup and simplification.
2719 * filecache.el (file-cache-add-directory)
2720 (file-cache-add-directory-recursively)
2721 (file-cache-add-from-file-cache-buffer)
2722 (file-cache-delete-file-regexp, file-cache-delete-directory)
2723 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2724 (file-cache-temp-minibuffer-message): Delete function.
2725 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2726
2727 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2728 Don't signal an error when bumping into EOB in tr, s, or y.
2729
2730 2009-11-29 Juri Linkov <juri@jurta.org>
2731
2732 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2733 (Bug#4960)
2734
2735 * descr-text.el (describe-char-unidata-list): Use lowercase name
2736 for "Unicode name" like in other tags.
2737
2738 2009-11-29 Juri Linkov <juri@jurta.org>
2739
2740 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2741 New compatibility macro.
2742 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2743
2744 2009-11-29 Juri Linkov <juri@jurta.org>
2745
2746 Add defcustom to define the cycling order of `recenter-top-bottom'.
2747 (Bug#4981)
2748
2749 * window.el (recenter-last-op): Doc fix.
2750 (recenter-positions): New defcustom.
2751 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2752 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2753
2754 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2755
2756 Improve integration of Tramp and ange-ftp in eshell.
2757
2758 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2759 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2760 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2761
2762 * eshell/esh-util.el (top): Require also Tramp when compiling.
2763 (eshell-directory-files-and-attributes): Check for FTP remote
2764 connection.
2765 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2766 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2767 (eshell-file-attributes): Handle ".". Return `entry'.
2768
2769 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2770 (ange-ftp-directory-files-and-attributes)
2771 (ange-ftp-real-directory-files-and-attributes): New defuns.
2772
2773 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2774 shell with "exec" when possible. This prevents trailing prompts
2775 in `start-file-process'.
2776
2777 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 Try and remove assumptions about point-min==1.
2780 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2781 (rng-compute-mode-line-string): Show the validation percentage in
2782 terms of the narrowed text, not the widened text.
2783 (rng-do-some-validation): Don't catch internal errors when debugging.
2784 (rng-first-error): Simplify.
2785 (rng-after-change-function): Remove work around. AFAIK the bug has
2786 been fixed a while ago.
2787
2788 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2789 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2790
2791 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2792
2793 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2794 `cd' doesn't always do it for us (bug#5067).
2795
2796 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2797 on 2009-10-25 as part of some other change (bug#5067).
2798
2799 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2802 `suspicious'.
2803 (byte-compile-warnings): Use byte-compile-warning-types.
2804 (byte-compile-save-excursion): Warn about use of set-buffer right
2805 after save-excursion.
2806
2807 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2808 the excursion as well.
2809
2810 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2813 providing a Tramp related implementation of "su" and "sudo".
2814 (eshell-unix-initialize): Add "su" and "sudo".
2815
2816 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2817
2818 * net/socks.el (socks-send-command): Convert binary request to
2819 unibyte before sending. This fixes mishandling of some port
2820 numbers such as 129.
2821
2822 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * help.el (describe-bindings-internal): Remove `interactive'.
2825
2826 * man.el (Man-completion-table): Trim a terminating "(".
2827 Remove the space between name page a section.
2828 Add the command's description on the `help-echo' property.
2829 Remove `process-connection-type' binding since it's unused by
2830 call-process.
2831 Provide completion for the "<section> <name>" format as well.
2832 (Man-default-man-entry): Remove spurious var shadowing the argument.
2833
2834 2009-11-26 Kevin Ryde <user42@zip.com.au>
2835
2836 * log-view.el: Add "Keywords: tools", since its other keywords
2837 aren't in finder-known-keywords, and following vc.el.
2838
2839 * sha1.el (sha1-string-external): default-directory "/" in case
2840 otherwise non-existent. process-connection-type pipe for touch of
2841 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2842
2843 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 Misc coding convention cleanups.
2846 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2847 hfy-init-kludge-hooks.
2848 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2849 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2850 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2851 and push.
2852 (hfy-slant, hfy-weight): Use tables rather than code.
2853 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2854 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2855 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2856 (hfy-face-to-css): Remove `nconc' with single arg.
2857 (hfy-p-to-face-lennart): Use `or'.
2858 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2859 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2860 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2861 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2862 (hfy-force-fontification): Use run-hooks.
2863
2864 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2865
2866 Various minor fixes.
2867 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2868 Javascript belongs in the header, not the body.
2869 (hfy-javascript): Remove.
2870 (hfy-fontify-buffer): Don't insert it any more.
2871 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2872 Fix bug in invis handling when there were no invis props in a chunk.
2873
2874 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2877
2878 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2879
2880 * finder.el (finder-mode-map): Add a menu.
2881
2882 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2883
2884 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2885 "unsigned" structs.
2886
2887 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2888 fork" statement better.
2889
2890 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2891
2892 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2893 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2894 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2895 Reported by Clay Douglass.
2896
2897 (verilog-auto-inst, verilog-auto-star-safe)
2898 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2899 Fix removing "// Interfaces" when saving .* expansions. Reported by
2900 Pierre-David Pfister.
2901
2902 2009-11-26 Glenn Morris <rgm@gnu.org>
2903
2904 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2905 the scope.
2906
2907 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2908
2909 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2910 Really use previous revision.
2911
2912 2009-11-25 Kevin Ryde <user42@zip.com.au>
2913
2914 * man.el (Man-completion-table): default-directory "/" in case
2915 doesn't otherwise exist. process-environment COLUMNS=999 so as
2916 not to truncate long names. process-connection-type pipe to avoid
2917 any chance of hitting the pseudo-tty TIOCGWINSZ.
2918 (man): completion-ignore-case t for friendliness and since man
2919 itself is case-insensitive on the command line.
2920 Further to Bug#3717.
2921
2922 * arc-mode.el: Add "Keywords: files", so the details in its
2923 commentary can be reached from finder-by-keyword.
2924 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2925 editing mode, but it's comms related and sgml-mode.el has "comm"
2926 on that basis too.
2927 * textmodes/bibtex-style.el: Add "Keywords: tex".
2928 * international/isearch-x.el, international/ja-dic-cnv.el:
2929 * international/ja-dic-utl.el, international/kkc.el:
2930 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2931
2932 2009-11-25 Juri Linkov <juri@jurta.org>
2933
2934 * man.el (Man-completion-table): Modify regexp to include
2935 section names to completion strings. (Bug#3717)
2936
2937 2009-11-25 Juri Linkov <juri@jurta.org>
2938
2939 Search recursively in gzipped files. (Bug#4982)
2940
2941 * progmodes/grep.el (grep-highlight-matches): Add new options
2942 `always' and `auto'. Doc fix.
2943 (grep-process-setup): Check `grep-highlight-matches' for
2944 `auto-detect' to determine the need to compute grep defaults.
2945 Move Windows/DOS specific --colors settings handling
2946 to `grep-compute-defaults'. Check `grep-highlight-matches'
2947 to get the value of "--color=".
2948 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2949 has the value `auto-detect'. Move Windows/DOS specific settings
2950 from `grep-process-setup'.
2951 (zrgrep): New command with alias `rzgrep'.
2952
2953 2009-11-25 Juri Linkov <juri@jurta.org>
2954
2955 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2956 to nil instead of switching off view-mode. (Bug#4896)
2957
2958 2009-11-25 Juri Linkov <juri@jurta.org>
2959
2960 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2961
2962 * mwheel.el (mwheel-scroll-up-function)
2963 (mwheel-scroll-down-function): New defvars.
2964 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2965 `scroll-up', and `mwheel-scroll-down-function' instead of
2966 `scroll-down'.
2967
2968 * doc-view.el (doc-view-scroll-up-or-next-page)
2969 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2970 Use this ARG in the call to image-scroll-up/image-scroll-down.
2971 Change `interactive' spec to "P". Goto next/previous page only
2972 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2973 SPC/DEL case). Doc fix.
2974 (doc-view-next-line-or-next-page)
2975 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2976 for consistency.
2977 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2978 `doc-view-scroll-up-or-next-page', and buffer-local
2979 `mwheel-scroll-down-function' to
2980 `doc-view-scroll-down-or-previous-page'.
2981
2982 2009-11-25 Juri Linkov <juri@jurta.org>
2983
2984 Provide additional default values (directories at other Dired
2985 windows) via M-n in the minibuffer of some Dired commands.
2986
2987 * dired-aux.el (dired-diff, dired-compare-directories)
2988 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2989 `minibuffer-default' in `minibuffer-with-setup-hook'.
2990 (dired-dwim-target-directory): Find a window that displays Dired
2991 buffer instead of failing when the next window is not Dired.
2992 Use `get-window-with-predicate' to find for the next Dired window.
2993 (dired-dwim-target-defaults): New function.
2994
2995 * ediff-util.el (ediff-read-file-name):
2996 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2997 in `minibuffer-with-setup-hook'.
2998
2999 2009-11-25 Juri Linkov <juri@jurta.org>
3000
3001 Provide additional default values (file name at point or at the
3002 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3003
3004 * minibuffer.el (read-file-name-defaults): New function.
3005 (read-file-name): Reset `minibuffer-default' to nil when
3006 it duplicates initial input `insdef'.
3007 Bind `minibuffer-default-add-function' to lambda that
3008 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3009 (minibuffer-insert-file-name-at-point): New command.
3010
3011 * files.el (file-name-at-point-functions): New defcustom.
3012 (find-file-default): Remove defvar.
3013 (find-file-read-args): Don't use `find-file-default'.
3014 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3015 to `read-file-name'.
3016 (find-file-literally): Use `read-file-name' with
3017 `confirm-nonexistent-file-or-buffer'.
3018
3019 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3020
3021 * dired.el (dired-read-dir-and-switches):
3022 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3023 to `read-file-name'.
3024 (dired-file-name-at-point): New function.
3025 (dired-mode): Add hook `dired-file-name-at-point' to
3026 `file-name-at-point-functions'.
3027
3028 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 Really make the *Completions* window soft-dedicated (bug#5030).
3031 * window.el (window--display-buffer-2): Add `dedicated' argument.
3032 (display-buffer): Pass it when needed so the dedicated flag is set
3033 after calling set-window-buffer, which would otherwise reset it.
3034
3035 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * progmodes/meta-mode.el (meta-complete-symbol):
3038 * progmodes/etags.el (complete-tag):
3039 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3040 Use completion-in-region.
3041
3042 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3043 (dabbrev-completion): Use completion-in-region.
3044 (dabbrev--abbrev-at-point): Simplify regexp.
3045
3046 * abbrev.el (abbrev--before-point): Use word-motion functions
3047 if :regexp is not specified (bug#5031).
3048
3049 * subr.el (string-prefix-p): New function.
3050
3051 * man.el (Man-completion-cache): New var.
3052 (Man-completion-table): Use it.
3053
3054 * vc.el (vc-print-log-internal): Make `limit' optional for better
3055 compatibility (e.g. with vc-annotate.el).
3056
3057 2009-11-24 Kevin Ryde <user42@zip.com.au>
3058
3059 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3060 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3061
3062 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3063 when .el source file not found or other error.
3064
3065 2009-11-24 Markus Triska <markus.triska@gmx.at>
3066
3067 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3068
3069 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 Handle the [back] button properly (bug#4979).
3072 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3073 Use help-setup-xref, help-buffer, and with-help-window.
3074 (describe-char): Add `buffer' argument.
3075 Pass proper command to help-setup-xref. Don't meddle with
3076 help-xref-stack-item directly.
3077 (describe-text-category): Use with-help-window and help-buffer.
3078
3079 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3080 for the displayed buffer (bug#4887).
3081
3082 * man.el (Man-completion-table): New function.
3083 (man): Use it.
3084
3085 2009-11-24 David Reitter <david.reitter@gmail.com>
3086
3087 * vc-git.el (vc-git-registered): Use checkout directory (where
3088 .git is) rather than the file's directory and a relative path spec
3089 to work around a bug in git.
3090
3091 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3092
3093 Improve handling of processes on remote hosts.
3094
3095 * eshell/esh-util.el (eshell-path-env): New defvar.
3096 (eshell-parse-colon-path): New defun.
3097 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3098
3099 * eshell/esh-ext.el (eshell-search-path):
3100 Use `eshell-parse-colon-path'.
3101 (eshell-remote-command): Remove argument HANDLER.
3102 (eshell-external-command): Check for FTP remote connection.
3103
3104 * eshell/esh-proc.el (eshell-gather-process-output):
3105 Use `file-truename', in order to start also symlinked files.
3106 Apply `start-file-process' instead of `start-process'.
3107 Shorten `command' to the local file name part.
3108
3109 * eshell/em-cmpl.el (eshell-complete-commands-list):
3110 Use `eshell-parse-colon-path'.
3111
3112 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3113
3114 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3115 to `eshell-directory-change-hook'.
3116
3117 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3118
3119 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3120 because it could be enabled automatically if view-read-only is non-nil.
3121
3122 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3123
3124 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3125 made on 2009-11-22.
3126
3127 2009-11-24 Glenn Morris <rgm@gnu.org>
3128
3129 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3130 deleted variable bookmark-bmenu-bookmark-column.
3131
3132 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3133 Move after definition of global-semantic-idle-tag-highlight-mode.
3134
3135 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3138
3139 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3140
3141 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3142 two slashes to the "file:" prefix.
3143 (browse-url-file-url): De-munge Cygwin filenames before passing
3144 them to Windows browser.
3145 (browse-url-default-windows-browser): Use call-process.
3146
3147 2009-11-23 Juri Linkov <juri@jurta.org>
3148
3149 Implement DocView Continuous mode. (Bug#4896)
3150 * doc-view.el (doc-view-continuous-mode): New defcustom.
3151 (doc-view-mode-map): Bind C-n/<down> to
3152 `doc-view-next-line-or-next-page', C-p/<up> to
3153 `doc-view-previous-line-or-previous-page'.
3154 (doc-view-next-line-or-next-page)
3155 (doc-view-previous-line-or-previous-page): New commands.
3156
3157 2009-11-23 Juri Linkov <juri@jurta.org>
3158
3159 Implement Isearch in comint input history. (Bug#3746)
3160 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3161 `isearch-mode-hook'.
3162 (comint-history-isearch): New defcustom.
3163 (comint-history-isearch-backward)
3164 (comint-history-isearch-backward-regexp): New commands.
3165 (comint-history-isearch-message-overlay): New buffer-local variable.
3166 (comint-history-isearch-setup, comint-history-isearch-end)
3167 (comint-goto-input, comint-history-isearch-search)
3168 (comint-history-isearch-message, comint-history-isearch-wrap)
3169 (comint-history-isearch-push-state)
3170 (comint-history-isearch-pop-state): New functions.
3171
3172 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3175 return.
3176 (tramp-handle-make-symbolic-link)
3177 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3178 Quote file names.
3179 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3180 (tramp-handle-process-file): Use it.
3181
3182 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * window.el (move-to-window-line-last-op): Remove.
3185 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3186
3187 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3188
3189 Make M-r mirror the new cycling behavior of C-l.
3190 * window.el (move-to-window-line-last-op): New var.
3191 (move-to-window-line-top-bottom): New command.
3192 (global-map): Bind M-r move-to-window-line-top-bottom.
3193
3194 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3195
3196 * dired-x.el (dired-guess-shell-alist-default):
3197 Support xz format. (Bug#4953)
3198
3199 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * cedet/srecode/map.el (srecode-get-maps):
3202 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3203 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3204 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3205 (semantic-toggle-decoration-style):
3206 * cedet/semantic/decorate/include.el
3207 (semantic-decoration-include-describe)
3208 (semantic-decoration-unknown-include-describe)
3209 (semantic-decoration-unparsed-include-describe)
3210 (semantic-decoration-all-include-summary):
3211 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3212 * cedet/semantic/analyze/complete.el
3213 (semantic-analyze-possible-completions):
3214 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3215 (semantic-show-unmatched-syntax-mode)
3216 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3217 (semantic-highlight-func-mode):
3218 * cedet/semantic/util.el (semantic-describe-buffer):
3219 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3220 (semantic-symref-find-tags-by-name)
3221 (semantic-symref-find-tags-by-regexp)
3222 (semantic-symref-find-tags-by-completion)
3223 (semantic-symref-find-file-references-by-name)
3224 (semantic-symref-find-text):
3225 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3226 (senator-yank-tag):
3227 * cedet/semantic/scope.el (semantic-calculate-scope):
3228 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3229 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3230 (define-semantic-idle-service):
3231 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3232 (semantic-complete-analyze-inline-idle):
3233 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3234 * cedet/mode-local.el (describe-mode-local-bindings)
3235 (describe-mode-local-bindings-in-mode):
3236 * cedet/ede/make.el (ede-make-check-version):
3237 * cedet/ede/locate.el (ede-enable-locate-on-project):
3238 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3239 (cedet-idutils-version-check):
3240 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3241 (cedet-gnu-global-version-check):
3242 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3243 (cedet-cscope-version-check): Use called-interactively-p instead
3244 of interactive-p.
3245
3246 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3247 Use semantic-format-tag-prototype.
3248
3249 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3250
3251 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3252 last-command-char/last-command-event.
3253 (viper-prefix-arg-value): Do correct conversion of event-char for
3254 XEmacs.
3255
3256 * emulation/viper-util.el, emulation/viper.el:
3257 Use viper-last-command-char instead of
3258 last-command-char/last-command-event.
3259
3260 * ediff-init.el, ediff-mult.el, ediff-util.el:
3261 Replace last-command-char and last-command-event
3262 with (ediff-last-command-char) everywhere.
3263
3264 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3265 created in fundamental mode.
3266
3267 * ediff.el (ediff-version): Revert the change of interactive-p to
3268 called-interactively-p.
3269
3270 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3271
3272 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3273 generation from word-movement command names.
3274
3275 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3278 (semantic-complete-jump-local, semantic-complete-jump):
3279 Improve prompt string.
3280
3281 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3282
3283 * cus-start.el (all): Add native condition for font-use-system-font.
3284
3285 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3286
3287 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3288 Correct the patch from 2009-11-18. (Bug#3910)
3289
3290 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3291
3292 * progmodes/subword.el: Rename from lisp/subword.el.
3293
3294 * subword.el: Rename to progmodes/subword.el.
3295
3296 * Makefile.in (ELCFILES): Adapt to subword.el move.
3297
3298 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3299 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3302 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3303 (bookmark-bmenu-show-filenames): Use push.
3304 (bookmark-bmenu-hide-filenames): Use local var instead of
3305 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3306 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3307 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3308 filenames now that the bookmark names are always available.
3309
3310 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3313 (bookmark-search-pattern): Move and leave unbound.
3314 (bookmark-bmenu-mode-map): Change binding.
3315 (bookmark-read-search-input): Simplify.
3316 Don't use text-char-description. Don't error on non-char events.
3317 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3318 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3319 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3320 Use a local var for the timer.
3321 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3322 (i.e. bookmark-bmenu-search).
3323
3324 2009-11-21 Glenn Morris <rgm@gnu.org>
3325
3326 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3327
3328 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3329
3330 * net/browse-url.el (browse-url-default-windows-browser):
3331 Use cygstart for cygwin.
3332
3333 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3334
3335 * bookmark.el: Formatting and doc fixes only:
3336 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3337 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3338 Minor grammar and punctuation fixes in doc string.
3339 (bookmark-read-search-input): Adjust to fit within 80 columns.
3340
3341 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3342
3343 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3344 (c-backward-into-nomenclature): Adapt to subword renaming.
3345
3346 * subword.el (subword-forward, subword-backward, subword-mark)
3347 (subword-kill, subword-backward-kill, subword-transpose)
3348 (subword-downcase, subword-upcase, subword-capitalize)
3349 (subword-forward-internal, subword-backward-internal):
3350 Rename from forward-subword, backward-subword, mark-subword,
3351 kill-subword, backward-kill-subword, transpose-subwords,
3352 downcase-subword, upcase-subword, capitalize-subword,
3353 forward-subword-internal, backward-subword-internal.
3354
3355 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3356
3357 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3358 New options.
3359 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3360 New vars.
3361 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3362 (bookmark-bmenu-filter-alist-by-regexp)
3363 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3364 (bookmark-bmenu-search): New command.
3365 (bookmark-bmenu-mode-map): Bind it.
3366
3367 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3370
3371 * cedet/semantic/idle.el (define-semantic-idle-service)
3372 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3373
3374 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3375
3376 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3377 backward-subword to quit the byte-compiler.
3378
3379 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3380
3381 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3382
3383 * progmodes/cc-cmds.el (c-update-modeline)
3384 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3385 Refer to subword.el functions instead of cc-subword.el.
3386
3387 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3388 subword.el functions instead of cc-subword.el.
3389
3390 * progmodes/cc-subword.el: Rename to subword.el.
3391 * subword.el: Rename from progmodes/cc-subword.el.
3392 (subword-mode-map): Rename from c-subword-mode-map.
3393 (subword-mode): Rename from c-subword-mode.
3394 (global-subword-mode): New global minor mode.
3395 (forward-subword): Rename from c-forward-subword.
3396 (backward-subword): Rename from c-backward-subword.
3397 (mark-subword): Rename from c-mark-subword.
3398 (kill-subword): Rename from c-kill-subword.
3399 (backward-kill-subword): Rename from c-backward-kill-subword.
3400 (transpose-subwords): Rename from c-tranpose-subword.
3401 (downcase-subword): Rename from c-downcase-subword.
3402 (capitalize-subword): Rename from c-capitalize-subword.
3403 (forward-subword-internal): Rename from c-forward-subword-internal.
3404 (backward-subword-internal): Rename from c-backward-subword-internal.
3405
3406 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3409 from a dired buffer.
3410 (vc-dired-deduce-fileset): New function.
3411 (vc-root-diff, vc-print-root-log): Use it.
3412
3413 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3414 nil LIMIT argument to vc-print-log-internal.
3415
3416 2009-11-20 Glenn Morris <rgm@gnu.org>
3417
3418 * Makefile.in (ELCFILES): Regenerate.
3419
3420 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3423
3424 * cedet/semantic.el: Enable idle-mode menu items only if
3425 global-semantic-idle-scheduler-mode is enabled.
3426 (semantic-default-submodes): Doc fix.
3427
3428 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3429 When turning off, disable other idle modes.
3430
3431 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3432
3433 * calc/calc.el (calc-set-mode-line):
3434 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3435 (math-format-number): Rename `math-format-complement-signed' to
3436 `math-format-twos-complement'.
3437
3438 * calc/calc-bin.el (math-format-twos-complement): Rename from
3439 math-format-complement-signed.
3440 (calc-radix): Rename `calc-complement-signed-mode' to
3441 `calc-twos-complement-mode'.
3442 (calc-octal-radix, calc-hex-radix): Add an argument for
3443 two's complement.
3444
3445 * calc/calc-embed.el (calc-embedded-mode-vars):
3446 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3447
3448 * calc/calc-ext.el (calc-init-extensions):
3449 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3450 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3451
3452 * calc/calc-units.el (math-build-units-table-buffer):
3453 Let `calc-twos-complement-mode' be nil.
3454
3455 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3456 entries.
3457
3458 * calc/calc-vec.el (calcFunc-vunpack):
3459 * calc/calc-aent.el (calc-do-calc-eval):
3460 * calc/calc-forms.el (math-format-date):
3461 * calc/calc-graph.el (calc-graph-plot):
3462 * calc/calc-math.el (math-use-emacs-fn):
3463 * calc/calccomp.el (math-compose-expr):
3464 Let `calc-twos-complement-mode' be nil.
3465
3466 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3469 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3470 * minibuffer.el (completion-in-region-functions): New hook.
3471 (completion-in-region): New function.
3472 * emacs-lisp/lisp.el (lisp-complete-symbol):
3473 * pcomplete.el (pcomplete-std-complete): Use it.
3474
3475 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3478 (latex-complete-alist): New vars.
3479 (latex-string-prefix-p, latex-complete-bibtex-keys)
3480 (latex-complete-envnames, latex-complete-refkeys)
3481 (latex-complete-data): New functions.
3482 (latex-complete, latex-indent-or-complete): New commands.
3483
3484 * window.el (display-buffer-mark-dedicated): New var.
3485 (display-buffer): Obey it.
3486 * minibuffer.el (minibuffer-completion-help): Use it.
3487
3488 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3489
3490 * filecache.el (file-cache-add-file): Use push and cons.
3491 (file-cache-delete-file-regexp): Use push.
3492 (file-cache-complete): Use completion-in-region.
3493
3494 * simple.el (with-wrapper-hook): Fix thinko.
3495
3496 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3497 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3498 Use with-current-buffer and string-to-number.
3499 (hfy-fallback-colour-values): Use assoc-string.
3500 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3501 (hfy-face-at): Remove unused var `found-face'.
3502 (hfy-compile-stylesheet): Remove unused var `css'.
3503 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3504 and `orig-buffer'.
3505 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3506 Use with-current-buffer.
3507 (hfy-text-p): Use expand-file-name and fewer setq.
3508
3509 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3510
3511 * htmlfontify.el, hfy-cmap.el: New files.
3512
3513 2009-11-19 Juri Linkov <juri@jurta.org>
3514
3515 * minibuffer.el (completions-format): New defcustom.
3516 (completion--insert-strings): Implement vertical format.
3517
3518 * simple.el (switch-to-completions): Move point to the first
3519 completion when point was at the beginning of the buffer.
3520
3521 2009-11-19 Juri Linkov <juri@jurta.org>
3522
3523 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3524
3525 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3526
3527 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3528
3529 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3530 (mail-signature): Change default to t.
3531 (mail-from-style): Deprecate `system-default' value.
3532 (mail-insert-from-field): For default value of mail-from-style,
3533 default to `angles' unless `angles' needs quoting and `parens'
3534 does not.
3535 (mail-citation-prefix-regexp): Use citation regexp from
3536 message-mode.
3537
3538 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3539
3540 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3541 Set variables for computing the prompt for reading password.
3542
3543 2009-11-19 Glenn Morris <rgm@gnu.org>
3544
3545 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3546
3547 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3548
3549 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3550 (newsticker-treeview-listwindow-height): Fix custom type.
3551
3552 2009-11-19 Kenichi Handa <handa@m17n.org>
3553
3554 * descr-text.el (describe-char-padded-string): Compose with TAB
3555 only if there's a font for CH.
3556 (describe-char): Fix the condition for detecting a trivial composition.
3557
3558 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3559
3560 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3561 more accurate version of the regexp. (Bug#3910)
3562
3563 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3564
3565 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3566
3567 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3570 (font-setting-change-default-font): Fix typo in docstring.
3571
3572 2009-11-18 Alan Mackenzie <acm@muc.de>
3573
3574 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3575
3576 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3577
3578 * font-setting.el (font-use-system-font): Move ...
3579
3580 * cus-start.el (all): ... to here.
3581
3582 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3585 Don't set `ad-return-value' if `ad-do-it' doesn't.
3586
3587 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3588 modification time.
3589
3590 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3591
3592 * menu-bar.el: Put "Use system font" in Option-menu.
3593 (menu-bar-options-save): Add font-use-system-font.
3594
3595 * loadup.el: If feature system-font-setting or font-render-setting is
3596 there, load font-setting.
3597
3598 * Makefile.in (ELCFILES): Add font-settings.el.
3599 * font-setting.el: New file.
3600
3601 2009-11-17 Glenn Morris <rgm@gnu.org>
3602
3603 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3604
3605 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3606 Preserve point in the list buffer. (Bug#4939)
3607 Use point-at-eol.
3608 (newsticker--treeview-list-update-highlight)
3609 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3610
3611 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3612
3613 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3614 Remove.
3615
3616 * calc/calc-ext.el (calc-init-extensions): Remove references to
3617 symclip.
3618
3619 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3620
3621 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3622 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3623 `calc-symclip'.
3624
3625 2009-11-16 Kevin Ryde <user42@zip.com.au>
3626
3627 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3628 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3629
3630 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3631 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3632 Ignore trailing spaces by omit-nulls to split-string (fixing
3633 regression from Emacs 21 due to the incompatible split-string
3634 change). (Bug #4928.)
3635
3636 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3637
3638 * vc.el (vc-log-show-limit): Default to 2000.
3639 (vc-print-log-internal): Insert buttons to request more entries
3640 when limiting the output.
3641
3642 * vc-sccs.el (vc-sccs-print-log):
3643 * vc-rcs.el (vc-rcs-print-log):
3644 * vc-cvs.el (vc-cvs-print-log):
3645 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3646 LIMIT is non-nil.
3647
3648 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3651 error when `tramp-gvfs-dbus-event-vector' is set.
3652 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3653
3654 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3657
3658 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3659
3660 * net/dbus.el (dbus-unregister-service): New defun.
3661 (dbus-register-property): Register the handlers of
3662 "org.freedesktop.DBus.Properties" for SERVICE.
3663 (dbus-property-handler): Fix docstring.
3664
3665 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3666
3667 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3668 Quote doc string reference in defvaralias as it is not in special form.
3669 (byte-compile-output-docform): Doc fix.
3670
3671 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3672
3673 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3674 (calc-complement-signed-mode): New variables.
3675 (calc-set-mode-line): Add indicator for twos-complements.
3676 (math-format-number): Format twos-complement notation.
3677
3678 * calc/calc-bin.el (calc-word-size): Reset the variables
3679 `math-2-word-size' and `math-half-2-word-size'.
3680 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3681 (calc-symclip): New functions.
3682
3683 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3684
3685 * calc/calc-embed.el (calc-embedded-mode-vars):
3686 Add `calc-complement-signed-mode' to the list of modes.
3687
3688 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3689 (calc-b-oper-keys): Add `calc-symclip' to list.
3690
3691 * calc/calc-ext.el (math-read-number-fancy): Read complement
3692 signed numbers.
3693 (calc-init-extensions): Add binding for `calc-symclip'.
3694 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3695
3696 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3697 `calc-symclip'.
3698 (calc-modes-menu): Add item for twos complement mode.
3699
3700 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3701
3702 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * register.el (jump-to-register, insert-register): Handle Semantic
3705 tags. From commented-out advice in semantic/senator.el.
3706
3707 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3708
3709 * vc.el (vc-log-show-limit): New variable.
3710 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3711 when using a prefix argument.
3712 (vc-print-log-internal): Add new argument LIMIT.
3713
3714 * vc-svn.el (vc-svn-print-log):
3715 * vc-mtn.el (vc-mtn-print-log):
3716 * vc-hg.el (vc-hg-print-log):
3717 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3718 pass it to the log command when set. Make the BUFFER argument
3719 non-optional.
3720
3721 * vc-sccs.el (vc-sccs-print-log):
3722 * vc-rcs.el (vc-rcs-print-log):
3723 * vc-git.el (vc-git-print-log):
3724 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3725 ignore it. Make the BUFFER argument non-optional
3726
3727 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3728
3729 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * dired.el (dired-mode-map): Move encryption items to "Operate"
3732 menu (Bug#4703).
3733
3734 * strokes.el (strokes-update-window-configuration): Make strokes
3735 buffer current before erasing (Bug#4906).
3736
3737 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3738 (semantic-idle-summary-mode): Define using define-minor-mode
3739 instead of define-semantic-idle-service.
3740 (semantic-idle-summary-mode): New function.
3741 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3742 that mouse motion does not reset the echo area.
3743
3744 2009-11-15 Juri Linkov <juri@jurta.org>
3745
3746 * simple.el (set-mark-default-inactive): Add :type, :group
3747 and :version. (Bug#4876)
3748
3749 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3752 (archive-unique-fname): ... here. (Bug#4929)
3753
3754 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3757 with a real fix.
3758
3759 * novice.el (disabled-command-function): Add useful args.
3760 Setup the help buffer so that [back] works.
3761 Remove redundant call to help-mode.
3762 (disabled-command-function): Use `case'.
3763 (en/disable-command): New function extracted from enable-command.
3764 (enable-command, disable-command): Use it.
3765
3766 2009-11-14 Glenn Morris <rgm@gnu.org>
3767
3768 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3769 constants. (Bug#4913)
3770
3771 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3772
3773 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3774
3775 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3776 defined in C that have no doc-strings. (Bug#1063)
3777
3778 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3779
3780 * cus-edit.el (data, files):
3781 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3782
3783 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * simple.el (shell-command): Doc fix (Bug#4891).
3786
3787 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3788
3789 2009-11-14 Glenn Morris <rgm@gnu.org>
3790
3791 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3792 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3793 If they are already loaded, eval-after-load will do the right thing.
3794
3795 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3796 compiling.
3797
3798 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3799
3800 * simple.el (x-selection-owner-p): Declare.
3801 (read-mail-command): Use custom radio type rather than choice.
3802 (completion-no-auto-exit): Doc fix.
3803
3804 * custom.el (defgroup):
3805 * epg-config.el (epg): Doc fixes.
3806
3807 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3808
3809 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3810 * international/ccl.el (define-ccl-program): Do not purecopy the
3811 docstring, defconst does it anyway.
3812
3813 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3816 a second time.
3817
3818 * x-dnd.el (x-dnd-maybe-call-test-function):
3819 * window.el (split-window-vertically):
3820 * whitespace.el (whitespace-help-on):
3821 * vc-rcs.el (vc-rcs-consult-headers):
3822 * userlock.el (ask-user-about-lock-help)
3823 (ask-user-about-supersession-help):
3824 * type-break.el (type-break-force-mode-line-update):
3825 * time-stamp.el (time-stamp-conv-warn):
3826 * terminal.el (te-set-output-log, te-more-break, te-filter)
3827 (te-sentinel, terminal-emulator):
3828 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3829 (term-write-input-ring, term-check-source, term-start-output-log):
3830 (term-display-buffer-line, term-dynamic-list-completions):
3831 (term-ansi-make-term, serial-term):
3832 * subr.el (selective-display):
3833 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3834 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3835 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3836 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3837 (speedbar-remove-localized-speedbar-support)
3838 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3839 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3840 (speedbar-buffers-line-directory):
3841 * simple.el (shell-command-on-region, append-to-buffer)
3842 (prepend-to-buffer):
3843 * shadowfile.el (shadow-save-todo-file):
3844 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3845 (scroll-bar-maybe-set-window-start):
3846 * sb-image.el (speedbar-image-dump):
3847 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3848 (load-save-place-alist-from-file):
3849 * ps-samp.el (ps-print-message-from-summary):
3850 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3851 (ps-background-image, ps-begin-job, ps-do-despool):
3852 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3853 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3854 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3855 (pr-call-process, pr-file-list, pr-interface-save):
3856 * novice.el (disabled-command-function)
3857 (enable-command, disable-command):
3858 * mouse.el (mouse-buffer-menu-alist):
3859 * mouse-copy.el (mouse-kill-preserving-secondary):
3860 * macros.el (kbd-macro-query):
3861 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3862 * informat.el (batch-info-validate):
3863 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3864 * hippie-exp.el (try-expand-dabbrev-visible):
3865 * help-mode.el (help-make-xrefs):
3866 * help-fns.el (describe-variable):
3867 * generic-x.el (bat-generic-mode-run-as-comint):
3868 * finder.el (finder-mouse-select):
3869 * find-dired.el (find-dired-sentinel):
3870 * filesets.el (filesets-file-close):
3871 * files.el (list-directory):
3872 * faces.el (list-faces-display, describe-face):
3873 * facemenu.el (list-colors-display):
3874 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3875 * epg.el (epg--process-filter, epg-cancel):
3876 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3877 (epa--read-signature-type):
3878 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3879 (emerge-file-names):
3880 * ehelp.el (electric-helpify):
3881 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3882 * ediff-vers.el (rcs-ediff-view-revision):
3883 * ediff-util.el (ediff-setup):
3884 * ediff-mult.el (ediff-append-custom-diff):
3885 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3886 (ediff-wordify):
3887 * echistory.el (Electric-command-history-redo-expression):
3888 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3889 * disp-table.el (describe-display-table):
3890 * dired.el (dired-find-buffer-nocreate):
3891 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3892 * dabbrev.el (dabbrev--same-major-mode-p):
3893 * chistory.el (list-command-history):
3894 * apropos.el (apropos-documentation):
3895 * allout.el (allout-obtain-passphrase):
3896 (allout-copy-exposed-to-buffer):
3897 (allout-verify-passphrase): Use with-current-buffer.
3898
3899 2009-11-13 Glenn Morris <rgm@gnu.org>
3900
3901 * Makefile.in (ELCFILES): Regenerate.
3902
3903 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3904
3905 * net/dbus.el (dbus-registered-objects-table): Rename from
3906 `dbus-registered-functions-table', because it contains also properties.
3907 (dbus-unregister-object): Unregister also properties.
3908 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3909 Use a timeout of 500 msec, in order to not block.
3910 (dbus-register-property, dbus-property-handler): New defuns.
3911
3912 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * simple.el (minibuffer-default-add-completions): Drop deprecated
3915 4th arg.
3916
3917 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3918
3919 * textmodes/artist.el (artist-mouse-choose-operation):
3920 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3921 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3922 (artist-compute-up-event-key): New function.
3923 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3924
3925 2009-11-13 Kenichi Handa <handa@m17n.org>
3926
3927 * language/japan-util.el: Make sure that the value of jisx0208
3928 property is jisx0208 character.
3929
3930 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3933 car or each item, not the whole list.
3934
3935 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * minibuffer.el (minibuffer-completion-help):
3938 Use minibuffer-hide-completions.
3939
3940 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3941
3942 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3943 (dired-revert): Use them (bug#4880).
3944
3945 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3946
3947 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3948
3949 2009-11-12 Juri Linkov <juri@jurta.org>
3950
3951 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3952 New functions.
3953 (find-file-literally-at-point): Alias of `ffap-literally'.
3954
3955 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3956
3957 * textmodes/ispell.el (ispell-skip-region-alist):
3958 * textmodes/css-mode.el (auto-mode-alist):
3959 * progmodes/compile.el (auto-mode-alist):
3960 * international/mule.el (ctext-non-standard-encodings-alist)
3961 (ctext-non-standard-encodings-regexp):
3962 * simple.el (shell-command-switch, text-read-only):
3963 * replace.el (occur-mode-map):
3964 * paths.el (rmail-file-name):
3965 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3966 * find-file.el (ff-special-constructs):
3967 * files.el (file-name-handler-alist):
3968 * composite.el: Purecopy strings.
3969
3970 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3971
3972 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 * widget.el (define-widget): Purecopy the docstring.
3975 * international/mule-cmds.el (charset): Do not purecopy the
3976 docstring here, define-widget does it.
3977
3978 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3979 * textmodes/bibtex-style.el (auto-mode-alist):
3980 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3981 * progmodes/compile.el (compile-command):
3982 * language/korea-util.el (default-korean-keyboard):
3983 * international/mule-conf.el (file-coding-system-alist):
3984 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3985 * tooltip.el (tooltip-frame-parameters):
3986 * newcomment.el (comment-end, comment-padding):
3987 * dired.el (dired-trivial-filenames):
3988 * comint.el (comint-file-name-prefix): Purecopy initial values.
3989
3990 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3991
3992 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3993 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3994 `tramp-unload'.
3995 (tramp-advice-make-auto-save-file-name)
3996 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3997 after removing the advice.
3998
3999 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * progmodes/grep.el (grep-regexp-alist):
4002 * international/mule-cmds.el (iso-2022-control-alist):
4003 * emacs-lisp/timer.el (timer-duration-words):
4004 * subr.el (version-separator, version-regexp-alist):
4005 * minibuffer.el (completion-styles-alist):
4006 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4007 Change defvars to defconsts.
4008
4009 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4010 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4011 * international/mule-conf.el: Allow to be byte compiled.
4012
4013 * international/mule.el (define-charset): Purecopy props.
4014 (load-with-code-conversion): Purecopy doc string and file name.
4015 (put-charset-property): Purecopy strings.
4016 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4017
4018 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4019 (define-char-code-property): Correctly purecopy the table.
4020
4021 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4022
4023 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4024
4025 * subr.el (add-hook): Purecopy strings.
4026 (eval-after-load): Purecopy load-history-regexp and the form.
4027
4028 * custom.el (custom-declare-group): Purecopy load-file-name.
4029
4030 * subr.el (menu-bar-separator): New defconst.
4031 * net/eudc.el (eudc-tools-menu):
4032 * international/mule-cmds.el (set-coding-system-map)
4033 (mule-menu-keymap):
4034 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4035 * vc-hooks.el (vc-menu-map):
4036 * replace.el (occur-mode-map):
4037 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4038 (menu-bar-edit-menu, menu-bar-goto-menu)
4039 (menu-bar-custom-menu, menu-bar-showhide-menu)
4040 (menu-bar-options-menu, menu-bar-tools-menu)
4041 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4042 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4043 (menu-bar-help-menu):
4044 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4045 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4046
4047 * term/x-win.el (x-gtk-stock-map):
4048 * progmodes/vera-mode.el (auto-mode-alist):
4049 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4050 (inferior-lisp-program, inferior-lisp-load-command):
4051 * progmodes/hideshow.el (hs-special-modes-alist):
4052 * progmodes/gud.el (same-window-regexps):
4053 * progmodes/grep.el (grep-program, find-program, xargs-program):
4054 * net/telnet.el (same-window-regexps):
4055 * net/rlogin.el (same-window-regexps):
4056 * language/ethiopic.el (font-ccl-encoder-alist):
4057 * vc-sccs.el (vc-sccs-master-templates):
4058 * vc-rcs.el (vc-rcs-master-templates):
4059 * subr.el (cl-assertion-failed):
4060 * simple.el (next-error-overlay-arrow-position):
4061 * lpr.el (lpr-command):
4062 * locate.el (locate-ls-subdir-switches):
4063 * info.el (same-window-regexps, info)
4064 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4065 * image-mode.el (image-mode, auto-mode-alist):
4066 * hippie-exp.el (hippie-expand-ignore-buffers):
4067 * format.el (format-alist):
4068 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4069 (find-name-arg):
4070 * facemenu.el (facemenu-keybindings):
4071 * dired.el (dired-listing-switches, dired-chown-program):
4072 * diff.el (diff-switches, diff-command):
4073 * cus-edit.el (same-window-regexps):
4074 * bindings.el (mode-line-mule-info)
4075 (mode-line-buffer-identification): Purecopy strings.
4076
4077 2009-11-11 Juri Linkov <juri@jurta.org>
4078
4079 * simple.el (dired-get-filename) <declare-function>:
4080 Tell the byte-compiler about dired-get-filename.
4081 (shell-command): In Dired mode, get filename from the current line
4082 as the default value.
4083
4084 2009-11-10 Glenn Morris <rgm@gnu.org>
4085
4086 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4087 * calendar/holidays.el, progmodes/cperl-mode.el:
4088 Update x-popup-menu declarations.
4089
4090 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4091 (list-load-path-shadows): Use dolist.
4092 (list-load-path-shadows): Use with-current-buffer.
4093
4094 2009-11-10 Juri Linkov <juri@jurta.org>
4095
4096 * minibuffer.el (read-file-name): Support a list of default values
4097 in `default-filename'. Use the first file name where only one
4098 element is required. Doc fix.
4099
4100 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4101
4102 * net/dbus.el (dbus-unregister-object): Release service, if no
4103 other method is registered for it.
4104
4105 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4106
4107 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4108 bookmark-sort-flag is non-nil (Bug#4653).
4109
4110 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4113 the progress reporter entirely.
4114
4115 * emulation/cua-base.el: Add CUA property to some CC mode commands
4116 (Bug#4100).
4117
4118 2009-11-08 Kevin Ryde <user42@zip.com.au>
4119
4120 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4121 at end of sentence (Bug#4818).
4122
4123 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4124
4125 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4126 Handle "see declaration of" MSFT statements (Bug#4100).
4127
4128 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4129
4130 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4131 (tramp-advice-file-expand-wildcards): Unload via
4132 `ad-remove-advice'.
4133
4134 * net/trampver.el: Update release number.
4135
4136 2009-11-08 Kevin Ryde <user42@zip.com.au>
4137
4138 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4139 `ad-do-it'.
4140
4141 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4142
4143 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4144 in order to keep context in SELinux.
4145
4146 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * dired-aux.el (dired-query): Place cursor in echo area and allow
4149 C-g.
4150
4151 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4152 menu item if not on a directory (Bug#4701).
4153
4154 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4155
4156 Sync with Tramp 2.1.17.
4157
4158 * net/tramp.el (tramp-handle-copy-directory): Don't use
4159 `file-remote-p' (due to compatibility).
4160
4161 * net/tramp-compat.el (tramp-compat-copy-directory)
4162 (tramp-compat-delete-directory): New defuns.
4163
4164 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4165 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4166 `tramp-compat-delete-directory'.
4167
4168 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4169 (tramp-smb-handle-delete-directory): Use
4170 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4171
4172 * net/trampver.el: Update release number.
4173
4174 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * tar-mode.el (tar-copy): Call write-region on the right buffer
4177 (Bug#4857).
4178
4179 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4180 by hand, if necessary (Bug#4878).
4181
4182 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4185 align size column (Bug#4839).
4186
4187 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4188 statement.
4189
4190 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4191
4192 * progmodes/ld-script.el (auto-mode-alist):
4193 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4194
4195 * cus-face.el (custom-declare-face): Purecopy face spec.
4196
4197 2009-11-06 Kenichi Handa <handa@m17n.org>
4198
4199 * international/uni-bidi.el: Re-generated.
4200 * international/uni-category.el: Re-generated.
4201 * international/uni-combining.el: Re-generated.
4202 * international/uni-mirrored.el: Re-generated.
4203
4204 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4205
4206 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4207 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4208 (tex-start-options, slitex-run-command, latex-run-command)
4209 (tex-run-command, tex-directory):
4210 * textmodes/ispell.el (ispell-html-skip-alists)
4211 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4212 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4213 (adaptive-fill-regexp):
4214 * textmodes/dns-mode.el (auto-mode-alist):
4215 * progmodes/python.el (interpreter-mode-alist):
4216 * progmodes/etags.el (tags-compression-info-list):
4217 * progmodes/etags.el (tags-file-name):
4218 * net/browse-url.el (browse-url-galeon-program)
4219 (browse-url-firefox-program):
4220 * mail/sendmail.el (mail-signature-file)
4221 (mail-citation-prefix-regexp):
4222 * international/mule-conf.el (eight-bit):
4223 * international/latexenc.el (latex-inputenc-coding-alist):
4224 * international/fontset.el (x-pixel-size-width-font-regexp):
4225 * emacs-lisp/warnings.el (warning-type-format):
4226 * emacs-lisp/trace.el (trace-buffer):
4227 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4228 (emacs-lisp-mode-map):
4229 * calendar/holidays.el (holiday-solar-holidays)
4230 (holiday-bahai-holidays, holiday-islamic-holidays)
4231 (holiday-christian-holidays, holiday-hebrew-holidays)
4232 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4233 (hebrew-holidays-1, holiday-oriental-holidays)
4234 (holiday-general-holidays):
4235 * x-dnd.el (x-dnd-known-types):
4236 * tool-bar.el (tool-bar):
4237 * startup.el (site-run-file):
4238 * shell.el (shell-dumb-shell-regexp):
4239 * rfn-eshadow.el (file-name-shadow-tty-properties)
4240 (file-name-shadow-properties):
4241 * paths.el (remote-shell-program, news-directory):
4242 * mouse.el ([C-down-mouse-3]):
4243 * menu-bar.el (menu-bar-tools-menu):
4244 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4245 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4246 (jka-compr-compression-info-list):
4247 * isearch.el (search-whitespace-regexp):
4248 * image-file.el (image-file-name-extensions):
4249 * find-dired.el (find-ls-option):
4250 * files.el (directory-listing-before-filename-regexp)
4251 (directory-free-space-args, insert-directory-program)
4252 (list-directory-brief-switches, magic-fallback-mode-alist)
4253 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4254 (automount-dir-prefix):
4255 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4256 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4257 (face-font-registry-alternatives, face-font-registry-alternatives)
4258 (face-font-family-alternatives):
4259 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4260 (facemenu-foreground-menu, facemenu-face-menu):
4261 * epa-hook.el (epa-file-name-regexp):
4262 * dnd.el (dnd-protocol-alist):
4263 * textmodes/rst.el (auto-mode-alist):
4264 * button.el (default-button): Purecopy strings.
4265
4266 2009-11-06 Glenn Morris <rgm@gnu.org>
4267
4268 * Makefile.in (ELCFILES): Update.
4269
4270 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4273 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4274
4275 * nxml/xsd-regexp.el (xsdre-gen-categories):
4276 * nxml/xmltok.el (xmltok-parse-entity):
4277 * nxml/rng-parse.el (rng-parse-validate-file):
4278 * nxml/rng-maint.el (rng-format-manual)
4279 (rng-manual-output-force-new-line):
4280 * nxml/rng-loc.el (rng-save-schema-location-1):
4281 * nxml/rng-cmpct.el (rng-c-parse-file):
4282 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4283 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4284
4285 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4286
4287 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4288 Remove extra save-excursions and make-variable-buffer-local's.
4289 Suggested by Stefan Monnier.
4290
4291 (verilog-getopt-file, verilog-module-inside-filename-p)
4292 (verilog-set-define): Merge GNU 1.35 and repair changes from
4293 switching to using with-current-buffer.
4294
4295 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4296 being treated as a number and confusing AUTORESET.
4297 Reported by Dan Dever.
4298
4299 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4300 Add verilog-auto-ignore-concat to fix backward compatibility with
4301 older verilog-modes. Reported by Dan Katz.
4302
4303 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4304 containing closing anchors "...$".
4305
4306 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4307 Reported by Wade Smith.
4308
4309 (verilog-batch-execute-func): Comment on function usage.
4310
4311 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4312
4313 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4314 for labels.
4315
4316 (verilog-label-re, verilog-calc-1): Support proper indent of named
4317 asserts.
4318
4319 (verilog-backward-token, verilog-basic-complete-re)
4320 (verilog-beg-of-statement, verilog-indent-re): Support proper
4321 indent of the assert statement at the beginning of a block of text.
4322
4323 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4324 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4325 tokens as begins.
4326
4327 2009-11-05 Glenn Morris <rgm@gnu.org>
4328
4329 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4330 Emacs 19. (Bug#1531)
4331 (byte-compile-fix-header): Update for the above change.
4332 Drop test for epoch::version.
4333
4334 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4335 * cus-dep.el (custom-make-dependencies):
4336 * finder.el (finder-compile-keywords):
4337 Use autoload-rubric's feature argument.
4338
4339 * calendar/diary-lib.el (top-level): Make load behave more like require.
4340
4341 * vc-git.el (vc-git-stash-map): Move definition before use.
4342
4343 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4344
4345 * custom.el (custom-declare-group): Purecopy standard-value.
4346 (custom-declare-group): Purecopy custom-prefix.
4347
4348 * international/mule.el (load-with-code-conversion):
4349 Call do-after-load-evaluation unconditionally.
4350
4351 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4352
4353 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4356
4357 2009-11-04 Glenn Morris <rgm@gnu.org>
4358
4359 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4360 (byte-compile-compatibility): Remove option.
4361 (byte-compile-close-variables, byte-compile-fix-header)
4362 (byte-compile-insert-header, byte-compile-output-docform)
4363 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4364 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4365 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4366 (byte-compile-insert, byte-compile-defun):
4367 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4368 (byte-defop-compiler19): Remove.
4369 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4370 used by anything. Replace all calls with byte-defop-compiler.
4371
4372 2009-11-04 Juri Linkov <juri@jurta.org>
4373
4374 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4375 (menu-bar-options-menu): Don't quote the `prop' arg of
4376 `menu-bar-make-mm-toggle'.
4377
4378 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * calendar/calendar.el (cal-loaddefs):
4381 * calendar/diary-lib.el (diary-loaddefs):
4382 * calendar/holidays.el (hol-loaddefs):
4383 * eshell/esh-module.el (esh-groups): Load rather than require.
4384
4385 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4388 point-min==1.
4389 (todo-top-priorities): Only display-buffer when called interactively.
4390 (todo-item-start): Don't save excursion point.
4391 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4392 (todo-insert-item-here, todo-file-item, todo-remove-item):
4393 Adjust uses of todo-item-start and todo-item-end.
4394
4395 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4396 (autoload-rubric): Don't use any more.
4397 * cedet/semantic/fw.el (semantic/loaddefs):
4398 * cedet/srecode.el (srecode/loaddefs):
4399 * cedet/ede.el (ede/loaddefs): Load rather than require.
4400 * cedet/ede/cpp-root.el:
4401 * cedet/ede/emacs.el:
4402 * cedet/ede/files.el:
4403 * cedet/ede/linux.el:
4404 * cedet/ede/locate.el:
4405 * cedet/ede/make.el:
4406 * cedet/ede/shell.el:
4407 * cedet/ede/speedbar.el:
4408 * cedet/ede/system.el:
4409 * cedet/ede/util.el:
4410 * cedet/semantic/analyze.el:
4411 * cedet/semantic/bovine.el:
4412 * cedet/semantic/complete.el:
4413 * cedet/semantic/ctxt.el:
4414 * cedet/semantic/db-file.el:
4415 * cedet/semantic/db-find.el:
4416 * cedet/semantic/db-global.el:
4417 * cedet/semantic/db-mode.el:
4418 * cedet/semantic/db-typecache.el:
4419 * cedet/semantic/db.el:
4420 * cedet/semantic/debug.el:
4421 * cedet/semantic/dep.el:
4422 * cedet/semantic/doc.el:
4423 * cedet/semantic/edit.el:
4424 * cedet/semantic/find.el:
4425 * cedet/semantic/format.el:
4426 * cedet/semantic/html.el:
4427 * cedet/semantic/ia-sb.el:
4428 * cedet/semantic/ia.el:
4429 * cedet/semantic/idle.el:
4430 * cedet/semantic/lex-spp.el:
4431 * cedet/semantic/lex.el:
4432 * cedet/semantic/mru-bookmark.el:
4433 * cedet/semantic/scope.el:
4434 * cedet/semantic/senator.el:
4435 * cedet/semantic/sort.el:
4436 * cedet/semantic/symref.el:
4437 * cedet/semantic/tag-file.el:
4438 * cedet/semantic/tag-ls.el:
4439 * cedet/semantic/tag-write.el:
4440 * cedet/semantic/tag.el:
4441 * cedet/semantic/util-modes.el:
4442 * cedet/semantic/analyze/complete.el:
4443 * cedet/semantic/analyze/refs.el:
4444 * cedet/semantic/bovine/c.el:
4445 * cedet/semantic/bovine/gcc.el:
4446 * cedet/semantic/bovine/make.el:
4447 * cedet/semantic/bovine/scm.el:
4448 * cedet/semantic/decorate/include.el:
4449 * cedet/semantic/decorate/mode.el:
4450 * cedet/semantic/symref/cscope.el:
4451 * cedet/semantic/symref/global.el:
4452 * cedet/semantic/symref/grep.el:
4453 * cedet/semantic/symref/idutils.el:
4454 * cedet/semantic/symref/list.el:
4455 * cedet/semantic/wisent/java-tags.el:
4456 * cedet/semantic/wisent/javascript.el:
4457 * cedet/srecode/compile.el:
4458 * cedet/srecode/cpp.el:
4459 * cedet/srecode/document.el:
4460 * cedet/srecode/el.el:
4461 * cedet/srecode/expandproto.el:
4462 * cedet/srecode/getset.el:
4463 * cedet/srecode/insert.el:
4464 * cedet/srecode/java.el:
4465 * cedet/srecode/map.el:
4466 * cedet/srecode/mode.el:
4467 * cedet/srecode/template.el:
4468 * cedet/srecode/texi.el: Remove the file-local setting of
4469 generated-autoload-feature.
4470
4471 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4472 and only put a prop if it is non-nil.
4473
4474 2009-11-03 Juri Linkov <juri@jurta.org>
4475
4476 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4477 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4478
4479 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4480 and "Menu" to make top-level menu item visually one unit (like
4481 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4482 multi-word menu items). Fix :help string for quit-window.
4483
4484 2009-11-03 Glenn Morris <rgm@gnu.org>
4485
4486 * cedet/mode-local.el (with-mode-local): Doc fix.
4487
4488 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4489 (byte-compile-file-form-define-abbrev-table)
4490 (byte-compile-file-form-custom-declare-variable)
4491 (byte-compile-variable-ref, byte-compile-defvar):
4492 Whether or not a warning is enabled should only affect whether we issue
4493 the warning, not whether or not we collect the relevant data.
4494 Eg warnings can be turned on and off throughout the course of a file.
4495
4496 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4497 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4498
4499 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4502 * play/mpuz.el (mpuz-create-buffer):
4503 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4504 (lm-print-y,s,noise, lm-print-w0, lm-init):
4505 * play/gomoku.el (gomoku-prompt-for-move):
4506 * play/fortune.el (fortune-in-buffer):
4507 * play/dissociate.el (dissociated-press):
4508 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4509 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4510 * mail/supercite.el (sc-eref-show):
4511 * mail/smtpmail.el (smtpmail-send-it):
4512 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4513 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4514 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4515 (rmail-summary-goto-msg, rmail-summary-expunge)
4516 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4517 (rmail-summary-add-label, rmail-summary-output-menu)
4518 (rmail-summary-output-body):
4519 * mail/rfc822.el (rfc822-addresses):
4520 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4521 * mail/mailpost.el (post-mail-send-it):
4522 * mail/hashcash.el (hashcash-generate-payment):
4523 * mail/feedmail.el (feedmail-run-the-queue)
4524 (feedmail-queue-send-edit-prompt-help-first)
4525 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4526 (feedmail-deduce-address-list):
4527 * eshell/esh-ext.el (eshell-remote-command):
4528 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4529 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4530 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4531 (viper-save-string-in-file, viper-valid-marker):
4532 * emulation/viper-keym.el (viper-toggle-key):
4533 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4534 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4535 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4536 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4537 (viper-exec-form-in-emacs, viper-brac-function):
4538 * emulation/viper.el (viper-delocalize-var):
4539 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4540 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4541 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4542 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4543 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4544 * emulation/edt.el (edt-electric-helpify):
4545 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4546 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4547 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4548 (cua-indent-to-global-mark-column):
4549 * calendar/diary-lib.el (calendar-mark-1):
4550 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4551 Use with-current-buffer.
4552 * emulation/viper.el (viper-delocalize-var): Use dolist.
4553
4554 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * comint.el (comint-replace-by-expanded-history-before-point):
4557 Replace !! with the previous input string literally (Bug#1795).
4558
4559 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4560
4561 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4562 to be made up of whitespace.
4563
4564 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * minibuffer.el (read-file-name): Don't use file dialogs for
4567 remote directories (Bug#99).
4568
4569 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4572
4573 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4574
4575 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4576 instead of deleting the window or frame.
4577
4578 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4581 Support face colors.
4582
4583 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4584 New function. Support face colors (Bug#1168).
4585 (tex-common-initialization): Use it.
4586
4587 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4588 mode allows it (Bug#1168).
4589
4590 2009-10-31 Juri Linkov <juri@jurta.org>
4591
4592 * facemenu.el (list-colors-display): Don't mark buffer as
4593 modified (Bug#3948).
4594
4595 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * international/mule-diag.el (list-character-sets-1): Minor
4598 message fix (Bug#3526).
4599
4600 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4601 face property (Bug#4834).
4602 (etags-list-tags, etags-tags-apropos-additional)
4603 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4604 property.
4605
4606 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4607 items.
4608
4609 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4610 items.
4611
4612 * cedet/ede.el (ede-minor-mode):
4613 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4614
4615 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * textmodes/two-column.el (2C-split):
4618 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4619 * textmodes/tex-mode.el (tex-set-buffer-directory):
4620 * textmodes/spell.el (spell-region, spell-string):
4621 * textmodes/reftex.el (reftex-erase-buffer):
4622 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4623 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4624 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4625 (reftex-select-item):
4626 * textmodes/reftex-ref.el (reftex-label-info-update)
4627 (reftex-offer-label-menu):
4628 * textmodes/reftex-index.el (reftex-index-change-entry)
4629 (reftex-index-phrases-info):
4630 * textmodes/reftex-global.el (reftex-create-tags-file)
4631 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4632 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4633 (reftex-view-crossref-from-bibtex):
4634 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4635 (reftex-extract-bib-entries-from-thebibliography)
4636 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4637 * textmodes/refbib.el (r2b-capitalize-title):
4638 (r2b-convert-buffer, r2b-help):
4639 * textmodes/page-ext.el (pages-directory)
4640 (pages-directory-goto-with-mouse):
4641 * textmodes/bibtex.el (bibtex-validate-globally):
4642 * textmodes/bib-mode.el (bib-capitalize-title):
4643 * textmodes/artist.el (artist-clear-buffer, artist-system):
4644 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4645 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4646 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4647 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4648 (xscheme-send-control-g-interrupt, xscheme-start-process)
4649 (xscheme-process-sentinel, xscheme-cd):
4650 * progmodes/verilog-mode.el (verilog-read-always-signals)
4651 (verilog-set-define, verilog-getopt-file)
4652 (verilog-module-inside-filename-p):
4653 * progmodes/sh-script.el:
4654 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4655 (python-pdbtrack-grub-for-buffer, python-execute-file):
4656 * progmodes/octave-inf.el (inferior-octave):
4657 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4658 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4659 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4660 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4661 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4662 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4663 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4664 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4665 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4666 (idlwave-shell-examine-display, idlwave-shell-run-region)
4667 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4668 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4669 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4670 (idlwave-help-get-help-buffer):
4671 * progmodes/gud.el (gud-basic-call, gud-find-class)
4672 (gud-tooltip-activate-mouse-motions-if-enabled):
4673 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4674 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4675 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4676 (ebrowse-tags-next-file):
4677 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4678 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4679 (ebnf-eps-finish-and-write):
4680 * progmodes/cpp.el (cpp-edit-save):
4681 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4682 * progmodes/cc-defs.el (c-emacs-features):
4683 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4684 (antlr-directory-dependencies):
4685 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4686 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4687 (ada-find-any-references, ada-make-filename-from-adaname)
4688 (ada-make-body-gnatstub):
4689 * obsolete/rnews.el (news-list-news-groups):
4690 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4691 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4692 * net/rcirc.el (rcirc-debug):
4693 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4694 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4695 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4696 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4697 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4698 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4699 (newsticker--treeview-list-clear-highlight)
4700 (newsticker--treeview-list-update-highlight)
4701 (newsticker--treeview-list-highlight-start)
4702 (newsticker--treeview-tree-update-highlight)
4703 (newsticker--treeview-get-selected-item)
4704 (newsticker-treeview-mark-list-items-old)
4705 (newsticker--treeview-set-current-node):
4706 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4707 * net/newst-backend.el (newsticker--get-news-by-funcall)
4708 (newsticker--get-news-by-wget, newsticker--image-get)
4709 (newsticker--image-sentinel):
4710 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4711 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4712 (eudc-ph-close-session):
4713 * net/eudc.el (eudc-save-options):
4714 * language/thai-word.el (thai-update-word-table):
4715 * language/japan-util.el (japanese-string-conversion):
4716 * international/titdic-cnv.el (tsang-quick-converter)
4717 (ziranma-converter, ctlau-converter):
4718 * international/mule-cmds.el (describe-language-environment):
4719 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4720 (skkdic-convert-postfix, skkdic-convert-prefix):
4721 (skkdic-convert-okuri-nasi, skkdic-convert):
4722 * emacs-lisp/re-builder.el (reb-update-overlays):
4723 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4724 * emacs-lisp/gulp.el (gulp-send-requests):
4725 * emacs-lisp/find-gc.el (trace-call-tree):
4726 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4727 (eieio-describe-generic):
4728 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4729 * emacs-lisp/edebug.el (edebug-outside-excursion):
4730 * emacs-lisp/debug.el (debugger-make-xrefs):
4731 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4732 * emacs-lisp/chart.el (chart-new-buffer):
4733 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4734 Use with-current-buffer.
4735 * textmodes/artist.el (artist-system): Don't call
4736 copy-sequence on a fresh string.
4737 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4738
4739 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4740
4741 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4742 is no item to edit. (Bug#4820)
4743 (todo-top-priorities): Restore point and restore narrowing in Todo
4744 buffer. (Bug#4820)
4745
4746 2009-10-31 Glenn Morris <rgm@gnu.org>
4747
4748 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4749 (comint-last-output-start, comint-last-input-start)
4750 (comint-last-input-end): Don't defvar when compiling.
4751 (ange-ftp-process-file): Use bound-and-true-p.
4752
4753 * pcmpl-rpm.el (top-level): Move provide statement to end.
4754 (pcmpl-rpm): Remove unused custom group.
4755
4756 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4757
4758 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4759
4760 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4761 (byte-compile-warnings): Add `constants' as an option.
4762 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4763 (display-call-tree): Update for byte-compile-fdefinition possibly
4764 returning `(macro lambda ...)'. (Bug#4778)
4765 (byte-compile-variable-ref, byte-compile-setq-default):
4766 Respect `constants' member of byte-compile-warnings.
4767
4768 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4769 Use mapc rather than mapcar because the return value is never used.
4770
4771 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4772 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4773 * cedet/semantic/html.el:
4774 Suppress harmless warnings about setting up semantic-imenu (not
4775 part of Emacs) variables.
4776
4777 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4780 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4781 to "submit:".
4782
4783 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4784 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4785 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4786 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4787 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4788 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4789 (semantic-analyzer-debug-global-symbol)
4790 (semantic-analyzer-debug-missing-innertype)
4791 (semantic-analyzer-debug-insert-include-summary):
4792 * cedet/semantic/util.el (semantic-file-tag-table):
4793 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4794 (semantic-recursive-find-nonterminal-by-name):
4795 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4796 * cedet/semantic/tag-file.el (semantic-prototype-file):
4797 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4798 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4799 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4800 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4801 (semantic-idle-summary-maybe-highlight):
4802 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4803 (semantic-ia-sb-tag-info):
4804 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4805 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4806 * cedet/semantic/ede-grammar.el (project-compile-target):
4807 (ede-proj-makefile-insert-variables):
4808 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4809 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4810 (semantic-debug-mode, semantic-debug):
4811 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4812 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4813 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4814 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4815 (semanticdb-find-translate-path-includes--internal)
4816 (semanticdb-reset-log, semanticdb-find-log-activity):
4817 * cedet/semantic/db-file.el (object-write):
4818 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4819 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4820 (semanticdb-create-ebrowse-database):
4821 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4822 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4823 (semantic-collector-calculate-completions-raw)
4824 (semantic-complete-read-tag-analyzer):
4825 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4826 * cedet/ede/util.el (ede-update-version-in-source):
4827 * cedet/ede/proj.el (project-delete-target):
4828 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4829 (ede-proj-flush-autoconf):
4830 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4831 (ede-proj-configure-synchronize):
4832 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4833 * cedet/ede/linux.el (ede-linux-version):
4834 * cedet/ede/emacs.el (ede-emacs-version):
4835 * cedet/ede/dired.el (ede-dired-add-to-target):
4836 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4837 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4838 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4839 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4840 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4841 (cedet-idutils-version-check):
4842 * cedet/cedet-global.el (cedet-gnu-global-call):
4843 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4844 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4845 * cedet/cedet-cscope.el (cedet-cscope-call)
4846 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4847 Use with-current-buffer.
4848 * cedet/ede.el (ede-make-project-local-variable)
4849 (ede-set-project-variables, ede-set): Use dolist.
4850
4851 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4852
4853 * textmodes/ispell.el (ispell-skip-region-alist):
4854 * international/mule-conf.el (eight-bit):
4855 * international/fontset.el (font-encoding-alist):
4856 * startup.el (pure-space-overflow-message):
4857 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4858 * paths.el (gnus-nntp-service, rmail-spool-directory)
4859 (term-file-prefix):
4860 * files.el (save-some-buffers-action-alist):
4861 * cmuscheme.el (same-window-buffer-names):
4862 * ielm.el (same-window-buffer-names):
4863 * shell.el (same-window-buffer-names):
4864 * mail/sendmail.el (same-window-buffer-names):
4865 * progmodes/inf-lisp.el (same-window-buffer-names):
4866 * bindings.el (mode-line-client)
4867 (mode-line-column-line-number-mode-map):
4868 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4869 (tibetan-precomposed-regexp): Purecopy string arguments.
4870
4871 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4874 (calcDigit-nondigit):
4875 * calc/calc-yank.el (calc-copy-to-buffer):
4876 * calc/calc-units.el (calc-invalidate-units-table):
4877 * calc/calc-trail.el (calc-trail-yank):
4878 * calc/calc-store.el (calc-insert-variables):
4879 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4880 * calc/calc-prog.el (calc-read-parse-table):
4881 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4882 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4883 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4884 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4885 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4886 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4887 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4888 * calc/calc-ext.el (calc-realign):
4889 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4890 (calc-embedded-finish-edit, calc-embedded-make-info)
4891 (calc-embedded-finish-command, calc-embedded-stack-change):
4892 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4893
4894 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4895 (overload-docstring-extension): Use that info.
4896 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4897 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4898 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4899 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4900 (semantic-nonterminal-full-name): Add the new `when' info.
4901 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4902 `assert'.
4903
4904 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4905 shell-dynamic-complete-filename in preference to
4906 comint-dynamic-complete-filename.
4907
4908 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4909 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4910 Don't consider whether the display supports colors.
4911 (bookmark-import-new-list): Use dolist.
4912 (bookmark-bmenu-mode-map): Move initialization into declaration.
4913 (bookmark-bmenu-list): Use dolist, simplify.
4914 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4915 (menu-bar-final-items): Use push.
4916
4917 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4918
4919 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4920 it works on remote files.
4921 (vc-hg-diff): Don't pass any `--cwd' argument.
4922
4923 2009-10-27 Kevin Ryde <user42@zip.com.au>
4924
4925 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4926 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4927 (Further to Bug#3921).
4928
4929 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4930
4931 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4932 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4933 calling `tramp-imap-put-file'. Add file size to the call.
4934 (tramp-imap-get-file-entries): Compute also user name, file size,
4935 and date.
4936 (tramp-imap-handle-insert-directory): Insert uid and gid.
4937 (tramp-imap-handle-file-attributes): Transform uid and gid
4938 according to `id-format'.
4939 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4940 size in header X-Size.
4941
4942 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4943
4944 * simple.el (transpose-subr): Give clearer error when the mark
4945 is not set. (Bug#4807)
4946
4947 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4948
4949 * net/tramp.el (tramp-perl-file-truename): New defconst.
4950 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4951 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4952 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4953 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4954
4955 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4956 Ignore `dired-call-process'.
4957 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4958
4959 2009-10-26 Julian Scheid <julians37@gmail.com>
4960
4961 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4962 (tramp-get-remote-readlink): New defun.
4963 (tramp-handle-file-truename): Use it.
4964 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4965 file exists if cache value present.
4966 (tramp-check-cached-permissions): New defun.
4967 (tramp-handle-file-readable-p): Use it.
4968 (tramp-handle-file-writable-p): Likewise.
4969 (tramp-handle-file-executable-p): Likewise.
4970 (tramp-handle-file-name-all-completions): Try using Perl to get
4971 partial completions. When perl not available, combine `cd' and
4972 `ls' into single remote operation and use shell expansion to get
4973 partial remote directory contents. Set `file-exists-p' cache for
4974 directory and any files returned by ls. Change cache handling to
4975 support partial directory contents. Use error message emitted by
4976 remote `cd' or Perl code for local tramp-error.
4977 (tramp-do-copy-or-rename-file-directly): Avoid separate
4978 tramp-send-command-and-check call.
4979 (tramp-handle-process-file): Merge three remote ops into one.
4980 Do not flush all caches when `process-file-side-effects' is set.
4981 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4982 file-attributes shows uid/gid to be set already.
4983
4984 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4985
4986 * textmodes/tex-mode.el (tex-dvi-view-command)
4987 (tex-show-queue-command, tex-open-quote):
4988 * progmodes/ruby-mode.el (auto-mode-alist)
4989 (interpreter-mode-alist): Purecopy strings.
4990
4991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4992
4993 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4994 string for the hook, keymap and abbrev table.
4995
4996 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4997
4998 * x-dnd.el (x-dnd-xdnd-to-action):
4999 * startup.el (fancy-startup-text, fancy-about-text): Change to
5000 defconst from defvar.
5001
5002 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5003
5004 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5005 Purecopy initialization strings.
5006
5007 * mail/sendmail.el (mail-header-separator)
5008 (mail-personal-alias-file):
5009 * mail/rmail.el (rmail-default-dont-reply-to-names)
5010 (rmail-ignored-headers, rmail-retry-ignored-headers)
5011 (rmail-highlighted-headers, rmail-secondary-file-directory)
5012 (rmail-secondary-file-regexp):
5013 * files.el (null-device, file-name-invalid-regexp)
5014 (locate-dominating-stop-dir-regexp)
5015 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5016 (interpreter-mode-alist): Use mapcar instead of mapc.
5017
5018 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5019
5020 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5021 (completion-ignored-extensions):
5022 (debug-ignored-errors): Purecopy strings.
5023
5024 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5027 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5028 (pcomplete--here): Use push.
5029
5030 * subr.el (all-completions): Declare the 4th arg obsolete.
5031
5032 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5035 (pcomplete-unquote-argument): New function.
5036 (pcomplete--common-suffix): Always pay attention to case.
5037 (pcomplete--table-subvert): Quote and unquote the text.
5038 (pcomplete--common-quoted-suffix): New function.
5039 (pcomplete-std-complete): Use it and pcomplete-begin.
5040
5041 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5042 we're inside a dedicated or minibuffer window.
5043
5044 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * cedet/semantic/fw.el (semantic-alias-obsolete)
5047 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5048 (define-mode-overload-implementation):
5049 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5050 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5051 * cedet/semantic/util.el (semantic-file-token-stream)
5052 (semantic-something-to-stream):
5053 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5054 (semantic-expand-nonterminal):
5055 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5056 (semantic-find-dependency, semantic-find-nonterminal)
5057 (semantic-find-dependency):
5058 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5059 (semantic-flex-text, semantic-flex-make-keyword-table)
5060 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5061 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5062 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5063 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5064 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5065 (semantic-after-idle-scheduler-reparse-hooks):
5066 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5067 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5068 * cedet/semantic.el (semantic-toplevel-bovine-table)
5069 (semantic-toplevel-bovine-cache)
5070 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5071 (semantic-init-mode-hooks, semantic-init-db-hooks)
5072 (semantic-bovination-working-type): Provide the `when' arg.
5073
5074 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5075
5076 * bookmark.el: Update documentation, especially documentation
5077 of `bookmark-alist' and of the bookmark file format.
5078 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5079
5080 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5083 keybindings apply to the mail buffer (Bug#4003). Shrink help
5084 window to buffer.
5085
5086 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5087 (global-whitespace-mode, global-whitespace-newline-mode)
5088 (whitespace-toggle-options, global-whitespace-toggle-options):
5089 Doc fix (Bug#3660).
5090
5091 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5092 of xmltok-start before the end tag was inserted (Bug#2840).
5093
5094 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5095 patterns that are preceded by an open-paren (Bug#1320).
5096
5097 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5098
5099 * files.el (delete-directory): Delete symlinks to directories with
5100 delete-file (Bug#4739).
5101
5102 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5103
5104 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5105 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5106 argument to make-obsolete.
5107
5108 * cedet/semantic/fw.el (semantic-alias-obsolete)
5109 (semantic-varalias-obsolete): Add optional WHEN argument.
5110
5111 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5112
5113 * vc.el (vc-backend-for-registration): Rename from
5114 vc-get-backend-for-registration. Update callers.
5115
5116 * international/mule-cmds.el (set-language-info-alist):
5117 Purecopy lang-env.
5118 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5119 (charset): Purecopy the name.
5120 (define-char-code-property): Purecopy string arguments.
5121
5122 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5123 Purecopy string arguments.
5124
5125 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5126 * ediff-hook.el (menu-bar-ediff-menu):
5127 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5128 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5129
5130 2009-10-24 Glenn Morris <rgm@gnu.org>
5131
5132 * comint.el (comint-dynamic-list-completions):
5133 * term.el (term-dynamic-list-completions): Use choose-completion rather
5134 than obsolete alias mouse-choose-completion.
5135
5136 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5137 file-cache-choose-completion.
5138 (file-cache-choose-completion): Handle an optional event argument.
5139 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5140
5141 * progmodes/octave-mod.el (octave-complete-symbol):
5142 Use choose-completion if mouse-choose-completion is ever removed.
5143
5144 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5145 use.
5146
5147 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5148 compiler.
5149
5150 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5151
5152 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5155 Ignore `pred' now that we receive one.
5156 Handle test-completion specially.
5157
5158 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5159
5160 * vc.el (vc-responsible-backend): Throw an error if not backend is
5161 found. Remove the REGISTER argument. Move the code dealing with
5162 REGISTER ...
5163 (vc-get-backend-for-registration): ... here. New function.
5164 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5165 of vc-responsible-backend, pass the file name instead of the
5166 directory name.
5167
5168 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5171 New funs.
5172 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5173 (pcomplete-comint-setup): Don't modify a global var via
5174 accidental side-effects.
5175 (pcomplete-shell-setup): Adjust call accordingly.
5176 (pcomplete-parse-comint-arguments): Use push.
5177
5178 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5179
5180 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5181 Allow uncapitalized info node names (Bug#3921).
5182
5183 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5184 to the DEBUG file (Bug#3781).
5185
5186 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5187
5188 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5189 dictionary entry (Bug#4579).
5190
5191 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5194 from `rfn-eshadow-update-overlay-hook' when unloading.
5195 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5196 "rsyncc". Adjust doc string.
5197 (tramp-temp-buffer-file-name): New buffer-local defvar.
5198 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5199 Keep temporary file when indicated by method ("rsync" and
5200 "rsyncc").
5201 (tramp-handle-write-region): Handle APPEND.
5202 (tramp-delete-temp-file-function): New defun. Added to
5203 `kill-buffer-hook'.
5204
5205 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5208
5209 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5210
5211 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5212 (color-name-rgb-alist, tty-standard-colors)
5213 (tty-color-mode-alist): Change to defconst.
5214
5215 * simple.el (mark-inactive): Purecopy message.
5216
5217 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5218 (global-map, yank-menu):
5219 * textmodes/ispell.el (ispell-menu-map):
5220 * net/eudc.el (eudc-tools-menu):
5221 * international/mule-cmds.el (describe-language-environment-map)
5222 (setup-language-environment-map, set-coding-system-map)
5223 (mule-menu-keymap):
5224 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5225 * replace.el (occur-mode-map):
5226 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5227
5228 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5229
5230 * calc/calc.el (math-read-number, math-read-number-simple): Use
5231 `save-match-data'.
5232
5233 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5236 rather than fiddling with global-map bindings, since it should only
5237 affect per-terminal settings.
5238 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5239
5240 * minibuffer.el (completion-table-with-terminator): Allow to specify
5241 the terminator-regexp.
5242
5243 * simple.el (switch-to-completions): Look for *Completions* in other
5244 frames as well.
5245
5246 * pcomplete.el: Allow the use of completion-tables.
5247 (pcomplete-std-complete): New command.
5248 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5249 (pcomplete--here): Use a function for `form' rather than an expression,
5250 so it can be byte-compiled.
5251 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5252 Add edebug declaration.
5253 (pcomplete-show-completions): Remove unused var `curbuf'.
5254 (pcomplete-do-complete, pcomplete-stub):
5255 Don't assume `completions' is a list of strings any more.
5256
5257 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5258
5259 * find-dired.el (find-name-arg): Fix typo in docstring.
5260
5261 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5264 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5265
5266 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5267 pcomplete-entries.
5268
5269 * comint.el (comint-read-input-ring, comint-write-input-ring)
5270 (comint-substitute-in-file-name)
5271 (comint-dynamic-complete-as-filename)
5272 (comint-dynamic-simple-complete)
5273 (comint-dynamic-list-filename-completions)
5274 (comint-dynamic-list-completions)
5275 (comint-redirect-results-list-from-process): Minor simplifications.
5276
5277 2009-10-21 Kevin Ryde <user42@zip.com.au>
5278
5279 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5280 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5281 the first form. And insert a blank line after ";;; Code" since
5282 that's usual style. (Bug#4612)
5283
5284 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5285
5286 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * minibuffer.el (completion-table-with-terminator): Properly implement
5289 boundaries, in case `terminator' appears in the suffix.
5290 (completion--embedded-envvar-table): Don't return boundaries if
5291 there's no valid completion. Simplify.
5292 (completion-file-name-table): New completion table extracted from
5293 completion--file-name-table.
5294 (completion--file-name-table): Use it.
5295 (read-file-name-predicate): Declare obsolete.
5296 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5297 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5298 completion-file-name-table, and use the `pred' argument.
5299 * files.el (locate-file-completion-table): Use the `pred' arg rather
5300 than read-file-name-predicate.
5301 (abbreviate-file-name): Use \` rather than ^ for BOS.
5302
5303 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5306 vc-responsible-backend to register, it causes problems.
5307
5308 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5311
5312 2009-10-21 Eric Ludlam <zappo@gnu.org>
5313
5314 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5315 (semantic-c-debug-mode-init-pch): New functions.
5316 (semantic-c-debug-mode-init-last-mode): New var.
5317 (semantic-c-parse-lexical-token): Use them.
5318
5319 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5320 When extracting the argument list, limit only by point-max.
5321
5322 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5323
5324 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5325 (tramp-smb-handle-file-attributes): Use it.
5326 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5327 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5328 `mapcar'. Use `tramp-smb-get-stat-capability'.
5329 Add `dired-filename' text properties.
5330 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5331 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5332 version.
5333
5334 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * subr.el (read-key-delay): Reduce to 0.01.
5337 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5338 (bug#4751).
5339
5340 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5343
5344 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5345 (Info-menu): Remove unused vars `last' and `completions'.
5346 (Info-index-nodes): Remove unused var `node'.
5347
5348 * info.el (Info-complete-menu-item): Use complete-with-action.
5349
5350 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5351
5352 Make vc-annotate work through copies and renames.
5353 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5354 Return the file name too.
5355 (vc-annotate-revision-at-line)
5356 (vc-annotate-find-revision-at-line)
5357 (vc-annotate-revision-previous-to-line)
5358 (vc-annotate-show-log-revision-at-line): Update to get the file
5359 name from vc-annotate-extract-revision-at-line.
5360 (vc-annotate-show-diff-revision-at-line-internal): Change the
5361 argument to mean whether to show a file diff or not. Get the file
5362 name from vc-annotate-extract-revision-at-line.
5363 (vc-annotate-show-diff-revision-at-line):
5364 Update vc-annotate-show-diff-revision-at-line call.
5365 (vc-annotate-warp-revision): Add an optional file argument.
5366
5367 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5368 (vc-git-annotate-extract-revision-at-line): Also return the file
5369 name if found.
5370
5371 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5372 command. Remove unused code.
5373 (vc-hg-annotate-re): Update to match --follow output.
5374 (vc-hg-annotate-extract-revision-at-line): Also return the file
5375 name if found.
5376
5377 * vc.el: Update annotate-extract-revision-at-line documentation.
5378
5379 2009-10-18 Kevin Ryde <user42@zip.com.au>
5380
5381 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5382 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5383
5384 * net/browse-url.el (browse-url): Identify alist with "consp and
5385 not functionp" and let all other things go down the `apply' leg,
5386 as suggested by Stefan. (Further to bug#4531.)
5387
5388 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * minibuffer.el (read-file-name): Check for repeat before putting
5391 a default argument in file-name-history (Bug#4657).
5392
5393 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5394 read syntax (Bug#4737).
5395
5396 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5397
5398 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5399
5400 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5401 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5402 entries and make note of obsolete tags.
5403
5404 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5407
5408 2009-10-18 Glenn Morris <rgm@gnu.org>
5409
5410 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5411 grep, so that binary files (eg international/uni-bidi.el) can match.
5412 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5413 now, and in any case the file header format has changed.
5414
5415 2009-10-17 Glenn Morris <rgm@gnu.org>
5416
5417 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5418 (flyspell-get-word, flyspell-large-region)
5419 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5420
5421 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * Makefile.in (ELCFILES): Add ede/shell.
5424
5425 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5426
5427 * term/common-win.el (x-colors): Purecopy it.
5428
5429 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5432 permissive for when the buffer is empty.
5433 (tar-header-block-tokenize): Decode the username and groupname.
5434 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5435
5436 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * cedet/srecode/srt.el:
5439 * cedet/srecode/compile.el:
5440 * cedet/semantic/mru-bookmark.el:
5441 * cedet/semantic/debug.el:
5442 * cedet/semantic/complete.el:
5443 * cedet/semantic/analyze.el: Require CL when compiling.
5444
5445 2009-10-17 Eric Ludlam <zappo@gnu.org>
5446
5447 * cedet/semantic/scope.el
5448 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5449 tmpscope so that the regular scope will continue to work.
5450
5451 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5452 Use semantic-idle-summary-highlight-face as the highlighting.
5453
5454 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5455 contains multibyte characters, choose first applicable coding
5456 system automatically.
5457
5458 * cedet/ede/project-am.el (project-run-target): New method.
5459 (project-run-target): New method.
5460
5461 * cedet/ede.el (ede-target): Add run target menu item.
5462 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5463 (ede-run-target): New function.
5464 (ede-target::project-run-target): New method.
5465
5466 * cedet/ede/proj.el (project-run-target): New method.
5467
5468 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5469 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5470 Add :rules.
5471 (ede-proj-target-makefile-shared-object): Only libtool compilers
5472 now available. Add linkers for libtool.
5473 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5474 (ede-proj-makefile-target-name): Always use .la extension.
5475
5476 * cedet/ede/proj-prog.el (project-run-target): New method.
5477
5478 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5479 (ede-g++-linker): Change Change link lines.
5480
5481 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5482 When searching for old variables, go to the end of the buffer and
5483 search backward from there.
5484 (ede-proj-makefile-automake-insert-subdirs)
5485 (ede-proj-makefile-automake-insert-extradist): New methods.
5486 (ede-proj-makefile-create): Use them.
5487
5488 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5489 Force FILE to expand to the current target. Use file-exists-p to
5490 check that it exists.
5491
5492 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5493 (ede-linux-load): Wrap dir in file-name-as-directory.
5494 Set :version slot.
5495
5496 * cedet/ede/files.el (ede-get-locator-object): When enabling
5497 locate, do so on "top".
5498
5499 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5500 file-name-as-directory during compare.
5501 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5502 Get version number from different places. Don't call egrep.
5503 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5504 to set the directory.
5505
5506 * cedet/ede/shell.el: New file.
5507
5508 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5509 alpha/beta variants.
5510
5511 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * international/mule-cmds.el (select-safe-coding-system): If the file
5514 has a coding cookie, use it regardless of any other setting (bug#4712).
5515
5516 2009-10-17 Glenn Morris <rgm@gnu.org>
5517
5518 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5519 All errors should have messages.
5520
5521 * foldout.el (foldout-mouse-swallow-events):
5522 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5523
5524 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5525 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5526 (dired-keep-marker-symlink, dired-dwim-target)
5527 (dired-copy-preserve-time): Do not autoload these defcustoms.
5528
5529 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5530 messages from messing up the file coding. (Bug#4623)
5531
5532 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5533
5534 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5535 if no match is found for the current dictionary. (Bug#4578)
5536
5537 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5538 optional, since that is how it is documented, and this is often called
5539 with a nil argument. (Bug#4577)
5540 (flyspell-external-point-words, flyspell-auto-correct-word)
5541 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5542 (flyspell-word-search-backward): Remove nil argument in calls to
5543 flyspell-get-word, since it is not needed now.
5544
5545 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5546
5547 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5548
5549 2009-10-16 Glenn Morris <rgm@gnu.org>
5550
5551 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5552
5553 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5554
5555 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5556 (ange-ftp-file-size): New function.
5557 (ange-ftp-file-attributes): Use it.
5558
5559 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5560
5561 * net/tramp-smb.el (tramp-smb-version): New defvar.
5562 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5563 repeated checks.
5564
5565 2009-10-16 Glenn Morris <rgm@gnu.org>
5566
5567 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5568 Maybe copy some custom properties from old to new name. (Bug#4706)
5569
5570 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5571
5572 * subr.el (error, sit-for, start-process-shell-command)
5573 (start-file-process-shell-command): Set the calling convention
5574 after the function definition.
5575
5576 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * subr.el (error, sit-for, start-process-shell-command)
5579 (start-file-process-shell-command): Use the new
5580 set-advertised-calling-convention feature.
5581
5582 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5583
5584 * international/ucs-normalize.el (ucs-normalize-version):
5585 Change to 1.2.
5586 (check-range): Adjust for Unicode 5.2.
5587
5588 2009-10-15 Juri Linkov <juri@jurta.org>
5589
5590 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5591 to the `menu-item' format.
5592
5593 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5594
5595 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5596 if the environment variable does not exist.
5597
5598 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5599 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5600 parameter.
5601 (tramp-smb-handle-add-name-to-file)
5602 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5603 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5604 (tramp-smb-handle-file-attributes)
5605 (tramp-smb-do-file-attributes-with-stat)
5606 (tramp-smb-handle-file-local-copy)
5607 (tramp-smb-handle-insert-directory)
5608 (tramp-smb-handle-make-directory)
5609 (tramp-smb-handle-make-directory-internal)
5610 (tramp-smb-handle-make-symbolic-link)
5611 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5612 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5613 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5614 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5615 Handle long file names.
5616 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5617 process is running.
5618 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5619 Read share names with "-g" option.
5620
5621 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5622
5623 * net/rcirc.el (rcirc-view-log-file): New command.
5624 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5625 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5626 specified.
5627
5628 2009-10-15 Glenn Morris <rgm@gnu.org>
5629
5630 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5631 from the second command-line argument.
5632 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5633 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5634 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5635 w32-batch-update-autoloads.
5636 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5637 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5638
5639 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5640 the headers cannot be located. Simplify, subtracting superflous
5641 save-excursions.
5642
5643 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 Replace completion-base-size by completion-base-position to fix bugs
5646 such as (bug#4699).
5647 * simple.el (completion-base-position): New var.
5648 (completion-base-size): Mark as obsolete.
5649 (choose-completion): Make it work for mouse events as well.
5650 Pass the new base-position to choose-completion-string.
5651 (choose-completion-guess-base-position): New function, extracted from
5652 choose-completion-delete-max-match.
5653 (choose-completion-delete-max-match): Use it. Make obsolete.
5654 (choose-completion-string): Use the new base-position info.
5655 (completion-root-regexp): Delete.
5656 (completion-setup-function): Preserve completion-base-position.
5657 Eliminate obsolete base-size manipulation.
5658 * minibuffer.el (display-completion-list): Don't mess with base-size.
5659 (minibuffer-completion-help): Set completion-base-position instead.
5660 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5661 choose-completion.
5662 * textmodes/bibtex.el (bibtex-complete):
5663 * emacs-lisp/crm.el (crm--choose-completion-string):
5664 Adjust to new calling convention.
5665 * complete.el (partial-completion-mode): Use minibufferp to avoid
5666 bumping into incompatible change to choose-completion-string-functions.
5667 * ido.el (ido-choose-completion-string): Make its calling convention
5668 more permissive.
5669 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5670 base-size manipulation.
5671 (comint-dynamic-list-input-ring): Use dotimes and push.
5672 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5673 fundamental-mode. Use `or'.
5674
5675 2009-10-14 Juri Linkov <juri@jurta.org>
5676
5677 * misearch.el (multi-isearch-next-buffer-from-list)
5678 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5679
5680 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5683 `bytecomp.el'.
5684
5685 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5686 string we return is all made up of text from the completions rather
5687 than part from the completions and part from the input (bug#4219).
5688
5689 * ido.el (ido-everywhere): Use define-minor-mode.
5690
5691 * buff-menu.el (list-buffers, ctl-x-map):
5692 Mark the entry points with ;;;###autoload cookies.
5693
5694 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5695
5696 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5697 correctly in the detached head case.
5698 (vc-git-print-log): Remove unused binding.
5699
5700 * vc.el (vc-responsible-backend): When a directory is passed for
5701 for registration create a VC repository if no backend is
5702 responsible for the directory argument.
5703 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5704
5705 * vc.el: Move comments about RCS and SCCS ...
5706 * vc-rcs.el:
5707 * vc-sccs.el: ... here, respectively.
5708
5709 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * minibuffer.el (completion--file-name-table): Return nil if there's
5712 no file completion, even if substitute-in-file-name changed
5713 the string (bug#4708).
5714
5715 2009-10-13 Juri Linkov <juri@jurta.org>
5716
5717 * files-x.el (read-file-local-variable-value): Don't filter out
5718 minor modes from mode name completion (bug#4664).
5719
5720 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5721
5722 * international/mule-cmds.el (ucs-names): Remove exclusion of
5723 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5724
5725 2009-10-13 Kenichi Handa <handa@m17n.org>
5726
5727 * international/uni-name.el: Regenerated.
5728
5729 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5730
5731 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5732 should be automatically buffer-local, but isn't.)
5733
5734 2009-10-12 Sam Steingold <sds@gnu.org>
5735
5736 * progmodes/compile.el (compilation-next-error-function): Fix the
5737 timestamps if the buffer has been visited before.
5738 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5739 non-anchored patterns, like the perl one (bug#3928).
5740
5741 2009-10-12 Glenn Morris <rgm@gnu.org>
5742
5743 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5744 Let-bind `size'.
5745
5746 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * proced.el (proced-unload-function): New function.
5749
5750 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5751 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5752 Doc fix.
5753
5754 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5755
5756 2009-10-11 Juri Linkov <juri@jurta.org>
5757
5758 * files-x.el (read-file-local-variable-value):
5759 Provide default value only for bound variables (bug#4664).
5760
5761 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5762
5763 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5764 connection methods like smb.
5765
5766 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5767 can be empty.
5768
5769 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5770 (tramp-smb-file-name-handler-alist): Add handlers for
5771 `add-name-to-file', `make-symbolic-link'.
5772 (tramp-smb-handle-add-name-to-file)
5773 (tramp-smb-do-file-attributes-with-stat)
5774 (tramp-smb-handle-make-symbolic-link)
5775 (tramp-smb-get-cifs-capabilities): New defuns.
5776 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5777 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5778 (tramp-smb-handle-file-local-copy)
5779 (tramp-smb-handle-make-directory-internal)
5780 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5781 The file name syntax depends on cifs capabilities.
5782 (tramp-smb-handle-file-attributes):
5783 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5784 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5785 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5786
5787 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5790 (eieio-defclass): Apply deftype handler and setf-method properties
5791 directly.
5792 (eieio-add-new-slot): Avoid union function from cl library.
5793 (eieio--typep): New function.
5794 (eieio-perform-slot-validation): Use it.
5795
5796 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5797
5798 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5799 Update documentation to refer to the variables documented in r1.135.
5800 (Bug#4188)
5801
5802 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5803
5804 * bookmark.el (Info-suffix-list): Remove this unused variable.
5805 (bookmark-current-point): Remove this obsolete variable.
5806 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5807 Adjust for removal of bookmark-current-point.
5808
5809 (bookmarks-already-loaded, bookmark-current-buffer)
5810 (bookmark-yank-point): Document. (Bug#4188)
5811
5812 2009-10-10 Glenn Morris <rgm@gnu.org>
5813
5814 * frame.el (frame-height): Doc fix.
5815
5816 * calendar/calendar.el (calendar-split-width-threshold): New option.
5817 (calendar-basic-setup): Use calendar-split-width-threshold.
5818
5819 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5820
5821 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5822 Use .la for Automake.
5823
5824 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5827 Use "autoreconf -i". Suggested by Andreas Schwab.
5828
5829 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5832 Ideographic Supplement" range (U+1F200..U+1F2FF).
5833
5834 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5835
5836 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5837 since the list will have been rebuilt anyway. (Bug#4349)
5838
5839 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5840
5841 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5842 (bookmark-bmenu-execute-deletions): Don't save here, as
5843 bookmark-delete will now do so if necessary.
5844 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5845 (Bug#4348)
5846
5847 2009-10-09 Glenn Morris <rgm@gnu.org>
5848
5849 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5850
5851 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5852
5853 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5854 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5855 argument now, so the two function's behaviors will match. (Bug#3645)
5856
5857 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5860 Fix filename test.
5861 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5862 to expand file names.
5863
5864 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5867 (tramp-file-name-real-host, tramp-file-name-port):
5868 Apply `save-match-data'.
5869
5870 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5871 case both directories are remote.
5872 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5873 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5874
5875 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5878 (ede-proj-target-makefile-objectcode): Use it.
5879
5880 * cedet/ede/source.el (ede-want-any-source-files-p)
5881 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5882 Return search result. This error was introduced while merging.
5883
5884 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5887
5888 2009-10-07 Glenn Morris <rgm@gnu.org>
5889
5890 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5891 of concat.
5892
5893 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * files-x.el (read-file-local-variable): Include some
5896 non-user-variables in the completion table (bug#4664).
5897
5898 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5901 message.
5902
5903 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5904 (tramp-smb-file-name-handler-alist): Add handler for
5905 `copy-directory', `expand-file-name', `set-file-modes'.
5906 (tramp-smb-handle-copy-directory)
5907 (tramp-smb-handle-expand-file-name)
5908 (tramp-smb-handle-set-file-modes): New defuns.
5909 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5910 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5911 entry.
5912 (tramp-smb-handle-insert-directory): Don't flush the cache.
5913 (tramp-smb-maybe-open-connection): Check for samba client and
5914 server versions.
5915
5916 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5917
5918 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5919 to not error out of search for "^lisp=" fails.
5920
5921 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5922
5923 * makefile.w32-in (WINS_UPDATES): New macro.
5924 (custom-deps, finder-data, autoloads): Use it.
5925
5926 2009-10-07 Glenn Morris <rgm@gnu.org>
5927
5928 * Makefile.in (autoloads): Revert previous change.
5929 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5930 the list of preloaded files passed on the command-line, get
5931 it from src/Makefile.
5932
5933 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5934 show the original buffer rather than a random one.
5935
5936 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5937
5938 * help.el (describe-no-warranty): Place point in a slightly better
5939 position in the GPLv3 text.
5940
5941 2009-10-06 Sam Steingold <sds@gnu.org>
5942
5943 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5944 the comm attribute is present before calling regexp-quote.
5945
5946 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * play/animate.el (animate-string): For good effect, make sure
5949 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5950
5951 * play/animate.el (animate-sequence, animate-birthday-present):
5952 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5953
5954 2009-10-06 Glenn Morris <rgm@gnu.org>
5955
5956 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5957
5958 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5959 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5960 (batch-update-autoloads): Process a string value of autoload-excludes,
5961 set during the build process.
5962 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5963
5964 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5965 inside with-parsed... macro so that `v' is defined.
5966
5967 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5968 * progmodes/fortran.el (fortran-end-of-block)
5969 (fortran-beginning-of-block):
5970 Also push mark in the macro case.
5971
5972 * emerge.el (emerge-show-file-name):
5973 * calc/calc.el (calc-quit):
5974 * calc/calc-misc.el (calc-big-or-small):
5975 * calc/calc-graph.el (calc-graph-view):
5976 * calc/calc-ext.el (calc-reset):
5977 * calendar/calendar.el (calendar-basic-setup):
5978 Use window-full-height-p.
5979
5980 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5981 header we don't understand, don't insert another. (Bug#4624)
5982 If changing mime charset, insert the new one in the right place.
5983
5984 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5985
5986 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5987 (cal-tex-cursor-month): Correctly increment the end date for diary and
5988 holiday listing. (Bug#4626)
5989
5990 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * help-fns.el (describe-function-1): Don't burp if the function is not
5993 a symbol.
5994
5995 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5996
5997 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5998 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5999 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6000 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6001
6002 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6003 (eieio-default-superclass): Reflow docstrings.
6004 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6005 (eieio-unbind-method-implementations, defmethod)
6006 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6007 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6008 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6009 (eieio-slot-originating-class-p, eieio-slot-name-index)
6010 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6011 (constructor, initialize-instance, no-next-method, object-print)
6012 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6013 Fix typos in docstrings.
6014 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6015 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6016 (next-method-p): Doc fixes.
6017 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6018 Fix typos in error messages.
6019 (eieio-defmethod): Fix typo in description of generic method.
6020
6021 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6022 (eieio-persistent-save-interactive, slot-missing):
6023 Fix typos in docstrings.
6024 (eieio-instance-inheritor-slot-boundp): Doc fix.
6025
6026 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6027 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6028
6029 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6030 (eieio-custom-object-apply-reset):
6031 Fix typos in docstrings and error messages.
6032
6033 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6034 Fix typo in docstring.
6035
6036 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6037 (eieio-browse-tree): Doc fix.
6038 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6039 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6040 Fix typos in docstrings.
6041
6042 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6043 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6044 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6045 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6046 Reflow docstrings.
6047
6048 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6049
6050 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6051 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6052 Set log-view-vc-backend so that diff can work.
6053
6054 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6055 vc-version-diff.
6056 (vc-diff-internal): Autoload this instead of vc-version-diff.
6057
6058 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6059
6060 * simple.el (eval-expression): Doc fix.
6061
6062 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6063
6064 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6065
6066 * files.el (directory-files-no-dot-files-regexp): New defconst.
6067 (delete-directory): Use it.
6068 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6069
6070 * net/tramp.el (tramp-verbose): Fix docstring.
6071 (tramp-methods): Add recursive option to `tramp-copy-args'.
6072 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6073 "scp1_old", "scp2_old", "rsync", "rsyncc".
6074 (tramp-default-method): Check also for `auth-source-user-or-password'.
6075 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6076 Add handler for `copy-directory'.
6077 (tramp-handle-copy-directory): New defun.
6078 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6079 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6080 Optimize sent command.
6081
6082 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6085 window if necessary.
6086
6087 * calendar/calendar.el (calendar-basic-setup): Don't call
6088 switch-to-buffer in a dedicated window.
6089
6090 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6091
6092 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6093 don't do anything related to relocating, just return nil.
6094 (bookmark-error-no-filename): New error.
6095 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6096 bookmark has no file. Don't even attempt to handle things that
6097 are not files; the whole point of custom handlers is to keep that
6098 knowledge elsewhere anyway. Tighten some comments.
6099 (bookmark-file-or-variation-thereof): Remove now-unused function.
6100 (bookmark-location): Doc string fix.
6101 (Bug#4250)
6102
6103 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6104
6105 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6106 don't use a file dialog, because they usually don't know how to read
6107 a directory target from the user. (Bug#4230)
6108 Also, make sure the prompt can display directories as well as files.
6109
6110 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6111
6112 * bookmark.el (bookmark-set, bookmark-buffer-name):
6113 Improve doc strings. (Bug#1193)
6114
6115 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6116
6117 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6118 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6119 (bookmark-get-annotation, bookmark-set-annotation)
6120 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6121 (bookmark-set-position, bookmark-get-front-context-string)
6122 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6123 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6124 (bookmark-jump-other-window, bookmark-handle-bookmark)
6125 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6126 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6127 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6128 Improve doc strings to say whether bookmark can be a string or
6129 a record or both, and make other consistency and clarity fixes.
6130 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6131 (bookmark-default-annotation-text, bookmark-yank-word)
6132 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6133 (bookmark-import-new-list, bookmark-maybe-rename)
6134 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6135 (bookmark-bmenu-bookmark): Give these doc strings.
6136 (bookmark-bmenu-check-position): Give this a doc string, but also
6137 add a FIXME comment about how the function may be pointless.
6138 (bookmark-default-handler): Rework doc string and change a
6139 parameter name, to clarify that this takes a bookmark record
6140 not a bookmark name.
6141 (bookmark-set): Change a parameter name to indicate its meaning,
6142 and improve the doc string a bit.
6143 (Bug#4188)
6144
6145 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6146
6147 * bookmark.el (bookmark-alist): Document the new `handler' element
6148 in the param alist.
6149 (bookmark-make-record-function): Adjust documentation for above.
6150 (Bug#4193)
6151
6152 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6153
6154 * info.el (Info-bookmark-make-record): Document this function.
6155 (Info-bookmark-jump): Document with a doc string, not just a comment.
6156 (Bug#4203)
6157
6158 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6161 (semantic-new-buffer-fcn): Call parser setup functions here.
6162 (semantic-mode): Don't call parser setup functions here, it's done
6163 in semantic-new-buffer-fcn now.
6164 (semantic-mode): Parse all existing buffers when enabled.
6165
6166 * cedet/srecode/compile.el (srecode-compile-file):
6167 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6168
6169 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6172
6173 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6174 (proj-comp-insert-variable-once): New macro, renamed from
6175 ede-pmake-insert-variable-once in ede/pmake.edl.
6176 (ede-proj-makefile-insert-variables): Use it.
6177
6178 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6179
6180 * files.el (copy-directory): New defun.
6181
6182 * dired-aux.el (dired-copy-file-recursive): Use it.
6183
6184 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6185
6186 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6187 (makefile-end-of-command):
6188 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6189 (semantic-end-of-context): Fix previous change. Doc fixes.
6190
6191 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * files-x.el (modify-dir-local-variable)
6194 (copy-dir-locals-to-file-locals-prop-line):
6195 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6196 (makefile-end-of-command):
6197 * cedet/semantic/lex.el (semantic-lex-token):
6198 * cedet/semantic/analyze/fcn.el
6199 (semantic-analyze-dereference-metatype-1):
6200 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6201 (semantic-lex-cpp-undef):
6202 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6203 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6204 (semantic-end-of-context): Fix typos in docstrings.
6205
6206 * recentf.el (recentf-unload-function): New function.
6207
6208 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * cedet/ede.el (ede-project-placeholder-cache-file):
6211 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6212 * cedet/srecode/map.el (srecode-map-save-file):
6213 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6214
6215 2009-10-04 Glenn Morris <rgm@gnu.org>
6216
6217 * window.el (window-full-height-p): Add doc string.
6218
6219 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6220
6221 * window.el (window-full-height-p): New function. (Bug#4543)
6222
6223 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * cedet/srecode/insert.el: Require srecode/args.
6226
6227 * cedet/srecode/args.el: Require srecode/dictionary instead of
6228 srecode/insert.
6229
6230 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6231
6232 * files.el (auto-mode-alist): Add .srt and Project.ede.
6233
6234 * cedet/semantic.el (semantic-mode):
6235 Handle srecode-template-mode-hook as well.
6236 (semantic-mode): Use js-mode-hook for Javascript hook.
6237
6238 * cedet/srecode/template.el: Remove hook variable.
6239
6240 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6241
6242 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6243 projects exist.
6244 (ede-project-placeholder-cache-file): Default to a file in
6245 user-emacs-directory.
6246
6247 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6248 templates in data-directory.
6249 (srecode-map-save-file): Default to a file in user-emacs-directory.
6250
6251 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6252 directory.
6253
6254 2009-09-30 Eric Ludlam <zappo@gnu.org>
6255
6256 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6257 Doc fix.
6258
6259 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6260 Only insert each variable once.
6261
6262 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6263 (ede-pmake-insert-variable-shared): Use it.
6264
6265 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6266 for lexical table iff table is nil.
6267
6268 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6269
6270 * vc.el: Remove commented out code.
6271 (vc-derived-from-dir-mode): Remove, unused.
6272 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6273
6274 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6275
6276 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6277 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6278 there could be recursive loading when `default-directory' is a
6279 remote file name. (Bug#4614)
6280
6281 2009-10-03 Glenn Morris <rgm@gnu.org>
6282
6283 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6284 the frame is wide.
6285 (calendar-generate-window): Test for shrinkability rather than width.
6286
6287 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6288 declaration, currently false.
6289
6290 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6291 reusing existing buffers, in case we happen to visit two files with the
6292 same basename. (Bug#4593)
6293
6294 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6295
6296 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6297 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6298 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6299 subdirs of cedet as well.
6300 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6301
6302 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6305 Obey advertised-signature-table.
6306
6307 * help-fns.el (help-function-arglist): Don't check
6308 advertised-signature-table.
6309 (describe-function-1): Do it here instead so it also applies to subrs.
6310
6311 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6312
6313 * simple.el (start-file-process): Say in the doc-string, that file
6314 handlers might not support pty association, if PROGRAM is nil.
6315
6316 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6317 HOST and USER are strings. They are nil, when there are
6318 incomplete entries in ~/.netrc, for example.
6319 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6320 root directory ("device busy" error otherwise).
6321
6322 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6323 Flush file properties of created directory.
6324
6325 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6326
6327 * makefile.w32-in (WINS_BASIC): Remove cedet.
6328 (WINS_CEDET): Add cedet.
6329 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6330
6331 2009-10-02 Kevin Ryde <user42@zip.com.au>
6332
6333 * net/browse-url.el (browse-url): Pass any symbol in
6334 browse-url-browser-function to `apply', since if you've mistakenly put
6335 an unbound symbol then the error is clearer. (Bug#4531)
6336
6337 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6338
6339 * allout.el (allout-init, allout-back-to-current-heading)
6340 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6341 (allout-ascend, allout-up-current-level, allout-end-of-level)
6342 (allout-previous-visible-heading, allout-forward-current-level)
6343 (allout-backward-current-level, allout-show-children):
6344 * apropos.el (apropos-describe-plist):
6345 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6346 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6347 * completion.el (add-completion, add-permanent-completion):
6348 * descr-text.el (describe-text-category, describe-char):
6349 * desktop.el (desktop-lazy-abort):
6350 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6351 * dired.el (dired-build-subdir-alist):
6352 * ediff.el (ediff-version):
6353 * elide-head.el (elide-head, elide-head-show):
6354 * emerge.el (emerge-version):
6355 * env.el (getenv):
6356 * face-remap.el (variable-pitch-mode):
6357 * faces.el (describe-face):
6358 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6359 (dired-at-point):
6360 * files.el (find-file-existing, auto-save-mode):
6361 * font-lock.el (font-lock-fontify-buffer):
6362 * help-fns.el (describe-function, describe-variable)
6363 (describe-syntax, describe-categories):
6364 * help.el (view-lossage, describe-bindings, describe-key)
6365 (describe-mode):
6366 * hexl.el (hexl-current-address):
6367 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6368 * info.el (Info-goto-emacs-key-command-node):
6369 * log-edit.el (log-edit-insert-cvs-template)
6370 (log-edit-insert-cvs-rcstemplate):
6371 * menu-bar.el (menu-bar-mode):
6372 * mouse.el (mouse-appearance-menu):
6373 * newcomment.el (comment-indent-new-line):
6374 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6375 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6376 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6377 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6378 * recentf.el (recentf-mode):
6379 * savehist.el (savehist-mode, savehist-save):
6380 * shadowfile.el (shadow-copy-files):
6381 * simple.el (kill-ring-save, next-line, previous-line)
6382 (normal-erase-is-backspace-mode):
6383 * strokes.el (strokes-update-window-configuration)
6384 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6385 (strokes-xpm-for-stroke):
6386 * time.el (emacs-uptime, emacs-init-time):
6387 * tutorial.el (tutorial--describe-nonstandard-key)
6388 (tutorial--detailed-help):
6389 * type-break.el (type-break-mode)
6390 (type-break-mode-line-message-mode, type-break-query-mode)
6391 (type-break-guesstimate-keystroke-threshold):
6392 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6393 * version.el (emacs-version):
6394 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6395 * winner.el (winner-mode):
6396 * calendar/timeclock.el (timeclock-in, timeclock-out)
6397 (timeclock-status-string, timeclock-change)
6398 (timeclock-workday-remaining-string)
6399 (timeclock-workday-elapsed-string)
6400 (timeclock-when-to-leave-string):
6401 * calendar/todo-mode.el (todo-add-category):
6402 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6403 * emacs-lisp/autoload.el (update-file-autoloads):
6404 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6405 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6406 (checkdoc-message-text, checkdoc-defun):
6407 * emacs-lisp/debug.el (debugger-list-functions):
6408 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6409 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6410 (eieio-describe-generic):
6411 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6412 * emacs-lisp/shadow.el (list-load-path-shadows):
6413 * emulation/cua-base.el (cua-mode):
6414 * emulation/edt.el (edt-set-scroll-margins):
6415 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6416 (tpu-toggle-regexp, tpu-toggle-search-direction)
6417 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6418 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6419 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6420 (viper-set-parsing-style-toggling-macro)
6421 (viper-set-emacs-state-searchstyle-macros):
6422 * emulation/viper.el (viper-set-hooks):
6423 * eshell/esh-mode.el (eshell-truncate-buffer):
6424 * international/mule-cmds.el (prefer-coding-system)
6425 (describe-input-method, describe-language-environment):
6426 * international/mule-diag.el (list-character-sets)
6427 (describe-character-set, describe-coding-system)
6428 (describe-fontset, list-fontsets, list-input-methods):
6429 * mail/sendmail.el (mail-signature):
6430 * net/ange-ftp.el (ange-ftp-copy-file):
6431 * net/browse-url.el (browse-url):
6432 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6433 * net/quickurl.el (quickurl-add-url):
6434 * net/rcirc.el (names, topic):
6435 * net/xesam.el (xesam-mode):
6436 * play/5x5.el (5x5-new-game):
6437 * play/yow.el (apropos-zippy):
6438 * progmodes/ada-mode.el (ada-mode-version):
6439 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6440 (f90-end-of-block)
6441 (f90-beginning-of-block):
6442 * progmodes/fortran.el (fortran-end-of-block)
6443 (fortran-beginning-of-block):
6444 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6445 * progmodes/python.el (python-describe-symbol, python-shell):
6446 * term/ns-win.el (ns-print-buffer):
6447 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6448 * textmodes/flyspell.el (flyspell-mode-on):
6449 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6450 (pages-directory-for-addresses):
6451 * textmodes/table.el (table-recognize-cell)
6452 (table-query-dimension, table-generate-source)
6453 (table-insert-sequence, table--warn-incompatibility):
6454 * textmodes/tex-mode.el (tex-validate-buffer):
6455 * textmodes/texinfmt.el (texinfmt-version)
6456 (texinfo-format-buffer):
6457 Use `called-interactively-p' instead of `interactive-p'.
6458
6459 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6460
6461 * image-mode.el (image-toggle-display):
6462 * emacs-lisp/elp.el (elp-instrument-function):
6463 * emacs-lisp/advice.el (ad-make-advised-definition):
6464 * emacs-lisp/easy-mmode.el (define-minor-mode):
6465 * net/browse-url.el (browse-url-maybe-new-window):
6466 * progmodes/sh-script.el (sh-learn-buffer-indent):
6467 Pass new argument 'any to `called-interactively-p'.
6468
6469 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6470
6471 * international/uni-bidi.el:
6472 * international/uni-category.el:
6473 * international/uni-combining.el:
6474 * international/uni-comment.el:
6475 * international/uni-decimal.el:
6476 * international/uni-decomposition.el:
6477 * international/uni-digit.el:
6478 * international/uni-lowercase.el:
6479 * international/uni-mirrored.el:
6480 * international/uni-name.el:
6481 * international/uni-numeric.el:
6482 * international/uni-old-name.el:
6483 * international/uni-titlecase.el:
6484 * international/uni-uppercase.el:
6485 Regenerate from Unicode 5.2.0 data.
6486
6487 2009-10-01 Glenn Morris <rgm@gnu.org>
6488
6489 * Makefile.in (ELCFILES): Regenerate.
6490
6491 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * subr.el (interactive-p): Mark obsolete.
6494 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6495 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6496 advertised-signature-table for subroutines as well.
6497
6498 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6499 (set-advertised-calling-convention): New function.
6500 (make-obsolete, define-obsolete-function-alias)
6501 (make-obsolete-variable, define-obsolete-variable-alias):
6502 Make the optional-ness of `when' obsolete.
6503 (define-obsolete-face-alias): Make `when' non-optional.
6504 * help-fns.el (help-function-arglist):
6505 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6506 Use advertised-signature-table.
6507
6508 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6509
6510 * files.el (delete-directory): New defun. The original function
6511 in fileio.c has been renamed to `delete-directory-internal'.
6512
6513 * dired.el (dired-delete-file): Call `delete-directory' with
6514 RECURSIVE parameter.
6515
6516 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6517 parameter RECURSIVE. Implementation is missing.
6518
6519 * net/tramp.el (tramp-handle-make-directory): Flush upper
6520 directory's file properties.
6521 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6522 (tramp-handle-dired-recursive-delete-directory): Flush directory
6523 properties after the remove command only.
6524
6525 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6526 Handle optional parameter RECURSIVE.
6527
6528 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6529 Handle optional parameter RECURSIVE.
6530
6531 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6532 connection timeout.
6533 (tramp-smb-handle-delete-directory): Handle optional parameter
6534 RECURSIVE.
6535
6536 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6539 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6540 (byte-compile-defmacro): Use backquotes.
6541
6542 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6543
6544 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6545 has no associated file.
6546 (vc-resynch-buffer): Use vc-dir-buffers.
6547
6548 2009-10-01 Glenn Morris <rgm@gnu.org>
6549
6550 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6551 (chart-file-count):
6552 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6553 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6554 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6555 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6556 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6557 (eieio-copy-parents-into-subclass, make-instance, class-children)
6558 (eieio-generic-form):
6559 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6560 * cedet/cedet-idutils.el (cedet-idutils-search)
6561 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6562 (cedet-idutils-version-check):
6563 * cedet/cedet.el (cedet-version):
6564 * cedet/data-debug.el (data-debug-insert-overlay-button)
6565 (data-debug-insert-overlay-list-button)
6566 (data-debug-insert-buffer-button)
6567 (data-debug-insert-buffer-list-button)
6568 (data-debug-insert-process-button, data-debug-insert-ring-button)
6569 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6570 (data-debug-insert-stuff-vector-button)
6571 (data-debug-insert-symbol-button, data-debug-insert-string)
6572 (data-debug-insert-number, data-debug-insert-lambda-expression)
6573 (data-debug-insert-nil, data-debug-insert-simple-thing)
6574 (data-debug-insert-custom, data-debug-edebug-expr):
6575 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6576 (global-ede-mode-map, ede-new, ede-debug-target)
6577 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6578 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6579 (semantic-fetch-tags, semantic-submode-list)
6580 (semantic-default-submodes):
6581 * cedet/ede/source.el (ede-source-match):
6582 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6583 (project-am-package-info):
6584 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6585 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6586 * cedet/ede/proj-comp.el (ede-current-build-list):
6587 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6588 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6589 * cedet/ede/cpp-root.el (initialize-instance):
6590 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6591 (autoconf-parameter-strip, autoconf-insert-new-macro):
6592 * cedet/semantic/wisent.el (wisent-lex-eoi):
6593 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6594 (semantic-show-parser-state-mode):
6595 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6596 * cedet/semantic/tag.el (semantic-tag-new-variable)
6597 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6598 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6599 (semantic--tag-deep-copy-tag-list)
6600 (semantic-tag-components-with-overlays-default):
6601 * cedet/semantic/symref.el (semantic-symref-find-text):
6602 * cedet/semantic/senator.el (senator-yank-tag)
6603 (senator-transpose-tags-up):
6604 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6605 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6606 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6607 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6608 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6609 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6610 * cedet/semantic/lex-spp.el
6611 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6612 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6613 * cedet/semantic/idle.el
6614 (semantic-idle-summary-current-symbol-info-brutish)
6615 (semantic-idle-summary-current-symbol-info-default):
6616 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6617 (semantic--grammar-macro-compl-dict):
6618 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6619 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6620 (semantic-format-tag-canonical-name-default):
6621 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6622 (semantic-find-tags-for-completion)
6623 (semantic-find-tags-by-scope-protection-default)
6624 (semantic-deep-find-tags-for-completion):
6625 * cedet/semantic/edit.el
6626 (semantic-edits-incremental-reparse-failed-hook)
6627 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6628 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6629 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6630 * cedet/semantic/dep.el (semantic-dependency-include-path):
6631 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6632 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6633 (semanticdb-project-roots):
6634 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6635 (semanticdb-find-adebug-insert-scanned-tag-cons)
6636 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6637 (semanticdb-brute-deep-find-tags-for-completion):
6638 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6639 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6640 (semantic-end-of-context-default)
6641 (semantic-ctxt-current-function-default)
6642 (semantic-ctxt-scoped-types-default):
6643 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6644 (semantic-complete-inline-tag-engine)
6645 (semantic-complete-inline-custom-type)
6646 (semantic-complete-read-tag-analyzer):
6647 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6648 (semantic-chart-database-size):
6649 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6650 (semantic-analyze-current-context):
6651 * cedet/semantic/symref/list.el (semantic-symref)
6652 (semantic-symref-hide-buffer, semantic-symref-symbol):
6653 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6654 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6655 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6656 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6657 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6658 (semantic-c-dereference-template):
6659 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6660 (semantic--analyze-refs-full-lookup-with-parents)
6661 (semantic--analyze-refs-full-lookup-simple):
6662 * cedet/semantic/analyze/complete.el
6663 (semantic-analyze-possible-completions):
6664 * cedet/srecode/table.el (srecode-mode-table-new):
6665 * cedet/srecode/srt.el (srecode-read-variable-name):
6666 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6667 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6668 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6669 * cedet/srecode/map.el (srecode-current-map):
6670 * cedet/srecode/insert.el (srecode-insert)
6671 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6672 (srecode-template-inserter-point-override)
6673 (srecode-insert-include-lookup):
6674 * cedet/srecode/getset.el (srecode-auto-choose-class):
6675 * cedet/srecode/extract.el (srecode-inserter-extract):
6676 * cedet/srecode/document.el
6677 (srecode-document-autocomment-return-last-alist)
6678 (srecode-document-autocomment-param-type-alist)
6679 (srecode-document-insert-function-comment)
6680 (srecode-document-insert-variable-one-line-comment)
6681 (srecode-document-function-name-comment):
6682 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6683 (srecode-compound-toString):
6684 * cedet/srecode/compile.el (srecode-flush-active-templates):
6685 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6686 Doc/message fixes.
6687
6688 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6689 match-data. (Bug#4555).
6690
6691 * cedet/semantic/bovine/gcc.el
6692 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6693 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6694
6695 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6696 rather than parsing it as a regexp. This relaxes the layout
6697 requirements and makes errors easier to detect.
6698 (check-declare-verify): Check file is regular.
6699 (check-declare-directory): Doc fix.
6700 * subr.el (declare-function): Doc fix.
6701
6702 * ibuffer.el (ibuffer-format-qualifier):
6703 * isearch.el (hi-lock-regexp-okay):
6704 * calc/calc.el (math-zerop):
6705 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6706 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6707 Remove unused declarations.
6708
6709 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * cedet/semantic/wisent/javat-wy.el
6712 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6713
6714 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * cedet/srecode/expandproto.el: Fix provide statement.
6717
6718 2009-09-30 Eric Ludlam <zappo@gnu.org>
6719
6720 * emacs-lisp/eieio.el (boolean-p): Delete.
6721
6722 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6723
6724 * cedet/ede/srecode.el: Fix provide statement.
6725
6726 2009-09-30 Glenn Morris <rgm@gnu.org>
6727
6728 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6729 * cedet/ede/proj-aux.el (ede-aux-source):
6730 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6731 (ede-misc-source):
6732 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6733 (semantic-mrub-switch-tags): Fix doc typos.
6734
6735 * cedet/semantic/db-global.el (data-debug-new-buffer)
6736 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6737 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6738
6739 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6740
6741 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6742 use of CL function `remove-if-not'.
6743
6744 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6745
6746 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6747 filename is not a string.
6748
6749 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * files.el (safe-local-eval-forms): Fix typo.
6752
6753 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * vc-hooks.el (vc-dir-buffers): New var.
6756 (vc-state-refresh): New function.
6757 (vc-state): Use it.
6758 (vc-after-save): Always ask the backend to recompute the new state.
6759 Always call vc-dir if necessary, using vc-dir-buffers.
6760 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6761 Use vc-dir-buffers.
6762 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6763 (vc-dir-prepare-status-buffer, vc-dir-update)
6764 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6765 Don't call expand-file-name on default-directory.
6766
6767 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * speedbar.el (speedbar-item-delete):
6770 * calc/calc-prog.el (calc-kbd-if):
6771 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6772
6773 * epa.el (epa-key-list-mode-map):
6774 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6775
6776 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6777 (hs-show-hook): Fix typo in docstring.
6778
6779 2009-09-29 Glenn Morris <rgm@gnu.org>
6780
6781 * cedet/semantic/symref/idutils.el:
6782 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6783
6784 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6785
6786 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6787 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6788 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6789 Mark declarations not understood by check-declare.
6790
6791 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6792 file-name-nondirectory call preventing location of cedet files.
6793 (check-declare-verify): Use literal search rather than re-search.
6794 Add basic defmethod and defclass, and define-overloadable-function.
6795
6796 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6797 Use tramp-compat-file-attributes rather than nonexistent
6798 tramp-compat-handle-file-attributes.
6799
6800 * Makefile.in (lisptagsfiles4): New.
6801 (AUTOGENEL): Add cedet loaddefs files.
6802 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6803 (update-elclist, compile-always, backup-compiled-files)
6804 (bootstrap-clean): Add yet another directory level.
6805 (update-elclist): Use LC_COLLATE rather than COLLATE.
6806 (ELCFILES): Update, via `make update-elclist'.
6807
6808 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6811 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6812 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6813
6814 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6815
6816 * Makefile.in (lisptagsfiles3): Define.
6817 (TAGS, TAGS-LISP): Use it.
6818 (update-elclist): Add third directory level to look for elc files.
6819 (compile-always): Likewise.
6820 (backup-compiled-files): Likewise.
6821 (bootstrap-clean): Likewise.
6822 (ELCFILES): Update.
6823
6824 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * Makefile.in (ELCFILES): Add CEDET files.
6827
6828 2009-09-28 Eric Ludlam <zappo@gnu.org>
6829
6830 CEDET (development tools) package merged.
6831
6832 * cedet/*.el:
6833 * cedet/ede/*.el:
6834 * cedet/semantic/*.el:
6835 * cedet/srecode/*.el: New files.
6836
6837 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6838
6839 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6840
6841 * net/tramp.el (top): Require tramp-imap.
6842
6843 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6844 Use `tramp-compat-handle-file-attributes'.
6845
6846 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6847
6848 * net/tramp-imap.el: New package.
6849
6850 2009-09-28 Eric Ludlam <zappo@gnu.org>
6851
6852 * emacs-lisp/chart.el:
6853 * emacs-lisp/eieio-base.el:
6854 * emacs-lisp/eieio-comp.el:
6855 * emacs-lisp/eieio-custom.el:
6856 * emacs-lisp/eieio-datadebug.el:
6857 * emacs-lisp/eieio-opt.el:
6858 * emacs-lisp/eieio-speedbar.el:
6859 * emacs-lisp/eieio.el: New files.
6860
6861 * cedet/cedet-cscope.el:
6862 * cedet/cedet-files.el:
6863 * cedet/cedet-global.el:
6864 * cedet/cedet-idutils.el:
6865 * cedet/data-debug.el:
6866 * cedet/inversion.el:
6867 * cedet/mode-local.el:
6868 * cedet/pulse.el: New files.
6869
6870 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6871
6872 * whitespace.el (whitespace-trailing-regexp)
6873 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6874 Fix doc string.
6875
6876 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6879 menu.
6880
6881 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6882 menu-bar-ediff-menu.
6883
6884 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6885 define-overloadable-function.
6886
6887 * progmodes/autoconf.el: Provide autoconf as well, so that this
6888 file can be `require'd.
6889
6890 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6891
6892 * emacs-lisp/autoload.el (generated-autoload-feature)
6893 (generated-autoload-load-name): New vars.
6894 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6895 (make-autoload): Recognize define-overloadable-function and
6896 defclass forms (for EIEIO).
6897
6898 * Makefile.in (update-subdirs): Exclude cedet directory.
6899
6900 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6901
6902 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6903
6904 * faces.el: Default light-background background for region face to
6905 ns_selection_color under NS.
6906
6907 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6908
6909 * net/imap-hash.el: New library, see NEWS.
6910
6911 * Makefile.in (ELCFILES): Add imap-hash.el.
6912
6913 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6916 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6917 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6918 definition where the docstring could be taken for the return value.
6919
6920 2009-09-26 Glenn Morris <rgm@gnu.org>
6921
6922 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6923 Add option to only show images below a certain size.
6924 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6925 save-excursion calls.
6926
6927 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6928
6929 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6930 subdirectories) and eieio.
6931
6932 2009-09-26 Alan Mackenzie <acm@muc.de>
6933
6934 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6935 buggy bracketing. (Bug#4289)
6936
6937 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6938 character constants (as case labels). (Bug#4289)
6939
6940 2009-09-25 Juri Linkov <juri@jurta.org>
6941
6942 * files.el (safe-local-eval-forms): Allow time-stamp in
6943 before-save-hook (Bug#4554).
6944
6945 2009-09-25 Drew Adams <drew.adams@oracle.com>
6946
6947 * menu-bar.el (list-buffers-directory): Doc fix.
6948
6949 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6952 Try and avoid copying twice the same paragraph.
6953 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6954 Remove save-excursion.
6955 (log-edit-changelog-entry): Do it here instead.
6956
6957 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6958
6959 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6960 when available, instead of hardcoding mode names. Doc fix.
6961
6962 * menu-bar.el (list-buffers-directory): Add docstring.
6963 Make automatically buffer-local.
6964
6965 * dired.el (dired-mode):
6966 * files.el (cd-absolute):
6967 * pcvs.el (cvs-temp-buffer):
6968 * pcvs-util.el (cvs-get-buffer-create):
6969 * shell.el (shell-mode):
6970 * vc-dir.el (vc-dir-mode):
6971 Don't make `list-buffers-directory' buffer local.
6972
6973 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6974
6975 * comint.el (comint-exec, comint-run, make-comint):
6976 Doc fixes (Bug#4542).
6977
6978 2009-09-25 Glenn Morris <rgm@gnu.org>
6979
6980 * mail/rmailmm.el (rmail-mime): New custom group.
6981 Move all defcustoms in this file into this group.
6982 (rmail-mime-media-type-handlers-alist): Revert previous change.
6983 (rmail-mime-show-images): New option.
6984 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6985 references to it, since it wasn't actually used for anything.
6986 (rmail-mime-insert-image): New function.
6987 (rmail-mime-image): Use rmail-mime-insert-image.
6988 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6989 obey the value of `rmail-mime-show-images' option. Print the size of
6990 attachments.
6991
6992 2009-09-25 David Engster <deng@randomsample.de>
6993
6994 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6995
6996 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6997
6998 * whitespace.el: Does not highlight trailing spaces While point is
6999 at end of line. Does not highligt spaces at beginning of buffer
7000 while point is at beginning of buffer. Does not highlight spaces
7001 at end of buffer while point is at end of buffer. (Bug#4177)
7002 New version 12.0.
7003 (whitespace-display-mappings): Adjust initialization.
7004 (whitespace-point, whitespace-font-lock-refontify): New vars.
7005 (whitespace-color-on, whitespace-color-off): Adjust code.
7006 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7007 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7008 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7009
7010 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7011
7012 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7013
7014 * textmodes/sgml-mode.el: Remove xml-mode alias.
7015
7016 * files.el (auto-mode-alist, conf-mode-maybe)
7017 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7018
7019 2009-09-24 Alan Mackenzie <acm@muc.de>
7020
7021 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7022 c-forward-conditionals, but it doesn't move point and doesn't set
7023 the mark.
7024 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7025 (c-down-conditional-with-else, c-backward-conditional)
7026 (c-forward-conditional): Refactor to use c-scan-conditionals.
7027
7028 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7029
7030 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7031 (help-default-arg-highlight): Remove.
7032 (help-highlight-arg): New function.
7033 (help-do-arg-highlight): Use it.
7034 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7035
7036 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7039 Undo last change, which didn't fix the problem and introduced others.
7040
7041 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7042
7043 * progmodes/gdb-mi.el: Don't require speedbar.
7044 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7045
7046 2009-09-24 Glenn Morris <rgm@gnu.org>
7047
7048 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7049
7050 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7051
7052 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7053 there is no newline after the final mime boundary. (Bug#4539)
7054 Move markers on insertion so that any buttons inserted don't end up in
7055 the next part of a multipart message.
7056 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7057 (rmail-mime-bulk-handler): Optionally handle images.
7058 (rmail-mime-image): New button action.
7059 (rmail-mime-image-handler): New function.
7060 (rmail-mime-mode): New mode.
7061 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7062
7063 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7066 than just dropping elements from it (bug#4504).
7067
7068 * term.el (term-set-scroll-region): Don't move cursor any more.
7069 (term-handle-ansi-escape): Call term-goto here instead.
7070 Suggested by Ivan Kanis <apple@kanis.eu>.
7071
7072 * term.el: Require CL.
7073 (term-ansi-reset): New function.
7074 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7075 (term-handle-colors-array): Simplify.
7076
7077 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * allout.el (allout-overlay-interior-modification-handler)
7080 (allout-obtain-passphrase):
7081 * epa-file.el (epa-file-write-region):
7082 * ps-print.el (ps-begin-job):
7083 * vc-hooks.el (vc-toggle-read-only):
7084 * vc-rcs.el (vc-rcs-rollback):
7085 * vc-sccs.el (vc-sccs-rollback):
7086 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7087 (vc-version-diff, vc-revert, vc-rollback):
7088 * wdired.el (wdired-check-kill-buffer):
7089 * emacs-lisp/authors.el (authors):
7090 * net/socks.el (socks-open-connection):
7091 * net/zeroconf.el (zeroconf-service-add-hook):
7092 * obsolete/vc-mcvs.el (vc-mcvs-register):
7093 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7094 (gdb-select-frame):
7095 * progmodes/grep.el (lgrep, rgrep):
7096 * progmodes/idlw-help.el (idlwave-help-check-locations)
7097 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7098 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7099 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7100 (reftex-toc-rename-label): Fix typos in error messages.
7101
7102 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7103 (dired-copy-how-to-fn): Doc fix.
7104 (dired-files-attributes, dired-read-shell-command):
7105 Fix typos in docstrings.
7106
7107 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7108 (dired-x-find-file-other-window): Reflow docstrings.
7109 (dired-omit-marker-char, dired-read-shell-command)
7110 (dired-x-submit-report): Fix typos in docstrings.
7111
7112 * shell.el (shell-mode-hook):
7113 * view.el (View-scroll-line-forward):
7114 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7115 Fix typos in docstrings.
7116
7117 * net/dig.el (dig-invoke): Fix typo in docstring.
7118 (query-dig): Reflow docstring.
7119
7120 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7121 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7122 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7123 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7124 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7125 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7126 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7127 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7128 (idlwave-completion-map, idlwave-current-indent)
7129 (idlwave-custom-ampersand-surround, idlwave-customize)
7130 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7131 (idlwave-define-abbrev, idlwave-determine-class-special)
7132 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7133 (idlwave-end-block-reg, idlwave-end-of-statement)
7134 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7135 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7136 (idlwave-explicit-class-listed, idlwave-file-header)
7137 (idlwave-fill-paragraph, idlwave-find-class-definition)
7138 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7139 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7140 (idlwave-in-quote, idlwave-indent-action-table)
7141 (idlwave-indent-expand-table, idlwave-indent-line)
7142 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7143 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7144 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7145 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7146 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7147 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7148 (idlwave-outlawed-buffers, idlwave-popup-select)
7149 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7150 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7151 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7152 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7153 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7154 (idlwave-statement-type, idlwave-struct-skip)
7155 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7156 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7157 (idlwave-what-module-find-class): Fix typos in docstrings.
7158 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7159 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7160 (idlwave-find-module, idlwave-find-structure-definition)
7161 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7162 (idlwave-list-load-path-shadows, idlwave-next-statement)
7163 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7164 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7165 (idlwave-template): Reflow docstrings.
7166
7167 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7168 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7169 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7170 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7171 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7172 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7173 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7174 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7175 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7176 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7177 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7178 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7179 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7180 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7181 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7182 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7183 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7184 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7185 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7186 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7187 Fix typos in docstrings.
7188 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7189 (idlwave-shell-hide-output, idlwave-shell-mode)
7190 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7191 Reflow docstrings.
7192
7193 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7194
7195 2009-09-24 Ivan Kanis <apple@kanis.eu>
7196
7197 * term.el (term-bold-attribute): New var.
7198 (term-handle-colors-array): Use it.
7199
7200 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7201
7202 * progmodes/gdb-mi.el (gdb-version): New variable.
7203 (gdb-non-stop-handler): Set gdb-version.
7204 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7205 Condition "--thread" option on gdb-version.
7206 (gdb-invalidate-threads): Remove unused argument.
7207
7208 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7211 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7212
7213 2009-09-23 Glenn Morris <rgm@gnu.org>
7214
7215 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7216 replying to mail without References or Message-Id. (Bug#4525)
7217
7218 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7219
7220 * term/ns-win.el (ns-reg-to-script): New variable.
7221
7222 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7223
7224 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7225
7226 2009-09-22 Sam Steingold <sds@gnu.org>
7227
7228 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7229 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7230 to 1 because hg returns status 1 when nothing is found.
7231 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7232
7233 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * textmodes/fill.el: Convert to utf-8 encoding.
7236 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7237 pre-unicode days.
7238
7239 * add-log.el (change-log-fill-forward-paragraph): New function.
7240 (change-log-mode): Use it so fill-region DTRT.
7241 Set fill-indent-according-to-mode here rather than in
7242 change-log-fill-paragraph.
7243 (change-log-fill-paragraph): Remove.
7244
7245 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7248 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7249
7250 2009-09-22 Glenn Morris <rgm@gnu.org>
7251
7252 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7253 the scroll-bar scroll the calendar window rather than the buffer.
7254
7255 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7256 commands that move point (as opposed to scrolling).
7257
7258 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7259
7260 * emacs-lisp/elint.el (elint): New custom group.
7261 (elint-log-buffer): Make it a defcustom.
7262 (elint-scan-preloaded, elint-ignored-warnings)
7263 (elint-directory-skip-re): New options.
7264 (elint-builtin-variables): Doc fix.
7265 (elint-preloaded-env): New variable.
7266 (elint-unknown-builtin-args): Add an entry for encode-time.
7267 (elint-extra-errors): Make it a variable rather than a constant.
7268 (elint-preloaded-skip-re): New constant.
7269 (elint-directory): Skip files matching elint-directory-skip-re.
7270 (elint-features): New variable, local to linted buffers.
7271 (elint-update-env): Initialize elint-features. Possibly add
7272 elint-preloaded-env to the buffer's environment.
7273 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7274 Skip quoted forms.
7275 (elint-init-form): New function, extracted from elint-init-env.
7276 Make non-list forms a warning rather than an error.
7277 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7278 easy-menu-define, put that adds an error-condition, and provide.
7279 When requiring cl, also require cl-macs. Really require cl, to handle
7280 some cl macros. Store required libraries in the list elint-features,
7281 so as not to re-load them. Treat cc-require like require.
7282 (elint-init-env): Call elint-init-form to do the work.
7283 Handle eval-and-compile and such like.
7284 (elint-add-required-env): Do not clear messages.
7285 (elint-special-forms): Add handlers for function, defalias, if, when,
7286 unless, and, or.
7287 (elint-form): Add optional argument to ignore elint-special-forms,
7288 useful to prevent recursive calls from handlers. Doc fix.
7289 Respect elint-ignored-warnings.
7290 (elint-form): Respect elint-ignored-warnings.
7291 (elint-bound-variable, elint-bound-function): New variables.
7292 (elint-unbound-variable): Respect elint-bound-variable.
7293 (elint-get-args): Respect elint-bound-function.
7294 (elint-check-cond-form): Add some simple handling for (f)boundp and
7295 featurep tests.
7296 (elint-check-defalias-form): New handler.
7297 (elint-check-let-form): Make an empty let a warning rather than an
7298 error.
7299 (elint-check-setq-form): Make an empty setq a warning rather than an
7300 error. Respect elint-ignored-warnings.
7301 (elint-check-defvar-form): Accept null doc-strings.
7302 (elint-check-conditional-form): New handler. Does some simple-minded
7303 checking of featurep and (f)boundp tests.
7304 (elint-put-function-args): New function.
7305 (elint-initialize): Use elint-scan-doc-file rather than
7306 elint-find-builtin-variables. Use elint-put-function-args.
7307 Possibly scan preloaded-file-list.
7308 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7309 extend to handle functions as well.
7310
7311 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7312
7313 * linum.el (linum-delete-overlays, linum-update-window):
7314 Do not modify the right margin. (Bug#3971)
7315
7316 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7319 nxml-mode instead of xml-mode.
7320
7321 2009-09-21 Kevin Ryde <user42@zip.com.au>
7322
7323 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7324
7325 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * net/dig.el (dig-mode): Use define-derived-mode.
7328
7329 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7330
7331 * vc-dispatcher.el (vc-do-command): Return the process object in
7332 the asynchronous case. Use when instead of if. Do not run
7333 vc-exec-after to display a message if not enabled. (Bug#4463)
7334
7335 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7336 properties to the stash strings.
7337 (vc-git-stash-list): Return a list of strings.
7338 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7339 (vc-git-stash-show-at-point): New functions.
7340 (vc-git-stash-map): New keymap.
7341
7342 * register.el (ctl-x-r-map): Define the keys here instead of
7343 using autoload.
7344
7345 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7346
7347 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7348 list, to workaround performance problem (bug#4485).
7349
7350 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7351
7352 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7353
7354 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7355
7356 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7357 Document that this option is not recommended to use.
7358
7359 2009-09-19 Glenn Morris <rgm@gnu.org>
7360
7361 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7362 variable `var'.
7363
7364 * calc/calc-alg.el (var):
7365 * calc/calcalg2.el (var): Define for compiler.
7366
7367 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7370 Doc fix (Bug#3932).
7371
7372 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7373
7374 * time-stamp.el (time-stamp-month-dd-yyyy)
7375 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7376 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7377 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7378 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7379 Remove functions that have been obsolete since 1995 (Bug#4436).
7380
7381 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7382 indent buffer only if called interactively (Bug#4452).
7383
7384 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7385 Eli Zaretskii <eliz@gnu.org>
7386
7387 This fixes bug#4197 (merged to bug#865, though not identical).
7388 * server.el (server-auth-dir): Add docstring note about FAT32.
7389 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7390 but warn against using them.
7391
7392 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7395 older GDB where there is no has_more field.
7396
7397 2009-09-19 Glenn Morris <rgm@gnu.org>
7398
7399 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7400
7401 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7402
7403 * files.el (auto-mode-alist): Change default for XML files to nXML
7404 mode (Bug#4169).
7405
7406 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7407
7408 * server.el (server-ensure-safe-dir): Pass 'integer
7409 to `file-attributes', as suggested.
7410
7411 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7414 (dired-query): Use read-key.
7415
7416 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7417
7418 * cus-start.el (ns-use-qd-smoothing): Remove.
7419
7420 2009-09-18 Glenn Morris <rgm@gnu.org>
7421
7422 * allout.el (top-level): Remove unnecessary progn.
7423
7424 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7425
7426 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7427 definition of abbrev table.
7428
7429 * speedbar.el (speedbar-track-mouse):
7430 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7431 * net/eudc.el (eudc-expand-inline):
7432 * net/newst-backend.el (newsticker--cache-read-feed):
7433 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7434 condition-case handlers.
7435
7436 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7437
7438 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7439 (gdb-var-list): Add an element for has_more field.
7440 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7441 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7442 (gdb-var-update-handler-1): Parse output of dynamic variable
7443 objects (STL containers).
7444 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7445 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7446
7447 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7448 gdb-var-list.
7449 (gud-speedbar-buttons): Make node expandable if expression "has more"
7450 children.
7451
7452 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7453
7454 * startup.el (emacs-quick-startup): Remove variable and all uses.
7455 (command-line): Set `inhibit-x-resources' instead.
7456 (command-line-1): Use `inhibit-x-resources' instead.
7457
7458 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * subr.el: Fix last change to avoid using the `unless' macro,
7461 which breaks bootstrapping.
7462
7463 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7466 extended definitions, in case we reload subr.el after having
7467 loaded CL.
7468 (eval-next-after-load): Mark as obsolete.
7469
7470 2009-09-17 Juri Linkov <juri@jurta.org>
7471
7472 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7473 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7474 (menu-bar-showhide-menu, menu-bar-tools-menu)
7475 (menu-bar-describe-menu, menu-bar-help-menu)
7476 (minibuffer-local-completion-map, minibuffer-local-map):
7477 Fix list quoting.
7478
7479 2009-09-17 Glenn Morris <rgm@gnu.org>
7480
7481 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7482 arguments, whether or not it has a handler.
7483
7484 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7485
7486 * simple.el (hard-newline): Give it a doc-string.
7487
7488 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7489 (lisp-mode-syntax-table): Give them doc-strings.
7490
7491 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7492
7493 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7494 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7495 (menu-bar-options-menu, menu-bar-showhide-menu)
7496 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7497 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7498 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7499 (menu-bar-options-menu, menu-bar-tools-menu)
7500 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7501 (menu-bar-help-menu):
7502 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7503 string arguments.
7504
7505 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7506 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7507 calls for the menu names and :help.
7508
7509 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7512 to :minor-mode-function (bug#4455).
7513
7514 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * startup.el (command-line): Initialize the window-system after
7517 processing the command-line.
7518
7519 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7520 page-delimiter matches the empty string.
7521
7522 2009-09-16 Glenn Morris <rgm@gnu.org>
7523
7524 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7525 byte-compile-not-obsolete-var. It's a list now.
7526 (byte-compile-not-obsolete-funcs): New variable.
7527 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7528 byte-compile-not-obsolete-funcs.
7529 (byte-compile-variable-ref, byte-compile-defvar): Update for
7530 byte-compile-not-obsolete-vars name-change and list nature.
7531 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7532 and variables behind (f)boundp tests.
7533 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7534
7535 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7536
7537 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7538
7539 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7542 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7543 Don't autoload.
7544
7545 2009-09-15 Stephen Eglen <stephen@gnu.org>
7546
7547 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7548 the virtual-buffers, use the name of the buffer specified by
7549 find-file-noselect, as the match may be a symlink. (This was a
7550 problem if the target and the symlink had different names.)
7551
7552 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7555
7556 * desktop.el (desktop-path): Check user-emacs-directory.
7557
7558 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7559
7560 * loadup.el: Use after-load-functions to GC after loading each file.
7561 Remove the explicit GC calls that used to be sprinkled around.
7562
7563 * subr.el (after-load-functions): New hook.
7564 (do-after-load-evaluation): Run it. Use string-match-p to detect
7565 `obsolete' packages, rather than painfully extracting the relevant
7566 directory name.
7567
7568 2009-09-15 Glenn Morris <rgm@gnu.org>
7569
7570 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7571 free variable `doc'.
7572
7573 * dired.el (dired-mode-map): Add menu entry for async shell command.
7574
7575 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7576 variables, also consider the .elc files, since the .el files are
7577 normally gzipped (subsequent code locates the .el.gz from the .elc).
7578
7579 * calc/calc-prog.el (arglist): Define for compiler.
7580
7581 * calendar/diary-lib.el (diary-display-function): Change the default to
7582 fancy display.
7583 (body): Define for compiler.
7584
7585 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7586 (byte-compile-file-form, byte-compile-lambda)
7587 (byte-compile-top-level-body, byte-compile-form)
7588 (byte-compile-variable-ref, byte-compile-setq)
7589 (byte-compile-setq-default, byte-compile-body)
7590 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7591 (batch-byte-compile): Give some more local variables with common names
7592 a "bytecomp-" prefix to avoid masking warnings about free variables.
7593
7594 * startup.el (command-line-1): Give local variables with common names a
7595 distinguishing prefix, so as not to hide free variable warnings during
7596 bootstrap.
7597
7598 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7599 clever and add a suffix to make a unique name, just let the user decide
7600 whether or not to overwrite it. If the input is a directory, write the
7601 default filename to that directory. (Bug#4388)
7602 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7603 is a filename-as-a-directory.
7604
7605 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * textmodes/page.el (what-page): Don't move to beginning of line.
7608 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7609
7610 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7611
7612 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7613
7614 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7615
7616 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7617 * help.el (help-for-help-internal): Add purecopy calls for text.
7618
7619 * vc.el (top): print-log method now takes an optional SHORTLOG
7620 argument. Add a new method: root.
7621 (vc-root-diff, vc-print-root-log): New functions.
7622 (vc-log-short-style): New variable.
7623 (vc-print-log-internal): Add support for showing short logs.
7624
7625 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7626 vc-print-root-log and vc-print-root-diff.
7627
7628 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7629 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7630 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7631 short logs.
7632
7633 * vc-cvs.el (vc-cvs-print-log):
7634 * vc-mtn.el (vc-mtn-print-log):
7635 * vc-rcs.el (vc-rcs-print-log):
7636 * vc-sccs.el (vc-sccs-print-log):
7637 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7638 that is ignored for now.
7639
7640 * vc-mtn.el (vc-mtn-annotate-command):
7641 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7642
7643 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7646 to function-key-map, and give them ascii-character property.
7647 * term/x-win.el (x-alternatives-map):
7648 * term/ns-win.el (ns-alternatives-map):
7649 * term/internal.el (msdos-key-remapping-map):
7650 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7651
7652 2009-09-14 Glenn Morris <rgm@gnu.org>
7653
7654 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7655 temp-buffers (2009-09-12).
7656
7657 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7660 the new read-key function.
7661
7662 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7665 is defined (Bug#4405).
7666
7667 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7668
7669 * recentf.el (recentf-cleanup): Use a hash table to find
7670 duplicates (Bug#4407).
7671
7672 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7673
7674 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7675 kp-0 to ascii equivalents (Bug#4325).
7676
7677 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7680
7681 * eshell/em-hist.el:
7682 * eshell/em-dirs.el (eshell-complete-user-reference):
7683 Declare pcomplete functions and variables to avoid compiler warnings.
7684
7685 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7686
7687 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7688 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7689 * eshell/em-alias.el (eshell-aliases-file):
7690 * eshell/em-hist.el (eshell-history-file-name):
7691 Use expand-file-name instead of concat to make file names (Bug#4308).
7692
7693 2009-09-13 Glenn Morris <rgm@gnu.org>
7694
7695 * ediff-merg.el (ediff-do-merge):
7696 * filesets.el (filesets-run-cmd):
7697 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7698 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7699 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7700 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7701 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7702 Replace empty `let's with `progn'.
7703
7704 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * mail/sendmail.el (send-mail-function):
7707 * tooltip.el (tooltip-mode):
7708 * simple.el (transient-mark-mode):
7709 * rfn-eshadow.el (file-name-shadow-mode):
7710 * frame.el (blink-cursor-mode):
7711 * font-core.el (global-font-lock-mode):
7712 * files.el (temporary-file-directory)
7713 (small-temporary-file-directory, auto-save-file-name-transforms):
7714 * epa-hook.el (auto-encryption-mode):
7715 * composite.el (global-auto-composition-mode):
7716 Use custom-initialize-delay.
7717 * startup.el (command-line): Don't explicitly call
7718 custom-reevaluate-setting for all the above vars.
7719 * custom.el (custom-initialize-safe-set)
7720 (custom-initialize-safe-default): Delete.
7721
7722 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * term/x-win.el (x-initialize-window-system):
7725 * term/w32-win.el (w32-initialize-window-system):
7726 * term/ns-win.el (ns-initialize-window-system): Don't call
7727 mouse-wheel-mode since it's enabled globally by default already.
7728
7729 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7730 actually define the variable, but only silences the byte-compiler.
7731 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7732 before looking it up.
7733 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7734 is changed.
7735
7736 2009-09-12 Glenn Morris <rgm@gnu.org>
7737
7738 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7739 1000.
7740 (elint-add-required-env): Don't beep on error.
7741 (elint-forms): In case of error, return ENV unchanged.
7742 (elint-init-env): Skip non-list forms.
7743 (elint-log): Handle unknown file positions.
7744
7745 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7746
7747 * epg.el (epg-make-context): Add autoload cookie.
7748 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7749 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7750 (epg-verify-string, epg-start-sign, epg-sign-file)
7751 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7752 (epg-encrypt-string, epg-start-export-keys)
7753 (epg-export-keys-to-file, epg-export-keys-to-string)
7754 (epg-start-import-keys, epg-import-keys-from-file)
7755 (epg-import-keys-from-string, epg-start-receive-keys)
7756 (epg-receive-keys, epg-import-keys-from-server)
7757 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7758 (epg-sign-keys, epg-start-generate-key)
7759 (epg-generate-key-from-file, epg-generate-key-from-string):
7760 Remove autoload cookie.
7761
7762 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7763
7764 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7765 reevaluation of trash-directory.
7766
7767 * mwheel.el: Fix last change.
7768 (mouse-wheel-mode): New defvar.
7769 (mouse-wheel-mode): Remove autoload cookie.
7770
7771 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * mwheel.el (mwheel-installed-bindings): New var.
7774 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7775 the bindings we set last time. Use custom-initialize-delay.
7776 * loadup.el: Load mwheel after term/*-win.el.
7777 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7778 and mouse-wheel-up-event now that their first evaluation is done
7779 sufficiently late to be correct.
7780
7781 * startup.el (tutorial-directory): Make it a defcustom.
7782 Use custom-initialize-delay rather than eval-at-startup to set it.
7783 * image.el (image-load-path): Make it a defcustom.
7784 Use custom-initialize-delay rather than eval-at-startup to set it.
7785 * subr.el (eval-at-startup): Remove.
7786 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7787
7788 * subr.el (do-after-load-evaluation): Warn the user after loading an
7789 obsolete package.
7790
7791 2009-09-12 Glenn Morris <rgm@gnu.org>
7792
7793 * proced.el (proced-mark-alt): Remove alias.
7794 (proced-mode-map): Remove proced-mark-alt.
7795
7796 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7797 Elint file and directory. Remove initialization entry.
7798
7799 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7800 commands.
7801 (elint-current-buffer): Set mode-line-process.
7802 (elint-init-env): Handle define-derived-mode.
7803 Fix declare-function with unspecified arglist. Guard against odd
7804 defalias statements (eg iso-insert's 8859-1-map).
7805 (elint-add-required-env): Use a temp buffer.
7806 (elint-form): Just print the function/macro name, not the whole form.
7807 Return env unchanged if we fail to parse a macro.
7808 (elint-forms): Guard against parse errors.
7809 (elint-output): New function, to handle batch mode.
7810 (elint-log-message): Add optional argument. Use elint-output.
7811 (elint-set-mode-line): New function.
7812
7813 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7814
7815 * emacs-lisp/elp.el (elp-not-profilable): Add more
7816 functions (Bug#4233).
7817
7818 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7821 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7822
7823 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7826 (gdb-var-list-children): Use json parsing.
7827
7828 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7829
7830 * progmodes/js.el (js--proper-indentation): Handle the case where
7831 char-before is null. Reported by Deniz Dogan.
7832
7833 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7834
7835 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7836
7837 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7838
7839 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7840 (epg-digest-algorithm-alist): Add SHA224.
7841 (epg-context-set-passphrase-callback)
7842 (epg-context-set-progress-callback): Add description about
7843 callback function.
7844
7845 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * custom.el (custom-delayed-init-variables): New var.
7848 (custom-initialize-delay): New function.
7849 * startup.el (command-line): "Re"evaluate all vars in
7850 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7851 explicitly any more.
7852 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7853 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7854
7855 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7856
7857 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7858
7859 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7860 (gdb-var-update-handler): Use json parsing.
7861
7862 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7863
7864 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7865 decode annotated text, regardless of language environment. (Bug#2741)
7866
7867 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * Makefile.in (autoloads): Make rmail.el writable as well.
7870
7871 2009-09-11 Glenn Morris <rgm@gnu.org>
7872
7873 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7874 loaddefs.el.
7875 * dired.el: Regenerate with extracted autoloads.
7876 * Makefile.in (autoloads): Make dired.el writable.
7877
7878 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7879 * ibuffer.el: Regenerate with extracted autoloads.
7880 * Makefile.in (autoloads): Make ibuffer.el writable.
7881
7882 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7883 * version.el (emacs-copyright, emacs-major-version)
7884 (emacs-minor-version): Reformat doc-strings for make-docfile.
7885
7886 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7887 functions and variables, since they must be stuff specific to some other
7888 platform.
7889 (apropos-print): Make mouse-click message less specific about button.
7890
7891 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7892 that records where a macro was defined.
7893 * help-fns.el (describe-function-1): Mention if a function has a
7894 compiler-macro.
7895 * help-mode.el (help-function-cmacro): New button.
7896
7897 * locate.el (top-level): Always require dired.
7898 (locate-mode-map): Initialize inside the defvar.
7899
7900 * net/ange-ftp.el (dired-compress-file): Declare.
7901 (ange-ftp-dired-compress-file): Add doc string.
7902
7903 * term/ns-win.el (x-display-name, x-setup-function-keys):
7904 Unify doc-strings with X versions.
7905
7906 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7907
7908 * emulation/crisp.el (crisp-mode-map): Move initialization
7909 into declaration.
7910 (crisp-mode): Use define-minor-mode.
7911
7912 * progmodes/xscheme.el (xscheme-evaluation-commands):
7913 Put a :advertised-binding property rather than using
7914 advertised-xscheme-send-previous-expression.
7915 (advertised-xscheme-send-previous-expression): Declare obsolete.
7916 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7917 `advertised-undo'.
7918 (crisp-mode): Add corresponding bindings to
7919 undo's :advertised-binding instead.
7920 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7921 than using dired-advertised-find-file.
7922 (dired-advertised-find-file):
7923 * simple.el (advertised-undo):
7924 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7925 (widget-keymap): Put a :advertised-binding property rather
7926 than using advertised-widget-backward.
7927 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7928 than using advertised-undo.
7929 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7930
7931 2009-09-10 Simon South <ssouth@slowcomputing.org>
7932
7933 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7934 Mark mode is enabled and region is active; otherwise indent or
7935 insert TAB as usual.
7936 (delphi-mode): Update description of TAB-key binding.
7937
7938 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * subr.el (define-key-rebound-commands): Mark obsolete.
7941 * startup.el (precompute-menubar-bindings): Remove.
7942 (normal-top-level): Remove obsolete code that tried to precompute
7943 menubar bindings.
7944 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7945 define-key-rebound-commands and precompute-menubar-bindings.
7946
7947 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7948
7949 * net/imap.el (imap-interactive-login): Better messages.
7950 (imap-open): Fix bug with renamed buffer on reconnect.
7951 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7952 for easier debugging and cleaner code. On successful (guessed based on
7953 server capabilities) secondary authentication, set imap-state
7954 correctly.
7955 (imap-last-authenticator): Define imap-last-authenticator as a variable
7956 to avoid warnings.
7957
7958 2009-09-10 Glenn Morris <rgm@gnu.org>
7959
7960 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7961
7962 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7963 (byte-compile-file-form-autoload): Don't warn about unknown functions
7964 where the autoload statement comes after the use.
7965 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7966 that any handlers inside the body (eg require) are in turn respected.
7967
7968 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7969 effects.
7970
7971 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7972 and syntax and abbrev tables basic docs, if they don't have any.
7973
7974 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7975
7976 * international/mule-cmds.el (top-level): Require cl when compiling.
7977 (view-hello-file): Use default-value rather than
7978 default-enable-multibyte-characters.
7979
7980 * progmodes/fortran.el: Move all safe and risky properties into the
7981 defcustoms.
7982
7983 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7984 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7985 * mail/undigest.el:
7986 Put autoloads in rmail.el rather than loaddefs.el.
7987 * mail/rmail.el: Regenerate with extracted autoloads.
7988
7989 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7990 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7991
7992 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7993
7994 Reported in thread for Bug#4375.
7995 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7996 "-data-evaluate-expression" instead of print.
7997 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7998 (gdb-tooltip-print): Parse output from above MI command.
7999 (gdb): Revert 2009-08-11 change. User should detach inferior
8000 manually.
8001
8002 Remove the word "separate" from IO functions as inferior
8003 output is now never displayed in the GUD buffer.
8004
8005 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8006
8007 * startup.el (command-line-normalize-file-name): On Windows and
8008 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8009
8010 2009-09-10 Juri Linkov <juri@jurta.org>
8011
8012 * isearch.el (isearch-text-char-description): Propertize escape
8013 character sequences with the `escape-glyph' face. (Bug#4344)
8014
8015 * simple.el (shell-command): Set asynchronous process filter to
8016 `comint-output-filter'. (Bug#4343)
8017
8018 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8019 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8020 the list. Move "asm" to the bottom.
8021 (grep-find-ignored-directories): Add `choice' with nil value
8022 to empty the list easily.
8023 (grep-find-ignored-files): New option.
8024 (grep-files-history): Set to nil by default instead of '("ch" "el").
8025 (grep-compute-defaults): Add "<X>" to `grep-template'.
8026 (grep-read-files): Bind new local variables `default-alias' and
8027 `default-extension'. Use a list of default values for the file prompt.
8028 (lgrep): Add `--exclude=' command line options composed from
8029 `grep-find-ignored-files'.
8030 (rgrep): Add `-name' command line options composed from
8031 `grep-find-ignored-files'. (Bug#4301)
8032
8033 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8036 (bug#4368).
8037
8038 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8039
8040 * calendar/time-date.el (autoload):
8041 Expand define-obsolete-function-alias into defalias and make-obsolete
8042 for old Emacsen that Gnus supports.
8043 (with-no-warnings): Define it for old Emacsen.
8044 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8045 is available.
8046 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8047 float-time is available; suppress compile warning for time-to-seconds.
8048
8049 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8050
8051 * net/imap.el (imap-message-map): Docstring fix.
8052
8053 2009-09-09 Glenn Morris <rgm@gnu.org>
8054
8055 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8056 line numbers too. (Bug#4374)
8057
8058 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * smerge-mode.el (smerge-remove-props, smerge-refine):
8061 Use with-silent-modifications (bug#4342).
8062
8063 * subr.el (with-silent-modifications): New macro.
8064
8065 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8066
8067 * files.el (top-level): Require `cl' when compiling.
8068
8069 2009-09-07 Glenn Morris <rgm@gnu.org>
8070
8071 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8072
8073 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8074 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8075
8076 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8077
8078 * vc-git.el (vc-git-annotate-command): Use separator to parse
8079 arguments correctly.
8080
8081 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8082
8083 * proced.el (proced-mode): Doc fix.
8084
8085 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8086
8087 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8088 lstat fails.
8089 (tramp-do-file-attributes-with-ls): Check for file existence at
8090 remote end.
8091 (tramp-do-file-attributes-with-stat): Likewise.
8092 (tramp-convert-file-attributes): Return nil when attr is nil.
8093
8094 2009-09-05 Glenn Morris <rgm@gnu.org>
8095
8096 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8097 properties to this button.
8098 (diary-fancy-display): Don't extend the button to the final newline.
8099 (diary-fancy-display-mode): Continue to define "q" as a local key.
8100
8101 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8102 efficient.
8103
8104 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8105
8106 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8107 (byte-compile-dest-file-function): New option.
8108 (byte-compile-dest-file): Doc fix.
8109 Obey byte-compile-dest-file-function.
8110 (byte-compile-cl-file-p): New function.
8111 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8112 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8113 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8114 than for file being previously loaded.
8115 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8116 (byte-compile-file-form-require): Handle the case where requiring a file
8117 indirectly causes CL to be loaded.
8118
8119 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8120
8121 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8122 before killing the old buffer, since by the time `kill-buffer' is
8123 run so many buffer variables have been set to nil that it may not
8124 behave as expected. (Bug#4061)
8125
8126 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8127
8128 * files.el (find-alternate-file): If the old buffer is modified
8129 and visiting a file, behave similarly to `kill-buffer' when
8130 killing it, thus reverting to the pre-1.878 behavior; see
8131 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8132 for discussion. Also, consult `buffer-file-name' as a variable
8133 not as a function, for consistency with the rest of the code.
8134
8135 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8136
8137 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8138 also when adding a new directory.
8139
8140 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8141 defun.
8142
8143 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * files.el (locate-file-completion-table): Make it provide boundary
8146 information, so partial-completion works better.
8147
8148 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8149
8150 * mail/footnote.el (Footnote-text-under-cursor):
8151 Check footnote-text-marker-alist before using it (bug#4324).
8152
8153 2009-09-04 Glenn Morris <rgm@gnu.org>
8154
8155 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8156 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8157 * play/solitaire.el, play/tetris.el:
8158 Remove leading * from defcustom and defface docs.
8159
8160 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8161 necessary.
8162 (diary-fancy-overriding-map): New variable.
8163 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8164 Use view-mode.
8165
8166 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8167 goto-line.
8168
8169 2009-09-03 Glenn Morris <rgm@gnu.org>
8170
8171 * arc-mode.el (archive-mode):
8172 * dos-fns.el (set-default-process-coding-system):
8173 * man.el (Man-getpage-in-background):
8174 * menu-bar.el (menu-bar-describe-menu):
8175 * server.el (server-process-filter):
8176 * startup.el (command-line):
8177 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8178 * w32-fns.el (set-default-process-coding-system):
8179 * x-dnd.el (x-dnd-handle-file-name):
8180 * international/mule-cmds.el (mule-menu-keymap)
8181 (set-default-coding-systems, language-info-alist, set-language-info)
8182 (set-language-environment, standard-display-european-internal)
8183 (set-locale-environment):
8184 * international/mule-diag.el (mule-diag):
8185 * mail/emacsbug.el (report-emacs-bug):
8186 * mail/rmail.el (rmail-mode):
8187 * mail/sendmail.el (mail-setup):
8188 Use default-value rather than default-enable-multibyte-characters.
8189
8190 * progmodes/f90.el: Move all safe properties into the defcustoms.
8191 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8192
8193 * calendar/appt.el (appt-check):
8194 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8195 (diary-check-diary-file, diary-list-entries)
8196 (diary-include-other-diary-files, diary-simple-display)
8197 (diary-fancy-display, diary-print-entries)
8198 (diary-mark-included-diary-files, diary-make-entry):
8199 Don't call substitute-in-file-name on diary-file.
8200
8201 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8202 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8205 (footnote-mode-map): Move initialization into the declaration.
8206 (footnote-minor-mode-map): Define it rather than changing global-map.
8207 (footnote-mode): Use define-minor-mode.
8208
8209 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8210
8211 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8212 (tramp-do-file-attributes-with-perl)
8213 (tramp-do-file-attributes-with-stat): Rename from
8214 `tramp-handle-file-attributes-with-*'.
8215 (tramp-handle-file-attributes): Use them.
8216 (tramp-do-directory-files-and-attributes-with-perl)
8217 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8218 `tramp-handle-directory-files-and-attributes-with-*'.
8219 (tramp-handle-directory-files-and-attributes): Use them.
8220 (tramp-method-out-of-band-p): Additional parameter SIZE.
8221 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8222 (tramp-handle-write-region): Use it.
8223 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8224 (tramp-handle-vc-registered): Check, whether the first run did
8225 return files to be tested.
8226 (tramp-advice-make-auto-save-file-name): Do not call directly
8227 `tramp-handle-make-auto-save-file-name', because this would bypass
8228 the locking mechanism.
8229
8230 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8231 (file-remote-p, process-file, start-file-process, set-file-times)
8232 (tramp-compat-file-attributes): Compatibility functions shall not
8233 call directly `tramp-handle-*', because this would bypass the
8234 locking mechanism.
8235 (tramp-compat-number-sequence): New defun.
8236
8237 2009-09-02 Glenn Morris <rgm@gnu.org>
8238
8239 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8240 alias for float-time.
8241 (time-to-number-of-days): In Emacs, use float-time.
8242 * net/newst-backend.el (time-add): Suppress warnings from compat
8243 function.
8244 * time.el (emacs-uptime, emacs-init-time):
8245 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8246 Use float-time rather than time-to-seconds.
8247
8248 * minibuffer.el (completion-initials-expand): Fix typo.
8249
8250 * faces.el (modeline, modeline-inactive, modeline-highlight)
8251 (modeline-buffer-id):
8252 * info.el (info-menu-5): Mark these face aliases as obsolete.
8253
8254 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8255
8256 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8257 space ...
8258 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8259 no "--thread" option.
8260 (gdb-stopped): Don't print "Switched to thread" message when it is
8261 unchanged.
8262
8263 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * minibuffer.el (completion-try-completion)
8266 (completion-all-completions): Remove ill-defined (and
8267 mistakenly installed and luckily never used nor documented)
8268 `completion-styles' property.
8269 (completion-initials-expand, completion-initials-all-completions)
8270 (completion-initials-try-completion): New functions.
8271 (completion-styles-alist): Add doc to each entry.
8272 Add new `initials' entry.
8273
8274 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8275
8276 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8277 MI command -var-evaluate-expression.
8278 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8279 and tweak for case of string child.
8280 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8281
8282 2009-09-01 Glenn Morris <rgm@gnu.org>
8283
8284 * add-log.el (change-log-date-face, change-log-name-face)
8285 (change-log-email-face, change-log-file-face, change-log-list-face)
8286 (change-log-conditionals-face, change-log-function-face)
8287 (change-log-acknowledgement-face):
8288 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8289 (custom-modified-face, custom-set-face, custom-changed-face)
8290 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8291 (custom-documentation-face, custom-state-face, custom-comment-face)
8292 (custom-comment-tag-face, custom-variable-tag-face)
8293 (custom-variable-button-face, custom-face-tag-face)
8294 (custom-group-tag-face-1, custom-group-tag-face):
8295 * diff-mode.el (diff-header-face, diff-file-header-face)
8296 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8297 (diff-added-face, diff-changed-face, diff-function-face)
8298 (diff-context-face, diff-nonexistent-face):
8299 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8300 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8301 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8302 (Info-title-4-face):
8303 * isearch.el (isearch-lazy-highlight-face):
8304 * log-view.el (log-view-file-face, log-view-message-face):
8305 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8306 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8307 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8308 (cvs-msg-face):
8309 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8310 (smerge-base-face, smerge-markers-face):
8311 * wid-edit.el (widget-documentation-face, widget-button-face)
8312 (widget-field-face, widget-single-line-field-face)
8313 (widget-inactive-face, widget-button-pressed-face):
8314 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8315 (woman-addition-face):
8316 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8317 (eshell-ls-executable-face, eshell-ls-readonly-face)
8318 (eshell-ls-unreadable-face, eshell-ls-special-face)
8319 (eshell-ls-missing-face, eshell-ls-archive-face)
8320 (eshell-ls-backup-face, eshell-ls-product-face)
8321 (eshell-ls-clutter-face):
8322 * eshell/em-prompt.el (eshell-prompt-face):
8323 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8324 * obsolete/old-whitespace.el (whitespace-highlight-face):
8325 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8326 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8327 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8328 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8329 (antlr-font-lock-literal-face):
8330 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8331 (ebrowse-root-class-face, ebrowse-file-name-face)
8332 (ebrowse-default-face, ebrowse-member-attribute-face)
8333 (ebrowse-member-class-face, ebrowse-progress-face):
8334 * progmodes/make-mode.el (makefile-space-face):
8335 * progmodes/sh-script.el (sh-heredoc-face):
8336 * textmodes/flyspell.el (flyspell-incorrect-face)
8337 (flyspell-duplicate-face):
8338 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8339 * textmodes/texinfo.el (texinfo-heading-face):
8340 Mark face aliases with "-face" suffix as obsolete.
8341
8342 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8343 compiler.
8344
8345 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8346 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8347 easy-menu-define wants to modify these.
8348
8349 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8350
8351 * net/browse-url.el (browse-url-file-url):
8352 * term/internal.el (dos-codepage-setup):
8353 Use default-value rather than default-enable-multibyte-characters.
8354
8355 * progmodes/etags.el (etags-goto-tag-location):
8356 * progmodes/flymake.el (flymake-highlight-line)
8357 (flymake-goto-file-and-line, flymake-goto-line):
8358 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8359 (gdb-goto-breakpoint):
8360 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8361 * progmodes/python.el (python-find-function)
8362 (python-pdbtrack-track-stack-file):
8363 * progmodes/verilog-mode.el (verilog-surelint-off):
8364 * term/ns-win.el (ns-open-file-select-line):
8365 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8366 Use forward-line rather than goto-line.
8367
8368 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8369 * textmodes/reftex-index.el (reftex-display-index):
8370 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8371 * textmodes/reftex-toc.el (reftex-toc):
8372 Remove unnecessary bindings of default-major-mode (all are followed by
8373 major-mode check and possible mode switch).
8374
8375 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8376
8377 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8378 Handle watchpoints (bug#4282).
8379 (def-gdb-thread-buffer-command): Enable thread to be selected by
8380 clicking without selecting threads buffer first.
8381 (gdb-current-context-command): Use selected frame so that "up",
8382 "down" etc work in the GUD buffer.
8383 (gdb-update): Find selected frame before rendering stack buffer.
8384 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8385
8386 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * progmodes/sym-comp.el (displayed-completions): Remove.
8389 (symbol-complete): Use minibuffer-complete.
8390
8391 2009-08-31 Glenn Morris <rgm@gnu.org>
8392
8393 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8394
8395 * apropos.el (apropos-symbols-internal):
8396 Handle (obsolete) face aliases.
8397
8398 * faces.el (describe-face): Adjust the output format to be more like
8399 describe-variable, and to mention (obsolete) face aliases.
8400 Adjust the whitespace so that help-setup-xref works.
8401
8402 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8403 * calendar/diary-lib.el (diary-button-face):
8404 Mark these face aliases as obsolete.
8405
8406 * calendar/calendar.el (calendar-today): Doc fix.
8407
8408 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8409
8410 * progmodes/gdb-mi.el (gdb-control-all-threads)
8411 (gdb-control-current-thread): Force tool bar update.
8412 (gdb-non-stop-handler): New function.
8413 (gdb-init-1): Use it to test if non-stop mode is supported.
8414 Remove unused gdbmi buffer type.
8415
8416 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8417
8418 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8419 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8420
8421 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8422
8423 * comint.el (comint-exec-1): Check command is non-null first.
8424 Part of gdb-mi.el change (2009-08-28).
8425
8426 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8429
8430 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8431
8432 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8433 instead of `dolist' to avoid a recursive require when bootstrapping.
8434
8435 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8438
8439 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8440
8441 * net/imap.el (imap-send-command): Simplify.
8442 (imap-wait-for-tag): point-max -> buffer-size.
8443
8444 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8445
8446 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8447 with constant argument.
8448
8449 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8450
8451 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8452
8453 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8454 Change default, since most of our files don't have a history.
8455 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8456 the user.
8457
8458 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8459 Add comint-run.
8460
8461 * calc/calc.el: Improve commenting convention.
8462 (calc-digit-map, toplevel): Simplify.
8463
8464 * comint.el (comint-insert-input): Be careful to only set point if we
8465 don't delegate to some other command.
8466
8467 * proced.el (proced-signal-list): Make it an alist.
8468 (proced-grammar-alist): Capitalize names.
8469 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8470 Disable undo manually and make it read-only.
8471 Use completion-annotate-function.
8472
8473 * minibuffer.el (minibuffer-message): If the current buffer is not
8474 a minibuffer, insert the message in the echo area rather than at the
8475 end of the buffer.
8476 (completion-annotate-function): New variable.
8477 (minibuffer-completion-help): Use it.
8478 (completion--embedded-envvar-table): Environment vars are
8479 always case-sensitive.
8480
8481 2009-08-30 Glenn Morris <rgm@gnu.org>
8482
8483 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8484 from fortran-current-defun.
8485 (fortran-beginning-of-subprogram): Be more precise about finding the
8486 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8487 (fortran-end-of-subprogram): Simplify.
8488 (fortran-current-defun): Use fortran-start-prog-re.
8489
8490 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8491
8492 * subr.el (do-after-load-evaluation): Simplify.
8493
8494 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8495
8496 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8497
8498 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8499 (vc-rcs-print-log): Use it.
8500
8501 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8502
8503 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * paths.el (abbrev-file-name): Move to abbrev.el.
8506 * abbrev.el (abbrev-file-name): Move from paths.el.
8507 Obey user-emacs-directory.
8508 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8509 user-emacs-directory.
8510 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8511 abbrev-file-name and calc-settings-file any more.
8512 * startup.el (command-line): Recompute abbrev-file-name and
8513 abbreviated-home-dir.
8514 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8515 of the special code for when C-h bindings haven't been changed.
8516 (display-startup-echo-area-message): Use with-current-buffer.
8517 (command-line-1): Use a list of strings, rather than a list of lists
8518 of strings for longopts.
8519
8520 * files.el (get-free-disk-space): Use / for default-directory.
8521
8522 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8523 Use with-current-buffer.
8524
8525 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8526 Recognize immutable variables like most-positive-fixnum.
8527 (byte-compile-setq-default): Check and warn if trying to assign
8528 to an immutable variable, or a non-variable.
8529
8530 * progmodes/cc-vars.el (c-comment-continuation-stars):
8531 * progmodes/cc-engine.el (c-looking-at-bos):
8532 * progmodes/cc-cmds.el (c-toggle-auto-state)
8533 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8534 (c-comment-line-break-function): Add version of obsolescence.
8535
8536 2009-08-28 Juri Linkov <juri@jurta.org>
8537
8538 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8539 associated with `archive-mode'.
8540
8541 * image.el (image-type-header-regexps): Use only JPEG magic number
8542 to determine JPEG images, and don't use `image-jpeg-p' because
8543 Emacs can display non-JFIF non-Exif JPEG images.
8544
8545 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8546
8547 * arc-mode.el (archive-mode):
8548 * emacs-lisp/re-builder.el (re-builder-unload-function):
8549 Protect against the default value of `major-mode' being nil.
8550
8551 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8552
8553 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8554 Fix typos in docstrings.
8555
8556 * progmodes/js.el (js--macro-decl-re): Doc fix.
8557 (js--plain-method-re, js--split-name): Refloc docstring.
8558 (js--class-styles, js--make-merged-item, js--splice-into-items):
8559 Fix typos in docstrings; reflow docstrings.
8560 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8561 (js--variable-decl-matcher, js--inside-pitem-p)
8562 (js--parse-state-at-point, js--get-all-known-symbols)
8563 (js--symbol-history, js-find-symbol, js--js-references)
8564 (js--moz-interactor, js--js-encode-value, js--read-tab):
8565 Fix typos in docstrings.
8566
8567 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * textmodes/reftex.el (reftex-get-file-buffer-force):
8570 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8571 * emulation/viper.el (viper-go-away, viper-set-hooks):
8572 * emacs-lisp/re-builder.el (re-builder-unload-function):
8573 * emacs-lisp/bytecomp.el (byte-compile-file):
8574 * ses.el (ses-unload-function):
8575 * hexl.el (hexl-find-file):
8576 * files.el (normal-mode):
8577 * ehelp.el (with-electric-help):
8578 * autoinsert.el (auto-insert-alist):
8579 * arc-mode.el (archive-mode):
8580 Use (default-value 'major-mode) instead of default-major-mode.
8581
8582 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8583 * international/mule.el (load-with-code-conversion):
8584 * emacs-lisp/debug.el (debug):
8585 * ediff-vers.el (ediff-rcs-get-output-buffer):
8586 * dired.el (dired-internal-noselect): Don't let-bind
8587 default-major-mode around code that doesn't use it.
8588 E.g. buffer creation via get-buffer-create doesn't use it.
8589
8590 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8591
8592 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8593 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8594 when writing the temp file. Otherwise, epa-file gets confused.
8595 (tramp-register-file-name-handlers): Make it a defun. Move also
8596 `epa-file-handler' to the front of `file-name-handler-alist'.
8597
8598 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8601 start right after a ^M.
8602 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8603 (tramp-completion-file-name-regexp-separate)
8604 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8605 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8606 Don't modify last-coding-system-used by accident.
8607 (tramp-completion-file-name-handler): Apply the checks here,
8608 instead during registration.
8609 (tramp-register-file-name-handlers): Renamed from
8610 `tramp-register-file-name-handler'. Register both
8611 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8612 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8613
8614 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8615
8616 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8617 Remove variable ...
8618 (gdb-init-1, gdb-display-separate-io-buffer)
8619 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8620 references to it.
8621 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8622 (gdb-inferior-filter): Use comint-output-filter to stop
8623 echoing and remove ^M characters.
8624
8625 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * emulation/viper-init.el (viper-restore-cursor-type):
8628 * emulation/cua-base.el (cua--update-indications):
8629 Replace default-cursor-type with (default-value 'cursor-type).
8630
8631 * mail/sendmail.el (mail-recover-1):
8632 * international/mule-diag.el (describe-current-coding-system-briefly)
8633 (describe-current-coding-system):
8634 * international/mule-cmds.el (select-safe-coding-system)
8635 (select-message-coding-system)
8636 (set-language-environment-coding-systems, set-locale-environment):
8637 * hexl.el (hexl-insert-multibyte-char):
8638 * dos-w32.el (find-buffer-file-type-coding-system):
8639 * simple.el (what-cursor-position):
8640 Replace uses of default-buffer-file-coding-system
8641 with (default-value 'buffer-file-coding-system).
8642
8643 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8644 Replace uses of default-cursor-in-non-selected-windows
8645 with (default-value 'cursor-in-non-selected-windows).
8646 Use with-current-buffer.
8647
8648 * mail/feedmail.el: Use CL macros.
8649 (feedmail-run-the-queue, feedmail-send-it-immediately):
8650 * dos-w32.el (find-buffer-file-type): Replace uses of
8651 default-buffer-file-type with (default-value 'buffer-file-type).
8652
8653 2009-08-28 Glenn Morris <rgm@gnu.org>
8654
8655 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8656 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8657 Use default-value of major-mode rather than default-major-mode.
8658
8659 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * Makefile.in (update-elcfiles): Report left over elc files.
8662
8663 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8664 expand-file-name and with-current-buffer.
8665 (mail-get-names, mail-directory): Use with-current-buffer.
8666
8667 * vc.el (vc-read-revision): New function.
8668 (vc-version-diff, vc-merge): Use it.
8669
8670 2009-08-27 Sam Steingold <sds@gnu.org>
8671
8672 * simple.el (kill-do-not-save-duplicates): New user option.
8673 (kill-new): When it is non-nil, and the new string is the same as
8674 the latest kill, set replace to t to avoid duplicates in kill-ring.
8675
8676 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8677
8678 * net/tramp.el (tramp-handle-process-file): Do not flush all
8679 caches when `process-file-side-effects' is set.
8680 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8681 instead of `tramp-find-file-exists-command'.
8682 Unset `process-file-side-effects'.
8683
8684 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8685
8686 * net/tramp.el (tramp-methods): New method "rsyncc".
8687 (top): Add completion function for "rsyncc".
8688 (tramp-message-show-message): New defvar.
8689 (tramp-message, tramp-error): Use it.
8690 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8691 remote copying.
8692 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8693 `tramp-methods' entry `copy-env' of "rsyncc".
8694 (tramp-vc-registered-read-file-names): New defconst.
8695 (tramp-vc-registered-file-names): New defvar.
8696 (tramp-handle-vc-registered): Implement optimization strategy.
8697 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8698 (tramp-vc-file-name-handler): New defun.
8699 (tramp-get-ls-command, tramp-get-test-command)
8700 (tramp-get-file-exists-command, tramp-get-remote-ln)
8701 (tramp-get-remote-perl, tramp-get-remote-stat)
8702 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8703
8704 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8705 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8706 timestamps.
8707 (tramp-get-file-property): Check for timestamps in
8708 `tramp-cache-inhibit-cache'.
8709 (tramp-set-file-property): Write timestamp.
8710
8711 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8712
8713 * language/japan-util.el (japanese-symbol-table): Add entries for
8714 cp932-2-byte.
8715
8716 * international/characters.el: Add category `j' to cp932-2-byte.
8717
8718 2009-08-27 Kenichi Handa <handa@m17n.org>
8719
8720 * international/fontset.el (build-default-fontset-data): New macro.
8721 (setup-default-fontset): Use build-default-fontset-data for CJK,
8722 tibetan, ethiopic, and ipa.
8723
8724 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8727 (enable-multibyte-characters): Not customizable any more.
8728
8729 * subr.el (default-mode-line-format, default-header-line-format)
8730 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8731 (default-direction-reversed, default-truncate-lines)
8732 (default-left-margin, default-tab-width, default-case-fold-search)
8733 (default-left-margin-width, default-right-margin-width)
8734 (default-left-fringe-width, default-right-fringe-width)
8735 (default-fringes-outside-margins, default-scroll-bar-width)
8736 (default-vertical-scroll-bar, default-indicate-empty-lines)
8737 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8738 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8739 (default-scroll-down-aggressively, default-fill-column)
8740 (default-cursor-type, default-buffer-file-type)
8741 (default-cursor-in-non-selected-windows)
8742 (default-buffer-file-coding-system, default-major-mode)
8743 (default-enable-multibyte-characters): Mark as obsolete.
8744
8745 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8746
8747 * vc-dir.el (vc-dir-update): Remove debug helper.
8748
8749 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8750
8751 2009-08-26 Sam Steingold <sds@gnu.org>
8752
8753 * simple.el (save-interprogram-paste-before-kill): New user option.
8754 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8755 save the interprogram-paste into kill-ring before overriding it
8756 with the Emacs kill.
8757
8758 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8759
8760 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8761 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8762 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8763 and move to vc-rcs.el.
8764 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8765 move to vc-rcs.el.
8766 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8767 (vc-rcs-update-changelog): Remove.
8768 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8769 and move to vc-rcs.el.
8770
8771 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8772 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8773 renaming.
8774 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8775 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8776 vc.el, renamed to be RCS specific.
8777
8778 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8779 New functions.
8780 (vc-cvs-update-changelog): Move here from vc.el.
8781
8782 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8783 New functions.
8784
8785 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8788
8789 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8790
8791 * vc-git.el (vc-git-register): Use "git add" for directories.
8792 (vc-git-stash, vc-git-stash-show): New functions.
8793 (vc-git-extra-menu-map): Bind them.
8794
8795 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8796 directory correctly in case the item is a directory itself.
8797
8798 * vc.el: Document the desired behavior for reverted files in the
8799 `added' state.
8800 (vc-default-prettify-state-info): Remove function, unused.
8801
8802 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8803
8804 2009-08-26 Glenn Morris <rgm@gnu.org>
8805
8806 * bindings.el (standard-mode-line-format): Reposition dashes in
8807 which-func entry. (Bug#4217)
8808
8809 * files.el (enable-local-variables, enable-local-eval)
8810 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8811 the defcustoms.
8812 (auto-mode-alist, ignored-local-variables)
8813 (save-some-buffers-action-alist): Move risky declarations to the
8814 definitions.
8815 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8816 (font-lock-defaults, format-alist, imenu--index-alist)
8817 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8818 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8819 (mode-line-modified, mode-line-mule-info, mode-line-position)
8820 (mode-line-process, mode-line-remote, outline-level)
8821 (parse-time-rules, rmail-output-file-alist)
8822 (special-display-buffer-names, vc-mode):
8823 Move risky declarations to the relevant files.
8824 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8825 (mode-line-modified, mode-line-process, mode-line-position)
8826 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8827 * font-core.el (font-lock-defaults):
8828 * format.el (format-alist):
8829 * vc-hooks.el (vc-mode):
8830 * window.el (special-display-buffer-names):
8831 * international/mule-cmds.el (input-method-alist):
8832 Define riskiness here (dumped file) rather than in files.el.
8833 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8834 * imenu.el (imenu-generic-expression, imenu--index-alist):
8835 * outline.el (outline-level):
8836 * time.el (display-time-string):
8837 * calendar/parse-time.el (parse-time-rules):
8838 * mail/rmailout.el (rmail-output-file-alist):
8839 Autoload riskiness here, rather than placing in files.el.
8840
8841 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8842
8843 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8844
8845 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8846
8847 * simple.el (process-file-side-effects): New defvar.
8848
8849 * dired-aux.el (dired-show-file-type):
8850 * vc.el (vc-diff-internal):
8851 * vc-arch.el (vc-arch-diff):
8852 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8853 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8854 * vc-git.el (vc-git-registered, vc-git-working-revision)
8855 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8856 (vc-git--empty-db-p):
8857 * vc-hooks.el (vc-user-login-name):
8858 * vc-svn.el (vc-svn-registered, vc-svn-state)
8859 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8860 * progmodes/grep.el (grep-probe): Let-bind
8861 `process-file-side-effects' with nil.
8862
8863 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8864
8865 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8866 daemon. Replace ping by checking for running service for bluez
8867 and zeroconf. (Bug#4239)
8868
8869 2009-08-25 Kevin Ryde <user42@zip.com.au>
8870
8871 * net/dig.el (dig): Add autoload cookie.
8872
8873 2009-08-25 Glenn Morris <rgm@gnu.org>
8874
8875 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8876 load-history for absolute file-names.
8877 (byte-compile-file-form-require): Warn about use of the cl package.
8878
8879 * format.el (format-alist): Doc fix.
8880
8881 * play/bubbles.el (top-level): Don't require cl at run-time.
8882
8883 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8884 run-time cl).
8885
8886 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8887
8888 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8889 from cl package.
8890 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8891
8892 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8893
8894 * calc/calc-alg.el (math-trig-rewrite)
8895 (math-hyperbolic-trig-rewrite): New functions.
8896 (calc-simplify): Simplify trig functions when asked.
8897
8898 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8901
8902 2009-08-24 Kenichi Handa <handa@m17n.org>
8903
8904 * language/ind-util.el (mapthread): Delete it.
8905 (combinatorial): New function.
8906 (indian--puthash-cv): Use combinatorial instead of mapthread.
8907
8908 2009-08-22 Kevin Ryde <user42@zip.com.au>
8909
8910 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8911 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8912 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8913 Clarify docstring that the value is strings not symbols.
8914 (checkdoc-list-of-strings-p): New function.
8915
8916 2009-08-22 Glenn Morris <rgm@gnu.org>
8917
8918 * files.el (auto-mode-alist):
8919 * hippie-exp.el (he-concat-directory-file-name):
8920 * lpr.el (lpr-windows-system, printer-name):
8921 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8922 * ps-print.el (ps-windows-system):
8923 * startup.el (command-line):
8924 * emulation/viper-ex.el (viper-glob-function):
8925 * international/mule-cmds.el (set-language-environment-coding-systems):
8926 * net/ange-ftp.el (ange-ftp-write-region):
8927 * obsolete/fast-lock.el (fast-lock-cache-name):
8928 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8929 unisoft-unix, vax-vms, win32, w32.
8930
8931 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8932 given name if the pattern is not more specific.
8933
8934 * calendar/lunar.el (lunar-phase-names): New option.
8935 (lunar-phase): Doc fix.
8936 (lunar-cycles-per-year): New constant.
8937 (lunar-index): New function.
8938 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8939 (lunar-phase-name): Use lunar-phase-names.
8940 (calendar-lunar-phases): Use format.
8941 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8942
8943 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8944 Copy imenu-example--name-and-position function here for own use.
8945 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8946
8947 * bs.el (bs--redisplay):
8948 * cus-edit.el (custom-redraw):
8949 * ibuffer.el (ibuffer-bury-buffer):
8950 * server.el (server-goto-line-column):
8951 * startup.el (command-line-1):
8952 * strokes.el (strokes-xpm-for-stroke):
8953 * term.el (term-display-buffer-line):
8954 * view.el (View-goto-line):
8955 * calc/calc.el (calc-do, calc-trail-buffer):
8956 * play/gamegrid.el (gamegrid-add-score-insecure):
8957 * progmodes/ada-mode.el (ada-compile-goto-error):
8958 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8959 (ebrowse-select-1st-to-9nth):
8960 * progmodes/cperl-mode.el (cperl-time-fontification):
8961 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8962 * progmodes/gud.el (gud-display-line):
8963 (idlwave-shell-display-line):
8964 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8965 * progmodes/make-mode.el (makefile-browser-toggle):
8966 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8967 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8968 * textmodes/picture.el (picture-draw-rectangle):
8969 * textmodes/reftex-index.el (reftex-index-goto-letter):
8970 (reftex-select-jump-to-previous):
8971 * textmodes/reftex-sel.el (reftex-find-start-point)
8972 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8973 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8974 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8975 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8976 * textmodes/two-column.el (2C-associated-buffer):
8977 Use forward-line rather than goto-line.
8978
8979 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8980 goto-line.
8981
8982 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8983 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8984 (quick-check-list-to-regexp): Declare.
8985
8986 * progmodes/make-mode.el (makefile-browser-insert-selection):
8987 Use goto-char rather than goto-line.
8988
8989 * progmodes/prolog.el (compilation-error-regexp-alist)
8990 (compilation-forget-errors): Declare.
8991
8992 2009-08-22 Juri Linkov <juri@jurta.org>
8993
8994 * progmodes/grep.el (lgrep, rgrep): At the beginning
8995 set `dir' to `default-directory' unless `dir' is a non-nil
8996 readable directory. (Bug#4052)
8997 (lgrep, rgrep): Change a weird way to report an error
8998 from using `read-string' to using `error'.
8999 Instead of using interactive arguments in the function body,
9000 add new argument `confirm'.
9001
9002 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * textmodes/remember.el (remember-buffer):
9005 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9006 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9007 (icalendar-extract-ical-from-buffer):
9008 * net/newst-treeview.el (newsticker-groups-filename):
9009 * net/newst-backend.el (newsticker-cache-filename):
9010 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9011 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9012 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9013 (speedbar-buffers-line-path, speedbar-path-line)
9014 (speedbar-buffers-line-path):
9015 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9016 (epg-sign-keys):
9017 * epa.el (epa-display-verify-result):
9018 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9019
9020 2009-08-21 Glenn Morris <rgm@gnu.org>
9021
9022 * progmodes/js.el (inferior-moz-process): Fix declaration.
9023
9024 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9025
9026 * obsolete/rnewspost.el (news-mail-reply):
9027 Use goto-char rather than goto-line.
9028
9029 * term/ns-win.el (ns-open-file-select-line):
9030 Use line-beginning-position rather than goto-line.
9031
9032 * apropos.el (apropos-command):
9033 * ehelp.el (electric-helpify):
9034 * printing.el (pr-show-setup):
9035 * strokes.el (strokes-help):
9036 * tutorial.el (tutorial--describe-nonstandard-key)
9037 (tutorial--detailed-help):
9038 * woman.el (woman-mini-help, woman-display-extended-fonts):
9039 * calc/calc-help.el (calc-describe-key):
9040 * emulation/edt.el (edt-electric-helpify):
9041 * international/mule-diag.el (mule-diag):
9042 * play/yow.el (apropos-zippy):
9043 * progmodes/python.el (python-describe-symbol):
9044 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9045 * textmodes/table.el (*table--cell-describe-mode)
9046 (*table--cell-describe-bindings):
9047 Use help-print-return-message rather than the now obsolete alias.
9048
9049 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9050 (calendar-cursor-to-visible-date):
9051 * play/5x5.el (5x5-position-cursor):
9052 * play/decipher.el (decipher):
9053 * play/gomoku.el (gomoku-goto-xy):
9054 * play/landmark.el (lm-goto-xy):
9055 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9056 (mpuz-paint-digit):
9057 Use forward-line, not goto-line.
9058
9059 * mail/rmail.el (rmail-obsolete): Delete custom group.
9060 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9061 (rmail-remote-password, rmail-remote-password-required):
9062 Remove unneeded :set-after and :set properties.
9063
9064 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9065
9066 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9067
9068 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9069
9070 * loadup.el: Remove leftover macos code.
9071
9072 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9073 Explicitly pass the date format to git blame so that user local
9074 so that the output format can be parsed.
9075
9076 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9077
9078 * net/dbus.el (top): Don't check for (getenv
9079 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9080
9081 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9082
9083 * log-edit.el (log-edit-strip-single-file-name): New var.
9084 (log-edit-insert-changelog): Use it. Bug#3571
9085
9086 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9089 Bug#3287
9090
9091 * help.el (help-print-return-message): Rename from
9092 print-help-return-message.
9093
9094 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9095 cvs-mode-map parent hack.
9096 (log-view-mode): Derive from special-mode.
9097
9098 * linum.el (linum-mode): window-size-change-functions is redundant.
9099 Adapt to new window-configuration-change-hook behavior.
9100 (linum-after-size, linum-after-config): Remove.
9101
9102 * imenu.el (imenu-example--name-and-position)
9103 (imenu-example--lisp-extract-index-name)
9104 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9105 Mark as obsolete.
9106
9107 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9108 (inferior-prolog-mode): Use it.
9109 (inferior-prolog-load-file): Reset list of errors.
9110
9111 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9112
9113 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9114
9115 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9116
9117 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9118
9119 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9120 is running already.
9121
9122 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * subr.el (listify-key-sequence-1): Use normal syntax since those
9125 integers are nowadays always represented by the same (positive) number
9126 on all platforms.
9127 (read-key-empty-map): New const.
9128 (read-key-delay): New var.
9129 (read-key): New function.
9130 (force-mode-line-update): Use with-current-buffer.
9131 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9132 (start-process-shell-command, start-file-process-shell-command):
9133 Discourage the use of command-args.
9134
9135 2009-08-19 Glenn Morris <rgm@gnu.org>
9136
9137 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9138
9139 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * simple.el (choose-completion-string): Don't rely on
9142 minibuffer-completing-file-name and ad-hoc checks to decide whether
9143 to continue completion or not.
9144
9145 * minibuffer.el (minibuffer-hide-completions): New function.
9146 (completion--do-completion): Use it.
9147 (completions-annotations): New face.
9148 (completion--insert-strings): Use it.
9149 (completion-pcm--delim-wild-regex): Add docstring.
9150 (completion-pcm--string->pattern): Add support for 0-width delimiters
9151 in completion-pcm--delim-wild-regex.
9152
9153 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9156 Remove unused var `buffer-modified-p'.
9157
9158 * minibuffer.el (completion--do-completion): Move point for the #b001
9159 case as well (bug#4176).
9160 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9161
9162 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9163
9164 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9165 and :session buses.
9166
9167 2009-08-18 Kenichi Handa <handa@m17n.org>
9168
9169 * international/ucs-normalize.el (ucs-normalize-version):
9170 Change to 1.1.
9171 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9172 (utf-8-hfs): Make it perform normalization on encoding too.
9173
9174 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9175 (sentence-end-without-space): Delete duplicated chars.
9176 (sentence-end-base): Likewise.
9177
9178 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9179 (html-mode): Delete duplicated chars from sentence-end-base.
9180
9181 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9182 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9183
9184 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * files.el (hack-one-local-variable): If the mode function is for
9187 a minor mode, pass it an argument (Bug#4148).
9188
9189 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9190
9191 * net/tramp.el (tramp-register-completion-file-name-handler):
9192 Check also for (member 'partial-completion completion-styles).
9193
9194 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9197 abbrev (Bug#3943).
9198
9199 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9200
9201 * progmodes/cperl-mode.el: Merge upstream 6.2.
9202 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9203 (cperl-forward-re): Check cperl-brace-recursing.
9204 (cperl-highlight-charclass): New function.
9205 (cperl-find-pods-heres): Use it.
9206 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9207 (cperl-beautify-regexp-piece): Fix column calculation.
9208 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9209 (cperl-beautify-level): Don't process entire regexp.
9210 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9211 calling man.
9212 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9213 (cperl-init-faces): Build a list in the normal way.
9214
9215 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9216
9217 * calendar/parse-time.el (parse-time-string-chars): Save match
9218 data.
9219
9220 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9223 (sql-product): Use it.
9224 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9225 (sql-set-product): Add completion.
9226 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9227 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9228 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9229 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9230 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9231 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9232 (sql-highlight-db2-keywords): Remove.
9233 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9234 (sql-highlight-product): Use derived-mode-p.
9235 (sql-set-sqli-buffer): Use with-current-buffer.
9236 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9237 Simplify.
9238
9239 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9240
9241 * term.el: Fix commenting convention, turn comments into docstrings.
9242
9243 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9244
9245 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9246
9247 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9248
9249 * calendar/parse-time.el (parse-time-string-chars): Compute using
9250 character classes, to handle non-ascii characters (Bug#3190).
9251
9252 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9255 another heredoc if the user adds another < (Bug#3226).
9256
9257 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9258 Don't initialize based on window-system (Bug#4124).
9259
9260 * facemenu.el (facemenu-read-color): Use a completion function
9261 that accepts any defined color, such as RGB triplets (Bug#3677).
9262
9263 * files.el (get-free-disk-space): Change fallback default
9264 directory to /. Expand DIR argument before switching to fallback.
9265 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9266
9267 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9268
9269 * files.el (load-library): Doc fix.
9270
9271 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9272
9273 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9274 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9275 incremental search string.
9276
9277 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9278 XEmacs.
9279
9280 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9281 (ediff-merge-region-is-non-clash)
9282 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9283 Also check if the job is really a merge job.
9284
9285 * ediff.el (ediff-current-file): New function.
9286
9287 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9290 conventions.
9291 (js-insert-and-indent): Delete function.
9292 (js-mode-map): Don't bind keys to js-insert-and-indent.
9293 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9294 (js-end-of-defun): Rename from js--end-of-defun.
9295 (js-auto-indent-flag): Delete variable.
9296
9297 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * progmodes/js.el: Remove proclaim statement.
9300 Defvar which-func-imenu-joiner-function to silence compiler.
9301
9302 * files.el (auto-mode-alist): Use js-mode for .js files.
9303
9304 * progmodes/js2-mode.el: Remove file.
9305
9306 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9307
9308 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9309
9310 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9311
9312 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9313 Karl Landstrom <karl.landstrom@brgeight.se>
9314
9315 * progmodes/js.el: New file.
9316
9317 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9318
9319 * timezone.el (timezone-parse-date): Add ability to understand ISO
9320 basic format (minimal separators) dates in addition to the
9321 already-supported extended format dates.
9322
9323 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9324
9325 * international/ucs-normalize.el: Add a `coding' file variable.
9326
9327 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9328
9329 2009-08-14 Sam Steingold <sds@gnu.org>
9330
9331 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9332
9333 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * faces.el (help-argument-name): Define it here instead of
9336 help-fns.el, because in daemon mode help-fns.el may be loaded when
9337 faces are still uninitialized (Bug#1078).
9338
9339 * help-fns.el (help-argument-name): Move defface to faces.el.
9340
9341 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9342
9343 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9344 create buffer with a pty but no process so that GDB can make the
9345 inferior the controlling process.
9346
9347 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9348
9349 * international/ucs-normalize.el: New file.
9350
9351 2009-08-13 Richard Stallman <rms@gnu.org>
9352
9353 * mail/rmail.el (rmail-get-attr-names):
9354 Accept an attribute header that is too short.
9355
9356 * mail/rmail.el (rmail-forget-messages):
9357 Ignore nil elt in rmail-message-vector. Use dotimes.
9358
9359 * progmodes/compile.el (compilation-goto-locus):
9360 Use next-error-move-function.
9361
9362 * simple.el (next-error-move-function): New variable.
9363
9364 2009-08-12 Juri Linkov <juri@jurta.org>
9365
9366 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9367 always non-nil. (Bug#4052)
9368
9369 * replace.el (read-regexp): Return empty string when
9370 `default-value' is nil.
9371 (keep-lines-read-args): Don't use empty string as the
9372 default value for `read-regexp'. (Bug#2495)
9373
9374 2009-08-12 Juri Linkov <juri@jurta.org>
9375
9376 * international/mule-cmds.el (ucs-insert): Change arguments
9377 from `arg' to `character', `count', `inherit' to be the same
9378 as in `insert-char'. Doc fix. (Bug#4039)
9379
9380 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9381
9382 2009-08-12 Juri Linkov <juri@jurta.org>
9383
9384 * files-x.el: New file.
9385
9386 * files.el: Move code that deals with adding/deleting
9387 file/directory-local variables to files-x.el.
9388
9389 * Makefile.in (ELCFILES): Add files-x.elc.
9390
9391 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9392
9393 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9394 to use `goto-line'.
9395 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9396 `goto-line'.
9397 (gdb-invalidate-disassembly): Do not refresh upon receiving
9398 'update signal. Instead, update all disassembly buffers only after
9399 threads list.
9400 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9401 (gdb-starting): Moved -data-list-register-names...
9402 (gdb-stopped): ...here so it's sent when first thread stops.
9403 (gdb-registers-handler-custom): Do nothing if register names are
9404 unknown yet.
9405
9406 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9407 from `gdb-mi.el' to avoid extra tangling.
9408
9409 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9410 change which breaks `gud-def' definitions used in `gdb'.
9411 (gdb-update-gud-running): No extra fuss for updating frame number.
9412
9413 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9416 (describe-language-environment-map, setup-language-environment-map)
9417 (set-coding-system-map): Move initialization into declaration.
9418 (set-language-info-alist): Last arg to define-key-after can be skipped.
9419
9420 * international/quail.el (quail-completion-1): Simplify.
9421 (quail-define-rules): Use slightly more compact code.
9422 (quail-insert-decode-map): Propertize keys, compact columns.
9423
9424 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9425 Add goto-line.
9426
9427 2009-08-10 Miles Bader <miles@gnu.org>
9428
9429 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9430 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9431 (js2-instance-member, js2-private-member, js2-private-function-call)
9432 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9433 (js2-magic-paren, js2-external-variable):
9434 Remove "-face" suffix from face names.
9435 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9436 (js2-highlight-undeclared-vars, js2-peek-token)
9437 (js2-parse-function-params, js2-mode-show-errors)
9438 (js2-mode-show-warnings, js2-make-magic-delimiter)
9439 (js2-mode-highlight-magic-parens): Update to use new face names.
9440
9441 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9442
9443 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9444 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9445
9446 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9447
9448 * subr.el: Provide hashtable-print-readable.
9449
9450 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9451 hs-c-like-adjust-block-beginning.
9452 (hs-hide-block-at-point): Stop hiding at the beginning of
9453 hs-block-end-regexp (Bug#700).
9454
9455 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9456
9457 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9458 a macro.
9459 (gdb-registers-handler-custom): Do not fail when register names
9460 are unavailable.
9461
9462 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9463
9464 * progmodes/gdb-mi.el (gdb-control-all-threads)
9465 (gdb-control-current-thread): Interactive setters for
9466 `gdb-gud-control-all-threads' to use in menu.
9467 (gdb-show-run-p): Show «Go» when process is not active.
9468 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9469 gud/thread.xpm and gud/all.xpm.
9470
9471 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9472
9473 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9474 (nslookup-font-lock-keywords): Make it a variable.
9475 (net-utils-mode): New mode for viewing diagnostic network output.
9476 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9477 (net-utils-run-simple): New function.
9478 (ifconfig, iwconfig, netstat, arp, route): Use it.
9479
9480 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9481
9482 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9483 (gdb-memory-set-address, def-gdb-set-positive-number)
9484 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9485 after changing settings.
9486 (gdb-invalidate-disassembly): Update when first shown.
9487 (gdb-edit-locals-value): Fixed.
9488 (gdb-registers-handler-custom): Print registers in right order and
9489 allow changing register values (only for current thread yet).
9490 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9491 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9492 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9493 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9494 info in mode name.
9495 (gdb-registers-mode-map): TAB to switch to locals.
9496
9497 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9498
9499 * mail/rmail.el (rmail-add-mbox-headers)
9500 (rmail-set-message-counters-counter): Search for
9501 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9502
9503 2009-08-08 Glenn Morris <rgm@gnu.org>
9504
9505 * Makefile.in (ELCFILES): Update.
9506
9507 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9508
9509 * mail/sendmail.el (mail-yank-original): Set
9510 buffer-file-coding-system from the one used by the message whose
9511 text is yanked.
9512
9513 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9514 to "windows" when "pgnuplot" is used.
9515 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9516 call accept-process-output if "pgnuplot" is used.
9517 (calc-graph-init): Don't send -display and -geometry to
9518 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9519 running "pgnuplot -V" with shell-command-to-string.
9520
9521 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9522 the default.
9523
9524 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9525
9526 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9527 org/org-latex.elc.
9528
9529 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9530
9531 * vc-dispatcher.el (vc-resynch-window): Update comment.
9532
9533 * term.el (term-handle-ansi-escape): Add comments with the
9534 terminfo capabilities implemented.
9535
9536 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9537
9538 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9539 (gdb-var-create-handler): Rewritten using JSON parser.
9540 (gdb-propertize-header): Moved earlier.
9541 (gdb-set-header): Removed to avoid duplication.
9542 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9543 Refresh disassembly buffers only after threads list have been
9544 update.
9545 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9546 variables.
9547
9548 2009-08-04 Juri Linkov <juri@jurta.org>
9549
9550 * files.el: Commands to add/delete file/directory-local variables.
9551 (read-file-local-variable, read-file-local-variable-value)
9552 (read-file-local-variable-mode, modify-file-local-variable)
9553 (modify-file-local-variable-prop-line)
9554 (modify-dir-local-variable): New functions.
9555 (add-file-local-variable, delete-file-local-variable)
9556 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9557 (add-dir-local-variable, delete-dir-local-variable)
9558 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9559 (copy-dir-locals-to-file-locals-prop-line): New commands.
9560
9561 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * abbrev.el (insert-abbrev-table-description): Prettify output.
9564 Suggested by Karl Chen.
9565
9566 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9567
9568 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9569 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9570 (gdb-overlay-arrow-position, gdb-thread-position)
9571 (gdb-disassembly-position): Declare variables.
9572 (gdb-wait-for-pending): Function now.
9573 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9574 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9575 compilation goes smoothly.
9576 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9577 (gdb-non-stop-setting): New customization setting which replaces
9578 `gdb-non-stop' so changing it doesn't break active GDB session.
9579 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9580 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9581 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9582 (gdb-show-threads-by-default): New customization options.
9583 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9584 routines.
9585 (gdb-get-buffer-create): Send buffers update signal when they are
9586 created.
9587 (gdb-invalidate-locals, gdb-invalidate-registers)
9588 (gdb-invalidate-breakpoints)
9589 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9590 (gdb-invalidate-memory): Accept update signal.
9591 (gdb-current-context-command): Use --frame option.
9592 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9593 Implement `gdb-frame-number' selection logic.
9594 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9595 whether to show GUD toolbar buttons.
9596 (gdb-thread-exited): Unselect current thread when it exits.
9597 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9598 (gdb-mark-line): Routine which sets overlay arrow or inverses
9599 video on fringeless displays.
9600 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9601 to build aligned columns of data in GDB buffers and set text
9602 properties line-by-line.
9603 (gdb-invalidate-breakpoints)
9604 (gdb-breakpoints-list-handler-custom)
9605 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9606 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9607 (gdb-registers-handler-custom): Align data columns.
9608 (gdb-locals-handler-custom): Now prints data like in variable
9609 declarations.
9610 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9611 Removed confusing buttons.
9612 (gdb-invalidate-threads): Append --frame.
9613 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9614 between breakpoints/threads buffers.
9615 (gdb-set-window-buffer): Now can ignore dedicated windows.
9616 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9617 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9618 (def-gdb-thread-buffer-gud-command): Replaces
9619 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9620 for fine thread control.
9621 (gdb-preempt-existing-or-display-buffer): New function used to
9622 display bound buffers without breaking window layout.
9623 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9624 (gdb-select-frame): New version of `gdb-frames-select' which now
9625 sets `gdb-frame-number' so commands may use --frame option instead
9626 of inner debugger state.
9627 (gdb-frame-handler): Do not set `gdb-frame-number'.
9628 (gdb-threads-mode-map): Select threads with mouse.
9629
9630 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9631 avoid compilation warning.
9632 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9633 `gdb-show-stop-p`.
9634
9635 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9636 Argument `key' renamed to `buffer-type'.
9637 (gdb-current-context-buffer-name): Do not add thread info to
9638 buffer name when no thread is selected.
9639 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9640 command (bug 3794).
9641 (gdb-thread-selected): Handle `=thread-selected' notification.
9642 (gdb-wait-for-pending): New macro to deal with congestion problems.
9643 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9644 breakpoints.
9645 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9646 This fixes problem similar to one described in bug 3947.
9647 (gud-menu-map): More menu items.
9648 (gdb-init-1): Reset `gdb-thread-number' to nil.
9649
9650 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9651 non-stop settings.
9652
9653 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9654 (gdb-current-context-command): Do not append --thread if
9655 `gdb-thread-number' is nil.
9656 (gdb-running-threads-count, gdb-stopped-threads-count): New
9657 variables.
9658 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9659 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9660 customization options.
9661 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9662 GUD commands.
9663 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9664 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9665 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9666 set `gdb-thread-number' and update `gud-running' properly.
9667 (gdb-running): Update threads list when new threads appear.
9668 (gdb-stopped): Support non-stop operation and new thread switching
9669 logic.
9670 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9671 (gdb-json-partial-output): New set of JSON routines.
9672 (def-gdb-auto-update-trigger): New `signal-list' optional
9673 argument.
9674 (gdb-thread-list-handler-custom): Update `gud-running',
9675 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9676 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9677 (gdb-continue-thread, gdb-step-thread): New commands for fine
9678 thread execution control.
9679 (gud-menu-map): New menu items to switch non-stop options.
9680 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9681 (gdb-send): Mimic RET properly (bug 3794).
9682
9683 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9684 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9685 gdb-buffer-rules.
9686 (def-gdb-auto-update-handler): New nopreserve optional argument.
9687 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9688
9689 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9690 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9691 (gdb-parent-mode): New mode to derive other GDB modes from.
9692 (gdb-display-disassembly-for-thread)
9693 (gdb-frame-disassembly-for-thread): New commands for threads
9694 buffer.
9695
9696 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9697 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9698 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9699 (gdb-update): We now store all GDB buffers in a list so that they
9700 can be updated by traversing a list instead of calling invalidate
9701 triggers explicitly.
9702 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9703 pair for GDB buffer.
9704 (gdb-stack-buffer-name): Add thread information.
9705 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9706 handle pending triggers.
9707 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9708 (def-gdb-thread-buffer-simple-command)
9709 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9710 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9711 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9712 New commands which show buffers bound to thread.
9713 (gdb-stack-list-locals-regexp): Removed unused regexp.
9714
9715 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9716 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9717 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9718 to (gud-comint-buffer) in *-buffer-name functions
9719 because (gdb-get-target-string) already does that.
9720 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9721 (gdb-changed-registers-handler): Rewritten without regexps.
9722
9723 * progmodes/gdb-mi.el: Basic thread selection support.
9724 (gdb-thread-number): New variable.
9725 (gdb-current-context-command): New macro which adds --thread
9726 option to command.
9727 (gdb-threads-mode-map): Select thread with SPC.
9728 (gdb-thread-list-handler-custom): Mark current thread with overlay
9729 arrow. Synchronize GDB thread and Emacs thread.
9730 (gdb-select-thread): New command which selects current thread.
9731 (gdb-invalidate-frames, gdb-invalidate-locals)
9732 (gdb-invalidate-registers): Use --thread option.
9733
9734 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9735
9736 * net/tramp.el (top): Make check for tramp-gvfs loading more
9737 robust. (Bug#3977)
9738 (tramp-handle-insert-file-contents): `unwind-protect' must be
9739 inside `with-parsed-tramp-file-name'.
9740
9741 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9742 fails.
9743
9744 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9745
9746 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9747 directory if CLASSPATH is not set.
9748
9749 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9750
9751 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9752 New defconst.
9753 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9754
9755 2009-08-02 Kevin Ryde <user42@zip.com.au>
9756
9757 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9758 Update freshmeat link. Delete newsforge.com as it seems gone.
9759
9760 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9761
9762 * select.el (x-set-selection): Doc fix (Bug#4021).
9763
9764 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9765
9766 * help-fns.el (describe-variable): Treat list return values from
9767 dir-locals-find-file properly (Bug#4005).
9768
9769 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9770
9771 * net/tramp.el (tramp-debug-message): Print also microseconds.
9772
9773 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9774
9775 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9776 or END is non-nil.
9777 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9778 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9779 format.
9780
9781 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9782 (tramp-get-file-property): Use it.
9783
9784 * autorevert.el (auto-revert-handler): Allow
9785 `auto-revert-tail-mode' for remote files.
9786
9787 2009-08-02 Jason Rumney <jasonr@gnu.org>
9788
9789 * minibuffer.el (read-file-name): Treat confirm options to
9790 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9791
9792 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9793
9794 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9795 (font-lock-variable-name-face, font-lock-constant-face): Darken
9796 the colors for light backgrounds.
9797
9798 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9799
9800 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9801 month names. (Bug#3987)
9802
9803 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9804
9805 * simple.el (line-move-finish): Pass whole number to
9806 line-move-to-column.
9807 (line-move-visual): Perform hscroll to the recorded position.
9808
9809 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9810
9811 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9812
9813 2009-07-29 Alan Mackenzie <acm@muc.de>
9814
9815 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9816
9817 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9818
9819 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9820 (gdb-place-breakpoints): Use full path when setting breakpoints.
9821
9822 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9823
9824 * calc/calc.el (calc-mode-map): Add keybinding for
9825 `calc-transpose-lines'.
9826
9827 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9828
9829 * calc/calc-misc.el (calc-transpose-lines): New function.
9830
9831 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9832
9833 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9834 Simplify check for out-of-band methods.
9835 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9836 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9837
9838 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9839
9840 * vc-git.el (vc-git-checkin): Fix typo.
9841
9842 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9843
9844 * progmodes/js2-mode.el: New file.
9845
9846 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9847
9848 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9849 (gud-menu-map): Adjust tooltip accordingly.
9850
9851 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9852
9853 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9854 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9855
9856 * add-log.el (change-log-mode-map): Add a menu.
9857
9858 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9859
9860 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9861 function returns nil.
9862 (dbus-handle-event): Handle special return value :ignore.
9863 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9864
9865 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9866
9867 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9868 it's not needed.
9869
9870 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9871
9872 Fix Bug#3888:
9873
9874 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9875
9876 * term/pc-win.el (x-display-name, x-colors)
9877 (x-select-enable-clipboard, x-select-text): Doc fix.
9878
9879 * term/common-win.el (x-display-name, x-colors): Doc fix.
9880
9881 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9882 (xw-defined-colors): Doc fix.
9883
9884 * w32-fns.el (x-select-text, x-setup-function-keys)
9885 (x-get-selection, x-set-selection): Doc fix.
9886
9887 * term/x-win.el (x-select-text, x-setup-function-keys)
9888 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9889
9890 * select.el (x-set-selection): Doc fix.
9891
9892 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9893
9894 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9895 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9896 "IsNSSSupportAvailable" method is not available. Reported by
9897 Steve Youngs <steve@sxemacs.org>.
9898
9899 2009-07-24 Kenichi Handa <handa@m17n.org>
9900
9901 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9902 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9903 (build-unicode-category-table): Fix range checks.
9904
9905 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9906
9907 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9908 the buffer we try to sync is current when calling
9909 vc-resynch-buffer.
9910
9911 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9912 not show up to date files.
9913
9914 2009-07-24 Glenn Morris <rgm@gnu.org>
9915
9916 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9917 Add autoload cookies. If necessary, initialize.
9918 (elint-log): Handle non-file buffers.
9919 (elint-initialize): Add optional argument to reinitialize.
9920 (elint-find-builtin-variables): Save excursion.
9921
9922 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9923
9924 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9925 for Lint.
9926
9927 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9928
9929 * vc.el (vc-print-log-internal): New function, split out from ...
9930 (vc-print-log): ... here.
9931 (vc-dir-move-to-goal-column): Declare.
9932
9933 * vc-git.el (vc-git-add-signoff): New variable.
9934 (vc-git-checkin): Use it.
9935 (vc-git-toggle-signoff): New function.
9936 (vc-git-extra-menu-map): Bind it to menu.
9937 (vc-git--run-command-string): Accept a nil FILE argument.
9938 (vc-git-stash-list): New function.
9939 (vc-git-dir-extra-headers): Use it.
9940
9941 2009-07-23 Glenn Morris <rgm@gnu.org>
9942
9943 * help-fns.el (describe-variable): Describe ignored and risky local
9944 variables in a similar way to that in which we describe safe ones.
9945
9946 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9947 (byte-compile-output-file-form, byte-compile-output-docform)
9948 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9949 Give some more local variables with common names a "bytecomp-" prefix,
9950 so as not to shadow things during compilation.
9951 * emacs-lisp/cl-macs.el (load-time-value)
9952 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9953 `outbuffer' to `bytecomp-outbuffer'.
9954
9955 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9956 since the next two variables cover them automatically now.
9957 (elint-builtin-variables, elint-autoloaded-variables): New.
9958 (elint-unknown-builtin-args): Remove all members, since they can be
9959 parsed automatically now.
9960 (elint-extra-errors): New.
9961 (elint-env-add-env, elint-env-add-macro): Use cadr.
9962 (elint-current-buffer): Use or. Change final message.
9963 (elint-get-top-forms): Use line-end-position.
9964 (elint-init-env): Use cadr. Handle autoload, declare-function,
9965 and defalias.
9966 (elint-add-required-env): Doc fix. Use or. Standardize error.
9967 (regexp-assoc): Remove unused function.
9968 (elint-top-form): Set elint-current-pos, to record the start of the
9969 top-level form, for compilation-mode.
9970 (elint-form): Trap errors in macro expansion. Use dolist.
9971 (elint-unbound-variable): Use elint-builtin-variables and
9972 elint-autoloaded-variables.
9973 (elint-get-args): Use cadr, or.
9974 (elint-check-cond-form): Use dolist, cadr.
9975 (elint-check-condition-case-form): Doc fix. Use cadr.
9976 Use elint-extra-errors.
9977 (elint-log): New function.
9978 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9979 Distinguish errors and warnings.
9980 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9981 Use a bytecomp-style format.
9982 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9983 (elint-get-log-buffer): Use compilation mode. Disable undo.
9984 Don't truncate lines.
9985 (elint-initialize): Set builtin and autoloaded variable lists.
9986 Only process elint-unknown-builtin-args if non-nil.
9987 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9988 New functions.
9989 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9990
9991 2009-07-22 Kevin Ryde <user42@zip.com.au>
9992
9993 * net/newst-backend.el (newsticker--parse-atom-1.0)
9994 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9995 (newsticker--parse-rss-1.0):
9996 * progmodes/idlwave.el (idlwave-mode):
9997 * progmodes/idlw-shell.el (idlwave-shell-mode):
9998 * progmodes/vera-mode.el (vera-mode):
9999 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10000 * progmodes/vhdl-mode.el (vhdl-mode):
10001 * textmodes/table.el (table-generate-source)
10002 (table--warn-incompatibility):
10003 Hyperlink urls in docstrings with URL `...'.
10004
10005 2009-07-22 Glenn Morris <rgm@gnu.org>
10006
10007 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10008 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10009 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10010 Remove leading * from defcustom docs.
10011
10012 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10013
10014 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10015 defcustom doc.
10016 (list-load-path-shadows): Optionally, just return shadows as a string.
10017
10018 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10019
10020 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * mail/rmailedit.el (rmail-edit-mode): Use
10023 auto-save-include-big-deletions.
10024
10025 * mail/rmail.el (rmail-variables): Use
10026 auto-save-include-big-deletions.
10027
10028 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10029 changes.
10030
10031 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10032
10033 * calc/calc.el (calc-undo-length): New variable.
10034 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10035
10036 2009-07-21 Richard Stallman <rms@gnu.org>
10037
10038 * files.el (auto-save-mode): Handle buffer-save-size = -2
10039 for toggling mode.
10040
10041 2009-07-21 Glenn Morris <rgm@gnu.org>
10042
10043 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10044
10045 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10046
10047 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10048 silence compiler. Instead...
10049 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10050 (ps-print-ensure-fontified): Update for above function name changes.
10051
10052 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10053 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10054 silence compiler. Instead...
10055 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10056 (mh-show-buffer): Only define for compiler.
10057 (pr-mh-current-message): Update for above function name changes.
10058
10059 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10060 as an argument.
10061 (find-file-noselect, insert-file-1): Update for above change.
10062
10063 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10064
10065 * mail/mailclient.el (mailclient-send-it): Fix message.
10066
10067 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10068 (edebug-eval): Check cl-debug-env is bound.
10069 (print-level, print-circle): Don't redefine built-in variables.
10070
10071 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10072 (custom-print-vectors): Remove old comments from doc.
10073
10074 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10075 (emerge-version): Make the variable an obsolete alias for the
10076 emacs-version variable. Make the function obsolete.
10077 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10078 Emerge options, rather than merging in into the main Options menu.
10079 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10080 and auto advance modes. Disable edit/fast items when not relevant.
10081
10082 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10083
10084 * term/vt420.el (terminal-init-vt420): Fix typo.
10085
10086 2009-07-20 Sam Steingold <sds@gnu.org>
10087
10088 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10089 variable (removed from compile.el on 2004-03-11).
10090
10091 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10092
10093 * files.el (hack-local-variables-filter): Fix last change.
10094
10095 2009-07-19 Juri Linkov <juri@jurta.org>
10096
10097 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10098 (dir-local-variables-alist): New buffer-local variable.
10099 (hack-local-variables-filter): If variable is not dir-local,
10100 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10101 because file-local overrides dir-local.
10102 (c-postprocess-file-styles) <declare-function>:
10103 Remove obsolete declaration.
10104 (hack-dir-local-variables): Add dir-local variable/value pair to
10105 `dir-local-variables-alist' and remove duplicates. Doc fix.
10106
10107 * help-fns.el (describe-variable): Add information about
10108 file-local and dir-local variables.
10109
10110 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * files.el (hack-local-variables-filter): Rewrite.
10113
10114 2009-07-19 Glenn Morris <rgm@gnu.org>
10115
10116 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10117 Silence compiler by only defining on XEmacs.
10118
10119 * international/mule.el (auto-coding-regexp-alist): Only match
10120 BABYL... at the start of buffer, not of lines. (Bug#3790)
10121
10122 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10123 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10124 (cal-menu-context-mouse-menu): Doc fix.
10125
10126 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10127
10128 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10129
10130 2009-07-18 Juri Linkov <juri@jurta.org>
10131
10132 * info.el: Virtual Info keyword finder.
10133 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10134 (Info-finder-file): New variable.
10135 (Info-finder-find-file): New function.
10136 (finder-known-keywords, finder-package-info)
10137 (find-library-name, lm-commentary): Use defvar and
10138 declare-function to silence compiler warnings.
10139 (Info-finder-find-node): New function.
10140 (info-finder): New command.
10141
10142 * subr.el (process-kill-buffer-query-function): New function.
10143 (add-hook)<kill-buffer-query-functions>: Add hook
10144 `process-kill-buffer-query-function'.
10145
10146 2009-07-18 Alan Mackenzie <acm@muc.de>
10147
10148 * progmodes/cc-mode.el (c-before-hack-hook)
10149 (c-postprocess-file-styles): Give invocation of `c-set-style'
10150 DONT-OVERRIDE parameter of t. Already set style variables will
10151 thus not be overridden by style settings given by `c-file-syle'.
10152
10153 * files.el (hack-local-variables-filter): Remove entries with
10154 duplicate keys from `file-local-variables-alist'.
10155
10156 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10157
10158 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10159 x-set-selection if display-selections-p returns nil for the
10160 current frame.
10161
10162 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10163
10164 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10165
10166 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10167
10168 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10169 Accept nil in addition to a regexp.
10170 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10171 Accept nil in addition to a regexp.
10172 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10173 buffers that have an associated file. Handle nil values of
10174 desktop-buffers-not-to-save and desktop-files-not-to-save.
10175 (Bug#3833)
10176
10177 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10178 (x-disown-selection-internal): New functions.
10179
10180 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10181
10182 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10183 warning.
10184 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10185 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10186
10187 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10188
10189 * simple.el (set-mark): Revert last change.
10190
10191 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10192
10193 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10194 rendering of pngs is not possible instead of messaging a long
10195 description.
10196
10197 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10198
10199 * w32-fns.el (x-selection-owner-p): New function.
10200
10201 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10202 (mouse-yank-at-click, mouse-yank-primary): If
10203 select-active-regions is non-nil, deactivate the mark before
10204 insertion.
10205
10206 * simple.el (deactivate-mark, set-mark): Only save selection if we
10207 own it.
10208
10209 2009-07-17 Kenichi Handa <handa@m17n.org>
10210
10211 * case-table.el (describe-buffer-case-table): Fix for the case
10212 that KEY is a cons.
10213
10214 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10215
10216 * vc-rcs.el (vc-rcs-find-file-hook):
10217 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10218
10219 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10220
10221 * net/tramp.el (tramp-wait-for-output): Handle the case when
10222 commands do not return a newline but a null byte before the shell
10223 prompt. (Bug#3858)
10224
10225 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10226
10227 * term/ns-win.el (ns-set-alpha): Don't declare.
10228 (ns-set-background-alpha): Remove function.
10229
10230 2009-07-16 Kevin Ryde <user42@zip.com.au>
10231
10232 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10233 y-or-n-p, for safety.
10234
10235 2009-07-16 Richard Stallman <rms@gnu.org>
10236
10237 * files.el (auto-save-mode): If buffer-saved-size is -2,
10238 don't clobber it.
10239
10240 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10241 (rmail-retry-ignored-headers): Add more uninteresting fields.
10242
10243 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10244
10245 * net/rcirc.el (rcirc): Use history variables.
10246 (rcirc-server-name-history, rcirc-nick-name-history)
10247 (rcirc-server-port-history): New variables.
10248
10249 2009-07-15 Kenichi Handa <handa@m17n.org>
10250
10251 * international/mule-cmds.el (set-language-environment-charset):
10252 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10253 ignore them.
10254
10255 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10256 Delete unibyte-display.
10257
10258 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10259
10260 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10261
10262 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10263
10264 * simple.el (deactivate-mark): Optional argument FORCE.
10265 (set-mark): Use deactivate-mark.
10266
10267 * info.el (Info-search): No need to check transient-mark-mode
10268 before calling deactivate-mark.
10269
10270 * select.el (x-set-selection): Doc fix.
10271 (x-valid-simple-selection-p): Allow buffer values.
10272 (xselect--selection-bounds): Handle buffer values. Suggested by
10273 David De La Harpe Golden.
10274
10275 * mouse.el (mouse-set-region, mouse-drag-track): Call
10276 copy-region-as-kill before setting the mark, to let
10277 select-active-regions work.
10278
10279 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10280
10281 * simple.el (deactivate-mark): If select-active-regions is
10282 non-nil, copy the selection data into a string.
10283 (activate-mark): If select-active-regions is non-nil, set the
10284 selection to the current buffer.
10285 (set-mark): Update selection if select-active-regions is non-nil.
10286
10287 * select.el (x-valid-simple-selection-p): Allow buffer values.
10288
10289 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10292 and more featureful message-mode.
10293
10294 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * select.el (x-set-selection): Doc fix.
10297 (x-valid-simple-selection-p): Disallow selection data consisting
10298 of a list or cons of integers, since that is not used.
10299 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10300 (xselect-convert-to-string, xselect-convert-to-length)
10301 (xselect-convert-to-filename, xselect-convert-to-charpos)
10302 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10303
10304 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10305
10306 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10307 output in -break-info command (Emacs bug #3794).
10308
10309 2009-07-14 Glenn Morris <rgm@gnu.org>
10310
10311 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10312 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10313 (edebug-print-length, edebug-print-level, edebug-print-circle)
10314 (edebug-sit-for-seconds, edebug-view-outside)
10315 (edebug-bounce-point, edebug-set-global-break-condition)
10316 (edebug-Go-nonstop-mode, edebug-trace-mode)
10317 (edebug-Trace-fast-mode, edebug-continue-mode)
10318 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10319 (edebug-visit-eval-list): Doc fixes.
10320
10321 * subr.el (def-edebug-spec): Doc fix.
10322
10323 2009-07-14 Kenichi Handa <handa@m17n.org>
10324
10325 * international/characters.el: Fix setting of category ?C.
10326
10327 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10328
10329 * term/ns-win.el (x-select-font): defalias x-select-font to
10330 ns-popup-font-panel instead of generate-fontset-menu.
10331
10332 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10333
10334 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10335
10336 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10337
10338 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10339 the PK\003\004 header (Bug#3770).
10340
10341 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10342
10343 * pcomplete.el (pcomplete-comint-setup): Check for
10344 shell-dynamic-complete-filename too.
10345
10346 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10347
10348 * simple.el (temporary-goal-column): Change the value for
10349 line-move-visual to a cons cell.
10350 (line-move-visual): Record or set the window hscroll, if
10351 necessary (Bug#3494).
10352 (line-move-1): Handle cons value of temporary-goal-column.
10353
10354 2009-07-11 Kenichi Handa <handa@m17n.org>
10355
10356 * international/mule-diag.el (describe-character-set): Don't show
10357 width.
10358
10359 2009-07-10 Sam Steingold <sds@gnu.org>
10360
10361 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10362 Omake sometimes indents the errors it prints, so allow all
10363 regexps to start with spaces.
10364
10365 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10366
10367 * cus-edit.el (customize-changed-options-previous-release):
10368 Bump value to 22.1. (Bug#3804)
10369
10370 2009-07-08 Sam Steingold <sds@gnu.org>
10371
10372 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10373 to be a cons cell (test . ignored-directory) to selectively ignore
10374 some directories depending on the location of the search.
10375
10376 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10377
10378 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10379 remote user is root, on the local host.
10380 (tramp-local-host-p): Either the local user or the remote user
10381 must be root. (Bug#3771)
10382
10383 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10384
10385 * progmodes/gdb-mi.el (gdb): Remove description of
10386 gdb-use-separate-io-buffer.
10387 (menu): Don't allow toggling of or enable
10388 gdb-use-separate-io-buffer from menubar.
10389
10390 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10391
10392 * mail/unrmail.el (unrmail): Make sure the message ends with two
10393 newlines (Bug#3769).
10394
10395 2009-07-08 Glenn Morris <rgm@gnu.org>
10396
10397 * calendar/calendar.el (calendar-current-date): Rework previous change.
10398
10399 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10400
10401 * calendar/calendar.el (calendar-current-date):
10402 Add an optional argument giving an offset from today.
10403
10404 2009-07-08 Glenn Morris <rgm@gnu.org>
10405
10406 * tutorial.el (tutorial--describe-nonstandard-key):
10407 Adjust the message for when a key has been unbound.
10408 (help-with-tutorial): Hide the arch-tag.
10409
10410 2009-07-08 Kenichi Handa <handa@m17n.org>
10411
10412 * international/fontset.el (setup-default-fontset): For each
10413 script, append (not set) font-specs.
10414
10415 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10416 docstring.
10417
10418 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10419
10420 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10421 -data-list-register-names to ...
10422 (gdb-starting): ... here because GDB 7.0 requires execution to
10423 have started when using this MI command.
10424 (gdb-set-header): New function to distinguish select and
10425 unselected tabs in gdb buffers.
10426 (gdb-propertize-header): New macro that uses gdb-set-header.
10427 (gdb-breakpoints-header, gdb-locals-header): Use it.
10428 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10429
10430 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * Makefile.in (ELCFILES): Remove fadr.elc.
10433
10434 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10435
10436 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10437 may contain frame information, so `string-match' should be used.
10438 (gdb-update): Disassembly is invalidated through
10439 `gdb-get-selected-frame'.
10440 (gdb-pad-string): New function to pad string with spaces.
10441 (gdb-invalidate-disassembly): Invalidate only if the buffer
10442 exists.
10443 (gdb-disassembly-handler-custom): Column alignment.
10444 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10445 placing new ones.
10446 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10447 end of line, too.
10448 (gdb-frame-handler): Match convention to for disassembly buffer
10449 mode name.
10450 (gdb-stack-list-frames-handler): Rewritten without regexps.
10451 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10452 not highlight breakpoints without line information.
10453 (gdb-input): Add trailing newline to command.
10454
10455 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10456 buffer properly.
10457 (gdb-breakpoints-list-handler-custom): Replacement for
10458 `gdb-break-list-handler'. Using real parser instead of regexps
10459 now.
10460 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10461 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10462 to place breakpoints.
10463 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10464 functions.
10465 (gdb-disassembly-handler-custom): Show overlay arrow.
10466 (gdb-disassembly-place-breakpoints): Show breakpoints in
10467 disassembly buffer.
10468 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10469 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10470 instead of parsing breakpoints buffer. Fixed old menu references
10471 in `gud-menu-map'.
10472
10473 * fadr.el: Remove.
10474
10475 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10476 (gdb-memory-address): New variable which holds top address of
10477 memory page shown in memory buffer.
10478 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10479 customization variables.
10480 New functions:
10481 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10482 display the memory buffer.
10483 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10484 buffer display parameters.
10485 (def-gdb-memory-format, gdb-memory-format-binary)
10486 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10487 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10488 Functions for setting memory buffer format.
10489 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10490 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10491 unit size used in memory buffer.
10492 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10493 to next/previous page of memory buffer.
10494 Now using (bindat-get-field) instead of fadr functions.
10495
10496 2009-07-07 Sam Steingold <sds@gnu.org>
10497
10498 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10499 non-top-level files.
10500
10501 2009-07-07 Kenichi Handa <handa@m17n.org>
10502
10503 * international/mule-cmds.el (reset-language-environment): Put
10504 the highset priority to the charset iso-8859-1.
10505
10506 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10507
10508 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10509 to the end of the line when locating the block (Bug#700).
10510
10511 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10512
10513 * net/tramp.el (tramp-handle-write-region): Flush file properties
10514 in case of short track.
10515
10516 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10517
10518 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10519 Coded custom representation of verilog error regular expressions
10520 to work with Emacs-22's new format.
10521 (verilog-error-regexp-xemacs-alist): Coded custom representation
10522 of verilog error regular expressions to work with XEmacs format.
10523 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10524 error recognition into XEmacs.
10525 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10526 error recognition into Emacs-22.
10527
10528 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * woman.el: Remove stand-alone closing parentheses.
10531 (woman-file-name, woman2-format-paragraphs)
10532 (woman-leave-blank-lines): Code cleanup.
10533 (woman-use-own-frame): Change default to nil.
10534 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10535 defaults to inherit from default faces.
10536 (woman2-process-escapes): Consume the newline after a stand-alone
10537 filler character (Bug#3651).
10538
10539 2009-07-06 Glenn Morris <rgm@gnu.org>
10540
10541 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10542 (top-level): Move provide to the end.
10543 (ffap): Remove defunct URL from custom group.
10544
10545 * subr.el (eval-after-load): Doc fix.
10546
10547 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10548
10549 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10550 `calc-embedded-word' is called twice.
10551
10552 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * files.el (find-alternate-file-other-window, find-alternate-file):
10555 Obey confirm-nonexistent-file-or-buffer.
10556
10557 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10558
10559 * dired-aux.el (dired-show-file-type): Handle remote files.
10560
10561 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10562
10563 * desktop.el (desktop-globals-to-save):
10564 Add file-name-history (Bug#2750).
10565
10566 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10569
10570 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10571
10572 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10573 property on entire argument since this is what eshell-lisp-command
10574 expects.
10575
10576 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10577
10578 * net/tramp-gvfs.el (tramp-gvfs-methods)
10579 (tramp-gvfs-zeroconf-domain)
10580 (tramp-bluez-discover-devices-timeout): Add version flag.
10581 (tramp-gvfs-handler-mounted-unmounted)
10582 (tramp-gvfs-connection-mounted-p): Polish handling of
10583 incompatibilities between GVFS 0.2 and 1.0.
10584
10585 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10586
10587 * cus-start.el (all): Add make-pointer-invisible.
10588
10589 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10590
10591 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10592 formatted correctly.
10593
10594 2009-07-02 Juri Linkov <juri@jurta.org>
10595
10596 * info.el: Virtual Info files and nodes.
10597 (Info-virtual-files, Info-virtual-nodes): New variables.
10598 (Info-current-node-virtual): New variable.
10599 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10600 New functions.
10601 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10602 to check for a virtual file instead of checking a fixed list
10603 of node names.
10604 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10605 instead of ad-hoc processing of "dir" and (apropos history toc).
10606 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10607 instead of ad-hoc processing of "dir" and (apropos history toc).
10608 Reread a file when moving from a virtual node.
10609 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10610 (Info-directory-toc-nodes, Info-directory-find-file)
10611 (Info-directory-find-node): New functions.
10612 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10613 (Info-history): Move part of code to
10614 `Info-history-find-node'.
10615 (Info-history-toc-nodes, Info-history-find-file)
10616 (Info-history-find-node): New functions.
10617 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10618 (Info-toc): Move part of code to `Info-toc-find-node'.
10619 (Info-toc-find-node): New function.
10620 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10621 the current Info file name to references because now the node
10622 "*TOC*" belongs to the same Info manual.
10623 (Info-toc-build): Rename from `Info-build-toc'.
10624 (Info-toc-nodes): Rename input argument `file' to `filename'.
10625 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10626 instead of ad-hoc processing of ("dir" apropos history toc).
10627 (Info-index-nodes): Use Info-virtual-file-p
10628 to check for a virtual file instead of checking a fixed list
10629 of node names.
10630 (Info-index-node): Add check for `Info-current-node-virtual'.
10631 Raise `save-match-data' higher up the tree to contain
10632 `search-forward' too (bug fix).
10633 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10634 (Info-virtual-index-nodes): New variable.
10635 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10636 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10637 (Info-apropos-file, Info-apropos-nodes): New variables.
10638 (Info-apropos-toc-nodes, Info-apropos-find-file)
10639 (Info-apropos-find-node, Info-apropos-matches): New functions.
10640 (info-apropos): Move part of code to `Info-apropos-find-node' and
10641 `Info-apropos-matches'.
10642 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10643 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10644 for a virtual file instead of checking a fixed list of node names.
10645
10646 * simple.el (async-shell-command): New command.
10647
10648 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10649
10650 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10651 instead of `mount-info'.
10652
10653 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10654
10655 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10656 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10657
10658 2009-07-02 Kenichi Handa <handa@m17n.org>
10659
10660 * international/mule.el (set-keyboard-coding-system): Force *-unix
10661 coding-system to avoid eol conversion.
10662
10663 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10666 Add handler for `process-file', `shell-command' and
10667 `start-file-process'.
10668 (tramp-gvfs-handle-shell-command)
10669 (tramp-gvfs-handle-start-file-process)
10670 (tramp-gvfs-handle-process-file): New defuns.
10671 (tramp-synce-list-devices): Simplify check for existence of property.
10672
10673 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10674
10675 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10676
10677 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10678
10679 * language/korean.el (set-language-info-alist): Add korean-cp949,
10680 cp949 to spec.
10681
10682 2009-07-01 Kenichi Handa <handa@m17n.org>
10683
10684 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10685
10686 * international/encoded-kb.el: Deleted.
10687
10688 * international/mule.el (set-keyboard-coding-system): Perform the
10689 necessary setup here instead of calling encoded-kbd-setup-display.
10690
10691 2009-07-01 Glenn Morris <rgm@gnu.org>
10692
10693 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10694
10695 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10696
10697 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10698
10699 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10700
10701 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10702 Handle also the 'rename case, when setting file modes. (Bug#3712)
10703 (tramp-default-file-modes): Remove execute permissions.
10704
10705 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10706 (top): Add a default for "synce" in `tramp-default-user-alist'.
10707 Add completion function for "synce" method.
10708 (tramp-hal-service, tramp-hal-path-manager)
10709 (tramp-hal-interface-manager, tramp-hal-interface-device):
10710 New defconst.
10711 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10712 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10713 New defuns.
10714
10715 * net/trampver.el: Update release number.
10716
10717 2009-06-30 Kenichi Handa <handa@m17n.org>
10718
10719 * international/fontset.el (setup-default-fontset): Add CJK fonts
10720 for symbols and the other miscellaneous characters.
10721
10722 * language/korea-util.el (setup-korean-environment-internal):
10723 Make char-width-table suitable for Korean environments.
10724 (exit-korean-environment): Cancel above.
10725
10726 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10727 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10728 setup-function to make char-width-table suitable for respective
10729 environments, and an exit-function to cancel that.
10730
10731 * language/japan-util.el (setup-japanese-environment-internal):
10732 Call use-cjk-char-width-table with arg `ja_JP'.
10733
10734 * international/characters.el (cjk-char-width-table): Delete it.
10735 (cjk-char-width-table-list): New variable.
10736 (use-cjk-char-width-table): New arg local-name.
10737 (use-default-char-width-table): Fix for the case that Emacs is
10738 already using the default char-width-table.
10739
10740 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10741
10742 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10743 modes mandatory. (Bug#3712)
10744
10745 2009-06-29 Alan Mackenzie <acm@muc.de>
10746
10747 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10748 correction between the visible width of TABs and their number of bytes.
10749
10750 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10751
10752 * server.el (server-buffer-done): Prevent kill-buffer from
10753 prompting by clearing the buffer modification flag (Bug#3696).
10754
10755 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10756
10757 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10758 (verilog-endcomment-reason-re): Support unique case and priority case.
10759 (verilog-basic-complete-re): Support localparam lineup.
10760 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10761 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10762 commenting.
10763 (verilog-leap-to-case-head): Now support *nested* unique &
10764 priority case statements.
10765 (verilog-auto-lineup): Make just declarations the default (as it
10766 had been).
10767 (verilog-leap-to-case-head): Support priority/unique case statements.
10768 (verilog-auto-lineup): Rework to give users radio buttons to
10769 select the various styles of automatic lineup.
10770 (verilog-error-regexp-alist): Rework to support the XEmacs style
10771 of error regular expressions from compilers, lint tools &
10772 simulators. Note that GNU Emacs has made it impossible for a mode
10773 to load such things.
10774 (electric-verilog-terminate-line, verilog-indent-declaration)
10775 (verilog-auto-wiure): Rework for radio button selection of
10776 auto-lineup selection of specification of auto lineup.
10777 (verilog-beg-of-statement-1): Redesign to support proper operation
10778 in additional code, based on testing with auto-lineup.
10779 (verilog-calculate-indent, assignments & declarations)
10780 (verilog-backward-token): Enhance to support auto-lineup of
10781 assignments & declarations.
10782 (verilog-in-directive-p, verilog-at-struct-p): New function for
10783 easy test of whether we are.
10784 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10785 to support safe execution at almost anyline.
10786 (verilog-calc-1): Properly support indenting deep inside generate
10787 blocks.
10788 (verilog-init-font): Remove definition & use of verilog-init-font,
10789 as it is redundant with font-lock-defaults.
10790 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10791 to avoid circular calls if syntax-ppss is a function (as is the
10792 case now in 22.x GNU Emacs) as that function would sometimes call
10793 itself, leading to (nearly) infinite recursion.
10794 (verilog-ovm-begin-re, verilog-ovm-end-re)
10795 (verilog-ovm-statement-re, verilog-leap-to-head)
10796 (verilog-backward-token): Add support for OVM macros. Some are
10797 complete statements, and others open and close scopes like begin
10798 and end.
10799 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10800 (verilog-defun-level-generate-only-re): Really fix the defun-list
10801 compilation issue.
10802 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10803 coverpoint, constraint and cross statements.
10804 (verilog-defun-level-list, verilog-generate-defun-level-list)
10805 (verilog-all-defun-level-list): Redo these specifications - it is
10806 too hard to support eval-when compile aggregation of lists also
10807 built at when-compile time.
10808 (verilog-defun-level-list): Place defconsts of variables used in
10809 building regular expressions which are built in eval-when-compile
10810 bodies in the same eval-when-compile body to facilitate compile
10811 without load.
10812 (verilog-beg-block-re-ordered): Support indenting
10813 virtual/protected tasks and functions.
10814 (verilog-defun-level-list, verilog-in-generate-region-p)
10815 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10816 indentation of some module items (generate items).
10817 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10818 across virtual/protected tasks and functions.
10819
10820 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10821
10822 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10823 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10824 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10825 in concatenations. Reported by Yishay Belkind.
10826 (verilog-auto-ascii-enum): Support one-hot state machines in
10827 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10828 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10829 modport in AUTOINST and add vl-modport for users. Reported by
10830 David Rogoff.
10831 (verilog-auto-inout-module, verilog-auto-inst)
10832 (verilog-decls-get-interfaces, verilog-insert-definition)
10833 (verilog-insert-one-definition, verilog-read-decls)
10834 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10835 (verilog-sig-modport, verilog-signals-combine-bus)
10836 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10837 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10838 Suggested by David Rogoff.
10839 (verilog-repair-open-comma): Fix non-insertion of comma when
10840 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10841 (verilog-make-width-expression): Simplify [A-1:0] expression
10842 widths to just {A{1'b0}}.
10843 (verilog-mode): Cleanup checkdoc warnings.
10844 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10845 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10846 inputs/outputs or data type. Suggested by Vasu Kandadi.
10847 (next-error-last-buffer): Fix byte-compiler warning.
10848 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10849 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10850 or shell command text during AUTO expansion. Suggested by Tad Truex.
10851 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10852 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10853 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10854 in AUTOINOUT. Reported by Matthew Lovell.
10855 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10856 causing use of <= assignments. Reported by Alex Reed.
10857 (verilog-read-decls): Fix triand, trior, wand, wor to be
10858 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10859 (verilog-extended-complete-re): Support import "DPI-C" functions.
10860 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10861 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10862 (verilog-insert-date, verilog-insert-year)
10863 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10864 Windows systems. Reported by Michael Potts.
10865 (verilog-read-module-name): Fix AUTOINST when the child module
10866 declaration's name is a tick define. Reported by Elliot Mednick.
10867 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10868 passed to next parameter's definition. Reported by Bruce T.
10869 (verilog-read-decls): Fix detecting "parameter int" when using
10870 AUTOINSTPARAM. Reported by Bruce T.
10871 (verilog-goto-defun): Fix goto not finding modules unless first
10872 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10873 (verilog-mode): Expand -f flag arguments on entry to mode so
10874 verilog-goto-defun will work. Reported by Lawrence Butcher.
10875 (verilog-getopt): Expand environment variables in -f file
10876 arguments. Suggested by Lawrence Butcher.
10877 (verilog-set-define): Fix "Symbol's value as variable is void"
10878 when reading enumerations.
10879 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10880 Suggested by Stephen Peltan.
10881 (verilog-read-defines): Fix reading of enumerations in include
10882 files. Reported by Steve Peltan.
10883
10884 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10885
10886 * files.el (trash-directory): Fix defcustom type.
10887
10888 2009-06-28 Juri Linkov <juri@jurta.org>
10889
10890 * help-fns.el (describe-function-1): Correctly locate adviced
10891 functions in hyperlink (Bug#2438).
10892
10893 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10894
10895 * files.el (trash-directory): Change default to nil.
10896 (move-file-to-trash): If trash-directory is nil and
10897 system-move-file-to-trash is unbound, perform freedesktop-style
10898 trashing.
10899
10900 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10901
10902 * files.el (move-file-to-trash): Add freedesktop trash
10903 support (Bug#973).
10904
10905 2009-06-28 Glenn Morris <rgm@gnu.org>
10906
10907 * autorevert.el (global-auto-revert-non-file-buffers)
10908 (global-auto-revert-mode): Doc fixes.
10909
10910 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10911
10912 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10913
10914 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10917 opened an X connection before calling x-get-resource (Bug#3194).
10918
10919 * play/doctor.el: Remove reference to obsolete website.
10920 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10921
10922 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10923
10924 Remove find-file-not-found-hook VC method. (Bug#2757)
10925 * vc-hooks.el (vc-file-not-found-hook)
10926 (vc-default-find-file-not-found-hook): Remove functions.
10927 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10928 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10929 * vc.el:
10930 * vc-hg.el:
10931 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10932
10933 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10934
10935 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10936 compatibility function for `looking-back'.
10937
10938 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10939 Use `ispell-looking-back'.
10940
10941 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10942
10943 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10944 rather than `filename'.
10945
10946 2009-06-23 Miles Bader <miles@gnu.org>
10947
10948 * face-remap.el (text-scale-set): New function.
10949
10950 2009-06-23 Glenn Morris <rgm@gnu.org>
10951
10952 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10953
10954 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10955
10956 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10957
10958 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10959
10960 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10961 Simplify Persian conditionals.
10962
10963 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10964 variable `filename'.
10965
10966 * comint.el (comint-insert-input): Doc fix.
10967
10968 * Makefile.in (ELCFILES): Fix typo in previous change.
10969
10970 2009-06-23 Miles Bader <miles@gnu.org>
10971
10972 * cus-start.el: Add entry for `recenter-redisplay'.
10973
10974 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10975
10976 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10977 Add an optional argument for the backend, use it instead of
10978 calling vc-backend.
10979 (vc-mode-line): Add an optional argument for the backend.
10980 Pass the backend to vc-state and vc-working-revision. Move code for
10981 special handling for vc-state being a buffer to ...
10982
10983 * vc-rcs.el (vc-rcs-find-file-hook):
10984 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10985
10986 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10987 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10988 vc-stay-local-p and vc-mode-line calls.
10989
10990 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10991 (vc-cvs-diff, vc-cvs-annotate-command)
10992 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10993 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10994 vc-mode-line calls.
10995
10996 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10997 direct comparison.
10998 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10999 backend when calling vc-mode-line.
11000 (vc-register): Do not create a closure for calling the vc register
11001 function, call it directly.
11002
11003 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11006 to make it obvious item can be clicked.
11007
11008 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11009
11010 2009-06-23 Kenichi Handa <handa@m17n.org>
11011
11012 * language/korea-util.el (korean-key-bindings): Change the binding
11013 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11014 same command.
11015
11016 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11017
11018 Sync with Tramp 2.1.16.
11019
11020 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11021
11022 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11023 when a loading of a package fails. Completion function for rsync
11024 is `tramp-completion-function-alist-ssh'.
11025 (all): Replace all calls of `split-string' and
11026 `tramp-split-string' by `tramp-compat-split-string'.
11027 (tramp-default-method): Use `tramp-compat-process-running-p'.
11028 (tramp-default-proxies-alist): Allow also Lisp forms.
11029 (tramp-remote-path): Add choice "Private Directories".
11030 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11031 (tramp-domain-regexp): Allow also "-", "_" and ".".
11032 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11033 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11034 (tramp-debug-message): Insert header line in debug buffer.
11035 (tramp-handle-directory-files-and-attributes-with-stat):
11036 Care about filenames with spaces, or starting with "-".
11037 (tramp-handle-dired-uncache): New defun.
11038 (tramp-handle-insert-directory): Don't flush the directory from
11039 cache, this is handled by `dired-uncache' now.
11040 (tramp-handle-insert-file-contents): Improve error handling.
11041 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11042 Quote `tramp-end-of-output'.
11043 (tramp-action-password): Improve trace message.
11044 (tramp-check-for-regexp): Both echoes must be present, before removing.
11045 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11046 (tramp-compute-multi-hops): Eval cons cells of
11047 `tramp-default-proxies-alist'.
11048 (tramp-maybe-open-connection): Use the same command pattern for
11049 first hop and further hops.
11050 (tramp-wait-for-output): Remove handling of newlines.
11051 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11052 (tramp-split-string): Remove function. It is handled in
11053 tramp-compat now.
11054
11055 * net/tramp-cmds.el (tramp-bug):
11056 Recommend `tramp-cleanup-all-connections' in the bug mail.
11057
11058 * net/tramp-compat.el (tramp-compat-split-string)
11059 (tramp-compat-process-running-p): New defuns.
11060
11061 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11062 for `dired-uncache'.
11063
11064 * net/tramp-gvfs.el: New package.
11065
11066 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11067 Add handler for `dired-uncache'.
11068 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11069
11070 * net/trampver.el: Update release number. Make version check fit
11071 for SXEmacs 22.
11072
11073 2009-06-22 Jim Meyering <meyering@redhat.com>
11074
11075 Automatically handle .xz suffix (XZ-compressed files), too.
11076 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11077 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11078
11079 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11080 Nick Roberts <nickrob@snap.net.nz>
11081
11082 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11083 repository (http://sphinx.net.ru/hg/gdb-mi/).
11084
11085 2009-06-22 Glenn Morris <rgm@gnu.org>
11086
11087 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11088 `mode' and `eval' entries. (Bug#3430)
11089
11090 * Makefile.in (ELCFILES): Add fadr.elc.
11091
11092 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11093 differing behavior of \n and ^ in strings. (Bug#3385)
11094
11095 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11096
11097 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11098 property.
11099 (lisp-indent-function): Make it a defcustom.
11100
11101 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11102
11103 * progmodes/gdb-ui.el: Replace with ...
11104 * progmodes/gdb-mi.el: ... this file.
11105 * progmodes/gud.el: Modify for gdb-mi.el.
11106
11107 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11108
11109 * fadr.el: New file.
11110
11111 See ChangeLog.14 for earlier changes.
11112
11113 ;; Local Variables:
11114 ;; coding: utf-8
11115 ;; End:
11116
11117 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11118
11119 This file is part of GNU Emacs.
11120
11121 GNU Emacs is free software: you can redistribute it and/or modify
11122 it under the terms of the GNU General Public License as published by
11123 the Free Software Foundation, either version 3 of the License, or
11124 (at your option) any later version.
11125
11126 GNU Emacs is distributed in the hope that it will be useful,
11127 but WITHOUT ANY WARRANTY; without even the implied warranty of
11128 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11129 GNU General Public License for more details.
11130
11131 You should have received a copy of the GNU General Public License
11132 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11133
11134 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1