(menu-bar-manuals-menu): Fix typo.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4
5 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
6
7 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8
9 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10
11 * net/tramp.el (tramp-handle-write-region): START can be a string.
12 Take care in the checks. Reported by Dan Davison
13 <davison@stats.ox.ac.uk>.
14
15 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
16
17 * net/dbus.el (dbus-introspect, dbus-get-property)
18 (dbus-set-property, dbus-get-all-properties): Use
19 `dbus-call-method' when noninteractive. (Bug#5645)
20
21 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
22
23 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
24 * emacs-lisp/elint.el (elint-add-required-env):
25 * cedet/semantic/db-find.el
26 (semanticdb-find-translate-path-brutish-default):
27 * cedet/ede/make.el (ede-make-check-version):
28 * calendar/icalendar.el (icalendar--add-diary-entry):
29 * calc/calcalg2.el (math-tracing-integral):
30 * files.el (recover-session-finish): Use with-current-buffer
31 instead of save-excursion.
32
33 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 Fix in-buffer completion when after-change-functions modify the buffer.
36 * minibuffer.el (completion--replace): New function.
37 (completion--do-completion): Use it and use relative movement.
38
39 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
40
41 * international/fontset.el (setup-default-fontset): Fix :otf spec.
42
43 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
44
45 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
46 Allow the characters _<> in the stack entry (Bug#5653).
47
48 2010-02-26 Kenichi Handa <handa@m17n.org>
49
50 * language/burmese.el: Fix entries in composition-function-table.
51 (myanmar-composable-pattern): New variable.
52
53 * international/fontset.el (setup-default-fontset): Add an entry
54 for myanmar.
55
56 * international/characters.el (script-list): Add Myanmar
57 Extended-A.
58
59 2010-02-26 Glenn Morris <rgm@gnu.org>
60
61 * custom.el (custom-initialize-delay): Doc fix.
62
63 * mail/sendmail.el (send-mail-function): Autoload the call
64 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
65
66 2010-02-25 Alan Mackenzie <acm@muc.de>
67
68 * progmodes/cc-engine.el (c-clear-<-pair-props)
69 (c-clear->-pair-props): Correct to wipe category text props, not
70 syntax-table ones.
71
72 * progmodes/cc-mode.el (c-after-change): Remove any hard
73 syntax-table properties for <, > which, e.g., C-y has
74 inopportunely converted from category properties.
75
76 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
77
78 * files.el (hack-local-variables-filter): For eval forms, also
79 check safe-local-variable-p (Bug#5636).
80
81 2010-02-24 Eduard Wiebe <usenet@pusto.de>
82
83 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
84 and use c(ad)r of cddr (Bug#5640).
85
86 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
87
88 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
89 setting the modes by `ignore-errors'. It might fail, for example
90 if the file is not owned by the user but the group.
91 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
92
93 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
94
95 * files.el (directory-listing-before-filename-regexp): Use
96 stricter matching for iso-style dates, to avoid false matches with
97 date-like filenames (Bug#5597).
98
99 * htmlfontify.el (htmlfontify): Doc fix.
100
101 * eshell/eshell.el (eshell): Doc fix.
102
103 * startup.el (fancy-about-screen): In mode-line, apply
104 mode-line-buffer-id face only to the buffer name (Bug#5613).
105
106 2010-02-20 Kevin Ryde <user42@zip.com.au>
107
108 * progmodes/compile.el (compilation-error-regexp-alist-alist): In
109 `watcom' anchor regexp to start of line, to avoid slowness
110 (Bug#5599).
111
112 2010-02-20 Eli Zaretskii <eliz@gnu.org>
113
114 * subr.el (remove-yank-excluded-properties): Explain in a comment
115 why `category' property is removed.
116
117 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
118
119 * isearch.el (isearch-update-post-hook, isearch-update): Revert
120 2010-02-17 change.
121
122 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
123
124 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
125 (icalendar--convert-weekly-to-ical)
126 (icalendar--convert-yearly-to-ical)
127 (icalendar--convert-block-to-ical)
128 (icalendar--convert-cyclic-to-ical)
129 (icalendar--convert-anniversary-to-ical): Take care of time
130 specifications where hour has 1-digit only (Bug#5549).
131
132 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
133
134 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
135 of disassemble output in GDB 7.1.
136
137 2010-02-19 Glenn Morris <rgm@gnu.org>
138
139 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
140 property. (Bug#5593)
141
142 2010-02-18 Sam Steingold <sds@gnu.org>
143
144 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
145
146 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 Use abbreviated file names in bookmarks (bug#5591).
149 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
150 calls to expand-file-name.
151 (bookmark-relocate): Use abbreviated file names in bookmarks.
152 (bookmark-load): Use abbreviated file names in messages.
153
154 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
157 expand "." and "..". Reported by Thierry Volpiatto
158 <thierry.volpiatto@gmail.com>.
159
160 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
161
162 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
163 permissions of the temporary file to "0600". In case the remote
164 file has no read permissions for the owner, there might be
165 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
166
167 22010-02-18 Glenn Morris <rgm@gnu.org>
168
169 * emacs-lisp/authors.el (authors-renamed-files-alist):
170 Add entries for INSTALL.CVS.
171
172 2010-02-17 Mark A. Hershberger <mah@everybody.org>
173
174 * vc-bzr.el: fix typo in Known Bugs section.
175
176 * isearch.el (isearch-update-post-hook): New hook
177 (isearch-update): Use the new hook.
178
179 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
180
181 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
182 Fix errors in copying directories.
183 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
184 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
185 (tramp-handle-delete-file)
186 (tramp-handle-dired-recursive-delete-directory)
187 (tramp-handle-write-region): Flush also the cache for the upper
188 directory.
189
190 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
191
192 * simple.el (save-interprogram-paste-before-kill): Doc fix.
193
194 * cus-edit.el (hardware): Doc fix.
195
196 * man.el (man): Add to external custom group.
197
198 * delim-col.el (columns): Move to wp custom group.
199
200 * doc-view.el (doc-view): Add to data custom group.
201
202 * cedet/data-debug.el (data-debug): Move to extensions group.
203
204 * cedet/ede.el (ede):
205 * cedet/srecode.el (srecode):
206 * cedet/semantic.el (semantic): Put in tools and extensions group.
207
208 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
209
210 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
211 by ispell-parse-output (Bug#5575).
212
213 2010-02-16 Kenichi Handa <handa@m17n.org>
214
215 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
216 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
217 (skkdic-convert): Use `euc-japan' coding system for writing.
218
219 2010-02-16 Glenn Morris <rgm@gnu.org>
220
221 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
222 tex-main-file before using it. (Bug#5562)
223
224 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
227 warnings, since it is annoying for the user to see them each time he
228 runs the code.
229
230 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
231
232 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
233 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
234 instead of PROC for caching "first-password-request". Otherwise,
235 new processes would not profit from passwords already entered.
236
237 * net/tramp-cache.el (tramp-dump-connection-properties):
238 Don't save "first-password-request" property.
239
240 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
241
242 * outline.el (outline-head-from-level):
243 * simple.el (with-wrapper-hook):
244 * cedet/ede.el (ede-run-target, project-delete-target)
245 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
246 (ede-adebug-project, ede-adebug-project-parent)
247 (ede-adebug-project-root):
248 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
249 (elint-defun, elint-buffer-env, elint-top-form-logged)
250 (elint-unbound-variable):
251 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
252 Fix typos in docstrings.
253
254 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
255
256 * files.el (insert-directory): When WILDCARD-REGEXP and
257 FULL-DIRECTORY-P are nil, insert the file entry instead of the
258 whole directory. (Bug#5551)
259
260 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
261 dired's alignment sanity. (Bug#5516)
262
263 2010-02-14 Juri Linkov <juri@jurta.org>
264
265 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
266 Remove remaining ^H with their preceding chars. (Bug#5566)
267
268 2010-02-13 Glenn Morris <rgm@gnu.org>
269
270 * simple.el (transpose-subr): Give it a doc-string.
271
272 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
273 Doc fixes.
274
275 2010-02-12 Juri Linkov <juri@jurta.org>
276
277 * arc-mode.el (archive-unique-fname): Make directories for nested
278 archives. (Bug#5540)
279
280 2010-02-12 Juri Linkov <juri@jurta.org>
281
282 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
283
284 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * subr.el (copy-overlay): Handle deleted overlays.
287
288 * man.el (Man-completion-table): Don't signal an error if we can't run
289 manual-program (bug#4056).
290
291 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
292
293 * textmodes/artist.el (artist-mt): Fix typos in docstring.
294
295 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
296
297 * info.el (Info-bookmark-jump): Simplify.
298
299 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
300 (bookmark-default-handler): Accept new bookmark field `buffer'.
301
302 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
303
304 * iswitchb.el (iswitchb-completions): Revert last change.
305
306 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
307
308 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
309 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
310 This prevents file names like "~/" being listed literally.
311
312 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
313
314 * term/xterm.el (xterm-maybe-set-dark-background-mode):
315 Remove dead code. (Bug#5546)
316
317 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
318
319 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
320 correctly (Bug#5548).
321
322 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
323
324 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
325 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
326
327 2010-02-08 Kenichi Handa <handa@m17n.org>
328
329 * international/mule-util.el (with-coding-priority): Add autoload
330 cookie for putting `lisp-indent-function'.
331
332 2010-02-07 Glenn Morris <rgm@gnu.org>
333
334 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
335 Move F2003 named interfaces from keywords-2 to keywords-1, and
336 use function-name-face rather than constant-face.
337 Simplify "abstract interface" regexp.
338
339 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
340
341 * eshell/esh-util.el (eshell-file-attributes): New optional arg
342 ID-FORMAT. Pass it to `file-attributes'.
343
344 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
345
346 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
347
348 * faces.el (set-face-attribute): Allow calling
349 internal-set-lisp-face-attribute with 'unspecified family and
350 foundry argument (Bug#5536).
351
352 2010-02-07 Glenn Morris <rgm@gnu.org>
353
354 * progmodes/f90.el (f90-font-lock-keywords-2)
355 (f90-looking-at-type-like, f90-looking-at-program-block-end):
356 Handle F2003 named interfaces.
357
358 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
359
360 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
361 beg and end before calling c-get-state-before-change-functions.
362
363 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
364
365 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
366
367 2010-02-05 Juri Linkov <juri@jurta.org>
368
369 * doc-view.el (doc-view-mode):
370 * image-mode.el (image-mode): Put property mode-class=special.
371 (Bug#4896)
372
373 2010-02-05 Mark A. Hershberger <mah@everybody.org>
374
375 * vc-svn.el (vc-svn-revision-table): New function.
376
377 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
378
379 * net/ange-ftp.el (ange-ftp-insert-directory):
380 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
381 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
382 Handle also directories. (Bug#5478)
383
384 2010-02-05 Glenn Morris <rgm@gnu.org>
385
386 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
387
388 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
389
390 * startup.el (command-line-1): Convert options beginning with a
391 single dash as well (Bug#5519).
392
393 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
396 * minibuffer.el (completion-initials-expand): Only check the presence
397 of delims *within* the boundaries, since otherwise the / delim is
398 always found for files.
399
400 Fix up various corner case problems.
401 * doc-view.el (doc-view-last-page-number): New function.
402 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
403 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
404 (doc-view-kill-proc): Avoid inf-loop in freak cases.
405 (doc-view-reconvert-doc): Use the new recursive delete-directory.
406 (doc-view-convert-current-doc): Don't create the resolution.el file
407 here any more.
408 (doc-view-pdf/ps->png): Do it here instead.
409 (doc-view-already-converted-p): Check that resolution.el is present.
410 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
411 windows that are not yet showing images.
412
413 2010-02-04 Alan Mackenzie <acm@muc.de>
414
415 Change strategy for marking < and > as template delimiters: mark
416 them strictly in matching pairs.
417
418 * cc-mode.el (c-before-change):
419 Use c-get-state-before-change-functions.
420 (c-common-init): Adapt to use
421 c-get-state-before-change-functions (note plural).
422
423 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
424 for searching syntactically for matching <s and >s.
425 (c-get-state-before-change-functions): New language variable (note
426 the plural) which supersedes c-get-state-before-change-function.
427
428 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
429 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
430 (c-clear->-pair-props-if-match-before)
431 (c-before-change-check-<>-operators): New functions.
432 (c-after-change-check-<>-operators): Use macro
433 c-unmark-<->-as-paren.
434
435 * cc-defs.el (c-search-backward-char-property): New macro.
436
437 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
438 and > any more. (These will be handled by font locking.)
439
440 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
441
442 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
443 `dired-uncache' for every elemnt which is an absolute file name.
444
445 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
446 directory, handle its directory component.
447 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
448 function is called permanently and creates noise, otherwise.
449
450 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
451 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
452 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
453
454 2010-02-04 David Burger <dburger@google.com> (tiny change)
455
456 * macros.el (apply-macro-to-region-lines):
457 Minor simplification. (Bug#5485)
458
459 2010-02-04 Glenn Morris <rgm@gnu.org>
460
461 * mail/rmail.el (rmail-show-message-1): Handle malformed
462 quoted-printable text. (Bug#5441)
463
464 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
465
466 * simple.el (visual-line-mode): Capitalize lighter.
467
468 2010-02-03 John Wiegley <jwiegley@gmail.com>
469
470 * iswitchb.el (iswitchb-completions): Add bookmark files to the
471 list of files considered for "virtual buffer" completions.
472
473 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
476 also in case of (and (not full) (not wildcard)). This is needed,
477 when dired is called with a list of files, which are not in
478 `default-directory'. (Bug#5478)
479
480 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
483
484 2010-02-02 Juri Linkov <juri@jurta.org>
485
486 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
487 from unidiff to allow function-line after @@.
488
489 2010-02-02 Juri Linkov <juri@jurta.org>
490
491 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
492 '(RCS SCCS) with inverted condition.
493
494 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
495
496 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
497 messages.
498
499 2010-02-01 Juri Linkov <juri@jurta.org>
500
501 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
502 compare with "pkunzip" and "pkzip" instead of only "pkzip".
503 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
504 only when (car archive-zip-extract) is "unzip". (Bug#5475)
505
506 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
509 (doc-view-revert-buffer): New command.
510 (doc-view-mode-map): Use it.
511
512 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
515 pending merge is detected.
516
517 2010-01-31 Juri Linkov <juri@jurta.org>
518
519 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
520 beginning of interactive spec like all other grep commands do.
521 Put "all" in front of "gz". (Bug#5260)
522
523 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
526
527 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
528
529 * dirtrack.el (dirtrack): Warn instead of signalling error if the
530 regexp is incorrect (Bug#5476).
531
532 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
533
534 * net/tramp.el (tramp-handle-insert-directory): Handle also
535 symlinks, when FILENAME is not in `default-directory'.
536
537 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
538
539 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
540 FILE is not in `default-directory'. (Bug#5478)
541
542 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
543 of SWITCHES. Handle the case, FILENAME is not in
544 `default-directory'. (Bug#5478)
545 (tramp-register-file-name-handlers): Add safe-magic property.
546
547 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
548
549 * arc-mode.el (archive-zip-extract): Quote the argument passed to
550 unzip (Bug#5475).
551
552 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
553
554 * progmodes/flymake.el (flymake-allowed-file-name-masks)
555 (flymake-master-make-header-init): Add other C++ filename masks.
556 (flymake-find-possible-master-files)
557 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
558
559 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
560
561 Fix some busybox annoyances.
562
563 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
564 not responding." string.
565 (tramp-open-connection-setup-interactive-shell): Dump stty
566 settings. Enable "neveropen" arg for all `tramp-send-command'
567 calls. Handle "=" in variable values properly.
568 (tramp-find-inline-encoding): Raise an error, when no encoding is
569 found.
570 (tramp-wait-for-output): Check, whether PROC buffer is available.
571 Remove spurious " ^H" sequences, sent by busybox.
572 (tramp-get-ls-command): Suppress coloring, if possible.
573
574 2010-01-28 Glenn Morris <rgm@gnu.org>
575
576 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
577
578 * log-edit.el (log-edit-strip-single-file-name): Add missing
579 :safe, :group, and :version tags.
580
581 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
582
583 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
584 buffers. (Bug#5477)
585
586 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
587
588 * files.el (delete-directory): Handle moving to trash without
589 first doing recursion (Bug#5436).
590
591 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
592
593 * vc-hooks.el (vc-path): Mark as obsolete.
594
595 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
596
597 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
598 names too.
599
600 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
601 for the short log.
602 (vc-bzr-log-view-mode): Adjust regexp for the above change.
603
604 2010-01-25 Mark A. Hershberger <mah@everybody.org>
605
606 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
607
608 * vc-bzr.el (vc-bzr-revision-table): New function.
609
610 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
611
612 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
613 diff-index command. This requires at least git-1.5.5. (Bug#1589).
614
615 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
616
617 Remove support for adding --signoff on commit.
618 Future support will use an incompatible generic mechanism.
619 * vc-git.el (vc-git-add-signoff): Remove variable.
620 (vc-git-toggle-signoff): Remove function.
621 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
622
623 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
624 from xterm-set-background-mode. Return t if the background mode
625 was set.
626 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
627 earlier, call it again in case the background mode has changed.
628
629 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
630
631 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
632 (Bug#3541).
633
634 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
635
636 * emacs-lisp/assoc.el (aelement): Doc fix.
637 (aput, adelete, amake): Use lexical-let (Bug#5450).
638
639 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
640
641 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
642 is the same as subprogram call, not declaration. (Bug#5435).
643
644 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
647 (tramp-smb-maybe-open-connection): Use it.
648
649 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
650
651 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
652
653 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
656 just because we see "encoding: 8bit".
657 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
658
659 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
660
661 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
662
663 2010-01-22 Eli Zaretskii <eliz@gnu.org>
664
665 * jka-compr.el (jka-compr-load): If load-file is not in
666 load-history, try its file-truename version. (bug#5447)
667
668 2010-01-21 Alan Mackenzie <acm@muc.de>
669
670 Fix a situation where deletion of a cpp construct throws an error.
671 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
672 invoking c-with-all-but-one-cpps-commented-out, check that the
673 special cpp construct is still in the buffer.
674 (c-parse-state): Record the special cpp with markers, not numbers.
675
676 2010-01-21 Kenichi Handa <handa@m17n.org>
677
678 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
679 process last-command-event, as it is now decoded first (Bug#5380).
680
681 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
682
683 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
684
685 2010-01-20 Glenn Morris <rgm@gnu.org>
686
687 * indent.el (tab-always-indent): Fix custom-type.
688
689 2010-01-19 Alan Mackenzie <acm@muc.de>
690
691 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
692 buffer throws "args out of range".
693 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
694 playing the role of delimiter.
695
696 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
697
698 * progmodes/ada-mode.el: Fix bug#5400.
699 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
700 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
701 changed. Delete RECURSIVE parameter; never used. Improve doc string.
702 Improve comments in "is" portion. Handle null procedure declaration.
703 (ada-move-to-end): Improve doc string.
704
705 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
706
707 * ido.el (ido-cur-list): Initialize to nil.
708 Remove obsolete information from commentary.
709 (ido-choice-list): Initialize to nil.
710 (ido-get-bufname): Reject minibuffers.
711 (ido-make-buffer-list): If "default" is a nonexistent
712 buffer, ignore it, as per the function's comment.
713 (ido-kill-buffer-internal): New function.
714 (ido-kill-buffer-at-head): Use it.
715 (ido-visit-buffer): Likewise.
716
717 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
718
719 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
720
721 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
722
723 * cedet/ede/locate.el (ede-locate-file-in-project)
724 (ede-locate-file-in-project-impl): Fix typos in docstrings.
725 (ede-enable-locate-on-project): Fix typos in error messages.
726
727 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
728 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
729 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
730 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
731 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
732 Fix typos in menu help.
733
734 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
735 Fix typos in chart titles.
736
737 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
738 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
739 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
740 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
741 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
742 (semantic-parse-stream, semantic-parse-region)
743 (semantic-parse-region-default, semantic--set-buffer-cache)
744 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
745 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
746 (semantic-default-submodes):
747 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
748 (semanticdb-create-ebrowse-database)
749 (semanticdb-find-tags-for-completion-method)
750 (semanticdb-find-tags-by-class-method)
751 (semanticdb-deep-find-tags-by-name-method)
752 (semanticdb-deep-find-tags-for-completion-method):
753 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
754 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
755 (semanticdb-find-tags-for-completion-method)
756 (semanticdb-find-tags-by-class-method)
757 (semanticdb-deep-find-tags-for-completion-method):
758 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
759 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
760 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
761 (semanticdb-find-tags-by-name-method)
762 (semanticdb-find-tags-by-name-regexp-method)
763 (semanticdb-find-tags-for-completion-method)
764 (semanticdb-find-tags-by-class-method)
765 (semanticdb-find-tags-external-children-of-type-method)
766 (semanticdb-find-tags-subclasses-of-type-method)
767 (semanticdb-deep-find-tags-by-name-method)
768 (semanticdb-deep-find-tags-by-name-regexp-method)
769 (semanticdb-deep-find-tags-for-completion-method):
770 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
771 (semanticdb-enable-gnu-global-in-buffer)
772 (semanticdb-find-tags-for-completion-method)
773 (semanticdb-deep-find-tags-by-name-method)
774 (semanticdb-deep-find-tags-for-completion-method):
775 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
776 (javascript-mode, semanticdb-find-translate-path)
777 (semanticdb-find-tags-for-completion-method)
778 (semanticdb-find-tags-by-class-method)
779 (semanticdb-deep-find-tags-by-name-method)
780 (semanticdb-deep-find-tags-for-completion-method)
781 (semanticdb-find-tags-external-children-of-type-method):
782 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
783 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
784 (global-semantic-idle-scheduler-mode):
785 * cedet/srecode/dictionary.el (srecode-field-value)
786 (srecode-dictionary-add-section-dictionary):
787 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
788 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
789 (describe-class, eieio-describe-generic, describe-generic):
790 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
791 (eieio-speedbar-expand):
792 * emulation/viper-cmd.el (viper-exec-form-in-vi)
793 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
794 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
795 (viper-del-backward-char-in-replace, viper-backward-indent)
796 (viper-brac-function, viper-register-to-point, viper-submit-report):
797 * net/tramp.el (tramp-remote-coding-commands):
798 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
799 Fix typos in docstrings.
800
801 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
802
803 * mail/sendmail.el (mail-yank-original): Set the mark if the
804 specified function for yanking does not do it.
805
806 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
807
808 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
809
810 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
811 resyncing a directory.
812
813 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
814
815 * progmodes/ada-mode.el: Fix bug#1920.
816 (ada-ident-re): Delete ., allow multibyte characters.
817 (ada-goto-label-re): New; matches goto labels.
818 (ada-block-label-re): New; matches block labels.
819 (ada-label-re): New; matches both.
820 (ada-named-block-re): Deleted; callers changed to use
821 `ada-block-label-re' instead.
822 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
823 Use `ada-block-label-re'.
824 (ada-indent-on-previous-lines): Improve handling of goto labels.
825 (ada-get-indent-block-start): Special-case block label.
826 (ada-get-indent-label): Split into `ada-indent-block-label' and
827 `ada-indent-goto-label'.
828 (ada-goto-stmt-start, ada-goto-next-non-ws):
829 Optionally ignore goto labels.
830 (ada-goto-next-word): Simplify.
831 (ada-indent-newline-indent-conditional): Insert newline before
832 trying to fix indentation; doc fix.
833
834 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
835
836 * calc/calc.el (calc-command-flags): Give it an initial value.
837
838 2010-01-17 Glenn Morris <rgm@gnu.org>
839
840 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
841
842 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
843
844 * cedet/semantic.el (semantic-mode):
845 * files.el (minibuffer-with-setup-hook):
846 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
847 (artist-key-draw-continously, artist-key-do-continously-continously)
848 (artist-key-set-point-continously, artist-mouse-draw-continously):
849 Fix typos in docstrings.
850
851 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
852
853 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
854 return t (Bug#3898).
855
856 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
857
858 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
859 can parse the output of the external commands (Bug#5279).
860
861 2010-01-16 Jari Aalto <jari.aalto@cante.net>
862
863 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
864
865 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
866
867 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
868
869 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
870
871 * startup.el (command-line): Remove unused --icon-type arg.
872 Handle --display arg, passing it to command-line-1 (Bug#5392).
873
874 2010-01-16 Mario Lang <mlang@delysid.org>
875
876 * cedet/ede/cpp-root.el (ede-cpp-root-project):
877 * cedet/ede/files.el (ede-expand-filename):
878 * cedet/ede/simple.el (ede-simple-project):
879 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
880 (semantic-complete-inline-tag-engine):
881 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
882 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
883 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
884 * cedet/semantic/db.el (semanticdb-equivalent-mode):
885 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
886 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
887 * emacs-lisp/chart.el (chart-translate-namezone):
888 * textmodes/artist.el (artist-compute-popup-menu-table):
889 Remove duplicated words in doc-strings.
890
891 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
892
893 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
894 to mairix-search to suppress threading (Bug#5342).
895
896 2010-01-15 Kenichi Handa <handa@m17n.org>
897
898 * international/mule-cmds.el (canonicalize-coding-system-name):
899 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
900
901 2010-01-15 Glenn Morris <rgm@gnu.org>
902
903 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
904
905 * wid-edit.el (widget-keymap): Doc fix.
906
907 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
908 former seems to be more widely accepted by various svn versions.
909
910 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
911
912 * find-cmd.el (find-constituents):
913 * vc-arch.el (vc-arch-root):
914 * window.el (window-body-height, pop-up-frames):
915 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
916 (semantic-no-reparse-needed-change-hook):
917 * cedet/srecode/insert.el (srecode-resolve-argument-list)
918 (srecode-template-inserter-blank, srecode-template-inserter-variable)
919 (srecode-template-inserter-ask, srecode-template-inserter-width)
920 (srecode-template-inserter-section-start)
921 (srecode-template-inserter-section-end, srecode-insert-method):
922 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
923 * progmodes/ada-stmt.el (ada-if):
924 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
925 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
926 (ispell-encoding8-command, ispell-aspell-supports-utf8)
927 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
928
929 * progmodes/flymake.el (flymake-post-syntax-check):
930 Fix typo in error message.
931
932 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
933
934 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
935 which is always a string. (Bug#5313)
936
937 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
938
939 * progmodes/ada-xref.el (ada-default-prj-properties):
940 Simplify previous change.
941
942 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
943
944 * progmodes/ada-xref.el (ada-default-prj-properties):
945 Default ada_project_path to $ADA_PROJECT_PATH.
946
947 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
948
949 * progmodes/ada-mode.el (ada-create-keymap):
950 Override `narrow-to-defun' with `ada-narrow-to-defun'.
951
952 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
953
954 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
955 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
956 (ada-get-current-indent, ada-imenu-generic-expression)
957 (ada-which-function): Check for it.
958
959 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
960
961 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
962 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
963
964 2010-01-14 Glenn Morris <rgm@gnu.org>
965
966 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
967
968 2010-01-14 Kenichi Handa <handa@m17n.org>
969
970 * composite.el (auto-composition-mode): Make it a buffer local
971 variable (permanent-local).
972 (auto-composition-function): Set the default value to
973 auto-compose-chars.
974 (auto-composition-mode): Make it a simple function, not a minor mode.
975 (global-auto-composition-mode): Likewise.
976 (turn-on-auto-composition-if-enabled): Delete it.
977
978 2010-01-13 Karl Fogel <kfogel@red-bean.com>
979
980 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
981
982 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
983
984 * files.el (copy-directory): Compute target for recursive
985 directories with identical names. (Bug#5343)
986
987 2010-01-12 Glenn Morris <rgm@gnu.org>
988
989 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
990 it to bug-gnu-emacs rather than emacs-pretest-bug.
991
992 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
993
994 * cedet/data-debug.el (data-debug): Fix customization group reference.
995
996 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
997
998 * cedet/semantic/analyze.el (semantic-analyze-push-error)
999 (semantic-analyze-context, semantic-analyze-context-assignment)
1000 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1001 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1002 (semantic-java-doc-keywords-map):
1003 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1004 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1005 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1006 (semantic-c-classname, semantic-format-tag-uml-prototype)
1007 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1008 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1009 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1010 (semantic-get-local-variables, semantic-end-of-command)
1011 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1012 (lisp-mode):
1013 * cedet/semantic/bovine/make.el (makefile-mode):
1014 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1015 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1016 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1017 (semantic-lex, semantic-get-local-variables, python-mode):
1018 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1019 * cedet/srecode/extract.el (srecode-extract-state-set)
1020 (srecode-extract-method): Fix typos in docstrings.
1021
1022 2010-01-11 Sam Steingold <sds@gnu.org>
1023
1024 * imenu.el (imenu-default-create-index-function): Detect infinite
1025 loops caused by imenu-prev-index-position-function.
1026
1027 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1028
1029 * htmlfontify.el (htmlfontify-load-rgb-file)
1030 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1031 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1032 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1033 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1034 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1035 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1036 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1037 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1038 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1039 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1040 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1041 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1042 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1043 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1044 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1045 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1046 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1047 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1048 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1049 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1050 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1051 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1052 backslash-quoting from parentheses, etc.
1053
1054 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * progmodes/js.el: Autoload javascript-mode alias.
1057
1058 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1061 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1062 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1063 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1064 Fix typos in docstrings.
1065 (ffap-url-regexp): Doc fix.
1066 (ffap-at-mouse): Fix typo in message.
1067
1068 2010-01-11 Glenn Morris <rgm@gnu.org>
1069
1070 * version.el (emacs-copyright): Set copyright year to 2010.
1071
1072 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * format.el (format-annotate-function): Only set
1075 write-region-post-annotation-function after running to-fn so as not to
1076 affect nested write-region calls (bug#5273).
1077
1078 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1081 Add python parser.
1082
1083 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1084 wisent/python.el.
1085
1086 2010-01-10 Richard Kim <emacs18@gmail.com>
1087
1088 * cedet/semantic/wisent/python-wy.el:
1089 * cedet/semantic/wisent/python.el: New files.
1090
1091 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * man.el (Man-goto-section): Signal error if the section is not
1094 found (Bug#5317).
1095
1096 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1099 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1100
1101 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * progmodes/compile.el: Don't treat compile-command as safe if
1104 compilation-read-command might be nil (Bug#4218).
1105
1106 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1107
1108 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1109 NS options.
1110
1111 2010-01-08 Kenichi Handa <handa@m17n.org>
1112
1113 * international/fontset.el (build-default-fontset-data):
1114 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1115
1116 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1117
1118 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1119 to `create-file-buffer' as it expects, not just a buffer name.
1120 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1121 to help uniquify. (Bug#3224)
1122
1123 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1124
1125 * font-setting.el (font-setting-change-default-font): Use user-spec
1126 instead of name.
1127
1128 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1129
1130 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1131
1132 2010-01-05 Tom Tromey <tromey@redhat.com>
1133
1134 * progmodes/python.el (python-font-lock-keywords):
1135 Handle qualified decorators (Bug#881).
1136
1137 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1138
1139 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1140 in a lightweight checkout.
1141
1142 2010-01-05 Kenichi Handa <handa@m17n.org>
1143
1144 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1145
1146 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1147
1148 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1149
1150 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1151
1152 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1153 checkouts. (Bug#618)
1154 (vc-bzr-log-view-mode): Also highlight the author.
1155 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1156 (vc-bzr-shelve-menu-map):
1157 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1158 (vc-bzr-shelve-apply): Make prompt more explicit.
1159
1160 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1163 They are valid characters in URL paths (rfc3986), and at least
1164 Firefox does not understand the encoded version (Bug#3166).
1165
1166 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1167
1168 * progmodes/octave-mod.el (octave-end-keywords)
1169 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1170 Add "end" keyword (Bug#3061).
1171 (octave-end-as-array-index-p): New function.
1172 (calculate-octave-indent): Use it.
1173
1174 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1175
1176 * bookmark.el: Consistently put the text property on the bookmark name.
1177 (bookmark-bmenu-marks-width): Bump back to 2, to include
1178 annotation marks.
1179 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1180 property on the bookmark name, instead of not putting it at all.
1181 (bookmark-bmenu-list): Fix where we put the text property.
1182
1183 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1184
1185 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1186 for showing buffer modified state (as added in the previous change).
1187
1188 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1189
1190 * bookmark.el: Show modified state of bookmark buffer more accurately.
1191 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1192 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1193 (with-buffer-modified-unmodified): New macro.
1194 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1195 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1196 Use new macro to preserve the buffer modified state.
1197
1198 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1199
1200 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1201 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1202 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1203 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1204 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1205 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1206 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1207
1208 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1209
1210 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1211 Make the lines in the generated doc string shorter. (Bug#4668)
1212
1213 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1214
1215 * net/rcirc.el: Add follow-link binding (Bug#4738).
1216
1217 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1218
1219 * Makefile.in (bzr-update): Rename from cvs-update.
1220 (cvs-update): New target for backward compatibility.
1221
1222 * makefile.w32-in (bzr-update): Rename from cvs-update.
1223 (cvs-update): New target for backward compatibility.
1224
1225 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1226
1227 * bookmark.el: Remove gratuitous gratitude.
1228
1229 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1230
1231 * bookmark.el (bookmark-bmenu-any-marks): New function
1232 (bookmark-bmenu-save): Clear buffer modification if no marks.
1233
1234 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1235
1236 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1237 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1238 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1239 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1240
1241 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1242 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1243 To: emacs-devel {_AT_} gnu.org
1244 Subject: bookmark.el bug report
1245 Date: Mon, 28 Dec 2009 14:19:16 +0800
1246 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1247
1248 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1249
1250 * bookmark.el: Improvements suggested by Drew Adams:
1251 (bookmark-bmenu-ensure-position): New name for
1252 `bookmark-bmenu-check-position'. Just ensure the position,
1253 don't return any meaningful value.
1254 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1255 New constants.
1256
1257 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1260 (bookmark-yank-point, bookmark-bmenu-check-position):
1261 Fix typos in docstrings.
1262 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1263 (bookmark-name-from-full-record, bookmark-get-position)
1264 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1265 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1266 Remove useless quoting of parenthesis, etc. in docstrings.
1267
1268 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1269 (ediff-append-custom-diff): Fix typo in error message.
1270 (ediff-meta-mark-equal-files): Fix typos in messages.
1271
1272 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1273
1274 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1275 Fix typo in docstring.
1276
1277 * net/imap-hash.el (imap-hash-make): Doc fix.
1278 (imap-hash-test): Fix typo in error message; reflow docstring.
1279 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1280 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1281 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1282 Fix typos in docstrings.
1283 (imap-hash-open-connection): Fix typo in error message.
1284
1285 * play/gomoku.el (gomoku): Fix typos in docstring.
1286
1287 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1288 (gdb-jsonify-buffer): Fix typos in docstring.
1289 (gdb-goto-breakpoint): Fix typo in error message.
1290 ("Display Other Windows"): Fix typo in help message.
1291 (gdb-speedbar-expand-node): Fix typo in question.
1292
1293 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1294 (idlwave-html-system-help-location, idlwave-html-help-location)
1295 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1296 (idlwave-help-browser-generic-args, idlwave-help-directory)
1297 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1298 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1299 (idlwave-online-help, idlwave-help-html-link)
1300 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1301 Fix typos in docstrings.
1302 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1303 Reflow docstrings.
1304 (idlwave-help-assistant-start): Fix typo in error message.
1305
1306 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1307 (octave-electric-space): Fix typos in docstrings.
1308
1309 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1312
1313 2010-01-01 Juri Linkov <juri@jurta.org>
1314
1315 * comint.el (comint-input-ring-size): Make it a defcustom and
1316 increase the default to 500 (Bug#5148).
1317
1318 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1319
1320 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1321 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1322 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1323
1324 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1325
1326 Show working revision correctly for mercurial.
1327 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1328 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1329
1330 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1331
1332 Declare some functions for the byte-compiler.
1333 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1334 (speedbar-timer-fn, speedbar-change-expand-button-char)
1335 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1336
1337 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1338
1339 This changeset reverts GDB Graphical Interface to use annotations.
1340 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1341
1342 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1343
1344 Make vc-dir work on subdirectories of the bzr root.
1345 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1346 file names relative to it.
1347 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1348 relative directory to vc-bzr-after-dir-status.
1349
1350 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1351
1352 * font-lock.el (font-lock-refresh-defaults): New function, which
1353 can be used to let font-lock react to external changes in
1354 variables like font-lock-defaults and keywords.
1355 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1356
1357 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1358
1359 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1360
1361 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1362
1363 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1364
1365 Supersede color.diff settings in git log (bug#5211).
1366
1367 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1368 escape chars in its output when the user has color.diff set to `always'.
1369 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1370
1371 2009-12-26 Kevin Ryde <user42@zip.com.au>
1372
1373 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1374 node. Keep previous "Index" name to work with past coreutils too.
1375
1376 * man.el (man): Revise docstring a bit to show -a and -l as
1377 examples. Add -k description since support for it has otherwise
1378 been a secret. (Further to bug#3717.)
1379 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1380 "no matches" rather than "Can't find manpage", as the latter reads
1381 like -k was interpreted as a page name, which is not so. (Bug#5431)
1382
1383 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1386 switches. Check also for //SUBDIRED// line.
1387
1388 2009-12-25 Kenichi Handa <handa@m17n.org>
1389
1390 * language/indian.el (devanagari-composable-pattern): Fixed to
1391 handle ZWNJ and ZWJ. Use it in composition-function-table for
1392 Devanagari.
1393 (malayalam-composable-pattern): Fix previous change.
1394
1395 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1396
1397 * ps-print.el (ps-face-attributes): It was not returning the
1398 attribute face for faces specified as string. Reported by harven
1399 <harven@free.fr>.
1400 (ps-print-version): New version 7.3.5.
1401
1402 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1403
1404 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1405 timezone names.
1406 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1407 (icalendar--add-diary-entry): Remove the trailing blank that
1408 diary-make-entry inserts.
1409
1410 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1411
1412 Make `file-expand-wildcards' work for remote files.
1413
1414 * files.el (file-expand-wildcards): In case of remote files, check
1415 only local file name part for wildcards. Provide feature 'files
1416 and subfeature 'remote-wildcards. (Bug#5198)
1417
1418 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1419 if there is already an established connection.
1420 (tramp-advice-file-expand-wildcards): Remove it.
1421
1422 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1423 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1424 Activate advice for older GNU Emacs versions. (Bug#5237)
1425
1426 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1427
1428 Some doc fixes (more needed).
1429
1430 * find-cmd.el (find-constituents): Reflow docstring.
1431 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1432 (find-generic): Doc fix.
1433
1434 2009-12-17 Juri Linkov <juri@jurta.org>
1435
1436 Fix regression from 23.1 to allow multiple modes in Local Variables.
1437
1438 * files.el (hack-local-variables-filter): While ignoring duplicates,
1439 don't take `mode' into account.
1440 (hack-local-variables-filter, hack-dir-local-variables): Don't
1441 remove duplicate `mode' from local-variables-alist (like `eval').
1442
1443 2009-12-17 Juri Linkov <juri@jurta.org>
1444
1445 Make `dired-diff' more safe. (Bug#5225)
1446
1447 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1448 `current' or when `file' is a directory of the `current' file.
1449
1450 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1451
1452 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1453 unconditionally preloaded files.
1454
1455 2009-12-16 Juri Linkov <juri@jurta.org>
1456
1457 Revert to old 23.1 logic of using the file at the mark as default.
1458 * dired-aux.el (dired-diff): Use the file at the mark as default
1459 if it's not the same as the current file, and the target dir is
1460 the current dir or the mark is active. Add the current file
1461 as the arg of `dired-dwim-target-defaults'. Use the default file
1462 in the prompt. (Bug#5225)
1463
1464 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1465
1466 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1467 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1468 (tramp-check-for-regexp): Check also, when an echoing shell stops
1469 to echo sent commands.
1470
1471 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * Makefile.in: Revert last change (Bug#5191).
1474
1475 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1476
1477 * vc-hg.el (vc-hg-print-log): Fix argument order.
1478 (vc-hg-working-revision): Make sure the command is executed in a
1479 known environment so that we can parse the output. (Bug#4417)
1480
1481 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * progmodes/python.el (python-symbol-completions): Remove text
1484 properties from symbol string before calling python-send-receive.
1485
1486 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1487
1488 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1489 when there are values for both file and line. (Bug#5060)
1490
1491 2009-12-14 Juri Linkov <juri@jurta.org>
1492
1493 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1494 whitespace after the file name of the first line of unified format,
1495 because git-diff doesn't output whitespace and file modification time
1496 after the file name.
1497
1498 2009-12-14 David Kastrup <dak@gnu.org>
1499
1500 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1501 check if it already has the `display' property added by
1502 `Info-display-images-node', and not put the `invisible' property
1503 in this case.
1504
1505 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1508 (semantic-mru-bookmark-mode): Doc fixes.
1509
1510 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1511 of assert.
1512
1513 2009-12-13 Glenn Morris <rgm@gnu.org>
1514
1515 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1516 (report-emacs-bug): In message-mode, sort manually before storing
1517 original report text. (Bug#5178)
1518 Remove superfluous save-excursion.
1519
1520 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1521
1522 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1523 when responding to "GetAll" properties.
1524
1525 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * simple.el (compose-mail): Remove mail-setup-with-from from
1528 customization checks.
1529
1530 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1531
1532 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1533 RAR archives created on Unix systems.
1534
1535 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1538 the varalias that was accidentally removed by the 2009-11-19 change
1539 (bug#5186).
1540
1541 2009-12-12 Kenichi Handa <handa@m17n.org>
1542
1543 * language/indian.el (indian-compose-regexp): New function.
1544 (malayalam-composable-pattern): Fix the pattern.
1545 (composition-function-table): Set malayalam-composable-pattern for
1546 Malayalam characters.
1547
1548 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1551 rather than down-mouse-1, based on follow-link conventions.
1552
1553 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1554 are compiled.
1555
1556 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1557
1558 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1559 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1560 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1561 (verilog-leap-to-head, verilog-backward-token):
1562 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1563
1564 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1565
1566 * progmodes/verilog-mode.el (verilog-auto-lineup)
1567 (verilog-nameable-item-re): Cleanup user-visible spelling and
1568 documentation errors. One reported by Gary Delp.
1569 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1570 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1571 package, bug195. Reported by Pierre-David Pfister.
1572
1573 2009-12-11 Glenn Morris <rgm@gnu.org>
1574
1575 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1576
1577 * mail/emacsbug.el: No longer require sendmail.
1578 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1579 (report-emacs-bug-orig-text): Doc fix.
1580 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1581 New local variables, to adapt to different mail-user-agents.
1582 (report-emacs-bug): Fix test for a gnu.org address.
1583 Use overlays for emphasis, since font-lock defeats 'face property.
1584 Pretest bugs also end up at the newsgroup these days.
1585 Stop message-mode stripping text properties.
1586 Set and use the new buffer-local variables.
1587 (report-emacs-bug-hook): Add doc-string.
1588 Remove some unnecessary save-excursions and simplify.
1589 Use the appropriate hook and send-command.
1590
1591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1592 capitalization of some menu entries.
1593
1594 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1595
1596 * whitespace.el (whitespace-display-char-on): Ensure
1597 `buffer-display-table' is unique when two or more windows are
1598 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1599 New version 12.1.
1600
1601 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1602
1603 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1604 characters in the Attribute field.
1605
1606 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1607
1608 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1609
1610 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1613 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1614 Disregard autoload-excludes.
1615 (update-directory-autoloads): Obey autoload-excludes here instead.
1616 But don't store its contents in no-autoloads and remove entries that
1617 refer to excludes files.
1618
1619 2009-12-10 Glenn Morris <rgm@gnu.org>
1620
1621 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1622 (expand-mail-aliases): Define for compiler.
1623
1624 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1625 Define for compiler.
1626
1627 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1628 appropriate for the mail-user-agent in use.
1629
1630 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1631
1632 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1633
1634 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1635
1636 Fix short log parsing and fontification.
1637 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1638 Fix fontification for the [merge] label.
1639
1640 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1641
1642 Drop some properties to avoid surprises.
1643 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1644 (hfy-fontify-buffer): Use it.
1645
1646 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 Minor cleanup.
1649 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1650 Adjust all callers.
1651 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1652 args compulsory. Adjust callers.
1653 (ffap-gopher-at-point): Remove unused var `name'.
1654
1655 Get rid of the ELCFILES abomination.
1656 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1657 (compile-elcfiles): New phony target.
1658 (compile-main): Compute ELCFILES dynamically.
1659 (compile-clean): New target to remove left-over elc files.
1660 (compile, all): Use it.
1661
1662 2009-12-09 Kenichi Handa <handa@etlken>
1663
1664 * international/mule-diag.el: Require help-mode instead of help-fns.
1665
1666 2009-12-09 Kenichi Handa <handa@m17n.org>
1667
1668 * international/mule-cmds.el (ucs-names): Supply sufficiently
1669 fine ranges instead of pre-calculating accurate ranges.
1670 Iterate with bigger gc-cons-threshold.
1671
1672 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1673
1674 Add support for stashing a snapshot of the current tree.
1675 * vc-git.el (vc-git-stash-snapshot): New function.
1676 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1677
1678 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1679
1680 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1681 instead of `(beginning|end)-of-line'.
1682
1683 2009-12-08 Glenn Morris <rgm@gnu.org>
1684
1685 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1686
1687 * Makefile.in (ELCFILES): Regenerate.
1688
1689 2009-12-07 Juri Linkov <juri@jurta.org>
1690
1691 Don't lazy-highlight the comint output in history Isearch mode.
1692
1693 * comint.el (comint-history-isearch-search): Instead of
1694 `comint-line-beginning-position', use `comint-after-pmark-p'
1695 to check if point if before the process mark, and go to
1696 `process-mark' in this case.
1697
1698 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * textmodes/tex-mode.el (latex-complete)
1701 (latex-indent-or-complete): Remove.
1702 (latex-mode): Set completion-at-point-functions instead.
1703
1704 Provide a standard completion command and hook it into TAB.
1705 * minibuffer.el (completion-at-point-functions): New var.
1706 (completion-at-point): New command.
1707 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1708 * progmodes/python.el (python-mode-map): Use completion-at-point.
1709 (python-completion-at-point): Rename from python-partial-symbol and
1710 adjust for use in completion-at-point-functions.
1711 (python-mode): Setup completion-at-point for Python completion.
1712 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1713 extracted from lisp-complete-symbol.
1714 (lisp-complete-symbol): Use it.
1715 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1716 setup completion-at-point for Elisp completion.
1717 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1718 Use completion-at-point.
1719 * ielm.el (ielm-map): Use completion-at-point.
1720 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1721 * progmodes/sym-comp.el: Move to...
1722 * obsolete/sym-comp.el: Move from progmodes.
1723
1724 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1725
1726 Prevent save-buffer in Rmail buffers from using the coding-system
1727 of the current message, and from clobbering the encoding mnemonics
1728 in the mode line (Bug#4623).
1729
1730 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1731 flag, too.
1732 (rmail-message-encoding): New variable.
1733 (rmail-write-region-annotate): Record the encoding of the current
1734 message in rmail-message-encoding.
1735 (rmail-after-save-hook): New function, restores the encoding of
1736 the current message after the message collection is saved.
1737
1738 2009-12-07 Juri Linkov <juri@jurta.org>
1739
1740 * progmodes/grep.el (grep-read-files): Use `completing-read'
1741 instead of `read-string'. Set its `collection' arg to
1742 `read-file-name-internal'. (Bug#4301)
1743
1744 2009-12-07 Juri Linkov <juri@jurta.org>
1745
1746 Correctly restore original Isearch point. (Bug#4994)
1747
1748 * isearch.el (isearch-mode): Move `isearch-push-state' after
1749 `(run-hooks 'isearch-mode-hook)'.
1750 (isearch-cancel): When `isearch-push-state-function' is defined,
1751 let-bind `isearch-cmds' to the first state (the last element of
1752 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1753 function and restores the original point). Otherwise, move point
1754 to `isearch-opoint'.
1755
1756 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1759 chars that don't have names, so the table can be built much faster at
1760 run-time.
1761
1762 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1765 change. Suggested by David Kastrup.
1766
1767 * simple.el (compose-mail): Check for incompatibilities and warn.
1768 (compose-mail-user-agent-warnings): New option.
1769
1770 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1771
1772 Support showing a single log entry from vc-annotate.
1773 * vc.el (print-log): Add a new argument: START-REVISION.
1774 (vc-print-log-internal): Add a new optional argument and
1775 pass it to the backend.
1776 (vc-print-log, vc-print-root-log): Adjust callers.
1777 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1778 buffer already displays the requested log entry, use it.
1779 Otherwise display only the log entry in question.
1780 * vc-svn.el (vc-svn-print-log):
1781 * vc-mtn.el (vc-mtn-print-log):
1782 * vc-hg.el (vc-hg-state):
1783 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1784 (vc-git-show-log-entry): Return t on success.
1785 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1786 (vc-bzr-show-log-entry): Return t on success.
1787 * vc-rcs.el (vc-rcs-print-log):
1788 * vc-sccs.el (vc-sccs-print-log):
1789 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1790
1791 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1792
1793 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1794 Add menus to the meta mode. (Bug#5043)
1795
1796 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1797
1798 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1799 event-key.
1800
1801 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1802
1803 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1804
1805 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1806 Berbain <raphael.berbain@gmail.com>.
1807
1808 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1809 characters.
1810 (tramp-initial-end-of-output): New defconst.
1811 (tramp-methods, tramp-find-shell)
1812 (tramp-open-connection-setup-interactive-shell)
1813 (tramp-maybe-open-connection): Use it.
1814 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1815 existence of `#' and `$'.
1816
1817 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1818 `tramp-initial-end-of-output'.
1819
1820 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 Get the background mode from the terminal for xterm, and set
1823 faces accordingly.
1824 * term/xterm.el (xterm-set-background-mode): New function.
1825 (terminal-init-xterm): Use it in case xterm supports background
1826 color queries. Recompute faces after getting the background
1827 color.
1828
1829 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1830
1831 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1832 number comment back on its own line, for easier parsing.
1833
1834 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 Make it work for non-file buffers (bug#5102).
1837 * doc-view.el (doc-view-current-cache-dir):
1838 Use doc-view-buffer-file-name rather than buffer-file-name.
1839 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1840
1841 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1842
1843 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1844 author field is too short.
1845
1846 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 * vc-git.el (vc-git-print-log): Handle a limit argument.
1849 Display the short log in graph form and with labels.
1850 (vc-git-log-view-mode): Handle labels.
1851
1852 Make vc-revert change VC state from 'added to 'unregistered.
1853 * vc-git.el (vc-git-revert): Call git reset first.
1854
1855 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1856
1857 * net/newst-backend.el, net/newst-plainview.el:
1858 * net/newst-reader.el, net/newst-ticker.el:
1859 * net/newst-treeview.el, net/newsticker.el:
1860 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1861
1862 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1865
1866 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1867 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1868 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1869 Update annotation regexp.
1870
1871 * simple.el (beginning-of-visual-line): Constrain to field
1872 boundaries (Bug#5106).
1873
1874 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1875
1876 * xml.el (xml-substitute-numeric-entities): Move
1877 newsticker--decode-numeric-entities in newst-backend.el to
1878 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1879 * net/newst-backend.el (newsticker--parse-generic-feed)
1880 (newsticker--parse-generic-items)
1881 (newsticker--decode-numeric-entities): Move
1882 newsticker--decode-numeric-entities in newst-backend.el to
1883 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1884
1885 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1886
1887 * progmodes/js.el (js--js-not): Add null to the list of values.
1888
1889 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1892
1893 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1894
1895 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1896 delimiter if it is at the end of the current line.
1897 (bibtex-generate-url-list): Fix docstring.
1898
1899 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1902 minibuffer's content with itself.
1903 Fold the confirm-after-completion case into the `confirm' case.
1904 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1905
1906 2009-12-06 Kevin Ryde <user42@zip.com.au>
1907
1908 * ffap.el (ffap-rfc-path): Make this a defcustom since
1909 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1910
1911 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1912 manuals, similar to existing setup for help-mode. (Bug#3913.)
1913
1914 2009-12-05 Juri Linkov <juri@jurta.org>
1915
1916 Save and restore dired buffer's point positions too. (Bug#4880)
1917
1918 * dired.el (dired-save-positions): Return in the first element
1919 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1920 Doc fix.
1921 (dired-restore-positions): First restore buffer's position.
1922 While restoring window's positions, check if window still displays
1923 the original buffer.
1924
1925 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1928 if possible.
1929
1930 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1931 Make argument optional.
1932
1933 * shell.el (shell): Require ansi-color (Bug#5113).
1934
1935 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1936
1937 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1938
1939 2009-12-05 Alan Mackenzie <acm@muc.de>
1940
1941 * progmodes/cc-mode.el (c-before-hack-hook)
1942 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1943 `c-file-style' to work again. This reversion restores the current
1944 software to its state in Emacs 23.1. (Bug#4146)
1945
1946 2009-12-05 Kevin Ryde <user42@zip.com.au>
1947
1948 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1949 comment-start-skip to comment-end-skip as comment (Bug#4781).
1950
1951 2009-12-05 Juri Linkov <juri@jurta.org>
1952
1953 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1954 for virtual nodes. (Bug#4147)
1955 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1956 when moving from a virtual node.
1957 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1958 (Info-mode): Add `Info-virtual-index' to the docstring.
1959
1960 2009-12-05 Eric Ludlam <zappo@gnu.org>
1961
1962 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1963 Describe project macro symbols.
1964
1965 * cedet/semantic/complete.el (semantic-complete-do-completion):
1966 Don't call semantic-collector-current-exact-match.
1967
1968 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1969 ede-objects as targets.
1970
1971 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1972 a target's object list even if compiler vars are already in the
1973 Makefile.
1974
1975 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1976 list of headers producing necessary macros.
1977
1978 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1979
1980 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1981 track of the buffer position of the end of a BibTeX entry as this
1982 position may change during reformatting.
1983 (bibtex-format-entry): Remove whitespace before processing
1984 numerical fields so that we recognize the latter properly.
1985 (bibtex-reformat): Do not use push which changes the global value
1986 of bibtex-entry-format.
1987 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1988 (bibtex-field-re-init): Replace only space characters by regexp
1989 for whitespace.
1990 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1991 (bibtex-initialize): Also update bibtex-strings.
1992 (bibtex-kill-field): Preserve white space at end of entry.
1993 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1994 Update bibtex-reference-keys.
1995
1996 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1999 point after a star, if that's the only place where modifications can
2000 make progress.
2001
2002 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2003
2004 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2005 in docstrings.
2006
2007 2009-12-04 Juri Linkov <juri@jurta.org>
2008
2009 * proced.el (proced): Call `(proced-update t)' to update process
2010 information instead of only running proced-post-display-hook.
2011 (proced-send-signal): Add a leading space to the buffer name
2012 " *Marked Processes*" to make this buffer ephemeral.
2013
2014 2009-12-04 Juri Linkov <juri@jurta.org>
2015
2016 * dired.el (dired-auto-revert-buffer): New defcustom.
2017 (dired-internal-noselect): Use it.
2018
2019 2009-12-04 Juri Linkov <juri@jurta.org>
2020
2021 Change roles of modes and functions in image-mode.el (Bug#5062).
2022
2023 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2024 in `auto-mode-alist'.
2025 (image-mode-previous-major-mode): New variable.
2026 (image-minor-mode-map): Rename from `image-mode-text-map'.
2027 (image-mode): Move graceful error-handling code from
2028 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2029 (image-minor-mode): Remove all image-handling code.
2030 Replace `image-mode-text-map' with `image-minor-mode-map'.
2031 Check for `image-type' in mode-line format string.
2032 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2033 (image-mode-as-text): New function with most code from
2034 `image-mode-maybe'.
2035 (image-toggle-display-text): Move code that removes image
2036 properties from `image-toggle-display' to here.
2037 (image-toggle-display-image): New function with code that adds
2038 image properties copied from `image-toggle-display'.
2039 (image-toggle-display): Remove most code with leaving only code
2040 that toggles between `image-mode-as-text' and `image-mode'.
2041
2042 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2043
2044 * net/newst-treeview.el
2045 (newsticker--treeview-list-highlight-start): Restored call to
2046 save-excursion: Selected item was stuck.
2047 (newsticker--treeview-list-select): New.
2048 (newsticker--treeview-item-show-text)
2049 (newsticker--treeview-item-show)
2050 (newsticker--treeview-item-update): Use new
2051 newsticker-treeview-item-mode.
2052 (newsticker-treeview-update): Keep current item.
2053 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2054 (newsticker--treeview-first-feed): Doc change.
2055 (newsticker-treeview-list-menu)
2056 (newsticker-treeview-item-menu): Added menu entries.
2057 (newsticker-treeview-item-mode): New.
2058
2059 * net/newst-backend.el (newsticker-customize): Delete other
2060 windows.
2061
2062 2009-12-04 Sam Steingold <sds@gnu.org>
2063
2064 * log-view.el (log-view-mode-map): "q" calls quit-window,
2065 like in all the other non-self-insert buffers.
2066
2067 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 Minor cleanup.
2070 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2071 key decoding rather than do it manually via last-input-event +
2072 ascii-character.
2073 (term-exec): Use delete-and-extract-region.
2074 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2075 (term-process-pager): Remove unused var `i'.
2076 (term-dynamic-simple-complete): Make obsolete.
2077 (serial-update-config-menu): Remove unused vars `y' and `str'.
2078 (term-update-mode-line): Remove unused var `temp'.
2079
2080 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2081
2082 Limit the number of log entries displayed by default.
2083 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2084 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2085 using a prefix argument.
2086
2087 2009-12-03 Glenn Morris <rgm@gnu.org>
2088
2089 * progmodes/idlwave.el (class): Restore still useful declaration.
2090
2091 2009-12-03 Alan Mackenzie <acm@muc.de>
2092
2093 Enhance `c-parse-state' to run efficiently in "brace deserts".
2094
2095 * progmodes/cc-mode.el (c-basic-common-init):
2096 Call c-state-cache-init.
2097 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2098 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2099 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2100
2101 * progmodes/cc-langs.el (c-before-font-lock-function):
2102 c-extend-and-neutralize-syntax-in-CPP has been renamed
2103 c-neutralize-syntax-in-and-mark-CPP.
2104
2105 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2106 with `category' properties now, not `syntax-table' ones.
2107
2108 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2109 enhanced (but slower) version of c-end-of-macro that won't land
2110 inside a literal or on another awkward character.
2111 (c-state-cache-too-far, c-state-cache-start)
2112 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2113 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2114 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2115 (c-state-min-scan-pos, c-state-brace-pair-desert)
2116 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2117 buffer local variables.
2118 (c-state-literal-at, c-state-lit-beg)
2119 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2120 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2121 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2122 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2123 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2124 (c-renarrow-state-cache)
2125 (c-append-lower-brace-pair-to-state-cache)
2126 (c-state-push-any-brace-pair, c-append-to-state-cache)
2127 (c-remove-stale-state-cache)
2128 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2129 (c-invalidate-state-cache-1, c-parse-state-1)
2130 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2131 (c-parse-state): Enhance and refactor.
2132 (c-debug-parse-state): Amend to deal with all the new variables.
2133
2134 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2135 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2136 modify to use category text properties rather than syntax-table ones.
2137 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2138 to switch off/on the syntactic paren property of C++ template
2139 delimiters using the category property.
2140 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2141 template delims suppressed.
2142 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2143 New constant/macros which apply category properties to the start
2144 and end of preprocessor constructs.
2145 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2146 "comment out" the syntactic value of characters in preprocessor
2147 constructs.
2148 (c-with-cpps-commented-out)
2149 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2150 with characters in all or all but one preprocessor constructs
2151 "commented out".
2152
2153 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2154
2155 * proced.el (proced-filter-alist): Use regexp-quote.
2156
2157 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2158
2159 Cleanup.
2160 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2161 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2162 arguments. Expand `default-directory'.
2163
2164 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2165 the benefit of returning an expanded localname.
2166 (tramp-tramp-file-p): Handle the case NAME is not a string.
2167
2168 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2169
2170 Add support for bzr shelve/unshelve.
2171 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2172 (vc-bzr-extra-menu-map): New variables.
2173 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2174 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2175 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2176 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2177 (vc-bzr-dir-extra-headers): Display shelves.
2178
2179 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2180
2181 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * textmodes/bibtex.el (bibtex-complete-internal):
2184 Use completion-in-region.
2185 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2186
2187 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2188
2189 Support applying stashes. Improve UI.
2190 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2191 (vc-git-stash-apply, vc-git-stash-pop)
2192 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2193 (vc-git-stash-menu): New functions.
2194 (vc-git-stash-menu-map): New variable.
2195 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2196
2197 2009-12-03 Glenn Morris <rgm@gnu.org>
2198
2199 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2200 (vc-print-log-internal): Fix previous change.
2201 (vc-revert): Correct pluralization.
2202
2203 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2206 it to be an alist any more.
2207 (makefile-complete): Use completion-in-region.
2208
2209 * progmodes/octave-mod.el (octave-complete-symbol):
2210 Use completion-in-region.
2211
2212 Misc cleanup.
2213 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2214 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2215 (idlwave-complete-class): Don't quote lambda.
2216 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2217 (idlwave-mode-map): Move initialization into declaration.
2218 (idlwave-action-and-binding): Use backquotes.
2219 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2220 Simplify.
2221 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2222 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2223 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2224 `parts', and `all-parts'.
2225 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2226 (idlwave-convert-xml-system-routine-info): Remove unused string
2227 `version-string'.
2228 (idlwave-display-user-catalog-widget): Use dolist.
2229 (idlwave-scanning-lib): Declare dynamically-scoped var.
2230 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2231 (completion-highlight-first-word-only): Declare to silence bytecomp.
2232 (idlwave-popup-select): Tighten scope of `resp'.
2233 (idlwave-find-struct-tag): Remove unused var `beg'.
2234 (idlwave-after-load-rinfo-hook): Declare.
2235 (idlwave-sintern-class-info): Remove unused var `taglist'.
2236 (idlwave-find-class-definition): Remove unused var `list'.
2237 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2238 (idlwave-what-module-find-class): Remove unused var `classes'.
2239
2240 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2243
2244 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2247 buffers visited. Remove redundant current-buffer-saving.
2248
2249 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 Use completion-in-buffer and remove uses of dynamic scoping.
2252 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2253 (pascal-buffer-to-use, pascal-flag): Don't declare.
2254 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2255 (pascal-get-completion-decl, pascal-keyword-completion):
2256 Add `pascal-str' argument, save-excursion,
2257 return the found completions, and don't filter with pascal-pred.
2258 (pascal-completion-cache): New var.
2259 (pascal-completion): Don't switch buffer any more (it was never
2260 necessary). Don't save-excursion any more (it's done by the called
2261 subroutines). Use a cache to avoid redundant computations.
2262 Use complete-with-action rather than pascal-completion-response and
2263 let it apply the predicate as well.
2264 (pascal-complete-word): Use completion-in-buffer when
2265 pascal-toggle-completions is nil.
2266 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2267 not used any more.
2268 (pascal-comp-defun): Don't change buffer any more.
2269 Use complete-with-action rather than pascal-completion-response and
2270 let it apply the predicate as well.
2271 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2272 when neded.
2273
2274 2009-12-02 Kenichi Handa <handa@m17n.org>
2275
2276 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2277 shape for all Indic scripts.
2278
2279 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 Use completion-in-buffer.
2282 * wid-edit.el (widget-field-text-end): New function.
2283 (widget-field-value-get): Use it.
2284 (widget-string-complete, widget-file-complete)
2285 (widget-color-complete): Use it and completion-in-region.
2286 (widget-complete): Don't narrow the buffer.
2287
2288 2009-12-02 Glenn Morris <rgm@gnu.org>
2289
2290 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2291 (rmail-select-summary): Use rmail-pop-to-buffer.
2292 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2293 rmail-pop-to-buffer, to prevent horizontal splits.
2294
2295 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2296 save-excursion with save-current-buffer.
2297 Widen before searching. (Bug#5093)
2298 (diary-list-sexp-entries): Remove superfluous save-excursion.
2299
2300 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2301
2302 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2303 name. (Bug#5038)
2304
2305 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2306
2307 * ido.el (ido-file-internal): Handle filenames at point that do
2308 not have a directory part. (Bug#5049)
2309
2310 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2311
2312 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2313 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2314
2315 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2316
2317 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2318 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2319 any more.
2320
2321 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * comint.el (comint-insert-input): Ignore clicks to the right of
2324 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2325
2326 * vc.el (vc-print-log-internal): Don't wait for the process to
2327 terminate before setting up the major mode.
2328
2329 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2330 in case.
2331
2332 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2333 the last element.
2334
2335 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2336
2337 2009-12-01 Glenn Morris <rgm@gnu.org>
2338
2339 * window.el (window--display-buffer-2): Fix previous changes.
2340
2341 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2344
2345 2009-12-01 Glenn Morris <rgm@gnu.org>
2346
2347 * Makefile.in (ELCFILES): Add mpc.elc.
2348
2349 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * mpc.el: New file.
2352
2353 2009-12-01 Glenn Morris <rgm@gnu.org>
2354
2355 * window.el (window-to-use): Define for compiler.
2356
2357 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2358 consistent with others (no final period).
2359
2360 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2361 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2362
2363 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2364
2365 Make vc-print-log buttons work.
2366 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2367
2368 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2369
2370 * savehist.el (savehist-autosave-interval): Allow setting to nil
2371 through customize. (Bug#5056)
2372
2373 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2374
2375 Fix references to jit-lock properties.
2376 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2377 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2378 (perl-font-lock-special-syntactic-constructs):
2379 Quote jit-lock-defer-multiline property.
2380
2381 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2384
2385 2009-11-30 Juri Linkov <juri@jurta.org>
2386
2387 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2388 value `buffer' of `multi-isearch-next-buffer-current-function'.
2389 Use `(current-buffer)' when `buffer' is nil.
2390 (multi-isearch-next-buffer-from-list): Don't fallback to
2391 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2392
2393 2009-11-30 Juri Linkov <juri@jurta.org>
2394
2395 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2396 of buffers with `get-buffer' to `multi-isearch-buffers'.
2397 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2398 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2399 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2400 FILES with `expand-file-name' converting relative file names
2401 to absolute. Doc fix. (Bug#4727)
2402
2403 2009-11-30 Juri Linkov <juri@jurta.org>
2404
2405 * misearch.el (multi-isearch-read-buffers)
2406 (multi-isearch-read-matching-buffers): New functions.
2407 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2408 Use them in the `interactive' spec. Doc fix.
2409 (multi-isearch-read-files, multi-isearch-read-matching-files):
2410 New functions.
2411 (multi-isearch-files, multi-isearch-files-regexp):
2412 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2413
2414 2009-11-30 Juri Linkov <juri@jurta.org>
2415
2416 * doc-view.el (doc-view-continuous):
2417 Rename from `doc-view-continuous-mode'.
2418 (doc-view-menu): Move "Toggle display" to the top.
2419 Add submenu "Continuous" with radio buttons "Off"/"On"
2420 and "Save as Default".
2421 (doc-view-scroll-up-or-next-page)
2422 (doc-view-scroll-down-or-previous-page)
2423 (doc-view-next-line-or-next-page)
2424 (doc-view-previous-line-or-previous-page): Rename
2425 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2426
2427 2009-11-30 Juri Linkov <juri@jurta.org>
2428
2429 * comint.el (comint-mode-map): Rebind `M-r' from
2430 `comint-previous-matching-input' to
2431 `comint-history-isearch-backward-regexp'.
2432 Unbind `M-s' to allow global key binding `M-s'.
2433 Add menu items for `comint-history-isearch-backward' and
2434 `comint-history-isearch-backward-regexp'. (Bug#3746)
2435
2436 2009-11-30 Juri Linkov <juri@jurta.org>
2437
2438 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2439 For def=recenter, replace `recenter' with `recenter-top-bottom'
2440 that is called with `this-command' and `last-command' let-bound
2441 to `recenter-top-bottom'. When the last `def' was not `recenter',
2442 set `recenter-last-op' to nil. (Bug#4981)
2443
2444 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 Minor cleanup and simplification.
2447 * filecache.el (file-cache-add-directory)
2448 (file-cache-add-directory-recursively)
2449 (file-cache-add-from-file-cache-buffer)
2450 (file-cache-delete-file-regexp, file-cache-delete-directory)
2451 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2452 (file-cache-temp-minibuffer-message): Delete function.
2453 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2454
2455 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2456 Don't signal an error when bumping into EOB in tr, s, or y.
2457
2458 2009-11-29 Juri Linkov <juri@jurta.org>
2459
2460 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2461 (Bug#4960)
2462
2463 * descr-text.el (describe-char-unidata-list): Use lowercase name
2464 for "Unicode name" like in other tags.
2465
2466 2009-11-29 Juri Linkov <juri@jurta.org>
2467
2468 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2469 New compatibility macro.
2470 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2471
2472 2009-11-29 Juri Linkov <juri@jurta.org>
2473
2474 Add defcustom to define the cycling order of `recenter-top-bottom'.
2475 (Bug#4981)
2476
2477 * window.el (recenter-last-op): Doc fix.
2478 (recenter-positions): New defcustom.
2479 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2480 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2481
2482 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2483
2484 Improve integration of Tramp and ange-ftp in eshell.
2485
2486 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2487 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2488 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2489
2490 * eshell/esh-util.el (top): Require also Tramp when compiling.
2491 (eshell-directory-files-and-attributes): Check for FTP remote
2492 connection.
2493 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2494 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2495 (eshell-file-attributes): Handle ".". Return `entry'.
2496
2497 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2498 (ange-ftp-directory-files-and-attributes)
2499 (ange-ftp-real-directory-files-and-attributes): New defuns.
2500
2501 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2502 shell with "exec" when possible. This prevents trailing prompts
2503 in `start-file-process'.
2504
2505 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 Try and remove assumptions about point-min==1.
2508 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2509 (rng-compute-mode-line-string): Show the validation percentage in
2510 terms of the narrowed text, not the widened text.
2511 (rng-do-some-validation): Don't catch internal errors when debugging.
2512 (rng-first-error): Simplify.
2513 (rng-after-change-function): Remove work around. AFAIK the bug has
2514 been fixed a while ago.
2515
2516 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2517 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2518
2519 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2520
2521 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2522 `cd' doesn't always do it for us (bug#5067).
2523
2524 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2525 on 2009-10-25 as part of some other change (bug#5067).
2526
2527 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2530 `suspicious'.
2531 (byte-compile-warnings): Use byte-compile-warning-types.
2532 (byte-compile-save-excursion): Warn about use of set-buffer right
2533 after save-excursion.
2534
2535 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2536 the excursion as well.
2537
2538 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2539
2540 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2541 providing a Tramp related implementation of "su" and "sudo".
2542 (eshell-unix-initialize): Add "su" and "sudo".
2543
2544 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2545
2546 * net/socks.el (socks-send-command): Convert binary request to
2547 unibyte before sending. This fixes mishandling of some port
2548 numbers such as 129.
2549
2550 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * help.el (describe-bindings-internal): Remove `interactive'.
2553
2554 * man.el (Man-completion-table): Trim a terminating "(".
2555 Remove the space between name page a section.
2556 Add the command's description on the `help-echo' property.
2557 Remove `process-connection-type' binding since it's unused by
2558 call-process.
2559 Provide completion for the "<section> <name>" format as well.
2560 (Man-default-man-entry): Remove spurious var shadowing the argument.
2561
2562 2009-11-26 Kevin Ryde <user42@zip.com.au>
2563
2564 * log-view.el: Add "Keywords: tools", since its other keywords
2565 aren't in finder-known-keywords, and following vc.el.
2566
2567 * sha1.el (sha1-string-external): default-directory "/" in case
2568 otherwise non-existent. process-connection-type pipe for touch of
2569 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2570
2571 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 Misc coding convention cleanups.
2574 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2575 hfy-init-kludge-hooks.
2576 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2577 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2578 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2579 and push.
2580 (hfy-slant, hfy-weight): Use tables rather than code.
2581 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2582 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2583 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2584 (hfy-face-to-css): Remove `nconc' with single arg.
2585 (hfy-p-to-face-lennart): Use `or'.
2586 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2587 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2588 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2589 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2590 (hfy-force-fontification): Use run-hooks.
2591
2592 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2593
2594 Various minor fixes.
2595 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2596 Javascript belongs in the header, not the body.
2597 (hfy-javascript): Remove.
2598 (hfy-fontify-buffer): Don't insert it any more.
2599 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2600 Fix bug in invis handling when there were no invis props in a chunk.
2601
2602 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2605
2606 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2607
2608 * finder.el (finder-mode-map): Add a menu.
2609
2610 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2611
2612 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2613 "unsigned" structs.
2614
2615 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2616 fork" statement better.
2617
2618 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2619
2620 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2621 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2622 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2623 Reported by Clay Douglass.
2624
2625 (verilog-auto-inst, verilog-auto-star-safe)
2626 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2627 Fix removing "// Interfaces" when saving .* expansions. Reported by
2628 Pierre-David Pfister.
2629
2630 2009-11-26 Glenn Morris <rgm@gnu.org>
2631
2632 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2633 the scope.
2634
2635 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2636
2637 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2638 Really use previous revision.
2639
2640 2009-11-25 Kevin Ryde <user42@zip.com.au>
2641
2642 * man.el (Man-completion-table): default-directory "/" in case
2643 doesn't otherwise exist. process-environment COLUMNS=999 so as
2644 not to truncate long names. process-connection-type pipe to avoid
2645 any chance of hitting the pseudo-tty TIOCGWINSZ.
2646 (man): completion-ignore-case t for friendliness and since man
2647 itself is case-insensitive on the command line.
2648 Further to Bug#3717.
2649
2650 * arc-mode.el: Add "Keywords: files", so the details in its
2651 commentary can be reached from finder-by-keyword.
2652 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2653 editing mode, but it's comms related and sgml-mode.el has "comm"
2654 on that basis too.
2655 * textmodes/bibtex-style.el: Add "Keywords: tex".
2656 * international/isearch-x.el, international/ja-dic-cnv.el:
2657 * international/ja-dic-utl.el, international/kkc.el:
2658 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2659
2660 2009-11-25 Juri Linkov <juri@jurta.org>
2661
2662 * man.el (Man-completion-table): Modify regexp to include
2663 section names to completion strings. (Bug#3717)
2664
2665 2009-11-25 Juri Linkov <juri@jurta.org>
2666
2667 Search recursively in gzipped files. (Bug#4982)
2668
2669 * progmodes/grep.el (grep-highlight-matches): Add new options
2670 `always' and `auto'. Doc fix.
2671 (grep-process-setup): Check `grep-highlight-matches' for
2672 `auto-detect' to determine the need to compute grep defaults.
2673 Move Windows/DOS specific --colors settings handling
2674 to `grep-compute-defaults'. Check `grep-highlight-matches'
2675 to get the value of "--color=".
2676 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2677 has the value `auto-detect'. Move Windows/DOS specific settings
2678 from `grep-process-setup'.
2679 (zrgrep): New command with alias `rzgrep'.
2680
2681 2009-11-25 Juri Linkov <juri@jurta.org>
2682
2683 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2684 to nil instead of switching off view-mode. (Bug#4896)
2685
2686 2009-11-25 Juri Linkov <juri@jurta.org>
2687
2688 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2689
2690 * mwheel.el (mwheel-scroll-up-function)
2691 (mwheel-scroll-down-function): New defvars.
2692 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2693 `scroll-up', and `mwheel-scroll-down-function' instead of
2694 `scroll-down'.
2695
2696 * doc-view.el (doc-view-scroll-up-or-next-page)
2697 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2698 Use this ARG in the call to image-scroll-up/image-scroll-down.
2699 Change `interactive' spec to "P". Goto next/previous page only
2700 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2701 SPC/DEL case). Doc fix.
2702 (doc-view-next-line-or-next-page)
2703 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2704 for consistency.
2705 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2706 `doc-view-scroll-up-or-next-page', and buffer-local
2707 `mwheel-scroll-down-function' to
2708 `doc-view-scroll-down-or-previous-page'.
2709
2710 2009-11-25 Juri Linkov <juri@jurta.org>
2711
2712 Provide additional default values (directories at other Dired
2713 windows) via M-n in the minibuffer of some Dired commands.
2714
2715 * dired-aux.el (dired-diff, dired-compare-directories)
2716 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2717 `minibuffer-default' in `minibuffer-with-setup-hook'.
2718 (dired-dwim-target-directory): Find a window that displays Dired
2719 buffer instead of failing when the next window is not Dired.
2720 Use `get-window-with-predicate' to find for the next Dired window.
2721 (dired-dwim-target-defaults): New function.
2722
2723 * ediff-util.el (ediff-read-file-name):
2724 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2725 in `minibuffer-with-setup-hook'.
2726
2727 2009-11-25 Juri Linkov <juri@jurta.org>
2728
2729 Provide additional default values (file name at point or at the
2730 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2731
2732 * minibuffer.el (read-file-name-defaults): New function.
2733 (read-file-name): Reset `minibuffer-default' to nil when
2734 it duplicates initial input `insdef'.
2735 Bind `minibuffer-default-add-function' to lambda that
2736 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2737 (minibuffer-insert-file-name-at-point): New command.
2738
2739 * files.el (file-name-at-point-functions): New defcustom.
2740 (find-file-default): Remove defvar.
2741 (find-file-read-args): Don't use `find-file-default'.
2742 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2743 to `read-file-name'.
2744 (find-file-literally): Use `read-file-name' with
2745 `confirm-nonexistent-file-or-buffer'.
2746
2747 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2748
2749 * dired.el (dired-read-dir-and-switches):
2750 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2751 to `read-file-name'.
2752 (dired-file-name-at-point): New function.
2753 (dired-mode): Add hook `dired-file-name-at-point' to
2754 `file-name-at-point-functions'.
2755
2756 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 Really make the *Completions* window soft-dedicated (bug#5030).
2759 * window.el (window--display-buffer-2): Add `dedicated' argument.
2760 (display-buffer): Pass it when needed so the dedicated flag is set
2761 after calling set-window-buffer, which would otherwise reset it.
2762
2763 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * progmodes/meta-mode.el (meta-complete-symbol):
2766 * progmodes/etags.el (complete-tag):
2767 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2768 Use completion-in-region.
2769
2770 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2771 (dabbrev-completion): Use completion-in-region.
2772 (dabbrev--abbrev-at-point): Simplify regexp.
2773
2774 * abbrev.el (abbrev--before-point): Use word-motion functions
2775 if :regexp is not specified (bug#5031).
2776
2777 * subr.el (string-prefix-p): New function.
2778
2779 * man.el (Man-completion-cache): New var.
2780 (Man-completion-table): Use it.
2781
2782 * vc.el (vc-print-log-internal): Make `limit' optional for better
2783 compatibility (e.g. with vc-annotate.el).
2784
2785 2009-11-24 Kevin Ryde <user42@zip.com.au>
2786
2787 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2788 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2789
2790 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2791 when .el source file not found or other error.
2792
2793 2009-11-24 Markus Triska <markus.triska@gmx.at>
2794
2795 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2796
2797 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 Handle the [back] button properly (bug#4979).
2800 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2801 Use help-setup-xref, help-buffer, and with-help-window.
2802 (describe-char): Add `buffer' argument.
2803 Pass proper command to help-setup-xref. Don't meddle with
2804 help-xref-stack-item directly.
2805 (describe-text-category): Use with-help-window and help-buffer.
2806
2807 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2808 for the displayed buffer (bug#4887).
2809
2810 * man.el (Man-completion-table): New function.
2811 (man): Use it.
2812
2813 2009-11-24 David Reitter <david.reitter@gmail.com>
2814
2815 * vc-git.el (vc-git-registered): Use checkout directory (where
2816 .git is) rather than the file's directory and a relative path spec
2817 to work around a bug in git.
2818
2819 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2820
2821 Improve handling of processes on remote hosts.
2822
2823 * eshell/esh-util.el (eshell-path-env): New defvar.
2824 (eshell-parse-colon-path): New defun.
2825 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2826
2827 * eshell/esh-ext.el (eshell-search-path):
2828 Use `eshell-parse-colon-path'.
2829 (eshell-remote-command): Remove argument HANDLER.
2830 (eshell-external-command): Check for FTP remote connection.
2831
2832 * eshell/esh-proc.el (eshell-gather-process-output):
2833 Use `file-truename', in order to start also symlinked files.
2834 Apply `start-file-process' instead of `start-process'.
2835 Shorten `command' to the local file name part.
2836
2837 * eshell/em-cmpl.el (eshell-complete-commands-list):
2838 Use `eshell-parse-colon-path'.
2839
2840 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2841
2842 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2843 to `eshell-directory-change-hook'.
2844
2845 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2846
2847 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2848 because it could be enabled automatically if view-read-only is non-nil.
2849
2850 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2851
2852 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2853 made on 2009-11-22.
2854
2855 2009-11-24 Glenn Morris <rgm@gnu.org>
2856
2857 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2858 deleted variable bookmark-bmenu-bookmark-column.
2859
2860 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2861 Move after definition of global-semantic-idle-tag-highlight-mode.
2862
2863 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2866
2867 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2868
2869 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2870 two slashes to the "file:" prefix.
2871 (browse-url-file-url): De-munge Cygwin filenames before passing
2872 them to Windows browser.
2873 (browse-url-default-windows-browser): Use call-process.
2874
2875 2009-11-23 Juri Linkov <juri@jurta.org>
2876
2877 Implement DocView Continuous mode. (Bug#4896)
2878 * doc-view.el (doc-view-continuous-mode): New defcustom.
2879 (doc-view-mode-map): Bind C-n/<down> to
2880 `doc-view-next-line-or-next-page', C-p/<up> to
2881 `doc-view-previous-line-or-previous-page'.
2882 (doc-view-next-line-or-next-page)
2883 (doc-view-previous-line-or-previous-page): New commands.
2884
2885 2009-11-23 Juri Linkov <juri@jurta.org>
2886
2887 Implement Isearch in comint input history. (Bug#3746)
2888 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2889 `isearch-mode-hook'.
2890 (comint-history-isearch): New defcustom.
2891 (comint-history-isearch-backward)
2892 (comint-history-isearch-backward-regexp): New commands.
2893 (comint-history-isearch-message-overlay): New buffer-local variable.
2894 (comint-history-isearch-setup, comint-history-isearch-end)
2895 (comint-goto-input, comint-history-isearch-search)
2896 (comint-history-isearch-message, comint-history-isearch-wrap)
2897 (comint-history-isearch-push-state)
2898 (comint-history-isearch-pop-state): New functions.
2899
2900 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2901
2902 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2903 return.
2904 (tramp-handle-make-symbolic-link)
2905 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2906 Quote file names.
2907 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2908 (tramp-handle-process-file): Use it.
2909
2910 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * window.el (move-to-window-line-last-op): Remove.
2913 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2914
2915 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2916
2917 Make M-r mirror the new cycling behavior of C-l.
2918 * window.el (move-to-window-line-last-op): New var.
2919 (move-to-window-line-top-bottom): New command.
2920 (global-map): Bind M-r move-to-window-line-top-bottom.
2921
2922 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2923
2924 * dired-x.el (dired-guess-shell-alist-default):
2925 Support xz format. (Bug#4953)
2926
2927 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * cedet/srecode/map.el (srecode-get-maps):
2930 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2931 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2932 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2933 (semantic-toggle-decoration-style):
2934 * cedet/semantic/decorate/include.el
2935 (semantic-decoration-include-describe)
2936 (semantic-decoration-unknown-include-describe)
2937 (semantic-decoration-unparsed-include-describe)
2938 (semantic-decoration-all-include-summary):
2939 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2940 * cedet/semantic/analyze/complete.el
2941 (semantic-analyze-possible-completions):
2942 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2943 (semantic-show-unmatched-syntax-mode)
2944 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2945 (semantic-highlight-func-mode):
2946 * cedet/semantic/util.el (semantic-describe-buffer):
2947 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2948 (semantic-symref-find-tags-by-name)
2949 (semantic-symref-find-tags-by-regexp)
2950 (semantic-symref-find-tags-by-completion)
2951 (semantic-symref-find-file-references-by-name)
2952 (semantic-symref-find-text):
2953 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2954 (senator-yank-tag):
2955 * cedet/semantic/scope.el (semantic-calculate-scope):
2956 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2957 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2958 (define-semantic-idle-service):
2959 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2960 (semantic-complete-analyze-inline-idle):
2961 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2962 * cedet/mode-local.el (describe-mode-local-bindings)
2963 (describe-mode-local-bindings-in-mode):
2964 * cedet/ede/make.el (ede-make-check-version):
2965 * cedet/ede/locate.el (ede-enable-locate-on-project):
2966 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2967 (cedet-idutils-version-check):
2968 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2969 (cedet-gnu-global-version-check):
2970 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2971 (cedet-cscope-version-check): Use called-interactively-p instead
2972 of interactive-p.
2973
2974 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2975 Use semantic-format-tag-prototype.
2976
2977 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2978
2979 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2980 last-command-char/last-command-event.
2981 (viper-prefix-arg-value): Do correct conversion of event-char for
2982 XEmacs.
2983
2984 * emulation/viper-util.el, emulation/viper.el:
2985 Use viper-last-command-char instead of
2986 last-command-char/last-command-event.
2987
2988 * ediff-init.el, ediff-mult.el, ediff-util.el:
2989 Replace last-command-char and last-command-event
2990 with (ediff-last-command-char) everywhere.
2991
2992 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2993 created in fundamental mode.
2994
2995 * ediff.el (ediff-version): Revert the change of interactive-p to
2996 called-interactively-p.
2997
2998 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2999
3000 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3001 generation from word-movement command names.
3002
3003 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3006 (semantic-complete-jump-local, semantic-complete-jump):
3007 Improve prompt string.
3008
3009 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3010
3011 * cus-start.el (all): Add native condition for font-use-system-font.
3012
3013 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3014
3015 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3016 Correct the patch from 2009-11-18. (Bug#3910)
3017
3018 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3019
3020 * progmodes/subword.el: Rename from lisp/subword.el.
3021
3022 * subword.el: Rename to progmodes/subword.el.
3023
3024 * Makefile.in (ELCFILES): Adapt to subword.el move.
3025
3026 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3027 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3030 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3031 (bookmark-bmenu-show-filenames): Use push.
3032 (bookmark-bmenu-hide-filenames): Use local var instead of
3033 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3034 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3035 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3036 filenames now that the bookmark names are always available.
3037
3038 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3041 (bookmark-search-pattern): Move and leave unbound.
3042 (bookmark-bmenu-mode-map): Change binding.
3043 (bookmark-read-search-input): Simplify.
3044 Don't use text-char-description. Don't error on non-char events.
3045 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3046 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3047 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3048 Use a local var for the timer.
3049 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3050 (i.e. bookmark-bmenu-search).
3051
3052 2009-11-21 Glenn Morris <rgm@gnu.org>
3053
3054 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3055
3056 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3057
3058 * net/browse-url.el (browse-url-default-windows-browser):
3059 Use cygstart for cygwin.
3060
3061 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3062
3063 * bookmark.el: Formatting and doc fixes only:
3064 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3065 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3066 Minor grammar and punctuation fixes in doc string.
3067 (bookmark-read-search-input): Adjust to fit within 80 columns.
3068
3069 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3070
3071 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3072 (c-backward-into-nomenclature): Adapt to subword renaming.
3073
3074 * subword.el (subword-forward, subword-backward, subword-mark)
3075 (subword-kill, subword-backward-kill, subword-transpose)
3076 (subword-downcase, subword-upcase, subword-capitalize)
3077 (subword-forward-internal, subword-backward-internal):
3078 Rename from forward-subword, backward-subword, mark-subword,
3079 kill-subword, backward-kill-subword, transpose-subwords,
3080 downcase-subword, upcase-subword, capitalize-subword,
3081 forward-subword-internal, backward-subword-internal.
3082
3083 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3084
3085 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3086 New options.
3087 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3088 New vars.
3089 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3090 (bookmark-bmenu-filter-alist-by-regexp)
3091 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3092 (bookmark-bmenu-search): New command.
3093 (bookmark-bmenu-mode-map): Bind it.
3094
3095 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3098
3099 * cedet/semantic/idle.el (define-semantic-idle-service)
3100 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3101
3102 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3103
3104 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3105 backward-subword to quit the byte-compiler.
3106
3107 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3108
3109 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3110
3111 * progmodes/cc-cmds.el (c-update-modeline)
3112 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3113 Refer to subword.el functions instead of cc-subword.el.
3114
3115 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3116 subword.el functions instead of cc-subword.el.
3117
3118 * progmodes/cc-subword.el: Rename to subword.el.
3119 * subword.el: Rename from progmodes/cc-subword.el.
3120 (subword-mode-map): Rename from c-subword-mode-map.
3121 (subword-mode): Rename from c-subword-mode.
3122 (global-subword-mode): New global minor mode.
3123 (forward-subword): Rename from c-forward-subword.
3124 (backward-subword): Rename from c-backward-subword.
3125 (mark-subword): Rename from c-mark-subword.
3126 (kill-subword): Rename from c-kill-subword.
3127 (backward-kill-subword): Rename from c-backward-kill-subword.
3128 (transpose-subwords): Rename from c-tranpose-subword.
3129 (downcase-subword): Rename from c-downcase-subword.
3130 (capitalize-subword): Rename from c-capitalize-subword.
3131 (forward-subword-internal): Rename from c-forward-subword-internal.
3132 (backward-subword-internal): Rename from c-backward-subword-internal.
3133
3134 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3135
3136 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3137 from a dired buffer.
3138 (vc-dired-deduce-fileset): New function.
3139 (vc-root-diff, vc-print-root-log): Use it.
3140
3141 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3142 nil LIMIT argument to vc-print-log-internal.
3143
3144 2009-11-20 Glenn Morris <rgm@gnu.org>
3145
3146 * Makefile.in (ELCFILES): Regenerate.
3147
3148 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3151
3152 * cedet/semantic.el: Enable idle-mode menu items only if
3153 global-semantic-idle-scheduler-mode is enabled.
3154 (semantic-default-submodes): Doc fix.
3155
3156 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3157 When turning off, disable other idle modes.
3158
3159 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3160
3161 * calc/calc.el (calc-set-mode-line):
3162 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3163 (math-format-number): Rename `math-format-complement-signed' to
3164 `math-format-twos-complement'.
3165
3166 * calc/calc-bin.el (math-format-twos-complement): Rename from
3167 math-format-complement-signed.
3168 (calc-radix): Rename `calc-complement-signed-mode' to
3169 `calc-twos-complement-mode'.
3170 (calc-octal-radix, calc-hex-radix): Add an argument for
3171 two's complement.
3172
3173 * calc/calc-embed.el (calc-embedded-mode-vars):
3174 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3175
3176 * calc/calc-ext.el (calc-init-extensions):
3177 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3178 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3179
3180 * calc/calc-units.el (math-build-units-table-buffer):
3181 Let `calc-twos-complement-mode' be nil.
3182
3183 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3184 entries.
3185
3186 * calc/calc-vec.el (calcFunc-vunpack):
3187 * calc/calc-aent.el (calc-do-calc-eval):
3188 * calc/calc-forms.el (math-format-date):
3189 * calc/calc-graph.el (calc-graph-plot):
3190 * calc/calc-math.el (math-use-emacs-fn):
3191 * calc/calccomp.el (math-compose-expr):
3192 Let `calc-twos-complement-mode' be nil.
3193
3194 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3197 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3198 * minibuffer.el (completion-in-region-functions): New hook.
3199 (completion-in-region): New function.
3200 * emacs-lisp/lisp.el (lisp-complete-symbol):
3201 * pcomplete.el (pcomplete-std-complete): Use it.
3202
3203 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3206 (latex-complete-alist): New vars.
3207 (latex-string-prefix-p, latex-complete-bibtex-keys)
3208 (latex-complete-envnames, latex-complete-refkeys)
3209 (latex-complete-data): New functions.
3210 (latex-complete, latex-indent-or-complete): New commands.
3211
3212 * window.el (display-buffer-mark-dedicated): New var.
3213 (display-buffer): Obey it.
3214 * minibuffer.el (minibuffer-completion-help): Use it.
3215
3216 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3217
3218 * filecache.el (file-cache-add-file): Use push and cons.
3219 (file-cache-delete-file-regexp): Use push.
3220 (file-cache-complete): Use completion-in-region.
3221
3222 * simple.el (with-wrapper-hook): Fix thinko.
3223
3224 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3225 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3226 Use with-current-buffer and string-to-number.
3227 (hfy-fallback-colour-values): Use assoc-string.
3228 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3229 (hfy-face-at): Remove unused var `found-face'.
3230 (hfy-compile-stylesheet): Remove unused var `css'.
3231 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3232 and `orig-buffer'.
3233 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3234 Use with-current-buffer.
3235 (hfy-text-p): Use expand-file-name and fewer setq.
3236
3237 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3238
3239 * htmlfontify.el, hfy-cmap.el: New files.
3240
3241 2009-11-19 Juri Linkov <juri@jurta.org>
3242
3243 * minibuffer.el (completions-format): New defcustom.
3244 (completion--insert-strings): Implement vertical format.
3245
3246 * simple.el (switch-to-completions): Move point to the first
3247 completion when point was at the beginning of the buffer.
3248
3249 2009-11-19 Juri Linkov <juri@jurta.org>
3250
3251 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3252
3253 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3254
3255 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3258 (mail-signature): Change default to t.
3259 (mail-from-style): Deprecate `system-default' value.
3260 (mail-insert-from-field): For default value of mail-from-style,
3261 default to `angles' unless `angles' needs quoting and `parens'
3262 does not.
3263 (mail-citation-prefix-regexp): Use citation regexp from
3264 message-mode.
3265
3266 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3269 Set variables for computing the prompt for reading password.
3270
3271 2009-11-19 Glenn Morris <rgm@gnu.org>
3272
3273 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3274
3275 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3276
3277 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3278 (newsticker-treeview-listwindow-height): Fix custom type.
3279
3280 2009-11-19 Kenichi Handa <handa@m17n.org>
3281
3282 * descr-text.el (describe-char-padded-string): Compose with TAB
3283 only if there's a font for CH.
3284 (describe-char): Fix the condition for detecting a trivial composition.
3285
3286 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3287
3288 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3289 more accurate version of the regexp. (Bug#3910)
3290
3291 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3292
3293 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3294
3295 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3298 (font-setting-change-default-font): Fix typo in docstring.
3299
3300 2009-11-18 Alan Mackenzie <acm@muc.de>
3301
3302 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3303
3304 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3305
3306 * font-setting.el (font-use-system-font): Move ...
3307
3308 * cus-start.el (all): ... to here.
3309
3310 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3313 Don't set `ad-return-value' if `ad-do-it' doesn't.
3314
3315 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3316 modification time.
3317
3318 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3319
3320 * menu-bar.el: Put "Use system font" in Option-menu.
3321 (menu-bar-options-save): Add font-use-system-font.
3322
3323 * loadup.el: If feature system-font-setting or font-render-setting is
3324 there, load font-setting.
3325
3326 * Makefile.in (ELCFILES): Add font-settings.el.
3327 * font-setting.el: New file.
3328
3329 2009-11-17 Glenn Morris <rgm@gnu.org>
3330
3331 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3332
3333 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3334 Preserve point in the list buffer. (Bug#4939)
3335 Use point-at-eol.
3336 (newsticker--treeview-list-update-highlight)
3337 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3338
3339 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3340
3341 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3342 Remove.
3343
3344 * calc/calc-ext.el (calc-init-extensions): Remove references to
3345 symclip.
3346
3347 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3348
3349 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3350 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3351 `calc-symclip'.
3352
3353 2009-11-16 Kevin Ryde <user42@zip.com.au>
3354
3355 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3356 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3357
3358 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3359 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3360 Ignore trailing spaces by omit-nulls to split-string (fixing
3361 regression from Emacs 21 due to the incompatible split-string
3362 change). (Bug #4928.)
3363
3364 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3365
3366 * vc.el (vc-log-show-limit): Default to 2000.
3367 (vc-print-log-internal): Insert buttons to request more entries
3368 when limiting the output.
3369
3370 * vc-sccs.el (vc-sccs-print-log):
3371 * vc-rcs.el (vc-rcs-print-log):
3372 * vc-cvs.el (vc-cvs-print-log):
3373 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3374 LIMIT is non-nil.
3375
3376 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3379 error when `tramp-gvfs-dbus-event-vector' is set.
3380 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3381
3382 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3385
3386 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3387
3388 * net/dbus.el (dbus-unregister-service): New defun.
3389 (dbus-register-property): Register the handlers of
3390 "org.freedesktop.DBus.Properties" for SERVICE.
3391 (dbus-property-handler): Fix docstring.
3392
3393 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3394
3395 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3396 Quote doc string reference in defvaralias as it is not in special form.
3397 (byte-compile-output-docform): Doc fix.
3398
3399 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3400
3401 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3402 (calc-complement-signed-mode): New variables.
3403 (calc-set-mode-line): Add indicator for twos-complements.
3404 (math-format-number): Format twos-complement notation.
3405
3406 * calc/calc-bin.el (calc-word-size): Reset the variables
3407 `math-2-word-size' and `math-half-2-word-size'.
3408 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3409 (calc-symclip): New functions.
3410
3411 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3412
3413 * calc/calc-embed.el (calc-embedded-mode-vars):
3414 Add `calc-complement-signed-mode' to the list of modes.
3415
3416 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3417 (calc-b-oper-keys): Add `calc-symclip' to list.
3418
3419 * calc/calc-ext.el (math-read-number-fancy): Read complement
3420 signed numbers.
3421 (calc-init-extensions): Add binding for `calc-symclip'.
3422 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3423
3424 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3425 `calc-symclip'.
3426 (calc-modes-menu): Add item for twos complement mode.
3427
3428 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3429
3430 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * register.el (jump-to-register, insert-register): Handle Semantic
3433 tags. From commented-out advice in semantic/senator.el.
3434
3435 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3436
3437 * vc.el (vc-log-show-limit): New variable.
3438 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3439 when using a prefix argument.
3440 (vc-print-log-internal): Add new argument LIMIT.
3441
3442 * vc-svn.el (vc-svn-print-log):
3443 * vc-mtn.el (vc-mtn-print-log):
3444 * vc-hg.el (vc-hg-print-log):
3445 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3446 pass it to the log command when set. Make the BUFFER argument
3447 non-optional.
3448
3449 * vc-sccs.el (vc-sccs-print-log):
3450 * vc-rcs.el (vc-rcs-print-log):
3451 * vc-git.el (vc-git-print-log):
3452 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3453 ignore it. Make the BUFFER argument non-optional
3454
3455 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3456
3457 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * dired.el (dired-mode-map): Move encryption items to "Operate"
3460 menu (Bug#4703).
3461
3462 * strokes.el (strokes-update-window-configuration): Make strokes
3463 buffer current before erasing (Bug#4906).
3464
3465 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3466 (semantic-idle-summary-mode): Define using define-minor-mode
3467 instead of define-semantic-idle-service.
3468 (semantic-idle-summary-mode): New function.
3469 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3470 that mouse motion does not reset the echo area.
3471
3472 2009-11-15 Juri Linkov <juri@jurta.org>
3473
3474 * simple.el (set-mark-default-inactive): Add :type, :group
3475 and :version. (Bug#4876)
3476
3477 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3480 (archive-unique-fname): ... here. (Bug#4929)
3481
3482 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3485 with a real fix.
3486
3487 * novice.el (disabled-command-function): Add useful args.
3488 Setup the help buffer so that [back] works.
3489 Remove redundant call to help-mode.
3490 (disabled-command-function): Use `case'.
3491 (en/disable-command): New function extracted from enable-command.
3492 (enable-command, disable-command): Use it.
3493
3494 2009-11-14 Glenn Morris <rgm@gnu.org>
3495
3496 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3497 constants. (Bug#4913)
3498
3499 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3500
3501 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3502
3503 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3504 defined in C that have no doc-strings. (Bug#1063)
3505
3506 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3507
3508 * cus-edit.el (data, files):
3509 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3510
3511 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * simple.el (shell-command): Doc fix (Bug#4891).
3514
3515 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3516
3517 2009-11-14 Glenn Morris <rgm@gnu.org>
3518
3519 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3520 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3521 If they are already loaded, eval-after-load will do the right thing.
3522
3523 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3524 compiling.
3525
3526 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3527
3528 * simple.el (x-selection-owner-p): Declare.
3529 (read-mail-command): Use custom radio type rather than choice.
3530 (completion-no-auto-exit): Doc fix.
3531
3532 * custom.el (defgroup):
3533 * epg-config.el (epg): Doc fixes.
3534
3535 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3536
3537 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3538 * international/ccl.el (define-ccl-program): Do not purecopy the
3539 docstring, defconst does it anyway.
3540
3541 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3544 a second time.
3545
3546 * x-dnd.el (x-dnd-maybe-call-test-function):
3547 * window.el (split-window-vertically):
3548 * whitespace.el (whitespace-help-on):
3549 * vc-rcs.el (vc-rcs-consult-headers):
3550 * userlock.el (ask-user-about-lock-help)
3551 (ask-user-about-supersession-help):
3552 * type-break.el (type-break-force-mode-line-update):
3553 * time-stamp.el (time-stamp-conv-warn):
3554 * terminal.el (te-set-output-log, te-more-break, te-filter)
3555 (te-sentinel, terminal-emulator):
3556 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3557 (term-write-input-ring, term-check-source, term-start-output-log):
3558 (term-display-buffer-line, term-dynamic-list-completions):
3559 (term-ansi-make-term, serial-term):
3560 * subr.el (selective-display):
3561 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3562 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3563 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3564 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3565 (speedbar-remove-localized-speedbar-support)
3566 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3567 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3568 (speedbar-buffers-line-directory):
3569 * simple.el (shell-command-on-region, append-to-buffer)
3570 (prepend-to-buffer):
3571 * shadowfile.el (shadow-save-todo-file):
3572 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3573 (scroll-bar-maybe-set-window-start):
3574 * sb-image.el (speedbar-image-dump):
3575 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3576 (load-save-place-alist-from-file):
3577 * ps-samp.el (ps-print-message-from-summary):
3578 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3579 (ps-background-image, ps-begin-job, ps-do-despool):
3580 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3581 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3582 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3583 (pr-call-process, pr-file-list, pr-interface-save):
3584 * novice.el (disabled-command-function)
3585 (enable-command, disable-command):
3586 * mouse.el (mouse-buffer-menu-alist):
3587 * mouse-copy.el (mouse-kill-preserving-secondary):
3588 * macros.el (kbd-macro-query):
3589 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3590 * informat.el (batch-info-validate):
3591 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3592 * hippie-exp.el (try-expand-dabbrev-visible):
3593 * help-mode.el (help-make-xrefs):
3594 * help-fns.el (describe-variable):
3595 * generic-x.el (bat-generic-mode-run-as-comint):
3596 * finder.el (finder-mouse-select):
3597 * find-dired.el (find-dired-sentinel):
3598 * filesets.el (filesets-file-close):
3599 * files.el (list-directory):
3600 * faces.el (list-faces-display, describe-face):
3601 * facemenu.el (list-colors-display):
3602 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3603 * epg.el (epg--process-filter, epg-cancel):
3604 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3605 (epa--read-signature-type):
3606 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3607 (emerge-file-names):
3608 * ehelp.el (electric-helpify):
3609 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3610 * ediff-vers.el (rcs-ediff-view-revision):
3611 * ediff-util.el (ediff-setup):
3612 * ediff-mult.el (ediff-append-custom-diff):
3613 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3614 (ediff-wordify):
3615 * echistory.el (Electric-command-history-redo-expression):
3616 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3617 * disp-table.el (describe-display-table):
3618 * dired.el (dired-find-buffer-nocreate):
3619 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3620 * dabbrev.el (dabbrev--same-major-mode-p):
3621 * chistory.el (list-command-history):
3622 * apropos.el (apropos-documentation):
3623 * allout.el (allout-obtain-passphrase):
3624 (allout-copy-exposed-to-buffer):
3625 (allout-verify-passphrase): Use with-current-buffer.
3626
3627 2009-11-13 Glenn Morris <rgm@gnu.org>
3628
3629 * Makefile.in (ELCFILES): Regenerate.
3630
3631 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3632
3633 * net/dbus.el (dbus-registered-objects-table): Rename from
3634 `dbus-registered-functions-table', because it contains also properties.
3635 (dbus-unregister-object): Unregister also properties.
3636 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3637 Use a timeout of 500 msec, in order to not block.
3638 (dbus-register-property, dbus-property-handler): New defuns.
3639
3640 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * simple.el (minibuffer-default-add-completions): Drop deprecated
3643 4th arg.
3644
3645 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3646
3647 * textmodes/artist.el (artist-mouse-choose-operation):
3648 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3649 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3650 (artist-compute-up-event-key): New function.
3651 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3652
3653 2009-11-13 Kenichi Handa <handa@m17n.org>
3654
3655 * language/japan-util.el: Make sure that the value of jisx0208
3656 property is jisx0208 character.
3657
3658 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3659
3660 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3661 car or each item, not the whole list.
3662
3663 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3664
3665 * minibuffer.el (minibuffer-completion-help):
3666 Use minibuffer-hide-completions.
3667
3668 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3669
3670 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3671 (dired-revert): Use them (bug#4880).
3672
3673 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3674
3675 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3676
3677 2009-11-12 Juri Linkov <juri@jurta.org>
3678
3679 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3680 New functions.
3681 (find-file-literally-at-point): Alias of `ffap-literally'.
3682
3683 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3684
3685 * textmodes/ispell.el (ispell-skip-region-alist):
3686 * textmodes/css-mode.el (auto-mode-alist):
3687 * progmodes/compile.el (auto-mode-alist):
3688 * international/mule.el (ctext-non-standard-encodings-alist)
3689 (ctext-non-standard-encodings-regexp):
3690 * simple.el (shell-command-switch, text-read-only):
3691 * replace.el (occur-mode-map):
3692 * paths.el (rmail-file-name):
3693 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3694 * find-file.el (ff-special-constructs):
3695 * files.el (file-name-handler-alist):
3696 * composite.el: Purecopy strings.
3697
3698 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3699
3700 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3701
3702 * widget.el (define-widget): Purecopy the docstring.
3703 * international/mule-cmds.el (charset): Do not purecopy the
3704 docstring here, define-widget does it.
3705
3706 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3707 * textmodes/bibtex-style.el (auto-mode-alist):
3708 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3709 * progmodes/compile.el (compile-command):
3710 * language/korea-util.el (default-korean-keyboard):
3711 * international/mule-conf.el (file-coding-system-alist):
3712 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3713 * tooltip.el (tooltip-frame-parameters):
3714 * newcomment.el (comment-end, comment-padding):
3715 * dired.el (dired-trivial-filenames):
3716 * comint.el (comint-file-name-prefix): Purecopy initial values.
3717
3718 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3719
3720 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3721 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3722 `tramp-unload'.
3723 (tramp-advice-make-auto-save-file-name)
3724 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3725 after removing the advice.
3726
3727 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * progmodes/grep.el (grep-regexp-alist):
3730 * international/mule-cmds.el (iso-2022-control-alist):
3731 * emacs-lisp/timer.el (timer-duration-words):
3732 * subr.el (version-separator, version-regexp-alist):
3733 * minibuffer.el (completion-styles-alist):
3734 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3735 Change defvars to defconsts.
3736
3737 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3738 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3739 * international/mule-conf.el: Allow to be byte compiled.
3740
3741 * international/mule.el (define-charset): Purecopy props.
3742 (load-with-code-conversion): Purecopy doc string and file name.
3743 (put-charset-property): Purecopy strings.
3744 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3745
3746 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3747 (define-char-code-property): Correctly purecopy the table.
3748
3749 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3750
3751 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3752
3753 * subr.el (add-hook): Purecopy strings.
3754 (eval-after-load): Purecopy load-history-regexp and the form.
3755
3756 * custom.el (custom-declare-group): Purecopy load-file-name.
3757
3758 * subr.el (menu-bar-separator): New defconst.
3759 * net/eudc.el (eudc-tools-menu):
3760 * international/mule-cmds.el (set-coding-system-map)
3761 (mule-menu-keymap):
3762 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3763 * vc-hooks.el (vc-menu-map):
3764 * replace.el (occur-mode-map):
3765 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3766 (menu-bar-edit-menu, menu-bar-goto-menu)
3767 (menu-bar-custom-menu, menu-bar-showhide-menu)
3768 (menu-bar-options-menu, menu-bar-tools-menu)
3769 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3770 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3771 (menu-bar-help-menu):
3772 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3773 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3774
3775 * term/x-win.el (x-gtk-stock-map):
3776 * progmodes/vera-mode.el (auto-mode-alist):
3777 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3778 (inferior-lisp-program, inferior-lisp-load-command):
3779 * progmodes/hideshow.el (hs-special-modes-alist):
3780 * progmodes/gud.el (same-window-regexps):
3781 * progmodes/grep.el (grep-program, find-program, xargs-program):
3782 * net/telnet.el (same-window-regexps):
3783 * net/rlogin.el (same-window-regexps):
3784 * language/ethiopic.el (font-ccl-encoder-alist):
3785 * vc-sccs.el (vc-sccs-master-templates):
3786 * vc-rcs.el (vc-rcs-master-templates):
3787 * subr.el (cl-assertion-failed):
3788 * simple.el (next-error-overlay-arrow-position):
3789 * lpr.el (lpr-command):
3790 * locate.el (locate-ls-subdir-switches):
3791 * info.el (same-window-regexps, info)
3792 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3793 * image-mode.el (image-mode, auto-mode-alist):
3794 * hippie-exp.el (hippie-expand-ignore-buffers):
3795 * format.el (format-alist):
3796 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3797 (find-name-arg):
3798 * facemenu.el (facemenu-keybindings):
3799 * dired.el (dired-listing-switches, dired-chown-program):
3800 * diff.el (diff-switches, diff-command):
3801 * cus-edit.el (same-window-regexps):
3802 * bindings.el (mode-line-mule-info)
3803 (mode-line-buffer-identification): Purecopy strings.
3804
3805 2009-11-11 Juri Linkov <juri@jurta.org>
3806
3807 * simple.el (dired-get-filename) <declare-function>:
3808 Tell the byte-compiler about dired-get-filename.
3809 (shell-command): In Dired mode, get filename from the current line
3810 as the default value.
3811
3812 2009-11-10 Glenn Morris <rgm@gnu.org>
3813
3814 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3815 * calendar/holidays.el, progmodes/cperl-mode.el:
3816 Update x-popup-menu declarations.
3817
3818 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3819 (list-load-path-shadows): Use dolist.
3820 (list-load-path-shadows): Use with-current-buffer.
3821
3822 2009-11-10 Juri Linkov <juri@jurta.org>
3823
3824 * minibuffer.el (read-file-name): Support a list of default values
3825 in `default-filename'. Use the first file name where only one
3826 element is required. Doc fix.
3827
3828 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3829
3830 * net/dbus.el (dbus-unregister-object): Release service, if no
3831 other method is registered for it.
3832
3833 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3834
3835 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3836 bookmark-sort-flag is non-nil (Bug#4653).
3837
3838 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3841 the progress reporter entirely.
3842
3843 * emulation/cua-base.el: Add CUA property to some CC mode commands
3844 (Bug#4100).
3845
3846 2009-11-08 Kevin Ryde <user42@zip.com.au>
3847
3848 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3849 at end of sentence (Bug#4818).
3850
3851 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3852
3853 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3854 Handle "see declaration of" MSFT statements (Bug#4100).
3855
3856 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3857
3858 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3859 (tramp-advice-file-expand-wildcards): Unload via
3860 `ad-remove-advice'.
3861
3862 * net/trampver.el: Update release number.
3863
3864 2009-11-08 Kevin Ryde <user42@zip.com.au>
3865
3866 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3867 `ad-do-it'.
3868
3869 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3870
3871 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3872 in order to keep context in SELinux.
3873
3874 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * dired-aux.el (dired-query): Place cursor in echo area and allow
3877 C-g.
3878
3879 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3880 menu item if not on a directory (Bug#4701).
3881
3882 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3883
3884 Sync with Tramp 2.1.17.
3885
3886 * net/tramp.el (tramp-handle-copy-directory): Don't use
3887 `file-remote-p' (due to compatibility).
3888
3889 * net/tramp-compat.el (tramp-compat-copy-directory)
3890 (tramp-compat-delete-directory): New defuns.
3891
3892 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3893 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3894 `tramp-compat-delete-directory'.
3895
3896 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3897 (tramp-smb-handle-delete-directory): Use
3898 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3899
3900 * net/trampver.el: Update release number.
3901
3902 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * tar-mode.el (tar-copy): Call write-region on the right buffer
3905 (Bug#4857).
3906
3907 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3908 by hand, if necessary (Bug#4878).
3909
3910 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3913 align size column (Bug#4839).
3914
3915 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3916 statement.
3917
3918 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3919
3920 * progmodes/ld-script.el (auto-mode-alist):
3921 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3922
3923 * cus-face.el (custom-declare-face): Purecopy face spec.
3924
3925 2009-11-06 Kenichi Handa <handa@m17n.org>
3926
3927 * international/uni-bidi.el: Re-generated.
3928 * international/uni-category.el: Re-generated.
3929 * international/uni-combining.el: Re-generated.
3930 * international/uni-mirrored.el: Re-generated.
3931
3932 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3933
3934 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3935 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3936 (tex-start-options, slitex-run-command, latex-run-command)
3937 (tex-run-command, tex-directory):
3938 * textmodes/ispell.el (ispell-html-skip-alists)
3939 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3940 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3941 (adaptive-fill-regexp):
3942 * textmodes/dns-mode.el (auto-mode-alist):
3943 * progmodes/python.el (interpreter-mode-alist):
3944 * progmodes/etags.el (tags-compression-info-list):
3945 * progmodes/etags.el (tags-file-name):
3946 * net/browse-url.el (browse-url-galeon-program)
3947 (browse-url-firefox-program):
3948 * mail/sendmail.el (mail-signature-file)
3949 (mail-citation-prefix-regexp):
3950 * international/mule-conf.el (eight-bit):
3951 * international/latexenc.el (latex-inputenc-coding-alist):
3952 * international/fontset.el (x-pixel-size-width-font-regexp):
3953 * emacs-lisp/warnings.el (warning-type-format):
3954 * emacs-lisp/trace.el (trace-buffer):
3955 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3956 (emacs-lisp-mode-map):
3957 * calendar/holidays.el (holiday-solar-holidays)
3958 (holiday-bahai-holidays, holiday-islamic-holidays)
3959 (holiday-christian-holidays, holiday-hebrew-holidays)
3960 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3961 (hebrew-holidays-1, holiday-oriental-holidays)
3962 (holiday-general-holidays):
3963 * x-dnd.el (x-dnd-known-types):
3964 * tool-bar.el (tool-bar):
3965 * startup.el (site-run-file):
3966 * shell.el (shell-dumb-shell-regexp):
3967 * rfn-eshadow.el (file-name-shadow-tty-properties)
3968 (file-name-shadow-properties):
3969 * paths.el (remote-shell-program, news-directory):
3970 * mouse.el ([C-down-mouse-3]):
3971 * menu-bar.el (menu-bar-tools-menu):
3972 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3973 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3974 (jka-compr-compression-info-list):
3975 * isearch.el (search-whitespace-regexp):
3976 * image-file.el (image-file-name-extensions):
3977 * find-dired.el (find-ls-option):
3978 * files.el (directory-listing-before-filename-regexp)
3979 (directory-free-space-args, insert-directory-program)
3980 (list-directory-brief-switches, magic-fallback-mode-alist)
3981 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3982 (automount-dir-prefix):
3983 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3984 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3985 (face-font-registry-alternatives, face-font-registry-alternatives)
3986 (face-font-family-alternatives):
3987 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3988 (facemenu-foreground-menu, facemenu-face-menu):
3989 * epa-hook.el (epa-file-name-regexp):
3990 * dnd.el (dnd-protocol-alist):
3991 * textmodes/rst.el (auto-mode-alist):
3992 * button.el (default-button): Purecopy strings.
3993
3994 2009-11-06 Glenn Morris <rgm@gnu.org>
3995
3996 * Makefile.in (ELCFILES): Update.
3997
3998 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4001 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4002
4003 * nxml/xsd-regexp.el (xsdre-gen-categories):
4004 * nxml/xmltok.el (xmltok-parse-entity):
4005 * nxml/rng-parse.el (rng-parse-validate-file):
4006 * nxml/rng-maint.el (rng-format-manual)
4007 (rng-manual-output-force-new-line):
4008 * nxml/rng-loc.el (rng-save-schema-location-1):
4009 * nxml/rng-cmpct.el (rng-c-parse-file):
4010 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4011 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4012
4013 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4014
4015 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4016 Remove extra save-excursions and make-variable-buffer-local's.
4017 Suggested by Stefan Monnier.
4018
4019 (verilog-getopt-file, verilog-module-inside-filename-p)
4020 (verilog-set-define): Merge GNU 1.35 and repair changes from
4021 switching to using with-current-buffer.
4022
4023 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4024 being treated as a number and confusing AUTORESET.
4025 Reported by Dan Dever.
4026
4027 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4028 Add verilog-auto-ignore-concat to fix backward compatibility with
4029 older verilog-modes. Reported by Dan Katz.
4030
4031 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4032 containing closing anchors "...$".
4033
4034 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4035 Reported by Wade Smith.
4036
4037 (verilog-batch-execute-func): Comment on function usage.
4038
4039 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4040
4041 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4042 for labels.
4043
4044 (verilog-label-re, verilog-calc-1): Support proper indent of named
4045 asserts.
4046
4047 (verilog-backward-token, verilog-basic-complete-re)
4048 (verilog-beg-of-statement, verilog-indent-re): Support proper
4049 indent of the assert statement at the beginning of a block of text.
4050
4051 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4052 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4053 tokens as begins.
4054
4055 2009-11-05 Glenn Morris <rgm@gnu.org>
4056
4057 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4058 Emacs 19. (Bug#1531)
4059 (byte-compile-fix-header): Update for the above change.
4060 Drop test for epoch::version.
4061
4062 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4063 * cus-dep.el (custom-make-dependencies):
4064 * finder.el (finder-compile-keywords):
4065 Use autoload-rubric's feature argument.
4066
4067 * calendar/diary-lib.el (top-level): Make load behave more like require.
4068
4069 * vc-git.el (vc-git-stash-map): Move definition before use.
4070
4071 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4072
4073 * custom.el (custom-declare-group): Purecopy standard-value.
4074 (custom-declare-group): Purecopy custom-prefix.
4075
4076 * international/mule.el (load-with-code-conversion):
4077 Call do-after-load-evaluation unconditionally.
4078
4079 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4080
4081 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4084
4085 2009-11-04 Glenn Morris <rgm@gnu.org>
4086
4087 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4088 (byte-compile-compatibility): Remove option.
4089 (byte-compile-close-variables, byte-compile-fix-header)
4090 (byte-compile-insert-header, byte-compile-output-docform)
4091 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4092 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4093 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4094 (byte-compile-insert, byte-compile-defun):
4095 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4096 (byte-defop-compiler19): Remove.
4097 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4098 used by anything. Replace all calls with byte-defop-compiler.
4099
4100 2009-11-04 Juri Linkov <juri@jurta.org>
4101
4102 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4103 (menu-bar-options-menu): Don't quote the `prop' arg of
4104 `menu-bar-make-mm-toggle'.
4105
4106 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4107
4108 * calendar/calendar.el (cal-loaddefs):
4109 * calendar/diary-lib.el (diary-loaddefs):
4110 * calendar/holidays.el (hol-loaddefs):
4111 * eshell/esh-module.el (esh-groups): Load rather than require.
4112
4113 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4116 point-min==1.
4117 (todo-top-priorities): Only display-buffer when called interactively.
4118 (todo-item-start): Don't save excursion point.
4119 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4120 (todo-insert-item-here, todo-file-item, todo-remove-item):
4121 Adjust uses of todo-item-start and todo-item-end.
4122
4123 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4124 (autoload-rubric): Don't use any more.
4125 * cedet/semantic/fw.el (semantic/loaddefs):
4126 * cedet/srecode.el (srecode/loaddefs):
4127 * cedet/ede.el (ede/loaddefs): Load rather than require.
4128 * cedet/ede/cpp-root.el:
4129 * cedet/ede/emacs.el:
4130 * cedet/ede/files.el:
4131 * cedet/ede/linux.el:
4132 * cedet/ede/locate.el:
4133 * cedet/ede/make.el:
4134 * cedet/ede/shell.el:
4135 * cedet/ede/speedbar.el:
4136 * cedet/ede/system.el:
4137 * cedet/ede/util.el:
4138 * cedet/semantic/analyze.el:
4139 * cedet/semantic/bovine.el:
4140 * cedet/semantic/complete.el:
4141 * cedet/semantic/ctxt.el:
4142 * cedet/semantic/db-file.el:
4143 * cedet/semantic/db-find.el:
4144 * cedet/semantic/db-global.el:
4145 * cedet/semantic/db-mode.el:
4146 * cedet/semantic/db-typecache.el:
4147 * cedet/semantic/db.el:
4148 * cedet/semantic/debug.el:
4149 * cedet/semantic/dep.el:
4150 * cedet/semantic/doc.el:
4151 * cedet/semantic/edit.el:
4152 * cedet/semantic/find.el:
4153 * cedet/semantic/format.el:
4154 * cedet/semantic/html.el:
4155 * cedet/semantic/ia-sb.el:
4156 * cedet/semantic/ia.el:
4157 * cedet/semantic/idle.el:
4158 * cedet/semantic/lex-spp.el:
4159 * cedet/semantic/lex.el:
4160 * cedet/semantic/mru-bookmark.el:
4161 * cedet/semantic/scope.el:
4162 * cedet/semantic/senator.el:
4163 * cedet/semantic/sort.el:
4164 * cedet/semantic/symref.el:
4165 * cedet/semantic/tag-file.el:
4166 * cedet/semantic/tag-ls.el:
4167 * cedet/semantic/tag-write.el:
4168 * cedet/semantic/tag.el:
4169 * cedet/semantic/util-modes.el:
4170 * cedet/semantic/analyze/complete.el:
4171 * cedet/semantic/analyze/refs.el:
4172 * cedet/semantic/bovine/c.el:
4173 * cedet/semantic/bovine/gcc.el:
4174 * cedet/semantic/bovine/make.el:
4175 * cedet/semantic/bovine/scm.el:
4176 * cedet/semantic/decorate/include.el:
4177 * cedet/semantic/decorate/mode.el:
4178 * cedet/semantic/symref/cscope.el:
4179 * cedet/semantic/symref/global.el:
4180 * cedet/semantic/symref/grep.el:
4181 * cedet/semantic/symref/idutils.el:
4182 * cedet/semantic/symref/list.el:
4183 * cedet/semantic/wisent/java-tags.el:
4184 * cedet/semantic/wisent/javascript.el:
4185 * cedet/srecode/compile.el:
4186 * cedet/srecode/cpp.el:
4187 * cedet/srecode/document.el:
4188 * cedet/srecode/el.el:
4189 * cedet/srecode/expandproto.el:
4190 * cedet/srecode/getset.el:
4191 * cedet/srecode/insert.el:
4192 * cedet/srecode/java.el:
4193 * cedet/srecode/map.el:
4194 * cedet/srecode/mode.el:
4195 * cedet/srecode/template.el:
4196 * cedet/srecode/texi.el: Remove the file-local setting of
4197 generated-autoload-feature.
4198
4199 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4200 and only put a prop if it is non-nil.
4201
4202 2009-11-03 Juri Linkov <juri@jurta.org>
4203
4204 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4205 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4206
4207 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4208 and "Menu" to make top-level menu item visually one unit (like
4209 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4210 multi-word menu items). Fix :help string for quit-window.
4211
4212 2009-11-03 Glenn Morris <rgm@gnu.org>
4213
4214 * cedet/mode-local.el (with-mode-local): Doc fix.
4215
4216 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4217 (byte-compile-file-form-define-abbrev-table)
4218 (byte-compile-file-form-custom-declare-variable)
4219 (byte-compile-variable-ref, byte-compile-defvar):
4220 Whether or not a warning is enabled should only affect whether we issue
4221 the warning, not whether or not we collect the relevant data.
4222 Eg warnings can be turned on and off throughout the course of a file.
4223
4224 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4225 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4226
4227 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4230 * play/mpuz.el (mpuz-create-buffer):
4231 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4232 (lm-print-y,s,noise, lm-print-w0, lm-init):
4233 * play/gomoku.el (gomoku-prompt-for-move):
4234 * play/fortune.el (fortune-in-buffer):
4235 * play/dissociate.el (dissociated-press):
4236 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4237 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4238 * mail/supercite.el (sc-eref-show):
4239 * mail/smtpmail.el (smtpmail-send-it):
4240 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4241 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4242 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4243 (rmail-summary-goto-msg, rmail-summary-expunge)
4244 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4245 (rmail-summary-add-label, rmail-summary-output-menu)
4246 (rmail-summary-output-body):
4247 * mail/rfc822.el (rfc822-addresses):
4248 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4249 * mail/mailpost.el (post-mail-send-it):
4250 * mail/hashcash.el (hashcash-generate-payment):
4251 * mail/feedmail.el (feedmail-run-the-queue)
4252 (feedmail-queue-send-edit-prompt-help-first)
4253 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4254 (feedmail-deduce-address-list):
4255 * eshell/esh-ext.el (eshell-remote-command):
4256 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4257 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4258 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4259 (viper-save-string-in-file, viper-valid-marker):
4260 * emulation/viper-keym.el (viper-toggle-key):
4261 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4262 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4263 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4264 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4265 (viper-exec-form-in-emacs, viper-brac-function):
4266 * emulation/viper.el (viper-delocalize-var):
4267 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4268 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4269 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4270 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4271 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4272 * emulation/edt.el (edt-electric-helpify):
4273 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4274 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4275 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4276 (cua-indent-to-global-mark-column):
4277 * calendar/diary-lib.el (calendar-mark-1):
4278 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4279 Use with-current-buffer.
4280 * emulation/viper.el (viper-delocalize-var): Use dolist.
4281
4282 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * comint.el (comint-replace-by-expanded-history-before-point):
4285 Replace !! with the previous input string literally (Bug#1795).
4286
4287 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4288
4289 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4290 to be made up of whitespace.
4291
4292 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * minibuffer.el (read-file-name): Don't use file dialogs for
4295 remote directories (Bug#99).
4296
4297 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4300
4301 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4302
4303 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4304 instead of deleting the window or frame.
4305
4306 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4309 Support face colors.
4310
4311 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4312 New function. Support face colors (Bug#1168).
4313 (tex-common-initialization): Use it.
4314
4315 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4316 mode allows it (Bug#1168).
4317
4318 2009-10-31 Juri Linkov <juri@jurta.org>
4319
4320 * facemenu.el (list-colors-display): Don't mark buffer as
4321 modified (Bug#3948).
4322
4323 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4324
4325 * international/mule-diag.el (list-character-sets-1): Minor
4326 message fix (Bug#3526).
4327
4328 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4329 face property (Bug#4834).
4330 (etags-list-tags, etags-tags-apropos-additional)
4331 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4332 property.
4333
4334 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4335 items.
4336
4337 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4338 items.
4339
4340 * cedet/ede.el (ede-minor-mode):
4341 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4342
4343 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * textmodes/two-column.el (2C-split):
4346 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4347 * textmodes/tex-mode.el (tex-set-buffer-directory):
4348 * textmodes/spell.el (spell-region, spell-string):
4349 * textmodes/reftex.el (reftex-erase-buffer):
4350 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4351 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4352 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4353 (reftex-select-item):
4354 * textmodes/reftex-ref.el (reftex-label-info-update)
4355 (reftex-offer-label-menu):
4356 * textmodes/reftex-index.el (reftex-index-change-entry)
4357 (reftex-index-phrases-info):
4358 * textmodes/reftex-global.el (reftex-create-tags-file)
4359 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4360 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4361 (reftex-view-crossref-from-bibtex):
4362 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4363 (reftex-extract-bib-entries-from-thebibliography)
4364 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4365 * textmodes/refbib.el (r2b-capitalize-title):
4366 (r2b-convert-buffer, r2b-help):
4367 * textmodes/page-ext.el (pages-directory)
4368 (pages-directory-goto-with-mouse):
4369 * textmodes/bibtex.el (bibtex-validate-globally):
4370 * textmodes/bib-mode.el (bib-capitalize-title):
4371 * textmodes/artist.el (artist-clear-buffer, artist-system):
4372 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4373 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4374 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4375 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4376 (xscheme-send-control-g-interrupt, xscheme-start-process)
4377 (xscheme-process-sentinel, xscheme-cd):
4378 * progmodes/verilog-mode.el (verilog-read-always-signals)
4379 (verilog-set-define, verilog-getopt-file)
4380 (verilog-module-inside-filename-p):
4381 * progmodes/sh-script.el:
4382 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4383 (python-pdbtrack-grub-for-buffer, python-execute-file):
4384 * progmodes/octave-inf.el (inferior-octave):
4385 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4386 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4387 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4388 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4389 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4390 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4391 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4392 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4393 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4394 (idlwave-shell-examine-display, idlwave-shell-run-region)
4395 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4396 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4397 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4398 (idlwave-help-get-help-buffer):
4399 * progmodes/gud.el (gud-basic-call, gud-find-class)
4400 (gud-tooltip-activate-mouse-motions-if-enabled):
4401 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4402 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4403 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4404 (ebrowse-tags-next-file):
4405 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4406 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4407 (ebnf-eps-finish-and-write):
4408 * progmodes/cpp.el (cpp-edit-save):
4409 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4410 * progmodes/cc-defs.el (c-emacs-features):
4411 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4412 (antlr-directory-dependencies):
4413 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4414 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4415 (ada-find-any-references, ada-make-filename-from-adaname)
4416 (ada-make-body-gnatstub):
4417 * obsolete/rnews.el (news-list-news-groups):
4418 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4419 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4420 * net/rcirc.el (rcirc-debug):
4421 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4422 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4423 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4424 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4425 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4426 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4427 (newsticker--treeview-list-clear-highlight)
4428 (newsticker--treeview-list-update-highlight)
4429 (newsticker--treeview-list-highlight-start)
4430 (newsticker--treeview-tree-update-highlight)
4431 (newsticker--treeview-get-selected-item)
4432 (newsticker-treeview-mark-list-items-old)
4433 (newsticker--treeview-set-current-node):
4434 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4435 * net/newst-backend.el (newsticker--get-news-by-funcall)
4436 (newsticker--get-news-by-wget, newsticker--image-get)
4437 (newsticker--image-sentinel):
4438 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4439 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4440 (eudc-ph-close-session):
4441 * net/eudc.el (eudc-save-options):
4442 * language/thai-word.el (thai-update-word-table):
4443 * language/japan-util.el (japanese-string-conversion):
4444 * international/titdic-cnv.el (tsang-quick-converter)
4445 (ziranma-converter, ctlau-converter):
4446 * international/mule-cmds.el (describe-language-environment):
4447 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4448 (skkdic-convert-postfix, skkdic-convert-prefix):
4449 (skkdic-convert-okuri-nasi, skkdic-convert):
4450 * emacs-lisp/re-builder.el (reb-update-overlays):
4451 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4452 * emacs-lisp/gulp.el (gulp-send-requests):
4453 * emacs-lisp/find-gc.el (trace-call-tree):
4454 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4455 (eieio-describe-generic):
4456 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4457 * emacs-lisp/edebug.el (edebug-outside-excursion):
4458 * emacs-lisp/debug.el (debugger-make-xrefs):
4459 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4460 * emacs-lisp/chart.el (chart-new-buffer):
4461 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4462 Use with-current-buffer.
4463 * textmodes/artist.el (artist-system): Don't call
4464 copy-sequence on a fresh string.
4465 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4466
4467 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4468
4469 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4470 is no item to edit. (Bug#4820)
4471 (todo-top-priorities): Restore point and restore narrowing in Todo
4472 buffer. (Bug#4820)
4473
4474 2009-10-31 Glenn Morris <rgm@gnu.org>
4475
4476 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4477 (comint-last-output-start, comint-last-input-start)
4478 (comint-last-input-end): Don't defvar when compiling.
4479 (ange-ftp-process-file): Use bound-and-true-p.
4480
4481 * pcmpl-rpm.el (top-level): Move provide statement to end.
4482 (pcmpl-rpm): Remove unused custom group.
4483
4484 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4485
4486 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4487
4488 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4489 (byte-compile-warnings): Add `constants' as an option.
4490 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4491 (display-call-tree): Update for byte-compile-fdefinition possibly
4492 returning `(macro lambda ...)'. (Bug#4778)
4493 (byte-compile-variable-ref, byte-compile-setq-default):
4494 Respect `constants' member of byte-compile-warnings.
4495
4496 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4497 Use mapc rather than mapcar because the return value is never used.
4498
4499 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4500 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4501 * cedet/semantic/html.el:
4502 Suppress harmless warnings about setting up semantic-imenu (not
4503 part of Emacs) variables.
4504
4505 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4508 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4509 to "submit:".
4510
4511 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4512 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4513 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4514 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4515 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4516 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4517 (semantic-analyzer-debug-global-symbol)
4518 (semantic-analyzer-debug-missing-innertype)
4519 (semantic-analyzer-debug-insert-include-summary):
4520 * cedet/semantic/util.el (semantic-file-tag-table):
4521 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4522 (semantic-recursive-find-nonterminal-by-name):
4523 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4524 * cedet/semantic/tag-file.el (semantic-prototype-file):
4525 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4526 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4527 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4528 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4529 (semantic-idle-summary-maybe-highlight):
4530 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4531 (semantic-ia-sb-tag-info):
4532 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4533 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4534 * cedet/semantic/ede-grammar.el (project-compile-target):
4535 (ede-proj-makefile-insert-variables):
4536 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4537 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4538 (semantic-debug-mode, semantic-debug):
4539 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4540 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4541 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4542 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4543 (semanticdb-find-translate-path-includes--internal)
4544 (semanticdb-reset-log, semanticdb-find-log-activity):
4545 * cedet/semantic/db-file.el (object-write):
4546 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4547 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4548 (semanticdb-create-ebrowse-database):
4549 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4550 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4551 (semantic-collector-calculate-completions-raw)
4552 (semantic-complete-read-tag-analyzer):
4553 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4554 * cedet/ede/util.el (ede-update-version-in-source):
4555 * cedet/ede/proj.el (project-delete-target):
4556 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4557 (ede-proj-flush-autoconf):
4558 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4559 (ede-proj-configure-synchronize):
4560 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4561 * cedet/ede/linux.el (ede-linux-version):
4562 * cedet/ede/emacs.el (ede-emacs-version):
4563 * cedet/ede/dired.el (ede-dired-add-to-target):
4564 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4565 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4566 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4567 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4568 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4569 (cedet-idutils-version-check):
4570 * cedet/cedet-global.el (cedet-gnu-global-call):
4571 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4572 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4573 * cedet/cedet-cscope.el (cedet-cscope-call)
4574 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4575 Use with-current-buffer.
4576 * cedet/ede.el (ede-make-project-local-variable)
4577 (ede-set-project-variables, ede-set): Use dolist.
4578
4579 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4580
4581 * textmodes/ispell.el (ispell-skip-region-alist):
4582 * international/mule-conf.el (eight-bit):
4583 * international/fontset.el (font-encoding-alist):
4584 * startup.el (pure-space-overflow-message):
4585 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4586 * paths.el (gnus-nntp-service, rmail-spool-directory)
4587 (term-file-prefix):
4588 * files.el (save-some-buffers-action-alist):
4589 * cmuscheme.el (same-window-buffer-names):
4590 * ielm.el (same-window-buffer-names):
4591 * shell.el (same-window-buffer-names):
4592 * mail/sendmail.el (same-window-buffer-names):
4593 * progmodes/inf-lisp.el (same-window-buffer-names):
4594 * bindings.el (mode-line-client)
4595 (mode-line-column-line-number-mode-map):
4596 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4597 (tibetan-precomposed-regexp): Purecopy string arguments.
4598
4599 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4602 (calcDigit-nondigit):
4603 * calc/calc-yank.el (calc-copy-to-buffer):
4604 * calc/calc-units.el (calc-invalidate-units-table):
4605 * calc/calc-trail.el (calc-trail-yank):
4606 * calc/calc-store.el (calc-insert-variables):
4607 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4608 * calc/calc-prog.el (calc-read-parse-table):
4609 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4610 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4611 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4612 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4613 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4614 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4615 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4616 * calc/calc-ext.el (calc-realign):
4617 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4618 (calc-embedded-finish-edit, calc-embedded-make-info)
4619 (calc-embedded-finish-command, calc-embedded-stack-change):
4620 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4621
4622 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4623 (overload-docstring-extension): Use that info.
4624 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4625 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4626 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4627 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4628 (semantic-nonterminal-full-name): Add the new `when' info.
4629 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4630 `assert'.
4631
4632 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4633 shell-dynamic-complete-filename in preference to
4634 comint-dynamic-complete-filename.
4635
4636 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4637 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4638 Don't consider whether the display supports colors.
4639 (bookmark-import-new-list): Use dolist.
4640 (bookmark-bmenu-mode-map): Move initialization into declaration.
4641 (bookmark-bmenu-list): Use dolist, simplify.
4642 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4643 (menu-bar-final-items): Use push.
4644
4645 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4646
4647 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4648 it works on remote files.
4649 (vc-hg-diff): Don't pass any `--cwd' argument.
4650
4651 2009-10-27 Kevin Ryde <user42@zip.com.au>
4652
4653 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4654 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4655 (Further to Bug#3921).
4656
4657 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4660 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4661 calling `tramp-imap-put-file'. Add file size to the call.
4662 (tramp-imap-get-file-entries): Compute also user name, file size,
4663 and date.
4664 (tramp-imap-handle-insert-directory): Insert uid and gid.
4665 (tramp-imap-handle-file-attributes): Transform uid and gid
4666 according to `id-format'.
4667 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4668 size in header X-Size.
4669
4670 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4671
4672 * simple.el (transpose-subr): Give clearer error when the mark
4673 is not set. (Bug#4807)
4674
4675 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4676
4677 * net/tramp.el (tramp-perl-file-truename): New defconst.
4678 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4679 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4680 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4681 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4682
4683 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4684 Ignore `dired-call-process'.
4685 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4686
4687 2009-10-26 Julian Scheid <julians37@gmail.com>
4688
4689 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4690 (tramp-get-remote-readlink): New defun.
4691 (tramp-handle-file-truename): Use it.
4692 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4693 file exists if cache value present.
4694 (tramp-check-cached-permissions): New defun.
4695 (tramp-handle-file-readable-p): Use it.
4696 (tramp-handle-file-writable-p): Likewise.
4697 (tramp-handle-file-executable-p): Likewise.
4698 (tramp-handle-file-name-all-completions): Try using Perl to get
4699 partial completions. When perl not available, combine `cd' and
4700 `ls' into single remote operation and use shell expansion to get
4701 partial remote directory contents. Set `file-exists-p' cache for
4702 directory and any files returned by ls. Change cache handling to
4703 support partial directory contents. Use error message emitted by
4704 remote `cd' or Perl code for local tramp-error.
4705 (tramp-do-copy-or-rename-file-directly): Avoid separate
4706 tramp-send-command-and-check call.
4707 (tramp-handle-process-file): Merge three remote ops into one.
4708 Do not flush all caches when `process-file-side-effects' is set.
4709 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4710 file-attributes shows uid/gid to be set already.
4711
4712 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4713
4714 * textmodes/tex-mode.el (tex-dvi-view-command)
4715 (tex-show-queue-command, tex-open-quote):
4716 * progmodes/ruby-mode.el (auto-mode-alist)
4717 (interpreter-mode-alist): Purecopy strings.
4718
4719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4720
4721 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4722 string for the hook, keymap and abbrev table.
4723
4724 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4725
4726 * x-dnd.el (x-dnd-xdnd-to-action):
4727 * startup.el (fancy-startup-text, fancy-about-text): Change to
4728 defconst from defvar.
4729
4730 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4731
4732 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4733 Purecopy initialization strings.
4734
4735 * mail/sendmail.el (mail-header-separator)
4736 (mail-personal-alias-file):
4737 * mail/rmail.el (rmail-default-dont-reply-to-names)
4738 (rmail-ignored-headers, rmail-retry-ignored-headers)
4739 (rmail-highlighted-headers, rmail-secondary-file-directory)
4740 (rmail-secondary-file-regexp):
4741 * files.el (null-device, file-name-invalid-regexp)
4742 (locate-dominating-stop-dir-regexp)
4743 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4744 (interpreter-mode-alist): Use mapcar instead of mapc.
4745
4746 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4747
4748 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4749 (completion-ignored-extensions):
4750 (debug-ignored-errors): Purecopy strings.
4751
4752 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4755 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4756 (pcomplete--here): Use push.
4757
4758 * subr.el (all-completions): Declare the 4th arg obsolete.
4759
4760 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4763 (pcomplete-unquote-argument): New function.
4764 (pcomplete--common-suffix): Always pay attention to case.
4765 (pcomplete--table-subvert): Quote and unquote the text.
4766 (pcomplete--common-quoted-suffix): New function.
4767 (pcomplete-std-complete): Use it and pcomplete-begin.
4768
4769 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4770 we're inside a dedicated or minibuffer window.
4771
4772 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * cedet/semantic/fw.el (semantic-alias-obsolete)
4775 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4776 (define-mode-overload-implementation):
4777 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4778 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4779 * cedet/semantic/util.el (semantic-file-token-stream)
4780 (semantic-something-to-stream):
4781 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4782 (semantic-expand-nonterminal):
4783 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4784 (semantic-find-dependency, semantic-find-nonterminal)
4785 (semantic-find-dependency):
4786 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4787 (semantic-flex-text, semantic-flex-make-keyword-table)
4788 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4789 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4790 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4791 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4792 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4793 (semantic-after-idle-scheduler-reparse-hooks):
4794 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4795 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4796 * cedet/semantic.el (semantic-toplevel-bovine-table)
4797 (semantic-toplevel-bovine-cache)
4798 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4799 (semantic-init-mode-hooks, semantic-init-db-hooks)
4800 (semantic-bovination-working-type): Provide the `when' arg.
4801
4802 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4803
4804 * bookmark.el: Update documentation, especially documentation
4805 of `bookmark-alist' and of the bookmark file format.
4806 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4807
4808 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4811 keybindings apply to the mail buffer (Bug#4003). Shrink help
4812 window to buffer.
4813
4814 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4815 (global-whitespace-mode, global-whitespace-newline-mode)
4816 (whitespace-toggle-options, global-whitespace-toggle-options):
4817 Doc fix (Bug#3660).
4818
4819 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4820 of xmltok-start before the end tag was inserted (Bug#2840).
4821
4822 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4823 patterns that are preceded by an open-paren (Bug#1320).
4824
4825 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4826
4827 * files.el (delete-directory): Delete symlinks to directories with
4828 delete-file (Bug#4739).
4829
4830 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4831
4832 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4833 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4834 argument to make-obsolete.
4835
4836 * cedet/semantic/fw.el (semantic-alias-obsolete)
4837 (semantic-varalias-obsolete): Add optional WHEN argument.
4838
4839 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4840
4841 * vc.el (vc-backend-for-registration): Rename from
4842 vc-get-backend-for-registration. Update callers.
4843
4844 * international/mule-cmds.el (set-language-info-alist):
4845 Purecopy lang-env.
4846 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4847 (charset): Purecopy the name.
4848 (define-char-code-property): Purecopy string arguments.
4849
4850 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4851 Purecopy string arguments.
4852
4853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4854 * ediff-hook.el (menu-bar-ediff-menu):
4855 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4856 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4857
4858 2009-10-24 Glenn Morris <rgm@gnu.org>
4859
4860 * comint.el (comint-dynamic-list-completions):
4861 * term.el (term-dynamic-list-completions): Use choose-completion rather
4862 than obsolete alias mouse-choose-completion.
4863
4864 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4865 file-cache-choose-completion.
4866 (file-cache-choose-completion): Handle an optional event argument.
4867 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4868
4869 * progmodes/octave-mod.el (octave-complete-symbol):
4870 Use choose-completion if mouse-choose-completion is ever removed.
4871
4872 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4873 use.
4874
4875 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4876 compiler.
4877
4878 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4879
4880 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4883 Ignore `pred' now that we receive one.
4884 Handle test-completion specially.
4885
4886 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * vc.el (vc-responsible-backend): Throw an error if not backend is
4889 found. Remove the REGISTER argument. Move the code dealing with
4890 REGISTER ...
4891 (vc-get-backend-for-registration): ... here. New function.
4892 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4893 of vc-responsible-backend, pass the file name instead of the
4894 directory name.
4895
4896 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4899 New funs.
4900 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4901 (pcomplete-comint-setup): Don't modify a global var via
4902 accidental side-effects.
4903 (pcomplete-shell-setup): Adjust call accordingly.
4904 (pcomplete-parse-comint-arguments): Use push.
4905
4906 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4909 Allow uncapitalized info node names (Bug#3921).
4910
4911 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4912 to the DEBUG file (Bug#3781).
4913
4914 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4915
4916 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4917 dictionary entry (Bug#4579).
4918
4919 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4920
4921 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4922 from `rfn-eshadow-update-overlay-hook' when unloading.
4923 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4924 "rsyncc". Adjust doc string.
4925 (tramp-temp-buffer-file-name): New buffer-local defvar.
4926 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4927 Keep temporary file when indicated by method ("rsync" and
4928 "rsyncc").
4929 (tramp-handle-write-region): Handle APPEND.
4930 (tramp-delete-temp-file-function): New defun. Added to
4931 `kill-buffer-hook'.
4932
4933 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4936
4937 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4938
4939 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4940 (color-name-rgb-alist, tty-standard-colors)
4941 (tty-color-mode-alist): Change to defconst.
4942
4943 * simple.el (mark-inactive): Purecopy message.
4944
4945 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4946 (global-map, yank-menu):
4947 * textmodes/ispell.el (ispell-menu-map):
4948 * net/eudc.el (eudc-tools-menu):
4949 * international/mule-cmds.el (describe-language-environment-map)
4950 (setup-language-environment-map, set-coding-system-map)
4951 (mule-menu-keymap):
4952 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4953 * replace.el (occur-mode-map):
4954 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4955
4956 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4957
4958 * calc/calc.el (math-read-number, math-read-number-simple): Use
4959 `save-match-data'.
4960
4961 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4964 rather than fiddling with global-map bindings, since it should only
4965 affect per-terminal settings.
4966 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4967
4968 * minibuffer.el (completion-table-with-terminator): Allow to specify
4969 the terminator-regexp.
4970
4971 * simple.el (switch-to-completions): Look for *Completions* in other
4972 frames as well.
4973
4974 * pcomplete.el: Allow the use of completion-tables.
4975 (pcomplete-std-complete): New command.
4976 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4977 (pcomplete--here): Use a function for `form' rather than an expression,
4978 so it can be byte-compiled.
4979 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4980 Add edebug declaration.
4981 (pcomplete-show-completions): Remove unused var `curbuf'.
4982 (pcomplete-do-complete, pcomplete-stub):
4983 Don't assume `completions' is a list of strings any more.
4984
4985 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4986
4987 * find-dired.el (find-name-arg): Fix typo in docstring.
4988
4989 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4992 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4993
4994 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4995 pcomplete-entries.
4996
4997 * comint.el (comint-read-input-ring, comint-write-input-ring)
4998 (comint-substitute-in-file-name)
4999 (comint-dynamic-complete-as-filename)
5000 (comint-dynamic-simple-complete)
5001 (comint-dynamic-list-filename-completions)
5002 (comint-dynamic-list-completions)
5003 (comint-redirect-results-list-from-process): Minor simplifications.
5004
5005 2009-10-21 Kevin Ryde <user42@zip.com.au>
5006
5007 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5008 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5009 the first form. And insert a blank line after ";;; Code" since
5010 that's usual style. (Bug#4612)
5011
5012 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5013
5014 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * minibuffer.el (completion-table-with-terminator): Properly implement
5017 boundaries, in case `terminator' appears in the suffix.
5018 (completion--embedded-envvar-table): Don't return boundaries if
5019 there's no valid completion. Simplify.
5020 (completion-file-name-table): New completion table extracted from
5021 completion--file-name-table.
5022 (completion--file-name-table): Use it.
5023 (read-file-name-predicate): Declare obsolete.
5024 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5025 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5026 completion-file-name-table, and use the `pred' argument.
5027 * files.el (locate-file-completion-table): Use the `pred' arg rather
5028 than read-file-name-predicate.
5029 (abbreviate-file-name): Use \` rather than ^ for BOS.
5030
5031 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5032
5033 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5034 vc-responsible-backend to register, it causes problems.
5035
5036 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5039
5040 2009-10-21 Eric Ludlam <zappo@gnu.org>
5041
5042 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5043 (semantic-c-debug-mode-init-pch): New functions.
5044 (semantic-c-debug-mode-init-last-mode): New var.
5045 (semantic-c-parse-lexical-token): Use them.
5046
5047 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5048 When extracting the argument list, limit only by point-max.
5049
5050 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5051
5052 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5053 (tramp-smb-handle-file-attributes): Use it.
5054 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5055 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5056 `mapcar'. Use `tramp-smb-get-stat-capability'.
5057 Add `dired-filename' text properties.
5058 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5059 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5060 version.
5061
5062 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * subr.el (read-key-delay): Reduce to 0.01.
5065 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5066 (bug#4751).
5067
5068 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5071
5072 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5073 (Info-menu): Remove unused vars `last' and `completions'.
5074 (Info-index-nodes): Remove unused var `node'.
5075
5076 * info.el (Info-complete-menu-item): Use complete-with-action.
5077
5078 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5079
5080 Make vc-annotate work through copies and renames.
5081 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5082 Return the file name too.
5083 (vc-annotate-revision-at-line)
5084 (vc-annotate-find-revision-at-line)
5085 (vc-annotate-revision-previous-to-line)
5086 (vc-annotate-show-log-revision-at-line): Update to get the file
5087 name from vc-annotate-extract-revision-at-line.
5088 (vc-annotate-show-diff-revision-at-line-internal): Change the
5089 argument to mean whether to show a file diff or not. Get the file
5090 name from vc-annotate-extract-revision-at-line.
5091 (vc-annotate-show-diff-revision-at-line):
5092 Update vc-annotate-show-diff-revision-at-line call.
5093 (vc-annotate-warp-revision): Add an optional file argument.
5094
5095 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5096 (vc-git-annotate-extract-revision-at-line): Also return the file
5097 name if found.
5098
5099 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5100 command. Remove unused code.
5101 (vc-hg-annotate-re): Update to match --follow output.
5102 (vc-hg-annotate-extract-revision-at-line): Also return the file
5103 name if found.
5104
5105 * vc.el: Update annotate-extract-revision-at-line documentation.
5106
5107 2009-10-18 Kevin Ryde <user42@zip.com.au>
5108
5109 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5110 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5111
5112 * net/browse-url.el (browse-url): Identify alist with "consp and
5113 not functionp" and let all other things go down the `apply' leg,
5114 as suggested by Stefan. (Further to bug#4531.)
5115
5116 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * minibuffer.el (read-file-name): Check for repeat before putting
5119 a default argument in file-name-history (Bug#4657).
5120
5121 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5122 read syntax (Bug#4737).
5123
5124 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5125
5126 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5127
5128 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5129 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5130 entries and make note of obsolete tags.
5131
5132 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5135
5136 2009-10-18 Glenn Morris <rgm@gnu.org>
5137
5138 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5139 grep, so that binary files (eg international/uni-bidi.el) can match.
5140 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5141 now, and in any case the file header format has changed.
5142
5143 2009-10-17 Glenn Morris <rgm@gnu.org>
5144
5145 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5146 (flyspell-get-word, flyspell-large-region)
5147 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5148
5149 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * Makefile.in (ELCFILES): Add ede/shell.
5152
5153 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * term/common-win.el (x-colors): Purecopy it.
5156
5157 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5160 permissive for when the buffer is empty.
5161 (tar-header-block-tokenize): Decode the username and groupname.
5162 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5163
5164 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * cedet/srecode/srt.el:
5167 * cedet/srecode/compile.el:
5168 * cedet/semantic/mru-bookmark.el:
5169 * cedet/semantic/debug.el:
5170 * cedet/semantic/complete.el:
5171 * cedet/semantic/analyze.el: Require CL when compiling.
5172
5173 2009-10-17 Eric Ludlam <zappo@gnu.org>
5174
5175 * cedet/semantic/scope.el
5176 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5177 tmpscope so that the regular scope will continue to work.
5178
5179 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5180 Use semantic-idle-summary-highlight-face as the highlighting.
5181
5182 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5183 contains multibyte characters, choose first applicable coding
5184 system automatically.
5185
5186 * cedet/ede/project-am.el (project-run-target): New method.
5187 (project-run-target): New method.
5188
5189 * cedet/ede.el (ede-target): Add run target menu item.
5190 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5191 (ede-run-target): New function.
5192 (ede-target::project-run-target): New method.
5193
5194 * cedet/ede/proj.el (project-run-target): New method.
5195
5196 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5197 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5198 Add :rules.
5199 (ede-proj-target-makefile-shared-object): Only libtool compilers
5200 now available. Add linkers for libtool.
5201 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5202 (ede-proj-makefile-target-name): Always use .la extension.
5203
5204 * cedet/ede/proj-prog.el (project-run-target): New method.
5205
5206 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5207 (ede-g++-linker): Change Change link lines.
5208
5209 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5210 When searching for old variables, go to the end of the buffer and
5211 search backward from there.
5212 (ede-proj-makefile-automake-insert-subdirs)
5213 (ede-proj-makefile-automake-insert-extradist): New methods.
5214 (ede-proj-makefile-create): Use them.
5215
5216 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5217 Force FILE to expand to the current target. Use file-exists-p to
5218 check that it exists.
5219
5220 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5221 (ede-linux-load): Wrap dir in file-name-as-directory.
5222 Set :version slot.
5223
5224 * cedet/ede/files.el (ede-get-locator-object): When enabling
5225 locate, do so on "top".
5226
5227 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5228 file-name-as-directory during compare.
5229 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5230 Get version number from different places. Don't call egrep.
5231 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5232 to set the directory.
5233
5234 * cedet/ede/shell.el: New file.
5235
5236 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5237 alpha/beta variants.
5238
5239 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * international/mule-cmds.el (select-safe-coding-system): If the file
5242 has a coding cookie, use it regardless of any other setting (bug#4712).
5243
5244 2009-10-17 Glenn Morris <rgm@gnu.org>
5245
5246 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5247 All errors should have messages.
5248
5249 * foldout.el (foldout-mouse-swallow-events):
5250 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5251
5252 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5253 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5254 (dired-keep-marker-symlink, dired-dwim-target)
5255 (dired-copy-preserve-time): Do not autoload these defcustoms.
5256
5257 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5258 messages from messing up the file coding. (Bug#4623)
5259
5260 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5261
5262 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5263 if no match is found for the current dictionary. (Bug#4578)
5264
5265 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5266 optional, since that is how it is documented, and this is often called
5267 with a nil argument. (Bug#4577)
5268 (flyspell-external-point-words, flyspell-auto-correct-word)
5269 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5270 (flyspell-word-search-backward): Remove nil argument in calls to
5271 flyspell-get-word, since it is not needed now.
5272
5273 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5274
5275 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5276
5277 2009-10-16 Glenn Morris <rgm@gnu.org>
5278
5279 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5280
5281 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5282
5283 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5284 (ange-ftp-file-size): New function.
5285 (ange-ftp-file-attributes): Use it.
5286
5287 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5288
5289 * net/tramp-smb.el (tramp-smb-version): New defvar.
5290 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5291 repeated checks.
5292
5293 2009-10-16 Glenn Morris <rgm@gnu.org>
5294
5295 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5296 Maybe copy some custom properties from old to new name. (Bug#4706)
5297
5298 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * subr.el (error, sit-for, start-process-shell-command)
5301 (start-file-process-shell-command): Set the calling convention
5302 after the function definition.
5303
5304 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * subr.el (error, sit-for, start-process-shell-command)
5307 (start-file-process-shell-command): Use the new
5308 set-advertised-calling-convention feature.
5309
5310 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5311
5312 * international/ucs-normalize.el (ucs-normalize-version):
5313 Change to 1.2.
5314 (check-range): Adjust for Unicode 5.2.
5315
5316 2009-10-15 Juri Linkov <juri@jurta.org>
5317
5318 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5319 to the `menu-item' format.
5320
5321 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5324 if the environment variable does not exist.
5325
5326 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5327 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5328 parameter.
5329 (tramp-smb-handle-add-name-to-file)
5330 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5331 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5332 (tramp-smb-handle-file-attributes)
5333 (tramp-smb-do-file-attributes-with-stat)
5334 (tramp-smb-handle-file-local-copy)
5335 (tramp-smb-handle-insert-directory)
5336 (tramp-smb-handle-make-directory)
5337 (tramp-smb-handle-make-directory-internal)
5338 (tramp-smb-handle-make-symbolic-link)
5339 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5340 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5341 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5342 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5343 Handle long file names.
5344 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5345 process is running.
5346 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5347 Read share names with "-g" option.
5348
5349 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5350
5351 * net/rcirc.el (rcirc-view-log-file): New command.
5352 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5353 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5354 specified.
5355
5356 2009-10-15 Glenn Morris <rgm@gnu.org>
5357
5358 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5359 from the second command-line argument.
5360 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5361 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5362 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5363 w32-batch-update-autoloads.
5364 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5365 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5366
5367 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5368 the headers cannot be located. Simplify, subtracting superflous
5369 save-excursions.
5370
5371 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 Replace completion-base-size by completion-base-position to fix bugs
5374 such as (bug#4699).
5375 * simple.el (completion-base-position): New var.
5376 (completion-base-size): Mark as obsolete.
5377 (choose-completion): Make it work for mouse events as well.
5378 Pass the new base-position to choose-completion-string.
5379 (choose-completion-guess-base-position): New function, extracted from
5380 choose-completion-delete-max-match.
5381 (choose-completion-delete-max-match): Use it. Make obsolete.
5382 (choose-completion-string): Use the new base-position info.
5383 (completion-root-regexp): Delete.
5384 (completion-setup-function): Preserve completion-base-position.
5385 Eliminate obsolete base-size manipulation.
5386 * minibuffer.el (display-completion-list): Don't mess with base-size.
5387 (minibuffer-completion-help): Set completion-base-position instead.
5388 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5389 choose-completion.
5390 * textmodes/bibtex.el (bibtex-complete):
5391 * emacs-lisp/crm.el (crm--choose-completion-string):
5392 Adjust to new calling convention.
5393 * complete.el (partial-completion-mode): Use minibufferp to avoid
5394 bumping into incompatible change to choose-completion-string-functions.
5395 * ido.el (ido-choose-completion-string): Make its calling convention
5396 more permissive.
5397 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5398 base-size manipulation.
5399 (comint-dynamic-list-input-ring): Use dotimes and push.
5400 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5401 fundamental-mode. Use `or'.
5402
5403 2009-10-14 Juri Linkov <juri@jurta.org>
5404
5405 * misearch.el (multi-isearch-next-buffer-from-list)
5406 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5407
5408 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5411 `bytecomp.el'.
5412
5413 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5414 string we return is all made up of text from the completions rather
5415 than part from the completions and part from the input (bug#4219).
5416
5417 * ido.el (ido-everywhere): Use define-minor-mode.
5418
5419 * buff-menu.el (list-buffers, ctl-x-map):
5420 Mark the entry points with ;;;###autoload cookies.
5421
5422 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5425 correctly in the detached head case.
5426 (vc-git-print-log): Remove unused binding.
5427
5428 * vc.el (vc-responsible-backend): When a directory is passed for
5429 for registration create a VC repository if no backend is
5430 responsible for the directory argument.
5431 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5432
5433 * vc.el: Move comments about RCS and SCCS ...
5434 * vc-rcs.el:
5435 * vc-sccs.el: ... here, respectively.
5436
5437 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * minibuffer.el (completion--file-name-table): Return nil if there's
5440 no file completion, even if substitute-in-file-name changed
5441 the string (bug#4708).
5442
5443 2009-10-13 Juri Linkov <juri@jurta.org>
5444
5445 * files-x.el (read-file-local-variable-value): Don't filter out
5446 minor modes from mode name completion (bug#4664).
5447
5448 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5449
5450 * international/mule-cmds.el (ucs-names): Remove exclusion of
5451 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5452
5453 2009-10-13 Kenichi Handa <handa@m17n.org>
5454
5455 * international/uni-name.el: Regenerated.
5456
5457 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5460 should be automatically buffer-local, but isn't.)
5461
5462 2009-10-12 Sam Steingold <sds@gnu.org>
5463
5464 * progmodes/compile.el (compilation-next-error-function): Fix the
5465 timestamps if the buffer has been visited before.
5466 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5467 non-anchored patterns, like the perl one (bug#3928).
5468
5469 2009-10-12 Glenn Morris <rgm@gnu.org>
5470
5471 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5472 Let-bind `size'.
5473
5474 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * proced.el (proced-unload-function): New function.
5477
5478 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5479 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5480 Doc fix.
5481
5482 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5483
5484 2009-10-11 Juri Linkov <juri@jurta.org>
5485
5486 * files-x.el (read-file-local-variable-value):
5487 Provide default value only for bound variables (bug#4664).
5488
5489 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5490
5491 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5492 connection methods like smb.
5493
5494 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5495 can be empty.
5496
5497 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5498 (tramp-smb-file-name-handler-alist): Add handlers for
5499 `add-name-to-file', `make-symbolic-link'.
5500 (tramp-smb-handle-add-name-to-file)
5501 (tramp-smb-do-file-attributes-with-stat)
5502 (tramp-smb-handle-make-symbolic-link)
5503 (tramp-smb-get-cifs-capabilities): New defuns.
5504 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5505 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5506 (tramp-smb-handle-file-local-copy)
5507 (tramp-smb-handle-make-directory-internal)
5508 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5509 The file name syntax depends on cifs capabilities.
5510 (tramp-smb-handle-file-attributes):
5511 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5512 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5513 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5514
5515 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5518 (eieio-defclass): Apply deftype handler and setf-method properties
5519 directly.
5520 (eieio-add-new-slot): Avoid union function from cl library.
5521 (eieio--typep): New function.
5522 (eieio-perform-slot-validation): Use it.
5523
5524 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5525
5526 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5527 Update documentation to refer to the variables documented in r1.135.
5528 (Bug#4188)
5529
5530 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5531
5532 * bookmark.el (Info-suffix-list): Remove this unused variable.
5533 (bookmark-current-point): Remove this obsolete variable.
5534 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5535 Adjust for removal of bookmark-current-point.
5536
5537 (bookmarks-already-loaded, bookmark-current-buffer)
5538 (bookmark-yank-point): Document. (Bug#4188)
5539
5540 2009-10-10 Glenn Morris <rgm@gnu.org>
5541
5542 * frame.el (frame-height): Doc fix.
5543
5544 * calendar/calendar.el (calendar-split-width-threshold): New option.
5545 (calendar-basic-setup): Use calendar-split-width-threshold.
5546
5547 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5548
5549 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5550 Use .la for Automake.
5551
5552 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5555 Use "autoreconf -i". Suggested by Andreas Schwab.
5556
5557 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5558
5559 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5560 Ideographic Supplement" range (U+1F200..U+1F2FF).
5561
5562 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5563
5564 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5565 since the list will have been rebuilt anyway. (Bug#4349)
5566
5567 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5568
5569 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5570 (bookmark-bmenu-execute-deletions): Don't save here, as
5571 bookmark-delete will now do so if necessary.
5572 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5573 (Bug#4348)
5574
5575 2009-10-09 Glenn Morris <rgm@gnu.org>
5576
5577 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5578
5579 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5580
5581 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5582 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5583 argument now, so the two function's behaviors will match. (Bug#3645)
5584
5585 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5588 Fix filename test.
5589 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5590 to expand file names.
5591
5592 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5593
5594 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5595 (tramp-file-name-real-host, tramp-file-name-port):
5596 Apply `save-match-data'.
5597
5598 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5599 case both directories are remote.
5600 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5601 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5602
5603 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5606 (ede-proj-target-makefile-objectcode): Use it.
5607
5608 * cedet/ede/source.el (ede-want-any-source-files-p)
5609 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5610 Return search result. This error was introduced while merging.
5611
5612 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5615
5616 2009-10-07 Glenn Morris <rgm@gnu.org>
5617
5618 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5619 of concat.
5620
5621 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * files-x.el (read-file-local-variable): Include some
5624 non-user-variables in the completion table (bug#4664).
5625
5626 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5627
5628 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5629 message.
5630
5631 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5632 (tramp-smb-file-name-handler-alist): Add handler for
5633 `copy-directory', `expand-file-name', `set-file-modes'.
5634 (tramp-smb-handle-copy-directory)
5635 (tramp-smb-handle-expand-file-name)
5636 (tramp-smb-handle-set-file-modes): New defuns.
5637 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5638 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5639 entry.
5640 (tramp-smb-handle-insert-directory): Don't flush the cache.
5641 (tramp-smb-maybe-open-connection): Check for samba client and
5642 server versions.
5643
5644 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5645
5646 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5647 to not error out of search for "^lisp=" fails.
5648
5649 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5650
5651 * makefile.w32-in (WINS_UPDATES): New macro.
5652 (custom-deps, finder-data, autoloads): Use it.
5653
5654 2009-10-07 Glenn Morris <rgm@gnu.org>
5655
5656 * Makefile.in (autoloads): Revert previous change.
5657 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5658 the list of preloaded files passed on the command-line, get
5659 it from src/Makefile.
5660
5661 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5662 show the original buffer rather than a random one.
5663
5664 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5665
5666 * help.el (describe-no-warranty): Place point in a slightly better
5667 position in the GPLv3 text.
5668
5669 2009-10-06 Sam Steingold <sds@gnu.org>
5670
5671 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5672 the comm attribute is present before calling regexp-quote.
5673
5674 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * play/animate.el (animate-string): For good effect, make sure
5677 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5678
5679 * play/animate.el (animate-sequence, animate-birthday-present):
5680 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5681
5682 2009-10-06 Glenn Morris <rgm@gnu.org>
5683
5684 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5685
5686 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5687 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5688 (batch-update-autoloads): Process a string value of autoload-excludes,
5689 set during the build process.
5690 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5691
5692 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5693 inside with-parsed... macro so that `v' is defined.
5694
5695 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5696 * progmodes/fortran.el (fortran-end-of-block)
5697 (fortran-beginning-of-block):
5698 Also push mark in the macro case.
5699
5700 * emerge.el (emerge-show-file-name):
5701 * calc/calc.el (calc-quit):
5702 * calc/calc-misc.el (calc-big-or-small):
5703 * calc/calc-graph.el (calc-graph-view):
5704 * calc/calc-ext.el (calc-reset):
5705 * calendar/calendar.el (calendar-basic-setup):
5706 Use window-full-height-p.
5707
5708 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5709 header we don't understand, don't insert another. (Bug#4624)
5710 If changing mime charset, insert the new one in the right place.
5711
5712 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5713
5714 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5715 (cal-tex-cursor-month): Correctly increment the end date for diary and
5716 holiday listing. (Bug#4626)
5717
5718 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * help-fns.el (describe-function-1): Don't burp if the function is not
5721 a symbol.
5722
5723 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5726 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5727 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5728 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5729
5730 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5731 (eieio-default-superclass): Reflow docstrings.
5732 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5733 (eieio-unbind-method-implementations, defmethod)
5734 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5735 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5736 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5737 (eieio-slot-originating-class-p, eieio-slot-name-index)
5738 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5739 (constructor, initialize-instance, no-next-method, object-print)
5740 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5741 Fix typos in docstrings.
5742 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5743 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5744 (next-method-p): Doc fixes.
5745 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5746 Fix typos in error messages.
5747 (eieio-defmethod): Fix typo in description of generic method.
5748
5749 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5750 (eieio-persistent-save-interactive, slot-missing):
5751 Fix typos in docstrings.
5752 (eieio-instance-inheritor-slot-boundp): Doc fix.
5753
5754 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5755 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5756
5757 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5758 (eieio-custom-object-apply-reset):
5759 Fix typos in docstrings and error messages.
5760
5761 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5762 Fix typo in docstring.
5763
5764 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5765 (eieio-browse-tree): Doc fix.
5766 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5767 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5768 Fix typos in docstrings.
5769
5770 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5771 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5772 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5773 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5774 Reflow docstrings.
5775
5776 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5777
5778 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5779 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5780 Set log-view-vc-backend so that diff can work.
5781
5782 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5783 vc-version-diff.
5784 (vc-diff-internal): Autoload this instead of vc-version-diff.
5785
5786 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5787
5788 * simple.el (eval-expression): Doc fix.
5789
5790 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5791
5792 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5793
5794 * files.el (directory-files-no-dot-files-regexp): New defconst.
5795 (delete-directory): Use it.
5796 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5797
5798 * net/tramp.el (tramp-verbose): Fix docstring.
5799 (tramp-methods): Add recursive option to `tramp-copy-args'.
5800 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5801 "scp1_old", "scp2_old", "rsync", "rsyncc".
5802 (tramp-default-method): Check also for `auth-source-user-or-password'.
5803 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5804 Add handler for `copy-directory'.
5805 (tramp-handle-copy-directory): New defun.
5806 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5807 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5808 Optimize sent command.
5809
5810 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5813 window if necessary.
5814
5815 * calendar/calendar.el (calendar-basic-setup): Don't call
5816 switch-to-buffer in a dedicated window.
5817
5818 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5819
5820 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5821 don't do anything related to relocating, just return nil.
5822 (bookmark-error-no-filename): New error.
5823 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5824 bookmark has no file. Don't even attempt to handle things that
5825 are not files; the whole point of custom handlers is to keep that
5826 knowledge elsewhere anyway. Tighten some comments.
5827 (bookmark-file-or-variation-thereof): Remove now-unused function.
5828 (bookmark-location): Doc string fix.
5829 (Bug#4250)
5830
5831 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5832
5833 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5834 don't use a file dialog, because they usually don't know how to read
5835 a directory target from the user. (Bug#4230)
5836 Also, make sure the prompt can display directories as well as files.
5837
5838 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5839
5840 * bookmark.el (bookmark-set, bookmark-buffer-name):
5841 Improve doc strings. (Bug#1193)
5842
5843 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5844
5845 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5846 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5847 (bookmark-get-annotation, bookmark-set-annotation)
5848 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5849 (bookmark-set-position, bookmark-get-front-context-string)
5850 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5851 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5852 (bookmark-jump-other-window, bookmark-handle-bookmark)
5853 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5854 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5855 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5856 Improve doc strings to say whether bookmark can be a string or
5857 a record or both, and make other consistency and clarity fixes.
5858 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5859 (bookmark-default-annotation-text, bookmark-yank-word)
5860 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5861 (bookmark-import-new-list, bookmark-maybe-rename)
5862 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5863 (bookmark-bmenu-bookmark): Give these doc strings.
5864 (bookmark-bmenu-check-position): Give this a doc string, but also
5865 add a FIXME comment about how the function may be pointless.
5866 (bookmark-default-handler): Rework doc string and change a
5867 parameter name, to clarify that this takes a bookmark record
5868 not a bookmark name.
5869 (bookmark-set): Change a parameter name to indicate its meaning,
5870 and improve the doc string a bit.
5871 (Bug#4188)
5872
5873 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5874
5875 * bookmark.el (bookmark-alist): Document the new `handler' element
5876 in the param alist.
5877 (bookmark-make-record-function): Adjust documentation for above.
5878 (Bug#4193)
5879
5880 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5881
5882 * info.el (Info-bookmark-make-record): Document this function.
5883 (Info-bookmark-jump): Document with a doc string, not just a comment.
5884 (Bug#4203)
5885
5886 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5889 (semantic-new-buffer-fcn): Call parser setup functions here.
5890 (semantic-mode): Don't call parser setup functions here, it's done
5891 in semantic-new-buffer-fcn now.
5892 (semantic-mode): Parse all existing buffers when enabled.
5893
5894 * cedet/srecode/compile.el (srecode-compile-file):
5895 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5896
5897 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5900
5901 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5902 (proj-comp-insert-variable-once): New macro, renamed from
5903 ede-pmake-insert-variable-once in ede/pmake.edl.
5904 (ede-proj-makefile-insert-variables): Use it.
5905
5906 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * files.el (copy-directory): New defun.
5909
5910 * dired-aux.el (dired-copy-file-recursive): Use it.
5911
5912 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5913
5914 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5915 (makefile-end-of-command):
5916 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5917 (semantic-end-of-context): Fix previous change. Doc fixes.
5918
5919 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * files-x.el (modify-dir-local-variable)
5922 (copy-dir-locals-to-file-locals-prop-line):
5923 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5924 (makefile-end-of-command):
5925 * cedet/semantic/lex.el (semantic-lex-token):
5926 * cedet/semantic/analyze/fcn.el
5927 (semantic-analyze-dereference-metatype-1):
5928 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5929 (semantic-lex-cpp-undef):
5930 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5931 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5932 (semantic-end-of-context): Fix typos in docstrings.
5933
5934 * recentf.el (recentf-unload-function): New function.
5935
5936 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * cedet/ede.el (ede-project-placeholder-cache-file):
5939 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5940 * cedet/srecode/map.el (srecode-map-save-file):
5941 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5942
5943 2009-10-04 Glenn Morris <rgm@gnu.org>
5944
5945 * window.el (window-full-height-p): Add doc string.
5946
5947 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5948
5949 * window.el (window-full-height-p): New function. (Bug#4543)
5950
5951 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * cedet/srecode/insert.el: Require srecode/args.
5954
5955 * cedet/srecode/args.el: Require srecode/dictionary instead of
5956 srecode/insert.
5957
5958 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5959
5960 * files.el (auto-mode-alist): Add .srt and Project.ede.
5961
5962 * cedet/semantic.el (semantic-mode):
5963 Handle srecode-template-mode-hook as well.
5964 (semantic-mode): Use js-mode-hook for Javascript hook.
5965
5966 * cedet/srecode/template.el: Remove hook variable.
5967
5968 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5969
5970 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5971 projects exist.
5972 (ede-project-placeholder-cache-file): Default to a file in
5973 user-emacs-directory.
5974
5975 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5976 templates in data-directory.
5977 (srecode-map-save-file): Default to a file in user-emacs-directory.
5978
5979 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5980 directory.
5981
5982 2009-09-30 Eric Ludlam <zappo@gnu.org>
5983
5984 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5985 Doc fix.
5986
5987 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5988 Only insert each variable once.
5989
5990 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5991 (ede-pmake-insert-variable-shared): Use it.
5992
5993 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5994 for lexical table iff table is nil.
5995
5996 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5997
5998 * vc.el: Remove commented out code.
5999 (vc-derived-from-dir-mode): Remove, unused.
6000 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6001
6002 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6003
6004 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6005 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6006 there could be recursive loading when `default-directory' is a
6007 remote file name. (Bug#4614)
6008
6009 2009-10-03 Glenn Morris <rgm@gnu.org>
6010
6011 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6012 the frame is wide.
6013 (calendar-generate-window): Test for shrinkability rather than width.
6014
6015 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6016 declaration, currently false.
6017
6018 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6019 reusing existing buffers, in case we happen to visit two files with the
6020 same basename. (Bug#4593)
6021
6022 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6023
6024 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6025 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6026 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6027 subdirs of cedet as well.
6028 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6029
6030 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6033 Obey advertised-signature-table.
6034
6035 * help-fns.el (help-function-arglist): Don't check
6036 advertised-signature-table.
6037 (describe-function-1): Do it here instead so it also applies to subrs.
6038
6039 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * simple.el (start-file-process): Say in the doc-string, that file
6042 handlers might not support pty association, if PROGRAM is nil.
6043
6044 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6045 HOST and USER are strings. They are nil, when there are
6046 incomplete entries in ~/.netrc, for example.
6047 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6048 root directory ("device busy" error otherwise).
6049
6050 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6051 Flush file properties of created directory.
6052
6053 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6054
6055 * makefile.w32-in (WINS_BASIC): Remove cedet.
6056 (WINS_CEDET): Add cedet.
6057 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6058
6059 2009-10-02 Kevin Ryde <user42@zip.com.au>
6060
6061 * net/browse-url.el (browse-url): Pass any symbol in
6062 browse-url-browser-function to `apply', since if you've mistakenly put
6063 an unbound symbol then the error is clearer. (Bug#4531)
6064
6065 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6066
6067 * allout.el (allout-init, allout-back-to-current-heading)
6068 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6069 (allout-ascend, allout-up-current-level, allout-end-of-level)
6070 (allout-previous-visible-heading, allout-forward-current-level)
6071 (allout-backward-current-level, allout-show-children):
6072 * apropos.el (apropos-describe-plist):
6073 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6074 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6075 * completion.el (add-completion, add-permanent-completion):
6076 * descr-text.el (describe-text-category, describe-char):
6077 * desktop.el (desktop-lazy-abort):
6078 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6079 * dired.el (dired-build-subdir-alist):
6080 * ediff.el (ediff-version):
6081 * elide-head.el (elide-head, elide-head-show):
6082 * emerge.el (emerge-version):
6083 * env.el (getenv):
6084 * face-remap.el (variable-pitch-mode):
6085 * faces.el (describe-face):
6086 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6087 (dired-at-point):
6088 * files.el (find-file-existing, auto-save-mode):
6089 * font-lock.el (font-lock-fontify-buffer):
6090 * help-fns.el (describe-function, describe-variable)
6091 (describe-syntax, describe-categories):
6092 * help.el (view-lossage, describe-bindings, describe-key)
6093 (describe-mode):
6094 * hexl.el (hexl-current-address):
6095 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6096 * info.el (Info-goto-emacs-key-command-node):
6097 * log-edit.el (log-edit-insert-cvs-template)
6098 (log-edit-insert-cvs-rcstemplate):
6099 * menu-bar.el (menu-bar-mode):
6100 * mouse.el (mouse-appearance-menu):
6101 * newcomment.el (comment-indent-new-line):
6102 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6103 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6104 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6105 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6106 * recentf.el (recentf-mode):
6107 * savehist.el (savehist-mode, savehist-save):
6108 * shadowfile.el (shadow-copy-files):
6109 * simple.el (kill-ring-save, next-line, previous-line)
6110 (normal-erase-is-backspace-mode):
6111 * strokes.el (strokes-update-window-configuration)
6112 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6113 (strokes-xpm-for-stroke):
6114 * time.el (emacs-uptime, emacs-init-time):
6115 * tutorial.el (tutorial--describe-nonstandard-key)
6116 (tutorial--detailed-help):
6117 * type-break.el (type-break-mode)
6118 (type-break-mode-line-message-mode, type-break-query-mode)
6119 (type-break-guesstimate-keystroke-threshold):
6120 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6121 * version.el (emacs-version):
6122 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6123 * winner.el (winner-mode):
6124 * calendar/timeclock.el (timeclock-in, timeclock-out)
6125 (timeclock-status-string, timeclock-change)
6126 (timeclock-workday-remaining-string)
6127 (timeclock-workday-elapsed-string)
6128 (timeclock-when-to-leave-string):
6129 * calendar/todo-mode.el (todo-add-category):
6130 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6131 * emacs-lisp/autoload.el (update-file-autoloads):
6132 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6133 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6134 (checkdoc-message-text, checkdoc-defun):
6135 * emacs-lisp/debug.el (debugger-list-functions):
6136 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6137 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6138 (eieio-describe-generic):
6139 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6140 * emacs-lisp/shadow.el (list-load-path-shadows):
6141 * emulation/cua-base.el (cua-mode):
6142 * emulation/edt.el (edt-set-scroll-margins):
6143 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6144 (tpu-toggle-regexp, tpu-toggle-search-direction)
6145 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6146 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6147 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6148 (viper-set-parsing-style-toggling-macro)
6149 (viper-set-emacs-state-searchstyle-macros):
6150 * emulation/viper.el (viper-set-hooks):
6151 * eshell/esh-mode.el (eshell-truncate-buffer):
6152 * international/mule-cmds.el (prefer-coding-system)
6153 (describe-input-method, describe-language-environment):
6154 * international/mule-diag.el (list-character-sets)
6155 (describe-character-set, describe-coding-system)
6156 (describe-fontset, list-fontsets, list-input-methods):
6157 * mail/sendmail.el (mail-signature):
6158 * net/ange-ftp.el (ange-ftp-copy-file):
6159 * net/browse-url.el (browse-url):
6160 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6161 * net/quickurl.el (quickurl-add-url):
6162 * net/rcirc.el (names, topic):
6163 * net/xesam.el (xesam-mode):
6164 * play/5x5.el (5x5-new-game):
6165 * play/yow.el (apropos-zippy):
6166 * progmodes/ada-mode.el (ada-mode-version):
6167 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6168 (f90-end-of-block)
6169 (f90-beginning-of-block):
6170 * progmodes/fortran.el (fortran-end-of-block)
6171 (fortran-beginning-of-block):
6172 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6173 * progmodes/python.el (python-describe-symbol, python-shell):
6174 * term/ns-win.el (ns-print-buffer):
6175 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6176 * textmodes/flyspell.el (flyspell-mode-on):
6177 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6178 (pages-directory-for-addresses):
6179 * textmodes/table.el (table-recognize-cell)
6180 (table-query-dimension, table-generate-source)
6181 (table-insert-sequence, table--warn-incompatibility):
6182 * textmodes/tex-mode.el (tex-validate-buffer):
6183 * textmodes/texinfmt.el (texinfmt-version)
6184 (texinfo-format-buffer):
6185 Use `called-interactively-p' instead of `interactive-p'.
6186
6187 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * image-mode.el (image-toggle-display):
6190 * emacs-lisp/elp.el (elp-instrument-function):
6191 * emacs-lisp/advice.el (ad-make-advised-definition):
6192 * emacs-lisp/easy-mmode.el (define-minor-mode):
6193 * net/browse-url.el (browse-url-maybe-new-window):
6194 * progmodes/sh-script.el (sh-learn-buffer-indent):
6195 Pass new argument 'any to `called-interactively-p'.
6196
6197 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * international/uni-bidi.el:
6200 * international/uni-category.el:
6201 * international/uni-combining.el:
6202 * international/uni-comment.el:
6203 * international/uni-decimal.el:
6204 * international/uni-decomposition.el:
6205 * international/uni-digit.el:
6206 * international/uni-lowercase.el:
6207 * international/uni-mirrored.el:
6208 * international/uni-name.el:
6209 * international/uni-numeric.el:
6210 * international/uni-old-name.el:
6211 * international/uni-titlecase.el:
6212 * international/uni-uppercase.el:
6213 Regenerate from Unicode 5.2.0 data.
6214
6215 2009-10-01 Glenn Morris <rgm@gnu.org>
6216
6217 * Makefile.in (ELCFILES): Regenerate.
6218
6219 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * subr.el (interactive-p): Mark obsolete.
6222 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6223 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6224 advertised-signature-table for subroutines as well.
6225
6226 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6227 (set-advertised-calling-convention): New function.
6228 (make-obsolete, define-obsolete-function-alias)
6229 (make-obsolete-variable, define-obsolete-variable-alias):
6230 Make the optional-ness of `when' obsolete.
6231 (define-obsolete-face-alias): Make `when' non-optional.
6232 * help-fns.el (help-function-arglist):
6233 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6234 Use advertised-signature-table.
6235
6236 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6237
6238 * files.el (delete-directory): New defun. The original function
6239 in fileio.c has been renamed to `delete-directory-internal'.
6240
6241 * dired.el (dired-delete-file): Call `delete-directory' with
6242 RECURSIVE parameter.
6243
6244 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6245 parameter RECURSIVE. Implementation is missing.
6246
6247 * net/tramp.el (tramp-handle-make-directory): Flush upper
6248 directory's file properties.
6249 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6250 (tramp-handle-dired-recursive-delete-directory): Flush directory
6251 properties after the remove command only.
6252
6253 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6254 Handle optional parameter RECURSIVE.
6255
6256 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6257 Handle optional parameter RECURSIVE.
6258
6259 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6260 connection timeout.
6261 (tramp-smb-handle-delete-directory): Handle optional parameter
6262 RECURSIVE.
6263
6264 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6267 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6268 (byte-compile-defmacro): Use backquotes.
6269
6270 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6271
6272 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6273 has no associated file.
6274 (vc-resynch-buffer): Use vc-dir-buffers.
6275
6276 2009-10-01 Glenn Morris <rgm@gnu.org>
6277
6278 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6279 (chart-file-count):
6280 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6281 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6282 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6283 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6284 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6285 (eieio-copy-parents-into-subclass, make-instance, class-children)
6286 (eieio-generic-form):
6287 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6288 * cedet/cedet-idutils.el (cedet-idutils-search)
6289 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6290 (cedet-idutils-version-check):
6291 * cedet/cedet.el (cedet-version):
6292 * cedet/data-debug.el (data-debug-insert-overlay-button)
6293 (data-debug-insert-overlay-list-button)
6294 (data-debug-insert-buffer-button)
6295 (data-debug-insert-buffer-list-button)
6296 (data-debug-insert-process-button, data-debug-insert-ring-button)
6297 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6298 (data-debug-insert-stuff-vector-button)
6299 (data-debug-insert-symbol-button, data-debug-insert-string)
6300 (data-debug-insert-number, data-debug-insert-lambda-expression)
6301 (data-debug-insert-nil, data-debug-insert-simple-thing)
6302 (data-debug-insert-custom, data-debug-edebug-expr):
6303 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6304 (global-ede-mode-map, ede-new, ede-debug-target)
6305 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6306 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6307 (semantic-fetch-tags, semantic-submode-list)
6308 (semantic-default-submodes):
6309 * cedet/ede/source.el (ede-source-match):
6310 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6311 (project-am-package-info):
6312 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6313 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6314 * cedet/ede/proj-comp.el (ede-current-build-list):
6315 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6316 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6317 * cedet/ede/cpp-root.el (initialize-instance):
6318 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6319 (autoconf-parameter-strip, autoconf-insert-new-macro):
6320 * cedet/semantic/wisent.el (wisent-lex-eoi):
6321 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6322 (semantic-show-parser-state-mode):
6323 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6324 * cedet/semantic/tag.el (semantic-tag-new-variable)
6325 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6326 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6327 (semantic--tag-deep-copy-tag-list)
6328 (semantic-tag-components-with-overlays-default):
6329 * cedet/semantic/symref.el (semantic-symref-find-text):
6330 * cedet/semantic/senator.el (senator-yank-tag)
6331 (senator-transpose-tags-up):
6332 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6333 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6334 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6335 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6336 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6337 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6338 * cedet/semantic/lex-spp.el
6339 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6340 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6341 * cedet/semantic/idle.el
6342 (semantic-idle-summary-current-symbol-info-brutish)
6343 (semantic-idle-summary-current-symbol-info-default):
6344 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6345 (semantic--grammar-macro-compl-dict):
6346 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6347 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6348 (semantic-format-tag-canonical-name-default):
6349 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6350 (semantic-find-tags-for-completion)
6351 (semantic-find-tags-by-scope-protection-default)
6352 (semantic-deep-find-tags-for-completion):
6353 * cedet/semantic/edit.el
6354 (semantic-edits-incremental-reparse-failed-hook)
6355 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6356 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6357 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6358 * cedet/semantic/dep.el (semantic-dependency-include-path):
6359 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6360 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6361 (semanticdb-project-roots):
6362 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6363 (semanticdb-find-adebug-insert-scanned-tag-cons)
6364 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6365 (semanticdb-brute-deep-find-tags-for-completion):
6366 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6367 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6368 (semantic-end-of-context-default)
6369 (semantic-ctxt-current-function-default)
6370 (semantic-ctxt-scoped-types-default):
6371 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6372 (semantic-complete-inline-tag-engine)
6373 (semantic-complete-inline-custom-type)
6374 (semantic-complete-read-tag-analyzer):
6375 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6376 (semantic-chart-database-size):
6377 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6378 (semantic-analyze-current-context):
6379 * cedet/semantic/symref/list.el (semantic-symref)
6380 (semantic-symref-hide-buffer, semantic-symref-symbol):
6381 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6382 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6383 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6384 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6385 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6386 (semantic-c-dereference-template):
6387 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6388 (semantic--analyze-refs-full-lookup-with-parents)
6389 (semantic--analyze-refs-full-lookup-simple):
6390 * cedet/semantic/analyze/complete.el
6391 (semantic-analyze-possible-completions):
6392 * cedet/srecode/table.el (srecode-mode-table-new):
6393 * cedet/srecode/srt.el (srecode-read-variable-name):
6394 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6395 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6396 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6397 * cedet/srecode/map.el (srecode-current-map):
6398 * cedet/srecode/insert.el (srecode-insert)
6399 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6400 (srecode-template-inserter-point-override)
6401 (srecode-insert-include-lookup):
6402 * cedet/srecode/getset.el (srecode-auto-choose-class):
6403 * cedet/srecode/extract.el (srecode-inserter-extract):
6404 * cedet/srecode/document.el
6405 (srecode-document-autocomment-return-last-alist)
6406 (srecode-document-autocomment-param-type-alist)
6407 (srecode-document-insert-function-comment)
6408 (srecode-document-insert-variable-one-line-comment)
6409 (srecode-document-function-name-comment):
6410 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6411 (srecode-compound-toString):
6412 * cedet/srecode/compile.el (srecode-flush-active-templates):
6413 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6414 Doc/message fixes.
6415
6416 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6417 match-data. (Bug#4555).
6418
6419 * cedet/semantic/bovine/gcc.el
6420 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6421 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6422
6423 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6424 rather than parsing it as a regexp. This relaxes the layout
6425 requirements and makes errors easier to detect.
6426 (check-declare-verify): Check file is regular.
6427 (check-declare-directory): Doc fix.
6428 * subr.el (declare-function): Doc fix.
6429
6430 * ibuffer.el (ibuffer-format-qualifier):
6431 * isearch.el (hi-lock-regexp-okay):
6432 * calc/calc.el (math-zerop):
6433 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6434 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6435 Remove unused declarations.
6436
6437 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * cedet/semantic/wisent/javat-wy.el
6440 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6441
6442 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6443
6444 * cedet/srecode/expandproto.el: Fix provide statement.
6445
6446 2009-09-30 Eric Ludlam <zappo@gnu.org>
6447
6448 * emacs-lisp/eieio.el (boolean-p): Delete.
6449
6450 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6451
6452 * cedet/ede/srecode.el: Fix provide statement.
6453
6454 2009-09-30 Glenn Morris <rgm@gnu.org>
6455
6456 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6457 * cedet/ede/proj-aux.el (ede-aux-source):
6458 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6459 (ede-misc-source):
6460 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6461 (semantic-mrub-switch-tags): Fix doc typos.
6462
6463 * cedet/semantic/db-global.el (data-debug-new-buffer)
6464 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6465 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6466
6467 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6468
6469 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6470 use of CL function `remove-if-not'.
6471
6472 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6473
6474 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6475 filename is not a string.
6476
6477 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6478
6479 * files.el (safe-local-eval-forms): Fix typo.
6480
6481 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * vc-hooks.el (vc-dir-buffers): New var.
6484 (vc-state-refresh): New function.
6485 (vc-state): Use it.
6486 (vc-after-save): Always ask the backend to recompute the new state.
6487 Always call vc-dir if necessary, using vc-dir-buffers.
6488 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6489 Use vc-dir-buffers.
6490 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6491 (vc-dir-prepare-status-buffer, vc-dir-update)
6492 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6493 Don't call expand-file-name on default-directory.
6494
6495 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * speedbar.el (speedbar-item-delete):
6498 * calc/calc-prog.el (calc-kbd-if):
6499 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6500
6501 * epa.el (epa-key-list-mode-map):
6502 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6503
6504 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6505 (hs-show-hook): Fix typo in docstring.
6506
6507 2009-09-29 Glenn Morris <rgm@gnu.org>
6508
6509 * cedet/semantic/symref/idutils.el:
6510 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6511
6512 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6513
6514 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6515 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6516 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6517 Mark declarations not understood by check-declare.
6518
6519 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6520 file-name-nondirectory call preventing location of cedet files.
6521 (check-declare-verify): Use literal search rather than re-search.
6522 Add basic defmethod and defclass, and define-overloadable-function.
6523
6524 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6525 Use tramp-compat-file-attributes rather than nonexistent
6526 tramp-compat-handle-file-attributes.
6527
6528 * Makefile.in (lisptagsfiles4): New.
6529 (AUTOGENEL): Add cedet loaddefs files.
6530 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6531 (update-elclist, compile-always, backup-compiled-files)
6532 (bootstrap-clean): Add yet another directory level.
6533 (update-elclist): Use LC_COLLATE rather than COLLATE.
6534 (ELCFILES): Update, via `make update-elclist'.
6535
6536 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6537
6538 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6539 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6540 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6541
6542 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6543
6544 * Makefile.in (lisptagsfiles3): Define.
6545 (TAGS, TAGS-LISP): Use it.
6546 (update-elclist): Add third directory level to look for elc files.
6547 (compile-always): Likewise.
6548 (backup-compiled-files): Likewise.
6549 (bootstrap-clean): Likewise.
6550 (ELCFILES): Update.
6551
6552 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * Makefile.in (ELCFILES): Add CEDET files.
6555
6556 2009-09-28 Eric Ludlam <zappo@gnu.org>
6557
6558 CEDET (development tools) package merged.
6559
6560 * cedet/*.el:
6561 * cedet/ede/*.el:
6562 * cedet/semantic/*.el:
6563 * cedet/srecode/*.el: New files.
6564
6565 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6566
6567 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6568
6569 * net/tramp.el (top): Require tramp-imap.
6570
6571 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6572 Use `tramp-compat-handle-file-attributes'.
6573
6574 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6575
6576 * net/tramp-imap.el: New package.
6577
6578 2009-09-28 Eric Ludlam <zappo@gnu.org>
6579
6580 * emacs-lisp/chart.el:
6581 * emacs-lisp/eieio-base.el:
6582 * emacs-lisp/eieio-comp.el:
6583 * emacs-lisp/eieio-custom.el:
6584 * emacs-lisp/eieio-datadebug.el:
6585 * emacs-lisp/eieio-opt.el:
6586 * emacs-lisp/eieio-speedbar.el:
6587 * emacs-lisp/eieio.el: New files.
6588
6589 * cedet/cedet-cscope.el:
6590 * cedet/cedet-files.el:
6591 * cedet/cedet-global.el:
6592 * cedet/cedet-idutils.el:
6593 * cedet/data-debug.el:
6594 * cedet/inversion.el:
6595 * cedet/mode-local.el:
6596 * cedet/pulse.el: New files.
6597
6598 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6599
6600 * whitespace.el (whitespace-trailing-regexp)
6601 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6602 Fix doc string.
6603
6604 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6607 menu.
6608
6609 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6610 menu-bar-ediff-menu.
6611
6612 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6613 define-overloadable-function.
6614
6615 * progmodes/autoconf.el: Provide autoconf as well, so that this
6616 file can be `require'd.
6617
6618 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6619
6620 * emacs-lisp/autoload.el (generated-autoload-feature)
6621 (generated-autoload-load-name): New vars.
6622 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6623 (make-autoload): Recognize define-overloadable-function and
6624 defclass forms (for EIEIO).
6625
6626 * Makefile.in (update-subdirs): Exclude cedet directory.
6627
6628 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6629
6630 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6631
6632 * faces.el: Default light-background background for region face to
6633 ns_selection_color under NS.
6634
6635 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6636
6637 * net/imap-hash.el: New library, see NEWS.
6638
6639 * Makefile.in (ELCFILES): Add imap-hash.el.
6640
6641 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6644 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6645 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6646 definition where the docstring could be taken for the return value.
6647
6648 2009-09-26 Glenn Morris <rgm@gnu.org>
6649
6650 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6651 Add option to only show images below a certain size.
6652 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6653 save-excursion calls.
6654
6655 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6656
6657 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6658 subdirectories) and eieio.
6659
6660 2009-09-26 Alan Mackenzie <acm@muc.de>
6661
6662 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6663 buggy bracketing. (Bug#4289)
6664
6665 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6666 character constants (as case labels). (Bug#4289)
6667
6668 2009-09-25 Juri Linkov <juri@jurta.org>
6669
6670 * files.el (safe-local-eval-forms): Allow time-stamp in
6671 before-save-hook (Bug#4554).
6672
6673 2009-09-25 Drew Adams <drew.adams@oracle.com>
6674
6675 * menu-bar.el (list-buffers-directory): Doc fix.
6676
6677 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6680 Try and avoid copying twice the same paragraph.
6681 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6682 Remove save-excursion.
6683 (log-edit-changelog-entry): Do it here instead.
6684
6685 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6686
6687 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6688 when available, instead of hardcoding mode names. Doc fix.
6689
6690 * menu-bar.el (list-buffers-directory): Add docstring.
6691 Make automatically buffer-local.
6692
6693 * dired.el (dired-mode):
6694 * files.el (cd-absolute):
6695 * pcvs.el (cvs-temp-buffer):
6696 * pcvs-util.el (cvs-get-buffer-create):
6697 * shell.el (shell-mode):
6698 * vc-dir.el (vc-dir-mode):
6699 Don't make `list-buffers-directory' buffer local.
6700
6701 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6702
6703 * comint.el (comint-exec, comint-run, make-comint):
6704 Doc fixes (Bug#4542).
6705
6706 2009-09-25 Glenn Morris <rgm@gnu.org>
6707
6708 * mail/rmailmm.el (rmail-mime): New custom group.
6709 Move all defcustoms in this file into this group.
6710 (rmail-mime-media-type-handlers-alist): Revert previous change.
6711 (rmail-mime-show-images): New option.
6712 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6713 references to it, since it wasn't actually used for anything.
6714 (rmail-mime-insert-image): New function.
6715 (rmail-mime-image): Use rmail-mime-insert-image.
6716 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6717 obey the value of `rmail-mime-show-images' option. Print the size of
6718 attachments.
6719
6720 2009-09-25 David Engster <deng@randomsample.de>
6721
6722 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6723
6724 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6725
6726 * whitespace.el: Does not highlight trailing spaces While point is
6727 at end of line. Does not highligt spaces at beginning of buffer
6728 while point is at beginning of buffer. Does not highlight spaces
6729 at end of buffer while point is at end of buffer. (Bug#4177)
6730 New version 12.0.
6731 (whitespace-display-mappings): Adjust initialization.
6732 (whitespace-point, whitespace-font-lock-refontify): New vars.
6733 (whitespace-color-on, whitespace-color-off): Adjust code.
6734 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6735 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6736 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6737
6738 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6741
6742 * textmodes/sgml-mode.el: Remove xml-mode alias.
6743
6744 * files.el (auto-mode-alist, conf-mode-maybe)
6745 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6746
6747 2009-09-24 Alan Mackenzie <acm@muc.de>
6748
6749 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6750 c-forward-conditionals, but it doesn't move point and doesn't set
6751 the mark.
6752 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6753 (c-down-conditional-with-else, c-backward-conditional)
6754 (c-forward-conditional): Refactor to use c-scan-conditionals.
6755
6756 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6757
6758 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6759 (help-default-arg-highlight): Remove.
6760 (help-highlight-arg): New function.
6761 (help-do-arg-highlight): Use it.
6762 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6763
6764 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6767 Undo last change, which didn't fix the problem and introduced others.
6768
6769 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6770
6771 * progmodes/gdb-mi.el: Don't require speedbar.
6772 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6773
6774 2009-09-24 Glenn Morris <rgm@gnu.org>
6775
6776 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6777
6778 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6779
6780 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6781 there is no newline after the final mime boundary. (Bug#4539)
6782 Move markers on insertion so that any buttons inserted don't end up in
6783 the next part of a multipart message.
6784 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6785 (rmail-mime-bulk-handler): Optionally handle images.
6786 (rmail-mime-image): New button action.
6787 (rmail-mime-image-handler): New function.
6788 (rmail-mime-mode): New mode.
6789 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6790
6791 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6794 than just dropping elements from it (bug#4504).
6795
6796 * term.el (term-set-scroll-region): Don't move cursor any more.
6797 (term-handle-ansi-escape): Call term-goto here instead.
6798 Suggested by Ivan Kanis <apple@kanis.eu>.
6799
6800 * term.el: Require CL.
6801 (term-ansi-reset): New function.
6802 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6803 (term-handle-colors-array): Simplify.
6804
6805 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * allout.el (allout-overlay-interior-modification-handler)
6808 (allout-obtain-passphrase):
6809 * epa-file.el (epa-file-write-region):
6810 * ps-print.el (ps-begin-job):
6811 * vc-hooks.el (vc-toggle-read-only):
6812 * vc-rcs.el (vc-rcs-rollback):
6813 * vc-sccs.el (vc-sccs-rollback):
6814 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6815 (vc-version-diff, vc-revert, vc-rollback):
6816 * wdired.el (wdired-check-kill-buffer):
6817 * emacs-lisp/authors.el (authors):
6818 * net/socks.el (socks-open-connection):
6819 * net/zeroconf.el (zeroconf-service-add-hook):
6820 * obsolete/vc-mcvs.el (vc-mcvs-register):
6821 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6822 (gdb-select-frame):
6823 * progmodes/grep.el (lgrep, rgrep):
6824 * progmodes/idlw-help.el (idlwave-help-check-locations)
6825 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6826 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6827 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6828 (reftex-toc-rename-label): Fix typos in error messages.
6829
6830 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6831 (dired-copy-how-to-fn): Doc fix.
6832 (dired-files-attributes, dired-read-shell-command):
6833 Fix typos in docstrings.
6834
6835 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6836 (dired-x-find-file-other-window): Reflow docstrings.
6837 (dired-omit-marker-char, dired-read-shell-command)
6838 (dired-x-submit-report): Fix typos in docstrings.
6839
6840 * shell.el (shell-mode-hook):
6841 * view.el (View-scroll-line-forward):
6842 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6843 Fix typos in docstrings.
6844
6845 * net/dig.el (dig-invoke): Fix typo in docstring.
6846 (query-dig): Reflow docstring.
6847
6848 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6849 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6850 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6851 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6852 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6853 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6854 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6855 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6856 (idlwave-completion-map, idlwave-current-indent)
6857 (idlwave-custom-ampersand-surround, idlwave-customize)
6858 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6859 (idlwave-define-abbrev, idlwave-determine-class-special)
6860 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6861 (idlwave-end-block-reg, idlwave-end-of-statement)
6862 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6863 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6864 (idlwave-explicit-class-listed, idlwave-file-header)
6865 (idlwave-fill-paragraph, idlwave-find-class-definition)
6866 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6867 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6868 (idlwave-in-quote, idlwave-indent-action-table)
6869 (idlwave-indent-expand-table, idlwave-indent-line)
6870 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6871 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6872 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6873 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6874 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6875 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6876 (idlwave-outlawed-buffers, idlwave-popup-select)
6877 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6878 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6879 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6880 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6881 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6882 (idlwave-statement-type, idlwave-struct-skip)
6883 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6884 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6885 (idlwave-what-module-find-class): Fix typos in docstrings.
6886 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6887 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6888 (idlwave-find-module, idlwave-find-structure-definition)
6889 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6890 (idlwave-list-load-path-shadows, idlwave-next-statement)
6891 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6892 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6893 (idlwave-template): Reflow docstrings.
6894
6895 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6896 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6897 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6898 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6899 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6900 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6901 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6902 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6903 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6904 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6905 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6906 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6907 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6908 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6909 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6910 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6911 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6912 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6913 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6914 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6915 Fix typos in docstrings.
6916 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6917 (idlwave-shell-hide-output, idlwave-shell-mode)
6918 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6919 Reflow docstrings.
6920
6921 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6922
6923 2009-09-24 Ivan Kanis <apple@kanis.eu>
6924
6925 * term.el (term-bold-attribute): New var.
6926 (term-handle-colors-array): Use it.
6927
6928 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6929
6930 * progmodes/gdb-mi.el (gdb-version): New variable.
6931 (gdb-non-stop-handler): Set gdb-version.
6932 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6933 Condition "--thread" option on gdb-version.
6934 (gdb-invalidate-threads): Remove unused argument.
6935
6936 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6939 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6940
6941 2009-09-23 Glenn Morris <rgm@gnu.org>
6942
6943 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6944 replying to mail without References or Message-Id. (Bug#4525)
6945
6946 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6947
6948 * term/ns-win.el (ns-reg-to-script): New variable.
6949
6950 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6951
6952 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6953
6954 2009-09-22 Sam Steingold <sds@gnu.org>
6955
6956 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6957 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6958 to 1 because hg returns status 1 when nothing is found.
6959 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6960
6961 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * textmodes/fill.el: Convert to utf-8 encoding.
6964 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6965 pre-unicode days.
6966
6967 * add-log.el (change-log-fill-forward-paragraph): New function.
6968 (change-log-mode): Use it so fill-region DTRT.
6969 Set fill-indent-according-to-mode here rather than in
6970 change-log-fill-paragraph.
6971 (change-log-fill-paragraph): Remove.
6972
6973 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6974
6975 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6976 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6977
6978 2009-09-22 Glenn Morris <rgm@gnu.org>
6979
6980 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6981 the scroll-bar scroll the calendar window rather than the buffer.
6982
6983 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6984 commands that move point (as opposed to scrolling).
6985
6986 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6987
6988 * emacs-lisp/elint.el (elint): New custom group.
6989 (elint-log-buffer): Make it a defcustom.
6990 (elint-scan-preloaded, elint-ignored-warnings)
6991 (elint-directory-skip-re): New options.
6992 (elint-builtin-variables): Doc fix.
6993 (elint-preloaded-env): New variable.
6994 (elint-unknown-builtin-args): Add an entry for encode-time.
6995 (elint-extra-errors): Make it a variable rather than a constant.
6996 (elint-preloaded-skip-re): New constant.
6997 (elint-directory): Skip files matching elint-directory-skip-re.
6998 (elint-features): New variable, local to linted buffers.
6999 (elint-update-env): Initialize elint-features. Possibly add
7000 elint-preloaded-env to the buffer's environment.
7001 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7002 Skip quoted forms.
7003 (elint-init-form): New function, extracted from elint-init-env.
7004 Make non-list forms a warning rather than an error.
7005 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7006 easy-menu-define, put that adds an error-condition, and provide.
7007 When requiring cl, also require cl-macs. Really require cl, to handle
7008 some cl macros. Store required libraries in the list elint-features,
7009 so as not to re-load them. Treat cc-require like require.
7010 (elint-init-env): Call elint-init-form to do the work.
7011 Handle eval-and-compile and such like.
7012 (elint-add-required-env): Do not clear messages.
7013 (elint-special-forms): Add handlers for function, defalias, if, when,
7014 unless, and, or.
7015 (elint-form): Add optional argument to ignore elint-special-forms,
7016 useful to prevent recursive calls from handlers. Doc fix.
7017 Respect elint-ignored-warnings.
7018 (elint-form): Respect elint-ignored-warnings.
7019 (elint-bound-variable, elint-bound-function): New variables.
7020 (elint-unbound-variable): Respect elint-bound-variable.
7021 (elint-get-args): Respect elint-bound-function.
7022 (elint-check-cond-form): Add some simple handling for (f)boundp and
7023 featurep tests.
7024 (elint-check-defalias-form): New handler.
7025 (elint-check-let-form): Make an empty let a warning rather than an
7026 error.
7027 (elint-check-setq-form): Make an empty setq a warning rather than an
7028 error. Respect elint-ignored-warnings.
7029 (elint-check-defvar-form): Accept null doc-strings.
7030 (elint-check-conditional-form): New handler. Does some simple-minded
7031 checking of featurep and (f)boundp tests.
7032 (elint-put-function-args): New function.
7033 (elint-initialize): Use elint-scan-doc-file rather than
7034 elint-find-builtin-variables. Use elint-put-function-args.
7035 Possibly scan preloaded-file-list.
7036 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7037 extend to handle functions as well.
7038
7039 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7040
7041 * linum.el (linum-delete-overlays, linum-update-window):
7042 Do not modify the right margin. (Bug#3971)
7043
7044 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7047 nxml-mode instead of xml-mode.
7048
7049 2009-09-21 Kevin Ryde <user42@zip.com.au>
7050
7051 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7052
7053 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * net/dig.el (dig-mode): Use define-derived-mode.
7056
7057 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7058
7059 * vc-dispatcher.el (vc-do-command): Return the process object in
7060 the asynchronous case. Use when instead of if. Do not run
7061 vc-exec-after to display a message if not enabled. (Bug#4463)
7062
7063 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7064 properties to the stash strings.
7065 (vc-git-stash-list): Return a list of strings.
7066 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7067 (vc-git-stash-show-at-point): New functions.
7068 (vc-git-stash-map): New keymap.
7069
7070 * register.el (ctl-x-r-map): Define the keys here instead of
7071 using autoload.
7072
7073 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7074
7075 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7076 list, to workaround performance problem (bug#4485).
7077
7078 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7079
7080 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7081
7082 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7083
7084 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7085 Document that this option is not recommended to use.
7086
7087 2009-09-19 Glenn Morris <rgm@gnu.org>
7088
7089 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7090 variable `var'.
7091
7092 * calc/calc-alg.el (var):
7093 * calc/calcalg2.el (var): Define for compiler.
7094
7095 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7098 Doc fix (Bug#3932).
7099
7100 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7101
7102 * time-stamp.el (time-stamp-month-dd-yyyy)
7103 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7104 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7105 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7106 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7107 Remove functions that have been obsolete since 1995 (Bug#4436).
7108
7109 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7110 indent buffer only if called interactively (Bug#4452).
7111
7112 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7113 Eli Zaretskii <eliz@gnu.org>
7114
7115 This fixes bug#4197 (merged to bug#865, though not identical).
7116 * server.el (server-auth-dir): Add docstring note about FAT32.
7117 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7118 but warn against using them.
7119
7120 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7121
7122 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7123 older GDB where there is no has_more field.
7124
7125 2009-09-19 Glenn Morris <rgm@gnu.org>
7126
7127 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7128
7129 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * files.el (auto-mode-alist): Change default for XML files to nXML
7132 mode (Bug#4169).
7133
7134 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7135
7136 * server.el (server-ensure-safe-dir): Pass 'integer
7137 to `file-attributes', as suggested.
7138
7139 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7142 (dired-query): Use read-key.
7143
7144 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7145
7146 * cus-start.el (ns-use-qd-smoothing): Remove.
7147
7148 2009-09-18 Glenn Morris <rgm@gnu.org>
7149
7150 * allout.el (top-level): Remove unnecessary progn.
7151
7152 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7153
7154 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7155 definition of abbrev table.
7156
7157 * speedbar.el (speedbar-track-mouse):
7158 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7159 * net/eudc.el (eudc-expand-inline):
7160 * net/newst-backend.el (newsticker--cache-read-feed):
7161 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7162 condition-case handlers.
7163
7164 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7165
7166 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7167 (gdb-var-list): Add an element for has_more field.
7168 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7169 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7170 (gdb-var-update-handler-1): Parse output of dynamic variable
7171 objects (STL containers).
7172 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7173 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7174
7175 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7176 gdb-var-list.
7177 (gud-speedbar-buttons): Make node expandable if expression "has more"
7178 children.
7179
7180 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * startup.el (emacs-quick-startup): Remove variable and all uses.
7183 (command-line): Set `inhibit-x-resources' instead.
7184 (command-line-1): Use `inhibit-x-resources' instead.
7185
7186 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * subr.el: Fix last change to avoid using the `unless' macro,
7189 which breaks bootstrapping.
7190
7191 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7194 extended definitions, in case we reload subr.el after having
7195 loaded CL.
7196 (eval-next-after-load): Mark as obsolete.
7197
7198 2009-09-17 Juri Linkov <juri@jurta.org>
7199
7200 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7201 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7202 (menu-bar-showhide-menu, menu-bar-tools-menu)
7203 (menu-bar-describe-menu, menu-bar-help-menu)
7204 (minibuffer-local-completion-map, minibuffer-local-map):
7205 Fix list quoting.
7206
7207 2009-09-17 Glenn Morris <rgm@gnu.org>
7208
7209 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7210 arguments, whether or not it has a handler.
7211
7212 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7213
7214 * simple.el (hard-newline): Give it a doc-string.
7215
7216 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7217 (lisp-mode-syntax-table): Give them doc-strings.
7218
7219 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7220
7221 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7222 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7223 (menu-bar-options-menu, menu-bar-showhide-menu)
7224 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7225 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7226 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7227 (menu-bar-options-menu, menu-bar-tools-menu)
7228 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7229 (menu-bar-help-menu):
7230 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7231 string arguments.
7232
7233 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7234 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7235 calls for the menu names and :help.
7236
7237 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7240 to :minor-mode-function (bug#4455).
7241
7242 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * startup.el (command-line): Initialize the window-system after
7245 processing the command-line.
7246
7247 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7248 page-delimiter matches the empty string.
7249
7250 2009-09-16 Glenn Morris <rgm@gnu.org>
7251
7252 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7253 byte-compile-not-obsolete-var. It's a list now.
7254 (byte-compile-not-obsolete-funcs): New variable.
7255 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7256 byte-compile-not-obsolete-funcs.
7257 (byte-compile-variable-ref, byte-compile-defvar): Update for
7258 byte-compile-not-obsolete-vars name-change and list nature.
7259 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7260 and variables behind (f)boundp tests.
7261 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7262
7263 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7264
7265 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7266
7267 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7270 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7271 Don't autoload.
7272
7273 2009-09-15 Stephen Eglen <stephen@gnu.org>
7274
7275 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7276 the virtual-buffers, use the name of the buffer specified by
7277 find-file-noselect, as the match may be a symlink. (This was a
7278 problem if the target and the symlink had different names.)
7279
7280 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7283
7284 * desktop.el (desktop-path): Check user-emacs-directory.
7285
7286 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7287
7288 * loadup.el: Use after-load-functions to GC after loading each file.
7289 Remove the explicit GC calls that used to be sprinkled around.
7290
7291 * subr.el (after-load-functions): New hook.
7292 (do-after-load-evaluation): Run it. Use string-match-p to detect
7293 `obsolete' packages, rather than painfully extracting the relevant
7294 directory name.
7295
7296 2009-09-15 Glenn Morris <rgm@gnu.org>
7297
7298 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7299 free variable `doc'.
7300
7301 * dired.el (dired-mode-map): Add menu entry for async shell command.
7302
7303 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7304 variables, also consider the .elc files, since the .el files are
7305 normally gzipped (subsequent code locates the .el.gz from the .elc).
7306
7307 * calc/calc-prog.el (arglist): Define for compiler.
7308
7309 * calendar/diary-lib.el (diary-display-function): Change the default to
7310 fancy display.
7311 (body): Define for compiler.
7312
7313 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7314 (byte-compile-file-form, byte-compile-lambda)
7315 (byte-compile-top-level-body, byte-compile-form)
7316 (byte-compile-variable-ref, byte-compile-setq)
7317 (byte-compile-setq-default, byte-compile-body)
7318 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7319 (batch-byte-compile): Give some more local variables with common names
7320 a "bytecomp-" prefix to avoid masking warnings about free variables.
7321
7322 * startup.el (command-line-1): Give local variables with common names a
7323 distinguishing prefix, so as not to hide free variable warnings during
7324 bootstrap.
7325
7326 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7327 clever and add a suffix to make a unique name, just let the user decide
7328 whether or not to overwrite it. If the input is a directory, write the
7329 default filename to that directory. (Bug#4388)
7330 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7331 is a filename-as-a-directory.
7332
7333 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * textmodes/page.el (what-page): Don't move to beginning of line.
7336 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7337
7338 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7339
7340 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7341
7342 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7345 * help.el (help-for-help-internal): Add purecopy calls for text.
7346
7347 * vc.el (top): print-log method now takes an optional SHORTLOG
7348 argument. Add a new method: root.
7349 (vc-root-diff, vc-print-root-log): New functions.
7350 (vc-log-short-style): New variable.
7351 (vc-print-log-internal): Add support for showing short logs.
7352
7353 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7354 vc-print-root-log and vc-print-root-diff.
7355
7356 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7357 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7358 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7359 short logs.
7360
7361 * vc-cvs.el (vc-cvs-print-log):
7362 * vc-mtn.el (vc-mtn-print-log):
7363 * vc-rcs.el (vc-rcs-print-log):
7364 * vc-sccs.el (vc-sccs-print-log):
7365 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7366 that is ignored for now.
7367
7368 * vc-mtn.el (vc-mtn-annotate-command):
7369 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7370
7371 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7374 to function-key-map, and give them ascii-character property.
7375 * term/x-win.el (x-alternatives-map):
7376 * term/ns-win.el (ns-alternatives-map):
7377 * term/internal.el (msdos-key-remapping-map):
7378 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7379
7380 2009-09-14 Glenn Morris <rgm@gnu.org>
7381
7382 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7383 temp-buffers (2009-09-12).
7384
7385 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7388 the new read-key function.
7389
7390 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7393 is defined (Bug#4405).
7394
7395 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7396
7397 * recentf.el (recentf-cleanup): Use a hash table to find
7398 duplicates (Bug#4407).
7399
7400 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7401
7402 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7403 kp-0 to ascii equivalents (Bug#4325).
7404
7405 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7408
7409 * eshell/em-hist.el:
7410 * eshell/em-dirs.el (eshell-complete-user-reference):
7411 Declare pcomplete functions and variables to avoid compiler warnings.
7412
7413 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7414
7415 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7416 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7417 * eshell/em-alias.el (eshell-aliases-file):
7418 * eshell/em-hist.el (eshell-history-file-name):
7419 Use expand-file-name instead of concat to make file names (Bug#4308).
7420
7421 2009-09-13 Glenn Morris <rgm@gnu.org>
7422
7423 * ediff-merg.el (ediff-do-merge):
7424 * filesets.el (filesets-run-cmd):
7425 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7426 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7427 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7428 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7429 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7430 Replace empty `let's with `progn'.
7431
7432 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * mail/sendmail.el (send-mail-function):
7435 * tooltip.el (tooltip-mode):
7436 * simple.el (transient-mark-mode):
7437 * rfn-eshadow.el (file-name-shadow-mode):
7438 * frame.el (blink-cursor-mode):
7439 * font-core.el (global-font-lock-mode):
7440 * files.el (temporary-file-directory)
7441 (small-temporary-file-directory, auto-save-file-name-transforms):
7442 * epa-hook.el (auto-encryption-mode):
7443 * composite.el (global-auto-composition-mode):
7444 Use custom-initialize-delay.
7445 * startup.el (command-line): Don't explicitly call
7446 custom-reevaluate-setting for all the above vars.
7447 * custom.el (custom-initialize-safe-set)
7448 (custom-initialize-safe-default): Delete.
7449
7450 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * term/x-win.el (x-initialize-window-system):
7453 * term/w32-win.el (w32-initialize-window-system):
7454 * term/ns-win.el (ns-initialize-window-system): Don't call
7455 mouse-wheel-mode since it's enabled globally by default already.
7456
7457 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7458 actually define the variable, but only silences the byte-compiler.
7459 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7460 before looking it up.
7461 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7462 is changed.
7463
7464 2009-09-12 Glenn Morris <rgm@gnu.org>
7465
7466 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7467 1000.
7468 (elint-add-required-env): Don't beep on error.
7469 (elint-forms): In case of error, return ENV unchanged.
7470 (elint-init-env): Skip non-list forms.
7471 (elint-log): Handle unknown file positions.
7472
7473 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7474
7475 * epg.el (epg-make-context): Add autoload cookie.
7476 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7477 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7478 (epg-verify-string, epg-start-sign, epg-sign-file)
7479 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7480 (epg-encrypt-string, epg-start-export-keys)
7481 (epg-export-keys-to-file, epg-export-keys-to-string)
7482 (epg-start-import-keys, epg-import-keys-from-file)
7483 (epg-import-keys-from-string, epg-start-receive-keys)
7484 (epg-receive-keys, epg-import-keys-from-server)
7485 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7486 (epg-sign-keys, epg-start-generate-key)
7487 (epg-generate-key-from-file, epg-generate-key-from-string):
7488 Remove autoload cookie.
7489
7490 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7491
7492 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7493 reevaluation of trash-directory.
7494
7495 * mwheel.el: Fix last change.
7496 (mouse-wheel-mode): New defvar.
7497 (mouse-wheel-mode): Remove autoload cookie.
7498
7499 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * mwheel.el (mwheel-installed-bindings): New var.
7502 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7503 the bindings we set last time. Use custom-initialize-delay.
7504 * loadup.el: Load mwheel after term/*-win.el.
7505 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7506 and mouse-wheel-up-event now that their first evaluation is done
7507 sufficiently late to be correct.
7508
7509 * startup.el (tutorial-directory): Make it a defcustom.
7510 Use custom-initialize-delay rather than eval-at-startup to set it.
7511 * image.el (image-load-path): Make it a defcustom.
7512 Use custom-initialize-delay rather than eval-at-startup to set it.
7513 * subr.el (eval-at-startup): Remove.
7514 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7515
7516 * subr.el (do-after-load-evaluation): Warn the user after loading an
7517 obsolete package.
7518
7519 2009-09-12 Glenn Morris <rgm@gnu.org>
7520
7521 * proced.el (proced-mark-alt): Remove alias.
7522 (proced-mode-map): Remove proced-mark-alt.
7523
7524 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7525 Elint file and directory. Remove initialization entry.
7526
7527 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7528 commands.
7529 (elint-current-buffer): Set mode-line-process.
7530 (elint-init-env): Handle define-derived-mode.
7531 Fix declare-function with unspecified arglist. Guard against odd
7532 defalias statements (eg iso-insert's 8859-1-map).
7533 (elint-add-required-env): Use a temp buffer.
7534 (elint-form): Just print the function/macro name, not the whole form.
7535 Return env unchanged if we fail to parse a macro.
7536 (elint-forms): Guard against parse errors.
7537 (elint-output): New function, to handle batch mode.
7538 (elint-log-message): Add optional argument. Use elint-output.
7539 (elint-set-mode-line): New function.
7540
7541 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7542
7543 * emacs-lisp/elp.el (elp-not-profilable): Add more
7544 functions (Bug#4233).
7545
7546 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7547
7548 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7549 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7550
7551 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7552
7553 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7554 (gdb-var-list-children): Use json parsing.
7555
7556 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7557
7558 * progmodes/js.el (js--proper-indentation): Handle the case where
7559 char-before is null. Reported by Deniz Dogan.
7560
7561 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7562
7563 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7564
7565 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7566
7567 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7568 (epg-digest-algorithm-alist): Add SHA224.
7569 (epg-context-set-passphrase-callback)
7570 (epg-context-set-progress-callback): Add description about
7571 callback function.
7572
7573 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * custom.el (custom-delayed-init-variables): New var.
7576 (custom-initialize-delay): New function.
7577 * startup.el (command-line): "Re"evaluate all vars in
7578 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7579 explicitly any more.
7580 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7581 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7582
7583 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7584
7585 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7586
7587 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7588 (gdb-var-update-handler): Use json parsing.
7589
7590 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7593 decode annotated text, regardless of language environment. (Bug#2741)
7594
7595 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * Makefile.in (autoloads): Make rmail.el writable as well.
7598
7599 2009-09-11 Glenn Morris <rgm@gnu.org>
7600
7601 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7602 loaddefs.el.
7603 * dired.el: Regenerate with extracted autoloads.
7604 * Makefile.in (autoloads): Make dired.el writable.
7605
7606 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7607 * ibuffer.el: Regenerate with extracted autoloads.
7608 * Makefile.in (autoloads): Make ibuffer.el writable.
7609
7610 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7611 * version.el (emacs-copyright, emacs-major-version)
7612 (emacs-minor-version): Reformat doc-strings for make-docfile.
7613
7614 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7615 functions and variables, since they must be stuff specific to some other
7616 platform.
7617 (apropos-print): Make mouse-click message less specific about button.
7618
7619 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7620 that records where a macro was defined.
7621 * help-fns.el (describe-function-1): Mention if a function has a
7622 compiler-macro.
7623 * help-mode.el (help-function-cmacro): New button.
7624
7625 * locate.el (top-level): Always require dired.
7626 (locate-mode-map): Initialize inside the defvar.
7627
7628 * net/ange-ftp.el (dired-compress-file): Declare.
7629 (ange-ftp-dired-compress-file): Add doc string.
7630
7631 * term/ns-win.el (x-display-name, x-setup-function-keys):
7632 Unify doc-strings with X versions.
7633
7634 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * emulation/crisp.el (crisp-mode-map): Move initialization
7637 into declaration.
7638 (crisp-mode): Use define-minor-mode.
7639
7640 * progmodes/xscheme.el (xscheme-evaluation-commands):
7641 Put a :advertised-binding property rather than using
7642 advertised-xscheme-send-previous-expression.
7643 (advertised-xscheme-send-previous-expression): Declare obsolete.
7644 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7645 `advertised-undo'.
7646 (crisp-mode): Add corresponding bindings to
7647 undo's :advertised-binding instead.
7648 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7649 than using dired-advertised-find-file.
7650 (dired-advertised-find-file):
7651 * simple.el (advertised-undo):
7652 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7653 (widget-keymap): Put a :advertised-binding property rather
7654 than using advertised-widget-backward.
7655 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7656 than using advertised-undo.
7657 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7658
7659 2009-09-10 Simon South <ssouth@slowcomputing.org>
7660
7661 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7662 Mark mode is enabled and region is active; otherwise indent or
7663 insert TAB as usual.
7664 (delphi-mode): Update description of TAB-key binding.
7665
7666 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * subr.el (define-key-rebound-commands): Mark obsolete.
7669 * startup.el (precompute-menubar-bindings): Remove.
7670 (normal-top-level): Remove obsolete code that tried to precompute
7671 menubar bindings.
7672 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7673 define-key-rebound-commands and precompute-menubar-bindings.
7674
7675 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7676
7677 * net/imap.el (imap-interactive-login): Better messages.
7678 (imap-open): Fix bug with renamed buffer on reconnect.
7679 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7680 for easier debugging and cleaner code. On successful (guessed based on
7681 server capabilities) secondary authentication, set imap-state
7682 correctly.
7683 (imap-last-authenticator): Define imap-last-authenticator as a variable
7684 to avoid warnings.
7685
7686 2009-09-10 Glenn Morris <rgm@gnu.org>
7687
7688 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7689
7690 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7691 (byte-compile-file-form-autoload): Don't warn about unknown functions
7692 where the autoload statement comes after the use.
7693 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7694 that any handlers inside the body (eg require) are in turn respected.
7695
7696 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7697 effects.
7698
7699 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7700 and syntax and abbrev tables basic docs, if they don't have any.
7701
7702 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7703
7704 * international/mule-cmds.el (top-level): Require cl when compiling.
7705 (view-hello-file): Use default-value rather than
7706 default-enable-multibyte-characters.
7707
7708 * progmodes/fortran.el: Move all safe and risky properties into the
7709 defcustoms.
7710
7711 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7712 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7713 * mail/undigest.el:
7714 Put autoloads in rmail.el rather than loaddefs.el.
7715 * mail/rmail.el: Regenerate with extracted autoloads.
7716
7717 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7718 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7719
7720 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7721
7722 Reported in thread for Bug#4375.
7723 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7724 "-data-evaluate-expression" instead of print.
7725 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7726 (gdb-tooltip-print): Parse output from above MI command.
7727 (gdb): Revert 2009-08-11 change. User should detach inferior
7728 manually.
7729
7730 Remove the word "separate" from IO functions as inferior
7731 output is now never displayed in the GUD buffer.
7732
7733 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7734
7735 * startup.el (command-line-normalize-file-name): On Windows and
7736 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7737
7738 2009-09-10 Juri Linkov <juri@jurta.org>
7739
7740 * isearch.el (isearch-text-char-description): Propertize escape
7741 character sequences with the `escape-glyph' face. (Bug#4344)
7742
7743 * simple.el (shell-command): Set asynchronous process filter to
7744 `comint-output-filter'. (Bug#4343)
7745
7746 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7747 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7748 the list. Move "asm" to the bottom.
7749 (grep-find-ignored-directories): Add `choice' with nil value
7750 to empty the list easily.
7751 (grep-find-ignored-files): New option.
7752 (grep-files-history): Set to nil by default instead of '("ch" "el").
7753 (grep-compute-defaults): Add "<X>" to `grep-template'.
7754 (grep-read-files): Bind new local variables `default-alias' and
7755 `default-extension'. Use a list of default values for the file prompt.
7756 (lgrep): Add `--exclude=' command line options composed from
7757 `grep-find-ignored-files'.
7758 (rgrep): Add `-name' command line options composed from
7759 `grep-find-ignored-files'. (Bug#4301)
7760
7761 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7764 (bug#4368).
7765
7766 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7767
7768 * calendar/time-date.el (autoload):
7769 Expand define-obsolete-function-alias into defalias and make-obsolete
7770 for old Emacsen that Gnus supports.
7771 (with-no-warnings): Define it for old Emacsen.
7772 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7773 is available.
7774 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7775 float-time is available; suppress compile warning for time-to-seconds.
7776
7777 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7778
7779 * net/imap.el (imap-message-map): Docstring fix.
7780
7781 2009-09-09 Glenn Morris <rgm@gnu.org>
7782
7783 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7784 line numbers too. (Bug#4374)
7785
7786 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * smerge-mode.el (smerge-remove-props, smerge-refine):
7789 Use with-silent-modifications (bug#4342).
7790
7791 * subr.el (with-silent-modifications): New macro.
7792
7793 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * files.el (top-level): Require `cl' when compiling.
7796
7797 2009-09-07 Glenn Morris <rgm@gnu.org>
7798
7799 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7800
7801 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7802 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7803
7804 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7805
7806 * vc-git.el (vc-git-annotate-command): Use separator to parse
7807 arguments correctly.
7808
7809 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7810
7811 * proced.el (proced-mode): Doc fix.
7812
7813 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7814
7815 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7816 lstat fails.
7817 (tramp-do-file-attributes-with-ls): Check for file existence at
7818 remote end.
7819 (tramp-do-file-attributes-with-stat): Likewise.
7820 (tramp-convert-file-attributes): Return nil when attr is nil.
7821
7822 2009-09-05 Glenn Morris <rgm@gnu.org>
7823
7824 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7825 properties to this button.
7826 (diary-fancy-display): Don't extend the button to the final newline.
7827 (diary-fancy-display-mode): Continue to define "q" as a local key.
7828
7829 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7830 efficient.
7831
7832 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7833
7834 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7835 (byte-compile-dest-file-function): New option.
7836 (byte-compile-dest-file): Doc fix.
7837 Obey byte-compile-dest-file-function.
7838 (byte-compile-cl-file-p): New function.
7839 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7840 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7841 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7842 than for file being previously loaded.
7843 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7844 (byte-compile-file-form-require): Handle the case where requiring a file
7845 indirectly causes CL to be loaded.
7846
7847 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7848
7849 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7850 before killing the old buffer, since by the time `kill-buffer' is
7851 run so many buffer variables have been set to nil that it may not
7852 behave as expected. (Bug#4061)
7853
7854 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7855
7856 * files.el (find-alternate-file): If the old buffer is modified
7857 and visiting a file, behave similarly to `kill-buffer' when
7858 killing it, thus reverting to the pre-1.878 behavior; see
7859 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7860 for discussion. Also, consult `buffer-file-name' as a variable
7861 not as a function, for consistency with the rest of the code.
7862
7863 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7864
7865 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7866 also when adding a new directory.
7867
7868 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7869 defun.
7870
7871 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * files.el (locate-file-completion-table): Make it provide boundary
7874 information, so partial-completion works better.
7875
7876 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7877
7878 * mail/footnote.el (Footnote-text-under-cursor):
7879 Check footnote-text-marker-alist before using it (bug#4324).
7880
7881 2009-09-04 Glenn Morris <rgm@gnu.org>
7882
7883 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7884 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7885 * play/solitaire.el, play/tetris.el:
7886 Remove leading * from defcustom and defface docs.
7887
7888 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7889 necessary.
7890 (diary-fancy-overriding-map): New variable.
7891 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7892 Use view-mode.
7893
7894 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7895 goto-line.
7896
7897 2009-09-03 Glenn Morris <rgm@gnu.org>
7898
7899 * arc-mode.el (archive-mode):
7900 * dos-fns.el (set-default-process-coding-system):
7901 * man.el (Man-getpage-in-background):
7902 * menu-bar.el (menu-bar-describe-menu):
7903 * server.el (server-process-filter):
7904 * startup.el (command-line):
7905 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7906 * w32-fns.el (set-default-process-coding-system):
7907 * x-dnd.el (x-dnd-handle-file-name):
7908 * international/mule-cmds.el (mule-menu-keymap)
7909 (set-default-coding-systems, language-info-alist, set-language-info)
7910 (set-language-environment, standard-display-european-internal)
7911 (set-locale-environment):
7912 * international/mule-diag.el (mule-diag):
7913 * mail/emacsbug.el (report-emacs-bug):
7914 * mail/rmail.el (rmail-mode):
7915 * mail/sendmail.el (mail-setup):
7916 Use default-value rather than default-enable-multibyte-characters.
7917
7918 * progmodes/f90.el: Move all safe properties into the defcustoms.
7919 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7920
7921 * calendar/appt.el (appt-check):
7922 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7923 (diary-check-diary-file, diary-list-entries)
7924 (diary-include-other-diary-files, diary-simple-display)
7925 (diary-fancy-display, diary-print-entries)
7926 (diary-mark-included-diary-files, diary-make-entry):
7927 Don't call substitute-in-file-name on diary-file.
7928
7929 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7930 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7933 (footnote-mode-map): Move initialization into the declaration.
7934 (footnote-minor-mode-map): Define it rather than changing global-map.
7935 (footnote-mode): Use define-minor-mode.
7936
7937 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7938
7939 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7940 (tramp-do-file-attributes-with-perl)
7941 (tramp-do-file-attributes-with-stat): Rename from
7942 `tramp-handle-file-attributes-with-*'.
7943 (tramp-handle-file-attributes): Use them.
7944 (tramp-do-directory-files-and-attributes-with-perl)
7945 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7946 `tramp-handle-directory-files-and-attributes-with-*'.
7947 (tramp-handle-directory-files-and-attributes): Use them.
7948 (tramp-method-out-of-band-p): Additional parameter SIZE.
7949 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7950 (tramp-handle-write-region): Use it.
7951 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7952 (tramp-handle-vc-registered): Check, whether the first run did
7953 return files to be tested.
7954 (tramp-advice-make-auto-save-file-name): Do not call directly
7955 `tramp-handle-make-auto-save-file-name', because this would bypass
7956 the locking mechanism.
7957
7958 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7959 (file-remote-p, process-file, start-file-process, set-file-times)
7960 (tramp-compat-file-attributes): Compatibility functions shall not
7961 call directly `tramp-handle-*', because this would bypass the
7962 locking mechanism.
7963 (tramp-compat-number-sequence): New defun.
7964
7965 2009-09-02 Glenn Morris <rgm@gnu.org>
7966
7967 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7968 alias for float-time.
7969 (time-to-number-of-days): In Emacs, use float-time.
7970 * net/newst-backend.el (time-add): Suppress warnings from compat
7971 function.
7972 * time.el (emacs-uptime, emacs-init-time):
7973 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7974 Use float-time rather than time-to-seconds.
7975
7976 * minibuffer.el (completion-initials-expand): Fix typo.
7977
7978 * faces.el (modeline, modeline-inactive, modeline-highlight)
7979 (modeline-buffer-id):
7980 * info.el (info-menu-5): Mark these face aliases as obsolete.
7981
7982 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7983
7984 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7985 space ...
7986 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7987 no "--thread" option.
7988 (gdb-stopped): Don't print "Switched to thread" message when it is
7989 unchanged.
7990
7991 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * minibuffer.el (completion-try-completion)
7994 (completion-all-completions): Remove ill-defined (and
7995 mistakenly installed and luckily never used nor documented)
7996 `completion-styles' property.
7997 (completion-initials-expand, completion-initials-all-completions)
7998 (completion-initials-try-completion): New functions.
7999 (completion-styles-alist): Add doc to each entry.
8000 Add new `initials' entry.
8001
8002 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8003
8004 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8005 MI command -var-evaluate-expression.
8006 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8007 and tweak for case of string child.
8008 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8009
8010 2009-09-01 Glenn Morris <rgm@gnu.org>
8011
8012 * add-log.el (change-log-date-face, change-log-name-face)
8013 (change-log-email-face, change-log-file-face, change-log-list-face)
8014 (change-log-conditionals-face, change-log-function-face)
8015 (change-log-acknowledgement-face):
8016 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8017 (custom-modified-face, custom-set-face, custom-changed-face)
8018 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8019 (custom-documentation-face, custom-state-face, custom-comment-face)
8020 (custom-comment-tag-face, custom-variable-tag-face)
8021 (custom-variable-button-face, custom-face-tag-face)
8022 (custom-group-tag-face-1, custom-group-tag-face):
8023 * diff-mode.el (diff-header-face, diff-file-header-face)
8024 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8025 (diff-added-face, diff-changed-face, diff-function-face)
8026 (diff-context-face, diff-nonexistent-face):
8027 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8028 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8029 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8030 (Info-title-4-face):
8031 * isearch.el (isearch-lazy-highlight-face):
8032 * log-view.el (log-view-file-face, log-view-message-face):
8033 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8034 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8035 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8036 (cvs-msg-face):
8037 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8038 (smerge-base-face, smerge-markers-face):
8039 * wid-edit.el (widget-documentation-face, widget-button-face)
8040 (widget-field-face, widget-single-line-field-face)
8041 (widget-inactive-face, widget-button-pressed-face):
8042 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8043 (woman-addition-face):
8044 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8045 (eshell-ls-executable-face, eshell-ls-readonly-face)
8046 (eshell-ls-unreadable-face, eshell-ls-special-face)
8047 (eshell-ls-missing-face, eshell-ls-archive-face)
8048 (eshell-ls-backup-face, eshell-ls-product-face)
8049 (eshell-ls-clutter-face):
8050 * eshell/em-prompt.el (eshell-prompt-face):
8051 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8052 * obsolete/old-whitespace.el (whitespace-highlight-face):
8053 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8054 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8055 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8056 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8057 (antlr-font-lock-literal-face):
8058 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8059 (ebrowse-root-class-face, ebrowse-file-name-face)
8060 (ebrowse-default-face, ebrowse-member-attribute-face)
8061 (ebrowse-member-class-face, ebrowse-progress-face):
8062 * progmodes/make-mode.el (makefile-space-face):
8063 * progmodes/sh-script.el (sh-heredoc-face):
8064 * textmodes/flyspell.el (flyspell-incorrect-face)
8065 (flyspell-duplicate-face):
8066 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8067 * textmodes/texinfo.el (texinfo-heading-face):
8068 Mark face aliases with "-face" suffix as obsolete.
8069
8070 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8071 compiler.
8072
8073 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8074 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8075 easy-menu-define wants to modify these.
8076
8077 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8078
8079 * net/browse-url.el (browse-url-file-url):
8080 * term/internal.el (dos-codepage-setup):
8081 Use default-value rather than default-enable-multibyte-characters.
8082
8083 * progmodes/etags.el (etags-goto-tag-location):
8084 * progmodes/flymake.el (flymake-highlight-line)
8085 (flymake-goto-file-and-line, flymake-goto-line):
8086 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8087 (gdb-goto-breakpoint):
8088 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8089 * progmodes/python.el (python-find-function)
8090 (python-pdbtrack-track-stack-file):
8091 * progmodes/verilog-mode.el (verilog-surelint-off):
8092 * term/ns-win.el (ns-open-file-select-line):
8093 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8094 Use forward-line rather than goto-line.
8095
8096 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8097 * textmodes/reftex-index.el (reftex-display-index):
8098 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8099 * textmodes/reftex-toc.el (reftex-toc):
8100 Remove unnecessary bindings of default-major-mode (all are followed by
8101 major-mode check and possible mode switch).
8102
8103 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8104
8105 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8106 Handle watchpoints (bug#4282).
8107 (def-gdb-thread-buffer-command): Enable thread to be selected by
8108 clicking without selecting threads buffer first.
8109 (gdb-current-context-command): Use selected frame so that "up",
8110 "down" etc work in the GUD buffer.
8111 (gdb-update): Find selected frame before rendering stack buffer.
8112 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8113
8114 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * progmodes/sym-comp.el (displayed-completions): Remove.
8117 (symbol-complete): Use minibuffer-complete.
8118
8119 2009-08-31 Glenn Morris <rgm@gnu.org>
8120
8121 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8122
8123 * apropos.el (apropos-symbols-internal):
8124 Handle (obsolete) face aliases.
8125
8126 * faces.el (describe-face): Adjust the output format to be more like
8127 describe-variable, and to mention (obsolete) face aliases.
8128 Adjust the whitespace so that help-setup-xref works.
8129
8130 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8131 * calendar/diary-lib.el (diary-button-face):
8132 Mark these face aliases as obsolete.
8133
8134 * calendar/calendar.el (calendar-today): Doc fix.
8135
8136 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8137
8138 * progmodes/gdb-mi.el (gdb-control-all-threads)
8139 (gdb-control-current-thread): Force tool bar update.
8140 (gdb-non-stop-handler): New function.
8141 (gdb-init-1): Use it to test if non-stop mode is supported.
8142 Remove unused gdbmi buffer type.
8143
8144 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8145
8146 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8147 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8148
8149 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8150
8151 * comint.el (comint-exec-1): Check command is non-null first.
8152 Part of gdb-mi.el change (2009-08-28).
8153
8154 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8157
8158 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8159
8160 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8161 instead of `dolist' to avoid a recursive require when bootstrapping.
8162
8163 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8166
8167 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8168
8169 * net/imap.el (imap-send-command): Simplify.
8170 (imap-wait-for-tag): point-max -> buffer-size.
8171
8172 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8173
8174 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8175 with constant argument.
8176
8177 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8178
8179 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8180
8181 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8182 Change default, since most of our files don't have a history.
8183 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8184 the user.
8185
8186 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8187 Add comint-run.
8188
8189 * calc/calc.el: Improve commenting convention.
8190 (calc-digit-map, toplevel): Simplify.
8191
8192 * comint.el (comint-insert-input): Be careful to only set point if we
8193 don't delegate to some other command.
8194
8195 * proced.el (proced-signal-list): Make it an alist.
8196 (proced-grammar-alist): Capitalize names.
8197 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8198 Disable undo manually and make it read-only.
8199 Use completion-annotate-function.
8200
8201 * minibuffer.el (minibuffer-message): If the current buffer is not
8202 a minibuffer, insert the message in the echo area rather than at the
8203 end of the buffer.
8204 (completion-annotate-function): New variable.
8205 (minibuffer-completion-help): Use it.
8206 (completion--embedded-envvar-table): Environment vars are
8207 always case-sensitive.
8208
8209 2009-08-30 Glenn Morris <rgm@gnu.org>
8210
8211 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8212 from fortran-current-defun.
8213 (fortran-beginning-of-subprogram): Be more precise about finding the
8214 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8215 (fortran-end-of-subprogram): Simplify.
8216 (fortran-current-defun): Use fortran-start-prog-re.
8217
8218 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8219
8220 * subr.el (do-after-load-evaluation): Simplify.
8221
8222 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8225
8226 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8227 (vc-rcs-print-log): Use it.
8228
8229 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8230
8231 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * paths.el (abbrev-file-name): Move to abbrev.el.
8234 * abbrev.el (abbrev-file-name): Move from paths.el.
8235 Obey user-emacs-directory.
8236 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8237 user-emacs-directory.
8238 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8239 abbrev-file-name and calc-settings-file any more.
8240 * startup.el (command-line): Recompute abbrev-file-name and
8241 abbreviated-home-dir.
8242 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8243 of the special code for when C-h bindings haven't been changed.
8244 (display-startup-echo-area-message): Use with-current-buffer.
8245 (command-line-1): Use a list of strings, rather than a list of lists
8246 of strings for longopts.
8247
8248 * files.el (get-free-disk-space): Use / for default-directory.
8249
8250 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8251 Use with-current-buffer.
8252
8253 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8254 Recognize immutable variables like most-positive-fixnum.
8255 (byte-compile-setq-default): Check and warn if trying to assign
8256 to an immutable variable, or a non-variable.
8257
8258 * progmodes/cc-vars.el (c-comment-continuation-stars):
8259 * progmodes/cc-engine.el (c-looking-at-bos):
8260 * progmodes/cc-cmds.el (c-toggle-auto-state)
8261 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8262 (c-comment-line-break-function): Add version of obsolescence.
8263
8264 2009-08-28 Juri Linkov <juri@jurta.org>
8265
8266 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8267 associated with `archive-mode'.
8268
8269 * image.el (image-type-header-regexps): Use only JPEG magic number
8270 to determine JPEG images, and don't use `image-jpeg-p' because
8271 Emacs can display non-JFIF non-Exif JPEG images.
8272
8273 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8274
8275 * arc-mode.el (archive-mode):
8276 * emacs-lisp/re-builder.el (re-builder-unload-function):
8277 Protect against the default value of `major-mode' being nil.
8278
8279 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8282 Fix typos in docstrings.
8283
8284 * progmodes/js.el (js--macro-decl-re): Doc fix.
8285 (js--plain-method-re, js--split-name): Refloc docstring.
8286 (js--class-styles, js--make-merged-item, js--splice-into-items):
8287 Fix typos in docstrings; reflow docstrings.
8288 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8289 (js--variable-decl-matcher, js--inside-pitem-p)
8290 (js--parse-state-at-point, js--get-all-known-symbols)
8291 (js--symbol-history, js-find-symbol, js--js-references)
8292 (js--moz-interactor, js--js-encode-value, js--read-tab):
8293 Fix typos in docstrings.
8294
8295 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * textmodes/reftex.el (reftex-get-file-buffer-force):
8298 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8299 * emulation/viper.el (viper-go-away, viper-set-hooks):
8300 * emacs-lisp/re-builder.el (re-builder-unload-function):
8301 * emacs-lisp/bytecomp.el (byte-compile-file):
8302 * ses.el (ses-unload-function):
8303 * hexl.el (hexl-find-file):
8304 * files.el (normal-mode):
8305 * ehelp.el (with-electric-help):
8306 * autoinsert.el (auto-insert-alist):
8307 * arc-mode.el (archive-mode):
8308 Use (default-value 'major-mode) instead of default-major-mode.
8309
8310 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8311 * international/mule.el (load-with-code-conversion):
8312 * emacs-lisp/debug.el (debug):
8313 * ediff-vers.el (ediff-rcs-get-output-buffer):
8314 * dired.el (dired-internal-noselect): Don't let-bind
8315 default-major-mode around code that doesn't use it.
8316 E.g. buffer creation via get-buffer-create doesn't use it.
8317
8318 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8319
8320 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8321 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8322 when writing the temp file. Otherwise, epa-file gets confused.
8323 (tramp-register-file-name-handlers): Make it a defun. Move also
8324 `epa-file-handler' to the front of `file-name-handler-alist'.
8325
8326 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8329 start right after a ^M.
8330 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8331 (tramp-completion-file-name-regexp-separate)
8332 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8333 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8334 Don't modify last-coding-system-used by accident.
8335 (tramp-completion-file-name-handler): Apply the checks here,
8336 instead during registration.
8337 (tramp-register-file-name-handlers): Renamed from
8338 `tramp-register-file-name-handler'. Register both
8339 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8340 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8341
8342 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8345 Remove variable ...
8346 (gdb-init-1, gdb-display-separate-io-buffer)
8347 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8348 references to it.
8349 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8350 (gdb-inferior-filter): Use comint-output-filter to stop
8351 echoing and remove ^M characters.
8352
8353 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * emulation/viper-init.el (viper-restore-cursor-type):
8356 * emulation/cua-base.el (cua--update-indications):
8357 Replace default-cursor-type with (default-value 'cursor-type).
8358
8359 * mail/sendmail.el (mail-recover-1):
8360 * international/mule-diag.el (describe-current-coding-system-briefly)
8361 (describe-current-coding-system):
8362 * international/mule-cmds.el (select-safe-coding-system)
8363 (select-message-coding-system)
8364 (set-language-environment-coding-systems, set-locale-environment):
8365 * hexl.el (hexl-insert-multibyte-char):
8366 * dos-w32.el (find-buffer-file-type-coding-system):
8367 * simple.el (what-cursor-position):
8368 Replace uses of default-buffer-file-coding-system
8369 with (default-value 'buffer-file-coding-system).
8370
8371 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8372 Replace uses of default-cursor-in-non-selected-windows
8373 with (default-value 'cursor-in-non-selected-windows).
8374 Use with-current-buffer.
8375
8376 * mail/feedmail.el: Use CL macros.
8377 (feedmail-run-the-queue, feedmail-send-it-immediately):
8378 * dos-w32.el (find-buffer-file-type): Replace uses of
8379 default-buffer-file-type with (default-value 'buffer-file-type).
8380
8381 2009-08-28 Glenn Morris <rgm@gnu.org>
8382
8383 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8384 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8385 Use default-value of major-mode rather than default-major-mode.
8386
8387 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * Makefile.in (update-elcfiles): Report left over elc files.
8390
8391 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8392 expand-file-name and with-current-buffer.
8393 (mail-get-names, mail-directory): Use with-current-buffer.
8394
8395 * vc.el (vc-read-revision): New function.
8396 (vc-version-diff, vc-merge): Use it.
8397
8398 2009-08-27 Sam Steingold <sds@gnu.org>
8399
8400 * simple.el (kill-do-not-save-duplicates): New user option.
8401 (kill-new): When it is non-nil, and the new string is the same as
8402 the latest kill, set replace to t to avoid duplicates in kill-ring.
8403
8404 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8405
8406 * net/tramp.el (tramp-handle-process-file): Do not flush all
8407 caches when `process-file-side-effects' is set.
8408 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8409 instead of `tramp-find-file-exists-command'.
8410 Unset `process-file-side-effects'.
8411
8412 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * net/tramp.el (tramp-methods): New method "rsyncc".
8415 (top): Add completion function for "rsyncc".
8416 (tramp-message-show-message): New defvar.
8417 (tramp-message, tramp-error): Use it.
8418 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8419 remote copying.
8420 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8421 `tramp-methods' entry `copy-env' of "rsyncc".
8422 (tramp-vc-registered-read-file-names): New defconst.
8423 (tramp-vc-registered-file-names): New defvar.
8424 (tramp-handle-vc-registered): Implement optimization strategy.
8425 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8426 (tramp-vc-file-name-handler): New defun.
8427 (tramp-get-ls-command, tramp-get-test-command)
8428 (tramp-get-file-exists-command, tramp-get-remote-ln)
8429 (tramp-get-remote-perl, tramp-get-remote-stat)
8430 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8431
8432 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8433 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8434 timestamps.
8435 (tramp-get-file-property): Check for timestamps in
8436 `tramp-cache-inhibit-cache'.
8437 (tramp-set-file-property): Write timestamp.
8438
8439 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8440
8441 * language/japan-util.el (japanese-symbol-table): Add entries for
8442 cp932-2-byte.
8443
8444 * international/characters.el: Add category `j' to cp932-2-byte.
8445
8446 2009-08-27 Kenichi Handa <handa@m17n.org>
8447
8448 * international/fontset.el (build-default-fontset-data): New macro.
8449 (setup-default-fontset): Use build-default-fontset-data for CJK,
8450 tibetan, ethiopic, and ipa.
8451
8452 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8455 (enable-multibyte-characters): Not customizable any more.
8456
8457 * subr.el (default-mode-line-format, default-header-line-format)
8458 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8459 (default-direction-reversed, default-truncate-lines)
8460 (default-left-margin, default-tab-width, default-case-fold-search)
8461 (default-left-margin-width, default-right-margin-width)
8462 (default-left-fringe-width, default-right-fringe-width)
8463 (default-fringes-outside-margins, default-scroll-bar-width)
8464 (default-vertical-scroll-bar, default-indicate-empty-lines)
8465 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8466 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8467 (default-scroll-down-aggressively, default-fill-column)
8468 (default-cursor-type, default-buffer-file-type)
8469 (default-cursor-in-non-selected-windows)
8470 (default-buffer-file-coding-system, default-major-mode)
8471 (default-enable-multibyte-characters): Mark as obsolete.
8472
8473 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8474
8475 * vc-dir.el (vc-dir-update): Remove debug helper.
8476
8477 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8478
8479 2009-08-26 Sam Steingold <sds@gnu.org>
8480
8481 * simple.el (save-interprogram-paste-before-kill): New user option.
8482 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8483 save the interprogram-paste into kill-ring before overriding it
8484 with the Emacs kill.
8485
8486 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8487
8488 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8489 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8490 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8491 and move to vc-rcs.el.
8492 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8493 move to vc-rcs.el.
8494 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8495 (vc-rcs-update-changelog): Remove.
8496 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8497 and move to vc-rcs.el.
8498
8499 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8500 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8501 renaming.
8502 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8503 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8504 vc.el, renamed to be RCS specific.
8505
8506 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8507 New functions.
8508 (vc-cvs-update-changelog): Move here from vc.el.
8509
8510 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8511 New functions.
8512
8513 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8516
8517 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8518
8519 * vc-git.el (vc-git-register): Use "git add" for directories.
8520 (vc-git-stash, vc-git-stash-show): New functions.
8521 (vc-git-extra-menu-map): Bind them.
8522
8523 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8524 directory correctly in case the item is a directory itself.
8525
8526 * vc.el: Document the desired behavior for reverted files in the
8527 `added' state.
8528 (vc-default-prettify-state-info): Remove function, unused.
8529
8530 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8531
8532 2009-08-26 Glenn Morris <rgm@gnu.org>
8533
8534 * bindings.el (standard-mode-line-format): Reposition dashes in
8535 which-func entry. (Bug#4217)
8536
8537 * files.el (enable-local-variables, enable-local-eval)
8538 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8539 the defcustoms.
8540 (auto-mode-alist, ignored-local-variables)
8541 (save-some-buffers-action-alist): Move risky declarations to the
8542 definitions.
8543 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8544 (font-lock-defaults, format-alist, imenu--index-alist)
8545 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8546 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8547 (mode-line-modified, mode-line-mule-info, mode-line-position)
8548 (mode-line-process, mode-line-remote, outline-level)
8549 (parse-time-rules, rmail-output-file-alist)
8550 (special-display-buffer-names, vc-mode):
8551 Move risky declarations to the relevant files.
8552 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8553 (mode-line-modified, mode-line-process, mode-line-position)
8554 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8555 * font-core.el (font-lock-defaults):
8556 * format.el (format-alist):
8557 * vc-hooks.el (vc-mode):
8558 * window.el (special-display-buffer-names):
8559 * international/mule-cmds.el (input-method-alist):
8560 Define riskiness here (dumped file) rather than in files.el.
8561 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8562 * imenu.el (imenu-generic-expression, imenu--index-alist):
8563 * outline.el (outline-level):
8564 * time.el (display-time-string):
8565 * calendar/parse-time.el (parse-time-rules):
8566 * mail/rmailout.el (rmail-output-file-alist):
8567 Autoload riskiness here, rather than placing in files.el.
8568
8569 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8570
8571 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8572
8573 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8574
8575 * simple.el (process-file-side-effects): New defvar.
8576
8577 * dired-aux.el (dired-show-file-type):
8578 * vc.el (vc-diff-internal):
8579 * vc-arch.el (vc-arch-diff):
8580 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8581 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8582 * vc-git.el (vc-git-registered, vc-git-working-revision)
8583 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8584 (vc-git--empty-db-p):
8585 * vc-hooks.el (vc-user-login-name):
8586 * vc-svn.el (vc-svn-registered, vc-svn-state)
8587 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8588 * progmodes/grep.el (grep-probe): Let-bind
8589 `process-file-side-effects' with nil.
8590
8591 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8592
8593 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8594 daemon. Replace ping by checking for running service for bluez
8595 and zeroconf. (Bug#4239)
8596
8597 2009-08-25 Kevin Ryde <user42@zip.com.au>
8598
8599 * net/dig.el (dig): Add autoload cookie.
8600
8601 2009-08-25 Glenn Morris <rgm@gnu.org>
8602
8603 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8604 load-history for absolute file-names.
8605 (byte-compile-file-form-require): Warn about use of the cl package.
8606
8607 * format.el (format-alist): Doc fix.
8608
8609 * play/bubbles.el (top-level): Don't require cl at run-time.
8610
8611 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8612 run-time cl).
8613
8614 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8615
8616 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8617 from cl package.
8618 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8619
8620 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8621
8622 * calc/calc-alg.el (math-trig-rewrite)
8623 (math-hyperbolic-trig-rewrite): New functions.
8624 (calc-simplify): Simplify trig functions when asked.
8625
8626 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8629
8630 2009-08-24 Kenichi Handa <handa@m17n.org>
8631
8632 * language/ind-util.el (mapthread): Delete it.
8633 (combinatorial): New function.
8634 (indian--puthash-cv): Use combinatorial instead of mapthread.
8635
8636 2009-08-22 Kevin Ryde <user42@zip.com.au>
8637
8638 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8639 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8640 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8641 Clarify docstring that the value is strings not symbols.
8642 (checkdoc-list-of-strings-p): New function.
8643
8644 2009-08-22 Glenn Morris <rgm@gnu.org>
8645
8646 * files.el (auto-mode-alist):
8647 * hippie-exp.el (he-concat-directory-file-name):
8648 * lpr.el (lpr-windows-system, printer-name):
8649 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8650 * ps-print.el (ps-windows-system):
8651 * startup.el (command-line):
8652 * emulation/viper-ex.el (viper-glob-function):
8653 * international/mule-cmds.el (set-language-environment-coding-systems):
8654 * net/ange-ftp.el (ange-ftp-write-region):
8655 * obsolete/fast-lock.el (fast-lock-cache-name):
8656 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8657 unisoft-unix, vax-vms, win32, w32.
8658
8659 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8660 given name if the pattern is not more specific.
8661
8662 * calendar/lunar.el (lunar-phase-names): New option.
8663 (lunar-phase): Doc fix.
8664 (lunar-cycles-per-year): New constant.
8665 (lunar-index): New function.
8666 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8667 (lunar-phase-name): Use lunar-phase-names.
8668 (calendar-lunar-phases): Use format.
8669 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8670
8671 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8672 Copy imenu-example--name-and-position function here for own use.
8673 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8674
8675 * bs.el (bs--redisplay):
8676 * cus-edit.el (custom-redraw):
8677 * ibuffer.el (ibuffer-bury-buffer):
8678 * server.el (server-goto-line-column):
8679 * startup.el (command-line-1):
8680 * strokes.el (strokes-xpm-for-stroke):
8681 * term.el (term-display-buffer-line):
8682 * view.el (View-goto-line):
8683 * calc/calc.el (calc-do, calc-trail-buffer):
8684 * play/gamegrid.el (gamegrid-add-score-insecure):
8685 * progmodes/ada-mode.el (ada-compile-goto-error):
8686 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8687 (ebrowse-select-1st-to-9nth):
8688 * progmodes/cperl-mode.el (cperl-time-fontification):
8689 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8690 * progmodes/gud.el (gud-display-line):
8691 (idlwave-shell-display-line):
8692 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8693 * progmodes/make-mode.el (makefile-browser-toggle):
8694 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8695 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8696 * textmodes/picture.el (picture-draw-rectangle):
8697 * textmodes/reftex-index.el (reftex-index-goto-letter):
8698 (reftex-select-jump-to-previous):
8699 * textmodes/reftex-sel.el (reftex-find-start-point)
8700 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8701 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8702 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8703 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8704 * textmodes/two-column.el (2C-associated-buffer):
8705 Use forward-line rather than goto-line.
8706
8707 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8708 goto-line.
8709
8710 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8711 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8712 (quick-check-list-to-regexp): Declare.
8713
8714 * progmodes/make-mode.el (makefile-browser-insert-selection):
8715 Use goto-char rather than goto-line.
8716
8717 * progmodes/prolog.el (compilation-error-regexp-alist)
8718 (compilation-forget-errors): Declare.
8719
8720 2009-08-22 Juri Linkov <juri@jurta.org>
8721
8722 * progmodes/grep.el (lgrep, rgrep): At the beginning
8723 set `dir' to `default-directory' unless `dir' is a non-nil
8724 readable directory. (Bug#4052)
8725 (lgrep, rgrep): Change a weird way to report an error
8726 from using `read-string' to using `error'.
8727 Instead of using interactive arguments in the function body,
8728 add new argument `confirm'.
8729
8730 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * textmodes/remember.el (remember-buffer):
8733 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8734 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8735 (icalendar-extract-ical-from-buffer):
8736 * net/newst-treeview.el (newsticker-groups-filename):
8737 * net/newst-backend.el (newsticker-cache-filename):
8738 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8739 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8740 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8741 (speedbar-buffers-line-path, speedbar-path-line)
8742 (speedbar-buffers-line-path):
8743 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8744 (epg-sign-keys):
8745 * epa.el (epa-display-verify-result):
8746 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8747
8748 2009-08-21 Glenn Morris <rgm@gnu.org>
8749
8750 * progmodes/js.el (inferior-moz-process): Fix declaration.
8751
8752 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8753
8754 * obsolete/rnewspost.el (news-mail-reply):
8755 Use goto-char rather than goto-line.
8756
8757 * term/ns-win.el (ns-open-file-select-line):
8758 Use line-beginning-position rather than goto-line.
8759
8760 * apropos.el (apropos-command):
8761 * ehelp.el (electric-helpify):
8762 * printing.el (pr-show-setup):
8763 * strokes.el (strokes-help):
8764 * tutorial.el (tutorial--describe-nonstandard-key)
8765 (tutorial--detailed-help):
8766 * woman.el (woman-mini-help, woman-display-extended-fonts):
8767 * calc/calc-help.el (calc-describe-key):
8768 * emulation/edt.el (edt-electric-helpify):
8769 * international/mule-diag.el (mule-diag):
8770 * play/yow.el (apropos-zippy):
8771 * progmodes/python.el (python-describe-symbol):
8772 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8773 * textmodes/table.el (*table--cell-describe-mode)
8774 (*table--cell-describe-bindings):
8775 Use help-print-return-message rather than the now obsolete alias.
8776
8777 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8778 (calendar-cursor-to-visible-date):
8779 * play/5x5.el (5x5-position-cursor):
8780 * play/decipher.el (decipher):
8781 * play/gomoku.el (gomoku-goto-xy):
8782 * play/landmark.el (lm-goto-xy):
8783 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8784 (mpuz-paint-digit):
8785 Use forward-line, not goto-line.
8786
8787 * mail/rmail.el (rmail-obsolete): Delete custom group.
8788 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8789 (rmail-remote-password, rmail-remote-password-required):
8790 Remove unneeded :set-after and :set properties.
8791
8792 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8793
8794 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8795
8796 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8797
8798 * loadup.el: Remove leftover macos code.
8799
8800 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8801 Explicitly pass the date format to git blame so that user local
8802 so that the output format can be parsed.
8803
8804 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8805
8806 * net/dbus.el (top): Don't check for (getenv
8807 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8808
8809 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8810
8811 * log-edit.el (log-edit-strip-single-file-name): New var.
8812 (log-edit-insert-changelog): Use it. Bug#3571
8813
8814 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8817 Bug#3287
8818
8819 * help.el (help-print-return-message): Rename from
8820 print-help-return-message.
8821
8822 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8823 cvs-mode-map parent hack.
8824 (log-view-mode): Derive from special-mode.
8825
8826 * linum.el (linum-mode): window-size-change-functions is redundant.
8827 Adapt to new window-configuration-change-hook behavior.
8828 (linum-after-size, linum-after-config): Remove.
8829
8830 * imenu.el (imenu-example--name-and-position)
8831 (imenu-example--lisp-extract-index-name)
8832 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8833 Mark as obsolete.
8834
8835 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8836 (inferior-prolog-mode): Use it.
8837 (inferior-prolog-load-file): Reset list of errors.
8838
8839 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8840
8841 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8842
8843 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8844
8845 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8846
8847 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8848 is running already.
8849
8850 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * subr.el (listify-key-sequence-1): Use normal syntax since those
8853 integers are nowadays always represented by the same (positive) number
8854 on all platforms.
8855 (read-key-empty-map): New const.
8856 (read-key-delay): New var.
8857 (read-key): New function.
8858 (force-mode-line-update): Use with-current-buffer.
8859 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8860 (start-process-shell-command, start-file-process-shell-command):
8861 Discourage the use of command-args.
8862
8863 2009-08-19 Glenn Morris <rgm@gnu.org>
8864
8865 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8866
8867 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * simple.el (choose-completion-string): Don't rely on
8870 minibuffer-completing-file-name and ad-hoc checks to decide whether
8871 to continue completion or not.
8872
8873 * minibuffer.el (minibuffer-hide-completions): New function.
8874 (completion--do-completion): Use it.
8875 (completions-annotations): New face.
8876 (completion--insert-strings): Use it.
8877 (completion-pcm--delim-wild-regex): Add docstring.
8878 (completion-pcm--string->pattern): Add support for 0-width delimiters
8879 in completion-pcm--delim-wild-regex.
8880
8881 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8884 Remove unused var `buffer-modified-p'.
8885
8886 * minibuffer.el (completion--do-completion): Move point for the #b001
8887 case as well (bug#4176).
8888 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8889
8890 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8891
8892 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8893 and :session buses.
8894
8895 2009-08-18 Kenichi Handa <handa@m17n.org>
8896
8897 * international/ucs-normalize.el (ucs-normalize-version):
8898 Change to 1.1.
8899 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8900 (utf-8-hfs): Make it perform normalization on encoding too.
8901
8902 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8903 (sentence-end-without-space): Delete duplicated chars.
8904 (sentence-end-base): Likewise.
8905
8906 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8907 (html-mode): Delete duplicated chars from sentence-end-base.
8908
8909 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8910 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8911
8912 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * files.el (hack-one-local-variable): If the mode function is for
8915 a minor mode, pass it an argument (Bug#4148).
8916
8917 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8918
8919 * net/tramp.el (tramp-register-completion-file-name-handler):
8920 Check also for (member 'partial-completion completion-styles).
8921
8922 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8923
8924 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8925 abbrev (Bug#3943).
8926
8927 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8928
8929 * progmodes/cperl-mode.el: Merge upstream 6.2.
8930 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8931 (cperl-forward-re): Check cperl-brace-recursing.
8932 (cperl-highlight-charclass): New function.
8933 (cperl-find-pods-heres): Use it.
8934 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8935 (cperl-beautify-regexp-piece): Fix column calculation.
8936 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8937 (cperl-beautify-level): Don't process entire regexp.
8938 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8939 calling man.
8940 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8941 (cperl-init-faces): Build a list in the normal way.
8942
8943 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * calendar/parse-time.el (parse-time-string-chars): Save match
8946 data.
8947
8948 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8951 (sql-product): Use it.
8952 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8953 (sql-set-product): Add completion.
8954 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8955 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8956 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8957 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8958 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8959 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8960 (sql-highlight-db2-keywords): Remove.
8961 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8962 (sql-highlight-product): Use derived-mode-p.
8963 (sql-set-sqli-buffer): Use with-current-buffer.
8964 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8965 Simplify.
8966
8967 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8968
8969 * term.el: Fix commenting convention, turn comments into docstrings.
8970
8971 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8972
8973 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8974
8975 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8976
8977 * calendar/parse-time.el (parse-time-string-chars): Compute using
8978 character classes, to handle non-ascii characters (Bug#3190).
8979
8980 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8981
8982 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8983 another heredoc if the user adds another < (Bug#3226).
8984
8985 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8986 Don't initialize based on window-system (Bug#4124).
8987
8988 * facemenu.el (facemenu-read-color): Use a completion function
8989 that accepts any defined color, such as RGB triplets (Bug#3677).
8990
8991 * files.el (get-free-disk-space): Change fallback default
8992 directory to /. Expand DIR argument before switching to fallback.
8993 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8994
8995 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * files.el (load-library): Doc fix.
8998
8999 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9000
9001 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9002 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9003 incremental search string.
9004
9005 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9006 XEmacs.
9007
9008 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9009 (ediff-merge-region-is-non-clash)
9010 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9011 Also check if the job is really a merge job.
9012
9013 * ediff.el (ediff-current-file): New function.
9014
9015 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9018 conventions.
9019 (js-insert-and-indent): Delete function.
9020 (js-mode-map): Don't bind keys to js-insert-and-indent.
9021 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9022 (js-end-of-defun): Rename from js--end-of-defun.
9023 (js-auto-indent-flag): Delete variable.
9024
9025 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * progmodes/js.el: Remove proclaim statement.
9028 Defvar which-func-imenu-joiner-function to silence compiler.
9029
9030 * files.el (auto-mode-alist): Use js-mode for .js files.
9031
9032 * progmodes/js2-mode.el: Remove file.
9033
9034 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9035
9036 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9037
9038 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9039
9040 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9041 Karl Landstrom <karl.landstrom@brgeight.se>
9042
9043 * progmodes/js.el: New file.
9044
9045 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9046
9047 * timezone.el (timezone-parse-date): Add ability to understand ISO
9048 basic format (minimal separators) dates in addition to the
9049 already-supported extended format dates.
9050
9051 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9052
9053 * international/ucs-normalize.el: Add a `coding' file variable.
9054
9055 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9056
9057 2009-08-14 Sam Steingold <sds@gnu.org>
9058
9059 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9060
9061 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9062
9063 * faces.el (help-argument-name): Define it here instead of
9064 help-fns.el, because in daemon mode help-fns.el may be loaded when
9065 faces are still uninitialized (Bug#1078).
9066
9067 * help-fns.el (help-argument-name): Move defface to faces.el.
9068
9069 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9070
9071 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9072 create buffer with a pty but no process so that GDB can make the
9073 inferior the controlling process.
9074
9075 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9076
9077 * international/ucs-normalize.el: New file.
9078
9079 2009-08-13 Richard Stallman <rms@gnu.org>
9080
9081 * mail/rmail.el (rmail-get-attr-names):
9082 Accept an attribute header that is too short.
9083
9084 * mail/rmail.el (rmail-forget-messages):
9085 Ignore nil elt in rmail-message-vector. Use dotimes.
9086
9087 * progmodes/compile.el (compilation-goto-locus):
9088 Use next-error-move-function.
9089
9090 * simple.el (next-error-move-function): New variable.
9091
9092 2009-08-12 Juri Linkov <juri@jurta.org>
9093
9094 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9095 always non-nil. (Bug#4052)
9096
9097 * replace.el (read-regexp): Return empty string when
9098 `default-value' is nil.
9099 (keep-lines-read-args): Don't use empty string as the
9100 default value for `read-regexp'. (Bug#2495)
9101
9102 2009-08-12 Juri Linkov <juri@jurta.org>
9103
9104 * international/mule-cmds.el (ucs-insert): Change arguments
9105 from `arg' to `character', `count', `inherit' to be the same
9106 as in `insert-char'. Doc fix. (Bug#4039)
9107
9108 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9109
9110 2009-08-12 Juri Linkov <juri@jurta.org>
9111
9112 * files-x.el: New file.
9113
9114 * files.el: Move code that deals with adding/deleting
9115 file/directory-local variables to files-x.el.
9116
9117 * Makefile.in (ELCFILES): Add files-x.elc.
9118
9119 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9120
9121 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9122 to use `goto-line'.
9123 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9124 `goto-line'.
9125 (gdb-invalidate-disassembly): Do not refresh upon receiving
9126 'update signal. Instead, update all disassembly buffers only after
9127 threads list.
9128 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9129 (gdb-starting): Moved -data-list-register-names...
9130 (gdb-stopped): ...here so it's sent when first thread stops.
9131 (gdb-registers-handler-custom): Do nothing if register names are
9132 unknown yet.
9133
9134 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9135 from `gdb-mi.el' to avoid extra tangling.
9136
9137 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9138 change which breaks `gud-def' definitions used in `gdb'.
9139 (gdb-update-gud-running): No extra fuss for updating frame number.
9140
9141 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9144 (describe-language-environment-map, setup-language-environment-map)
9145 (set-coding-system-map): Move initialization into declaration.
9146 (set-language-info-alist): Last arg to define-key-after can be skipped.
9147
9148 * international/quail.el (quail-completion-1): Simplify.
9149 (quail-define-rules): Use slightly more compact code.
9150 (quail-insert-decode-map): Propertize keys, compact columns.
9151
9152 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9153 Add goto-line.
9154
9155 2009-08-10 Miles Bader <miles@gnu.org>
9156
9157 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9158 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9159 (js2-instance-member, js2-private-member, js2-private-function-call)
9160 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9161 (js2-magic-paren, js2-external-variable):
9162 Remove "-face" suffix from face names.
9163 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9164 (js2-highlight-undeclared-vars, js2-peek-token)
9165 (js2-parse-function-params, js2-mode-show-errors)
9166 (js2-mode-show-warnings, js2-make-magic-delimiter)
9167 (js2-mode-highlight-magic-parens): Update to use new face names.
9168
9169 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9172 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9173
9174 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9175
9176 * subr.el: Provide hashtable-print-readable.
9177
9178 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9179 hs-c-like-adjust-block-beginning.
9180 (hs-hide-block-at-point): Stop hiding at the beginning of
9181 hs-block-end-regexp (Bug#700).
9182
9183 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9184
9185 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9186 a macro.
9187 (gdb-registers-handler-custom): Do not fail when register names
9188 are unavailable.
9189
9190 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9191
9192 * progmodes/gdb-mi.el (gdb-control-all-threads)
9193 (gdb-control-current-thread): Interactive setters for
9194 `gdb-gud-control-all-threads' to use in menu.
9195 (gdb-show-run-p): Show «Go» when process is not active.
9196 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9197 gud/thread.xpm and gud/all.xpm.
9198
9199 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9200
9201 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9202 (nslookup-font-lock-keywords): Make it a variable.
9203 (net-utils-mode): New mode for viewing diagnostic network output.
9204 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9205 (net-utils-run-simple): New function.
9206 (ifconfig, iwconfig, netstat, arp, route): Use it.
9207
9208 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9209
9210 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9211 (gdb-memory-set-address, def-gdb-set-positive-number)
9212 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9213 after changing settings.
9214 (gdb-invalidate-disassembly): Update when first shown.
9215 (gdb-edit-locals-value): Fixed.
9216 (gdb-registers-handler-custom): Print registers in right order and
9217 allow changing register values (only for current thread yet).
9218 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9219 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9220 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9221 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9222 info in mode name.
9223 (gdb-registers-mode-map): TAB to switch to locals.
9224
9225 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9226
9227 * mail/rmail.el (rmail-add-mbox-headers)
9228 (rmail-set-message-counters-counter): Search for
9229 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9230
9231 2009-08-08 Glenn Morris <rgm@gnu.org>
9232
9233 * Makefile.in (ELCFILES): Update.
9234
9235 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9236
9237 * mail/sendmail.el (mail-yank-original): Set
9238 buffer-file-coding-system from the one used by the message whose
9239 text is yanked.
9240
9241 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9242 to "windows" when "pgnuplot" is used.
9243 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9244 call accept-process-output if "pgnuplot" is used.
9245 (calc-graph-init): Don't send -display and -geometry to
9246 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9247 running "pgnuplot -V" with shell-command-to-string.
9248
9249 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9250 the default.
9251
9252 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9253
9254 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9255 org/org-latex.elc.
9256
9257 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9258
9259 * vc-dispatcher.el (vc-resynch-window): Update comment.
9260
9261 * term.el (term-handle-ansi-escape): Add comments with the
9262 terminfo capabilities implemented.
9263
9264 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9265
9266 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9267 (gdb-var-create-handler): Rewritten using JSON parser.
9268 (gdb-propertize-header): Moved earlier.
9269 (gdb-set-header): Removed to avoid duplication.
9270 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9271 Refresh disassembly buffers only after threads list have been
9272 update.
9273 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9274 variables.
9275
9276 2009-08-04 Juri Linkov <juri@jurta.org>
9277
9278 * files.el: Commands to add/delete file/directory-local variables.
9279 (read-file-local-variable, read-file-local-variable-value)
9280 (read-file-local-variable-mode, modify-file-local-variable)
9281 (modify-file-local-variable-prop-line)
9282 (modify-dir-local-variable): New functions.
9283 (add-file-local-variable, delete-file-local-variable)
9284 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9285 (add-dir-local-variable, delete-dir-local-variable)
9286 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9287 (copy-dir-locals-to-file-locals-prop-line): New commands.
9288
9289 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * abbrev.el (insert-abbrev-table-description): Prettify output.
9292 Suggested by Karl Chen.
9293
9294 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9295
9296 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9297 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9298 (gdb-overlay-arrow-position, gdb-thread-position)
9299 (gdb-disassembly-position): Declare variables.
9300 (gdb-wait-for-pending): Function now.
9301 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9302 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9303 compilation goes smoothly.
9304 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9305 (gdb-non-stop-setting): New customization setting which replaces
9306 `gdb-non-stop' so changing it doesn't break active GDB session.
9307 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9308 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9309 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9310 (gdb-show-threads-by-default): New customization options.
9311 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9312 routines.
9313 (gdb-get-buffer-create): Send buffers update signal when they are
9314 created.
9315 (gdb-invalidate-locals, gdb-invalidate-registers)
9316 (gdb-invalidate-breakpoints)
9317 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9318 (gdb-invalidate-memory): Accept update signal.
9319 (gdb-current-context-command): Use --frame option.
9320 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9321 Implement `gdb-frame-number' selection logic.
9322 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9323 whether to show GUD toolbar buttons.
9324 (gdb-thread-exited): Unselect current thread when it exits.
9325 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9326 (gdb-mark-line): Routine which sets overlay arrow or inverses
9327 video on fringeless displays.
9328 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9329 to build aligned columns of data in GDB buffers and set text
9330 properties line-by-line.
9331 (gdb-invalidate-breakpoints)
9332 (gdb-breakpoints-list-handler-custom)
9333 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9334 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9335 (gdb-registers-handler-custom): Align data columns.
9336 (gdb-locals-handler-custom): Now prints data like in variable
9337 declarations.
9338 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9339 Removed confusing buttons.
9340 (gdb-invalidate-threads): Append --frame.
9341 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9342 between breakpoints/threads buffers.
9343 (gdb-set-window-buffer): Now can ignore dedicated windows.
9344 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9345 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9346 (def-gdb-thread-buffer-gud-command): Replaces
9347 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9348 for fine thread control.
9349 (gdb-preempt-existing-or-display-buffer): New function used to
9350 display bound buffers without breaking window layout.
9351 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9352 (gdb-select-frame): New version of `gdb-frames-select' which now
9353 sets `gdb-frame-number' so commands may use --frame option instead
9354 of inner debugger state.
9355 (gdb-frame-handler): Do not set `gdb-frame-number'.
9356 (gdb-threads-mode-map): Select threads with mouse.
9357
9358 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9359 avoid compilation warning.
9360 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9361 `gdb-show-stop-p`.
9362
9363 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9364 Argument `key' renamed to `buffer-type'.
9365 (gdb-current-context-buffer-name): Do not add thread info to
9366 buffer name when no thread is selected.
9367 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9368 command (bug 3794).
9369 (gdb-thread-selected): Handle `=thread-selected' notification.
9370 (gdb-wait-for-pending): New macro to deal with congestion problems.
9371 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9372 breakpoints.
9373 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9374 This fixes problem similar to one described in bug 3947.
9375 (gud-menu-map): More menu items.
9376 (gdb-init-1): Reset `gdb-thread-number' to nil.
9377
9378 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9379 non-stop settings.
9380
9381 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9382 (gdb-current-context-command): Do not append --thread if
9383 `gdb-thread-number' is nil.
9384 (gdb-running-threads-count, gdb-stopped-threads-count): New
9385 variables.
9386 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9387 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9388 customization options.
9389 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9390 GUD commands.
9391 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9392 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9393 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9394 set `gdb-thread-number' and update `gud-running' properly.
9395 (gdb-running): Update threads list when new threads appear.
9396 (gdb-stopped): Support non-stop operation and new thread switching
9397 logic.
9398 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9399 (gdb-json-partial-output): New set of JSON routines.
9400 (def-gdb-auto-update-trigger): New `signal-list' optional
9401 argument.
9402 (gdb-thread-list-handler-custom): Update `gud-running',
9403 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9404 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9405 (gdb-continue-thread, gdb-step-thread): New commands for fine
9406 thread execution control.
9407 (gud-menu-map): New menu items to switch non-stop options.
9408 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9409 (gdb-send): Mimic RET properly (bug 3794).
9410
9411 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9412 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9413 gdb-buffer-rules.
9414 (def-gdb-auto-update-handler): New nopreserve optional argument.
9415 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9416
9417 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9418 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9419 (gdb-parent-mode): New mode to derive other GDB modes from.
9420 (gdb-display-disassembly-for-thread)
9421 (gdb-frame-disassembly-for-thread): New commands for threads
9422 buffer.
9423
9424 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9425 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9426 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9427 (gdb-update): We now store all GDB buffers in a list so that they
9428 can be updated by traversing a list instead of calling invalidate
9429 triggers explicitly.
9430 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9431 pair for GDB buffer.
9432 (gdb-stack-buffer-name): Add thread information.
9433 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9434 handle pending triggers.
9435 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9436 (def-gdb-thread-buffer-simple-command)
9437 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9438 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9439 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9440 New commands which show buffers bound to thread.
9441 (gdb-stack-list-locals-regexp): Removed unused regexp.
9442
9443 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9444 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9445 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9446 to (gud-comint-buffer) in *-buffer-name functions
9447 because (gdb-get-target-string) already does that.
9448 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9449 (gdb-changed-registers-handler): Rewritten without regexps.
9450
9451 * progmodes/gdb-mi.el: Basic thread selection support.
9452 (gdb-thread-number): New variable.
9453 (gdb-current-context-command): New macro which adds --thread
9454 option to command.
9455 (gdb-threads-mode-map): Select thread with SPC.
9456 (gdb-thread-list-handler-custom): Mark current thread with overlay
9457 arrow. Synchronize GDB thread and Emacs thread.
9458 (gdb-select-thread): New command which selects current thread.
9459 (gdb-invalidate-frames, gdb-invalidate-locals)
9460 (gdb-invalidate-registers): Use --thread option.
9461
9462 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9463
9464 * net/tramp.el (top): Make check for tramp-gvfs loading more
9465 robust. (Bug#3977)
9466 (tramp-handle-insert-file-contents): `unwind-protect' must be
9467 inside `with-parsed-tramp-file-name'.
9468
9469 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9470 fails.
9471
9472 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9473
9474 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9475 directory if CLASSPATH is not set.
9476
9477 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9478
9479 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9480 New defconst.
9481 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9482
9483 2009-08-02 Kevin Ryde <user42@zip.com.au>
9484
9485 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9486 Update freshmeat link. Delete newsforge.com as it seems gone.
9487
9488 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * select.el (x-set-selection): Doc fix (Bug#4021).
9491
9492 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9493
9494 * help-fns.el (describe-variable): Treat list return values from
9495 dir-locals-find-file properly (Bug#4005).
9496
9497 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9498
9499 * net/tramp.el (tramp-debug-message): Print also microseconds.
9500
9501 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9502
9503 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9504 or END is non-nil.
9505 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9506 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9507 format.
9508
9509 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9510 (tramp-get-file-property): Use it.
9511
9512 * autorevert.el (auto-revert-handler): Allow
9513 `auto-revert-tail-mode' for remote files.
9514
9515 2009-08-02 Jason Rumney <jasonr@gnu.org>
9516
9517 * minibuffer.el (read-file-name): Treat confirm options to
9518 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9519
9520 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9523 (font-lock-variable-name-face, font-lock-constant-face): Darken
9524 the colors for light backgrounds.
9525
9526 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9527
9528 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9529 month names. (Bug#3987)
9530
9531 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9532
9533 * simple.el (line-move-finish): Pass whole number to
9534 line-move-to-column.
9535 (line-move-visual): Perform hscroll to the recorded position.
9536
9537 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9538
9539 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9540
9541 2009-07-29 Alan Mackenzie <acm@muc.de>
9542
9543 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9544
9545 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9546
9547 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9548 (gdb-place-breakpoints): Use full path when setting breakpoints.
9549
9550 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9551
9552 * calc/calc.el (calc-mode-map): Add keybinding for
9553 `calc-transpose-lines'.
9554
9555 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9556
9557 * calc/calc-misc.el (calc-transpose-lines): New function.
9558
9559 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9560
9561 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9562 Simplify check for out-of-band methods.
9563 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9564 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9565
9566 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9567
9568 * vc-git.el (vc-git-checkin): Fix typo.
9569
9570 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9571
9572 * progmodes/js2-mode.el: New file.
9573
9574 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9577 (gud-menu-map): Adjust tooltip accordingly.
9578
9579 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9580
9581 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9582 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9583
9584 * add-log.el (change-log-mode-map): Add a menu.
9585
9586 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9587
9588 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9589 function returns nil.
9590 (dbus-handle-event): Handle special return value :ignore.
9591 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9592
9593 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9594
9595 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9596 it's not needed.
9597
9598 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9599
9600 Fix Bug#3888:
9601
9602 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9603
9604 * term/pc-win.el (x-display-name, x-colors)
9605 (x-select-enable-clipboard, x-select-text): Doc fix.
9606
9607 * term/common-win.el (x-display-name, x-colors): Doc fix.
9608
9609 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9610 (xw-defined-colors): Doc fix.
9611
9612 * w32-fns.el (x-select-text, x-setup-function-keys)
9613 (x-get-selection, x-set-selection): Doc fix.
9614
9615 * term/x-win.el (x-select-text, x-setup-function-keys)
9616 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9617
9618 * select.el (x-set-selection): Doc fix.
9619
9620 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9621
9622 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9623 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9624 "IsNSSSupportAvailable" method is not available. Reported by
9625 Steve Youngs <steve@sxemacs.org>.
9626
9627 2009-07-24 Kenichi Handa <handa@m17n.org>
9628
9629 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9630 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9631 (build-unicode-category-table): Fix range checks.
9632
9633 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9634
9635 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9636 the buffer we try to sync is current when calling
9637 vc-resynch-buffer.
9638
9639 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9640 not show up to date files.
9641
9642 2009-07-24 Glenn Morris <rgm@gnu.org>
9643
9644 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9645 Add autoload cookies. If necessary, initialize.
9646 (elint-log): Handle non-file buffers.
9647 (elint-initialize): Add optional argument to reinitialize.
9648 (elint-find-builtin-variables): Save excursion.
9649
9650 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9651
9652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9653 for Lint.
9654
9655 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9656
9657 * vc.el (vc-print-log-internal): New function, split out from ...
9658 (vc-print-log): ... here.
9659 (vc-dir-move-to-goal-column): Declare.
9660
9661 * vc-git.el (vc-git-add-signoff): New variable.
9662 (vc-git-checkin): Use it.
9663 (vc-git-toggle-signoff): New function.
9664 (vc-git-extra-menu-map): Bind it to menu.
9665 (vc-git--run-command-string): Accept a nil FILE argument.
9666 (vc-git-stash-list): New function.
9667 (vc-git-dir-extra-headers): Use it.
9668
9669 2009-07-23 Glenn Morris <rgm@gnu.org>
9670
9671 * help-fns.el (describe-variable): Describe ignored and risky local
9672 variables in a similar way to that in which we describe safe ones.
9673
9674 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9675 (byte-compile-output-file-form, byte-compile-output-docform)
9676 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9677 Give some more local variables with common names a "bytecomp-" prefix,
9678 so as not to shadow things during compilation.
9679 * emacs-lisp/cl-macs.el (load-time-value)
9680 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9681 `outbuffer' to `bytecomp-outbuffer'.
9682
9683 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9684 since the next two variables cover them automatically now.
9685 (elint-builtin-variables, elint-autoloaded-variables): New.
9686 (elint-unknown-builtin-args): Remove all members, since they can be
9687 parsed automatically now.
9688 (elint-extra-errors): New.
9689 (elint-env-add-env, elint-env-add-macro): Use cadr.
9690 (elint-current-buffer): Use or. Change final message.
9691 (elint-get-top-forms): Use line-end-position.
9692 (elint-init-env): Use cadr. Handle autoload, declare-function,
9693 and defalias.
9694 (elint-add-required-env): Doc fix. Use or. Standardize error.
9695 (regexp-assoc): Remove unused function.
9696 (elint-top-form): Set elint-current-pos, to record the start of the
9697 top-level form, for compilation-mode.
9698 (elint-form): Trap errors in macro expansion. Use dolist.
9699 (elint-unbound-variable): Use elint-builtin-variables and
9700 elint-autoloaded-variables.
9701 (elint-get-args): Use cadr, or.
9702 (elint-check-cond-form): Use dolist, cadr.
9703 (elint-check-condition-case-form): Doc fix. Use cadr.
9704 Use elint-extra-errors.
9705 (elint-log): New function.
9706 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9707 Distinguish errors and warnings.
9708 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9709 Use a bytecomp-style format.
9710 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9711 (elint-get-log-buffer): Use compilation mode. Disable undo.
9712 Don't truncate lines.
9713 (elint-initialize): Set builtin and autoloaded variable lists.
9714 Only process elint-unknown-builtin-args if non-nil.
9715 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9716 New functions.
9717 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9718
9719 2009-07-22 Kevin Ryde <user42@zip.com.au>
9720
9721 * net/newst-backend.el (newsticker--parse-atom-1.0)
9722 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9723 (newsticker--parse-rss-1.0):
9724 * progmodes/idlwave.el (idlwave-mode):
9725 * progmodes/idlw-shell.el (idlwave-shell-mode):
9726 * progmodes/vera-mode.el (vera-mode):
9727 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9728 * progmodes/vhdl-mode.el (vhdl-mode):
9729 * textmodes/table.el (table-generate-source)
9730 (table--warn-incompatibility):
9731 Hyperlink urls in docstrings with URL `...'.
9732
9733 2009-07-22 Glenn Morris <rgm@gnu.org>
9734
9735 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9736 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9737 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9738 Remove leading * from defcustom docs.
9739
9740 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9741
9742 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9743 defcustom doc.
9744 (list-load-path-shadows): Optionally, just return shadows as a string.
9745
9746 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9747
9748 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9749
9750 * mail/rmailedit.el (rmail-edit-mode): Use
9751 auto-save-include-big-deletions.
9752
9753 * mail/rmail.el (rmail-variables): Use
9754 auto-save-include-big-deletions.
9755
9756 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9757 changes.
9758
9759 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9760
9761 * calc/calc.el (calc-undo-length): New variable.
9762 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9763
9764 2009-07-21 Richard Stallman <rms@gnu.org>
9765
9766 * files.el (auto-save-mode): Handle buffer-save-size = -2
9767 for toggling mode.
9768
9769 2009-07-21 Glenn Morris <rgm@gnu.org>
9770
9771 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9772
9773 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9774
9775 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9776 silence compiler. Instead...
9777 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9778 (ps-print-ensure-fontified): Update for above function name changes.
9779
9780 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9781 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9782 silence compiler. Instead...
9783 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9784 (mh-show-buffer): Only define for compiler.
9785 (pr-mh-current-message): Update for above function name changes.
9786
9787 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9788 as an argument.
9789 (find-file-noselect, insert-file-1): Update for above change.
9790
9791 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9792
9793 * mail/mailclient.el (mailclient-send-it): Fix message.
9794
9795 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9796 (edebug-eval): Check cl-debug-env is bound.
9797 (print-level, print-circle): Don't redefine built-in variables.
9798
9799 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9800 (custom-print-vectors): Remove old comments from doc.
9801
9802 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9803 (emerge-version): Make the variable an obsolete alias for the
9804 emacs-version variable. Make the function obsolete.
9805 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9806 Emerge options, rather than merging in into the main Options menu.
9807 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9808 and auto advance modes. Disable edit/fast items when not relevant.
9809
9810 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9811
9812 * term/vt420.el (terminal-init-vt420): Fix typo.
9813
9814 2009-07-20 Sam Steingold <sds@gnu.org>
9815
9816 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9817 variable (removed from compile.el on 2004-03-11).
9818
9819 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9820
9821 * files.el (hack-local-variables-filter): Fix last change.
9822
9823 2009-07-19 Juri Linkov <juri@jurta.org>
9824
9825 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9826 (dir-local-variables-alist): New buffer-local variable.
9827 (hack-local-variables-filter): If variable is not dir-local,
9828 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9829 because file-local overrides dir-local.
9830 (c-postprocess-file-styles) <declare-function>:
9831 Remove obsolete declaration.
9832 (hack-dir-local-variables): Add dir-local variable/value pair to
9833 `dir-local-variables-alist' and remove duplicates. Doc fix.
9834
9835 * help-fns.el (describe-variable): Add information about
9836 file-local and dir-local variables.
9837
9838 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * files.el (hack-local-variables-filter): Rewrite.
9841
9842 2009-07-19 Glenn Morris <rgm@gnu.org>
9843
9844 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9845 Silence compiler by only defining on XEmacs.
9846
9847 * international/mule.el (auto-coding-regexp-alist): Only match
9848 BABYL... at the start of buffer, not of lines. (Bug#3790)
9849
9850 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9851 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9852 (cal-menu-context-mouse-menu): Doc fix.
9853
9854 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9855
9856 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9857
9858 2009-07-18 Juri Linkov <juri@jurta.org>
9859
9860 * info.el: Virtual Info keyword finder.
9861 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9862 (Info-finder-file): New variable.
9863 (Info-finder-find-file): New function.
9864 (finder-known-keywords, finder-package-info)
9865 (find-library-name, lm-commentary): Use defvar and
9866 declare-function to silence compiler warnings.
9867 (Info-finder-find-node): New function.
9868 (info-finder): New command.
9869
9870 * subr.el (process-kill-buffer-query-function): New function.
9871 (add-hook)<kill-buffer-query-functions>: Add hook
9872 `process-kill-buffer-query-function'.
9873
9874 2009-07-18 Alan Mackenzie <acm@muc.de>
9875
9876 * progmodes/cc-mode.el (c-before-hack-hook)
9877 (c-postprocess-file-styles): Give invocation of `c-set-style'
9878 DONT-OVERRIDE parameter of t. Already set style variables will
9879 thus not be overridden by style settings given by `c-file-syle'.
9880
9881 * files.el (hack-local-variables-filter): Remove entries with
9882 duplicate keys from `file-local-variables-alist'.
9883
9884 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9885
9886 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9887 x-set-selection if display-selections-p returns nil for the
9888 current frame.
9889
9890 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9891
9892 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9893
9894 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9895
9896 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9897 Accept nil in addition to a regexp.
9898 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9899 Accept nil in addition to a regexp.
9900 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9901 buffers that have an associated file. Handle nil values of
9902 desktop-buffers-not-to-save and desktop-files-not-to-save.
9903 (Bug#3833)
9904
9905 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9906 (x-disown-selection-internal): New functions.
9907
9908 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9909
9910 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9911 warning.
9912 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9913 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9914
9915 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9916
9917 * simple.el (set-mark): Revert last change.
9918
9919 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9920
9921 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9922 rendering of pngs is not possible instead of messaging a long
9923 description.
9924
9925 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9926
9927 * w32-fns.el (x-selection-owner-p): New function.
9928
9929 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9930 (mouse-yank-at-click, mouse-yank-primary): If
9931 select-active-regions is non-nil, deactivate the mark before
9932 insertion.
9933
9934 * simple.el (deactivate-mark, set-mark): Only save selection if we
9935 own it.
9936
9937 2009-07-17 Kenichi Handa <handa@m17n.org>
9938
9939 * case-table.el (describe-buffer-case-table): Fix for the case
9940 that KEY is a cons.
9941
9942 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9943
9944 * vc-rcs.el (vc-rcs-find-file-hook):
9945 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9946
9947 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9948
9949 * net/tramp.el (tramp-wait-for-output): Handle the case when
9950 commands do not return a newline but a null byte before the shell
9951 prompt. (Bug#3858)
9952
9953 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9954
9955 * term/ns-win.el (ns-set-alpha): Don't declare.
9956 (ns-set-background-alpha): Remove function.
9957
9958 2009-07-16 Kevin Ryde <user42@zip.com.au>
9959
9960 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9961 y-or-n-p, for safety.
9962
9963 2009-07-16 Richard Stallman <rms@gnu.org>
9964
9965 * files.el (auto-save-mode): If buffer-saved-size is -2,
9966 don't clobber it.
9967
9968 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9969 (rmail-retry-ignored-headers): Add more uninteresting fields.
9970
9971 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9972
9973 * net/rcirc.el (rcirc): Use history variables.
9974 (rcirc-server-name-history, rcirc-nick-name-history)
9975 (rcirc-server-port-history): New variables.
9976
9977 2009-07-15 Kenichi Handa <handa@m17n.org>
9978
9979 * international/mule-cmds.el (set-language-environment-charset):
9980 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9981 ignore them.
9982
9983 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9984 Delete unibyte-display.
9985
9986 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9989
9990 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * simple.el (deactivate-mark): Optional argument FORCE.
9993 (set-mark): Use deactivate-mark.
9994
9995 * info.el (Info-search): No need to check transient-mark-mode
9996 before calling deactivate-mark.
9997
9998 * select.el (x-set-selection): Doc fix.
9999 (x-valid-simple-selection-p): Allow buffer values.
10000 (xselect--selection-bounds): Handle buffer values. Suggested by
10001 David De La Harpe Golden.
10002
10003 * mouse.el (mouse-set-region, mouse-drag-track): Call
10004 copy-region-as-kill before setting the mark, to let
10005 select-active-regions work.
10006
10007 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10008
10009 * simple.el (deactivate-mark): If select-active-regions is
10010 non-nil, copy the selection data into a string.
10011 (activate-mark): If select-active-regions is non-nil, set the
10012 selection to the current buffer.
10013 (set-mark): Update selection if select-active-regions is non-nil.
10014
10015 * select.el (x-valid-simple-selection-p): Allow buffer values.
10016
10017 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10020 and more featureful message-mode.
10021
10022 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * select.el (x-set-selection): Doc fix.
10025 (x-valid-simple-selection-p): Disallow selection data consisting
10026 of a list or cons of integers, since that is not used.
10027 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10028 (xselect-convert-to-string, xselect-convert-to-length)
10029 (xselect-convert-to-filename, xselect-convert-to-charpos)
10030 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10031
10032 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10033
10034 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10035 output in -break-info command (Emacs bug #3794).
10036
10037 2009-07-14 Glenn Morris <rgm@gnu.org>
10038
10039 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10040 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10041 (edebug-print-length, edebug-print-level, edebug-print-circle)
10042 (edebug-sit-for-seconds, edebug-view-outside)
10043 (edebug-bounce-point, edebug-set-global-break-condition)
10044 (edebug-Go-nonstop-mode, edebug-trace-mode)
10045 (edebug-Trace-fast-mode, edebug-continue-mode)
10046 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10047 (edebug-visit-eval-list): Doc fixes.
10048
10049 * subr.el (def-edebug-spec): Doc fix.
10050
10051 2009-07-14 Kenichi Handa <handa@m17n.org>
10052
10053 * international/characters.el: Fix setting of category ?C.
10054
10055 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10056
10057 * term/ns-win.el (x-select-font): defalias x-select-font to
10058 ns-popup-font-panel instead of generate-fontset-menu.
10059
10060 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10061
10062 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10063
10064 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10065
10066 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10067 the PK\003\004 header (Bug#3770).
10068
10069 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10070
10071 * pcomplete.el (pcomplete-comint-setup): Check for
10072 shell-dynamic-complete-filename too.
10073
10074 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * simple.el (temporary-goal-column): Change the value for
10077 line-move-visual to a cons cell.
10078 (line-move-visual): Record or set the window hscroll, if
10079 necessary (Bug#3494).
10080 (line-move-1): Handle cons value of temporary-goal-column.
10081
10082 2009-07-11 Kenichi Handa <handa@m17n.org>
10083
10084 * international/mule-diag.el (describe-character-set): Don't show
10085 width.
10086
10087 2009-07-10 Sam Steingold <sds@gnu.org>
10088
10089 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10090 Omake sometimes indents the errors it prints, so allow all
10091 regexps to start with spaces.
10092
10093 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10094
10095 * cus-edit.el (customize-changed-options-previous-release):
10096 Bump value to 22.1. (Bug#3804)
10097
10098 2009-07-08 Sam Steingold <sds@gnu.org>
10099
10100 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10101 to be a cons cell (test . ignored-directory) to selectively ignore
10102 some directories depending on the location of the search.
10103
10104 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10105
10106 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10107 remote user is root, on the local host.
10108 (tramp-local-host-p): Either the local user or the remote user
10109 must be root. (Bug#3771)
10110
10111 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10112
10113 * progmodes/gdb-mi.el (gdb): Remove description of
10114 gdb-use-separate-io-buffer.
10115 (menu): Don't allow toggling of or enable
10116 gdb-use-separate-io-buffer from menubar.
10117
10118 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10119
10120 * mail/unrmail.el (unrmail): Make sure the message ends with two
10121 newlines (Bug#3769).
10122
10123 2009-07-08 Glenn Morris <rgm@gnu.org>
10124
10125 * calendar/calendar.el (calendar-current-date): Rework previous change.
10126
10127 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10128
10129 * calendar/calendar.el (calendar-current-date):
10130 Add an optional argument giving an offset from today.
10131
10132 2009-07-08 Glenn Morris <rgm@gnu.org>
10133
10134 * tutorial.el (tutorial--describe-nonstandard-key):
10135 Adjust the message for when a key has been unbound.
10136 (help-with-tutorial): Hide the arch-tag.
10137
10138 2009-07-08 Kenichi Handa <handa@m17n.org>
10139
10140 * international/fontset.el (setup-default-fontset): For each
10141 script, append (not set) font-specs.
10142
10143 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10144 docstring.
10145
10146 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10149 -data-list-register-names to ...
10150 (gdb-starting): ... here because GDB 7.0 requires execution to
10151 have started when using this MI command.
10152 (gdb-set-header): New function to distinguish select and
10153 unselected tabs in gdb buffers.
10154 (gdb-propertize-header): New macro that uses gdb-set-header.
10155 (gdb-breakpoints-header, gdb-locals-header): Use it.
10156 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10157
10158 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10159
10160 * Makefile.in (ELCFILES): Remove fadr.elc.
10161
10162 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10163
10164 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10165 may contain frame information, so `string-match' should be used.
10166 (gdb-update): Disassembly is invalidated through
10167 `gdb-get-selected-frame'.
10168 (gdb-pad-string): New function to pad string with spaces.
10169 (gdb-invalidate-disassembly): Invalidate only if the buffer
10170 exists.
10171 (gdb-disassembly-handler-custom): Column alignment.
10172 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10173 placing new ones.
10174 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10175 end of line, too.
10176 (gdb-frame-handler): Match convention to for disassembly buffer
10177 mode name.
10178 (gdb-stack-list-frames-handler): Rewritten without regexps.
10179 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10180 not highlight breakpoints without line information.
10181 (gdb-input): Add trailing newline to command.
10182
10183 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10184 buffer properly.
10185 (gdb-breakpoints-list-handler-custom): Replacement for
10186 `gdb-break-list-handler'. Using real parser instead of regexps
10187 now.
10188 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10189 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10190 to place breakpoints.
10191 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10192 functions.
10193 (gdb-disassembly-handler-custom): Show overlay arrow.
10194 (gdb-disassembly-place-breakpoints): Show breakpoints in
10195 disassembly buffer.
10196 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10197 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10198 instead of parsing breakpoints buffer. Fixed old menu references
10199 in `gud-menu-map'.
10200
10201 * fadr.el: Remove.
10202
10203 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10204 (gdb-memory-address): New variable which holds top address of
10205 memory page shown in memory buffer.
10206 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10207 customization variables.
10208 New functions:
10209 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10210 display the memory buffer.
10211 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10212 buffer display parameters.
10213 (def-gdb-memory-format, gdb-memory-format-binary)
10214 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10215 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10216 Functions for setting memory buffer format.
10217 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10218 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10219 unit size used in memory buffer.
10220 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10221 to next/previous page of memory buffer.
10222 Now using (bindat-get-field) instead of fadr functions.
10223
10224 2009-07-07 Sam Steingold <sds@gnu.org>
10225
10226 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10227 non-top-level files.
10228
10229 2009-07-07 Kenichi Handa <handa@m17n.org>
10230
10231 * international/mule-cmds.el (reset-language-environment): Put
10232 the highset priority to the charset iso-8859-1.
10233
10234 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10237 to the end of the line when locating the block (Bug#700).
10238
10239 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10240
10241 * net/tramp.el (tramp-handle-write-region): Flush file properties
10242 in case of short track.
10243
10244 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10245
10246 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10247 Coded custom representation of verilog error regular expressions
10248 to work with Emacs-22's new format.
10249 (verilog-error-regexp-xemacs-alist): Coded custom representation
10250 of verilog error regular expressions to work with XEmacs format.
10251 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10252 error recognition into XEmacs.
10253 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10254 error recognition into Emacs-22.
10255
10256 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * woman.el: Remove stand-alone closing parentheses.
10259 (woman-file-name, woman2-format-paragraphs)
10260 (woman-leave-blank-lines): Code cleanup.
10261 (woman-use-own-frame): Change default to nil.
10262 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10263 defaults to inherit from default faces.
10264 (woman2-process-escapes): Consume the newline after a stand-alone
10265 filler character (Bug#3651).
10266
10267 2009-07-06 Glenn Morris <rgm@gnu.org>
10268
10269 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10270 (top-level): Move provide to the end.
10271 (ffap): Remove defunct URL from custom group.
10272
10273 * subr.el (eval-after-load): Doc fix.
10274
10275 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10276
10277 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10278 `calc-embedded-word' is called twice.
10279
10280 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * files.el (find-alternate-file-other-window, find-alternate-file):
10283 Obey confirm-nonexistent-file-or-buffer.
10284
10285 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * dired-aux.el (dired-show-file-type): Handle remote files.
10288
10289 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10290
10291 * desktop.el (desktop-globals-to-save):
10292 Add file-name-history (Bug#2750).
10293
10294 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10297
10298 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10299
10300 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10301 property on entire argument since this is what eshell-lisp-command
10302 expects.
10303
10304 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10305
10306 * net/tramp-gvfs.el (tramp-gvfs-methods)
10307 (tramp-gvfs-zeroconf-domain)
10308 (tramp-bluez-discover-devices-timeout): Add version flag.
10309 (tramp-gvfs-handler-mounted-unmounted)
10310 (tramp-gvfs-connection-mounted-p): Polish handling of
10311 incompatibilities between GVFS 0.2 and 1.0.
10312
10313 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10314
10315 * cus-start.el (all): Add make-pointer-invisible.
10316
10317 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10318
10319 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10320 formatted correctly.
10321
10322 2009-07-02 Juri Linkov <juri@jurta.org>
10323
10324 * info.el: Virtual Info files and nodes.
10325 (Info-virtual-files, Info-virtual-nodes): New variables.
10326 (Info-current-node-virtual): New variable.
10327 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10328 New functions.
10329 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10330 to check for a virtual file instead of checking a fixed list
10331 of node names.
10332 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10333 instead of ad-hoc processing of "dir" and (apropos history toc).
10334 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10335 instead of ad-hoc processing of "dir" and (apropos history toc).
10336 Reread a file when moving from a virtual node.
10337 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10338 (Info-directory-toc-nodes, Info-directory-find-file)
10339 (Info-directory-find-node): New functions.
10340 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10341 (Info-history): Move part of code to
10342 `Info-history-find-node'.
10343 (Info-history-toc-nodes, Info-history-find-file)
10344 (Info-history-find-node): New functions.
10345 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10346 (Info-toc): Move part of code to `Info-toc-find-node'.
10347 (Info-toc-find-node): New function.
10348 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10349 the current Info file name to references because now the node
10350 "*TOC*" belongs to the same Info manual.
10351 (Info-toc-build): Rename from `Info-build-toc'.
10352 (Info-toc-nodes): Rename input argument `file' to `filename'.
10353 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10354 instead of ad-hoc processing of ("dir" apropos history toc).
10355 (Info-index-nodes): Use Info-virtual-file-p
10356 to check for a virtual file instead of checking a fixed list
10357 of node names.
10358 (Info-index-node): Add check for `Info-current-node-virtual'.
10359 Raise `save-match-data' higher up the tree to contain
10360 `search-forward' too (bug fix).
10361 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10362 (Info-virtual-index-nodes): New variable.
10363 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10364 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10365 (Info-apropos-file, Info-apropos-nodes): New variables.
10366 (Info-apropos-toc-nodes, Info-apropos-find-file)
10367 (Info-apropos-find-node, Info-apropos-matches): New functions.
10368 (info-apropos): Move part of code to `Info-apropos-find-node' and
10369 `Info-apropos-matches'.
10370 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10371 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10372 for a virtual file instead of checking a fixed list of node names.
10373
10374 * simple.el (async-shell-command): New command.
10375
10376 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10377
10378 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10379 instead of `mount-info'.
10380
10381 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10382
10383 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10384 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10385
10386 2009-07-02 Kenichi Handa <handa@m17n.org>
10387
10388 * international/mule.el (set-keyboard-coding-system): Force *-unix
10389 coding-system to avoid eol conversion.
10390
10391 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10392
10393 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10394 Add handler for `process-file', `shell-command' and
10395 `start-file-process'.
10396 (tramp-gvfs-handle-shell-command)
10397 (tramp-gvfs-handle-start-file-process)
10398 (tramp-gvfs-handle-process-file): New defuns.
10399 (tramp-synce-list-devices): Simplify check for existence of property.
10400
10401 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10402
10403 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10404
10405 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10406
10407 * language/korean.el (set-language-info-alist): Add korean-cp949,
10408 cp949 to spec.
10409
10410 2009-07-01 Kenichi Handa <handa@m17n.org>
10411
10412 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10413
10414 * international/encoded-kb.el: Deleted.
10415
10416 * international/mule.el (set-keyboard-coding-system): Perform the
10417 necessary setup here instead of calling encoded-kbd-setup-display.
10418
10419 2009-07-01 Glenn Morris <rgm@gnu.org>
10420
10421 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10422
10423 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10424
10425 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10426
10427 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10428
10429 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10430 Handle also the 'rename case, when setting file modes. (Bug#3712)
10431 (tramp-default-file-modes): Remove execute permissions.
10432
10433 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10434 (top): Add a default for "synce" in `tramp-default-user-alist'.
10435 Add completion function for "synce" method.
10436 (tramp-hal-service, tramp-hal-path-manager)
10437 (tramp-hal-interface-manager, tramp-hal-interface-device):
10438 New defconst.
10439 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10440 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10441 New defuns.
10442
10443 * net/trampver.el: Update release number.
10444
10445 2009-06-30 Kenichi Handa <handa@m17n.org>
10446
10447 * international/fontset.el (setup-default-fontset): Add CJK fonts
10448 for symbols and the other miscellaneous characters.
10449
10450 * language/korea-util.el (setup-korean-environment-internal):
10451 Make char-width-table suitable for Korean environments.
10452 (exit-korean-environment): Cancel above.
10453
10454 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10455 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10456 setup-function to make char-width-table suitable for respective
10457 environments, and an exit-function to cancel that.
10458
10459 * language/japan-util.el (setup-japanese-environment-internal):
10460 Call use-cjk-char-width-table with arg `ja_JP'.
10461
10462 * international/characters.el (cjk-char-width-table): Delete it.
10463 (cjk-char-width-table-list): New variable.
10464 (use-cjk-char-width-table): New arg local-name.
10465 (use-default-char-width-table): Fix for the case that Emacs is
10466 already using the default char-width-table.
10467
10468 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10471 modes mandatory. (Bug#3712)
10472
10473 2009-06-29 Alan Mackenzie <acm@muc.de>
10474
10475 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10476 correction between the visible width of TABs and their number of bytes.
10477
10478 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10479
10480 * server.el (server-buffer-done): Prevent kill-buffer from
10481 prompting by clearing the buffer modification flag (Bug#3696).
10482
10483 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10484
10485 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10486 (verilog-endcomment-reason-re): Support unique case and priority case.
10487 (verilog-basic-complete-re): Support localparam lineup.
10488 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10489 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10490 commenting.
10491 (verilog-leap-to-case-head): Now support *nested* unique &
10492 priority case statements.
10493 (verilog-auto-lineup): Make just declarations the default (as it
10494 had been).
10495 (verilog-leap-to-case-head): Support priority/unique case statements.
10496 (verilog-auto-lineup): Rework to give users radio buttons to
10497 select the various styles of automatic lineup.
10498 (verilog-error-regexp-alist): Rework to support the XEmacs style
10499 of error regular expressions from compilers, lint tools &
10500 simulators. Note that GNU Emacs has made it impossible for a mode
10501 to load such things.
10502 (electric-verilog-terminate-line, verilog-indent-declaration)
10503 (verilog-auto-wiure): Rework for radio button selection of
10504 auto-lineup selection of specification of auto lineup.
10505 (verilog-beg-of-statement-1): Redesign to support proper operation
10506 in additional code, based on testing with auto-lineup.
10507 (verilog-calculate-indent, assignments & declarations)
10508 (verilog-backward-token): Enhance to support auto-lineup of
10509 assignments & declarations.
10510 (verilog-in-directive-p, verilog-at-struct-p): New function for
10511 easy test of whether we are.
10512 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10513 to support safe execution at almost anyline.
10514 (verilog-calc-1): Properly support indenting deep inside generate
10515 blocks.
10516 (verilog-init-font): Remove definition & use of verilog-init-font,
10517 as it is redundant with font-lock-defaults.
10518 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10519 to avoid circular calls if syntax-ppss is a function (as is the
10520 case now in 22.x GNU Emacs) as that function would sometimes call
10521 itself, leading to (nearly) infinite recursion.
10522 (verilog-ovm-begin-re, verilog-ovm-end-re)
10523 (verilog-ovm-statement-re, verilog-leap-to-head)
10524 (verilog-backward-token): Add support for OVM macros. Some are
10525 complete statements, and others open and close scopes like begin
10526 and end.
10527 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10528 (verilog-defun-level-generate-only-re): Really fix the defun-list
10529 compilation issue.
10530 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10531 coverpoint, constraint and cross statements.
10532 (verilog-defun-level-list, verilog-generate-defun-level-list)
10533 (verilog-all-defun-level-list): Redo these specifications - it is
10534 too hard to support eval-when compile aggregation of lists also
10535 built at when-compile time.
10536 (verilog-defun-level-list): Place defconsts of variables used in
10537 building regular expressions which are built in eval-when-compile
10538 bodies in the same eval-when-compile body to facilitate compile
10539 without load.
10540 (verilog-beg-block-re-ordered): Support indenting
10541 virtual/protected tasks and functions.
10542 (verilog-defun-level-list, verilog-in-generate-region-p)
10543 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10544 indentation of some module items (generate items).
10545 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10546 across virtual/protected tasks and functions.
10547
10548 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10549
10550 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10551 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10552 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10553 in concatenations. Reported by Yishay Belkind.
10554 (verilog-auto-ascii-enum): Support one-hot state machines in
10555 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10556 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10557 modport in AUTOINST and add vl-modport for users. Reported by
10558 David Rogoff.
10559 (verilog-auto-inout-module, verilog-auto-inst)
10560 (verilog-decls-get-interfaces, verilog-insert-definition)
10561 (verilog-insert-one-definition, verilog-read-decls)
10562 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10563 (verilog-sig-modport, verilog-signals-combine-bus)
10564 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10565 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10566 Suggested by David Rogoff.
10567 (verilog-repair-open-comma): Fix non-insertion of comma when
10568 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10569 (verilog-make-width-expression): Simplify [A-1:0] expression
10570 widths to just {A{1'b0}}.
10571 (verilog-mode): Cleanup checkdoc warnings.
10572 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10573 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10574 inputs/outputs or data type. Suggested by Vasu Kandadi.
10575 (next-error-last-buffer): Fix byte-compiler warning.
10576 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10577 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10578 or shell command text during AUTO expansion. Suggested by Tad Truex.
10579 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10580 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10581 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10582 in AUTOINOUT. Reported by Matthew Lovell.
10583 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10584 causing use of <= assignments. Reported by Alex Reed.
10585 (verilog-read-decls): Fix triand, trior, wand, wor to be
10586 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10587 (verilog-extended-complete-re): Support import "DPI-C" functions.
10588 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10589 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10590 (verilog-insert-date, verilog-insert-year)
10591 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10592 Windows systems. Reported by Michael Potts.
10593 (verilog-read-module-name): Fix AUTOINST when the child module
10594 declaration's name is a tick define. Reported by Elliot Mednick.
10595 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10596 passed to next parameter's definition. Reported by Bruce T.
10597 (verilog-read-decls): Fix detecting "parameter int" when using
10598 AUTOINSTPARAM. Reported by Bruce T.
10599 (verilog-goto-defun): Fix goto not finding modules unless first
10600 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10601 (verilog-mode): Expand -f flag arguments on entry to mode so
10602 verilog-goto-defun will work. Reported by Lawrence Butcher.
10603 (verilog-getopt): Expand environment variables in -f file
10604 arguments. Suggested by Lawrence Butcher.
10605 (verilog-set-define): Fix "Symbol's value as variable is void"
10606 when reading enumerations.
10607 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10608 Suggested by Stephen Peltan.
10609 (verilog-read-defines): Fix reading of enumerations in include
10610 files. Reported by Steve Peltan.
10611
10612 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10613
10614 * files.el (trash-directory): Fix defcustom type.
10615
10616 2009-06-28 Juri Linkov <juri@jurta.org>
10617
10618 * help-fns.el (describe-function-1): Correctly locate adviced
10619 functions in hyperlink (Bug#2438).
10620
10621 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * files.el (trash-directory): Change default to nil.
10624 (move-file-to-trash): If trash-directory is nil and
10625 system-move-file-to-trash is unbound, perform freedesktop-style
10626 trashing.
10627
10628 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10629
10630 * files.el (move-file-to-trash): Add freedesktop trash
10631 support (Bug#973).
10632
10633 2009-06-28 Glenn Morris <rgm@gnu.org>
10634
10635 * autorevert.el (global-auto-revert-non-file-buffers)
10636 (global-auto-revert-mode): Doc fixes.
10637
10638 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10639
10640 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10641
10642 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10645 opened an X connection before calling x-get-resource (Bug#3194).
10646
10647 * play/doctor.el: Remove reference to obsolete website.
10648 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10649
10650 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10651
10652 Remove find-file-not-found-hook VC method. (Bug#2757)
10653 * vc-hooks.el (vc-file-not-found-hook)
10654 (vc-default-find-file-not-found-hook): Remove functions.
10655 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10656 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10657 * vc.el:
10658 * vc-hg.el:
10659 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10660
10661 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10662
10663 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10664 compatibility function for `looking-back'.
10665
10666 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10667 Use `ispell-looking-back'.
10668
10669 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10670
10671 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10672 rather than `filename'.
10673
10674 2009-06-23 Miles Bader <miles@gnu.org>
10675
10676 * face-remap.el (text-scale-set): New function.
10677
10678 2009-06-23 Glenn Morris <rgm@gnu.org>
10679
10680 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10681
10682 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10683
10684 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10685
10686 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10687
10688 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10689 Simplify Persian conditionals.
10690
10691 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10692 variable `filename'.
10693
10694 * comint.el (comint-insert-input): Doc fix.
10695
10696 * Makefile.in (ELCFILES): Fix typo in previous change.
10697
10698 2009-06-23 Miles Bader <miles@gnu.org>
10699
10700 * cus-start.el: Add entry for `recenter-redisplay'.
10701
10702 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10705 Add an optional argument for the backend, use it instead of
10706 calling vc-backend.
10707 (vc-mode-line): Add an optional argument for the backend.
10708 Pass the backend to vc-state and vc-working-revision. Move code for
10709 special handling for vc-state being a buffer to ...
10710
10711 * vc-rcs.el (vc-rcs-find-file-hook):
10712 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10713
10714 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10715 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10716 vc-stay-local-p and vc-mode-line calls.
10717
10718 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10719 (vc-cvs-diff, vc-cvs-annotate-command)
10720 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10721 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10722 vc-mode-line calls.
10723
10724 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10725 direct comparison.
10726 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10727 backend when calling vc-mode-line.
10728 (vc-register): Do not create a closure for calling the vc register
10729 function, call it directly.
10730
10731 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10732
10733 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10734 to make it obvious item can be clicked.
10735
10736 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10737
10738 2009-06-23 Kenichi Handa <handa@m17n.org>
10739
10740 * language/korea-util.el (korean-key-bindings): Change the binding
10741 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10742 same command.
10743
10744 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10745
10746 Sync with Tramp 2.1.16.
10747
10748 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10749
10750 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10751 when a loading of a package fails. Completion function for rsync
10752 is `tramp-completion-function-alist-ssh'.
10753 (all): Replace all calls of `split-string' and
10754 `tramp-split-string' by `tramp-compat-split-string'.
10755 (tramp-default-method): Use `tramp-compat-process-running-p'.
10756 (tramp-default-proxies-alist): Allow also Lisp forms.
10757 (tramp-remote-path): Add choice "Private Directories".
10758 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10759 (tramp-domain-regexp): Allow also "-", "_" and ".".
10760 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10761 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10762 (tramp-debug-message): Insert header line in debug buffer.
10763 (tramp-handle-directory-files-and-attributes-with-stat):
10764 Care about filenames with spaces, or starting with "-".
10765 (tramp-handle-dired-uncache): New defun.
10766 (tramp-handle-insert-directory): Don't flush the directory from
10767 cache, this is handled by `dired-uncache' now.
10768 (tramp-handle-insert-file-contents): Improve error handling.
10769 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10770 Quote `tramp-end-of-output'.
10771 (tramp-action-password): Improve trace message.
10772 (tramp-check-for-regexp): Both echoes must be present, before removing.
10773 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10774 (tramp-compute-multi-hops): Eval cons cells of
10775 `tramp-default-proxies-alist'.
10776 (tramp-maybe-open-connection): Use the same command pattern for
10777 first hop and further hops.
10778 (tramp-wait-for-output): Remove handling of newlines.
10779 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10780 (tramp-split-string): Remove function. It is handled in
10781 tramp-compat now.
10782
10783 * net/tramp-cmds.el (tramp-bug):
10784 Recommend `tramp-cleanup-all-connections' in the bug mail.
10785
10786 * net/tramp-compat.el (tramp-compat-split-string)
10787 (tramp-compat-process-running-p): New defuns.
10788
10789 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10790 for `dired-uncache'.
10791
10792 * net/tramp-gvfs.el: New package.
10793
10794 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10795 Add handler for `dired-uncache'.
10796 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10797
10798 * net/trampver.el: Update release number. Make version check fit
10799 for SXEmacs 22.
10800
10801 2009-06-22 Jim Meyering <meyering@redhat.com>
10802
10803 Automatically handle .xz suffix (XZ-compressed files), too.
10804 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10805 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10806
10807 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10808 Nick Roberts <nickrob@snap.net.nz>
10809
10810 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10811 repository (http://sphinx.net.ru/hg/gdb-mi/).
10812
10813 2009-06-22 Glenn Morris <rgm@gnu.org>
10814
10815 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10816 `mode' and `eval' entries. (Bug#3430)
10817
10818 * Makefile.in (ELCFILES): Add fadr.elc.
10819
10820 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10821 differing behavior of \n and ^ in strings. (Bug#3385)
10822
10823 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10824
10825 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10826 property.
10827 (lisp-indent-function): Make it a defcustom.
10828
10829 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10830
10831 * progmodes/gdb-ui.el: Replace with ...
10832 * progmodes/gdb-mi.el: ... this file.
10833 * progmodes/gud.el: Modify for gdb-mi.el.
10834
10835 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10836
10837 * fadr.el: New file.
10838
10839 See ChangeLog.14 for earlier changes.
10840
10841 ;; Local Variables:
10842 ;; coding: utf-8
10843 ;; End:
10844
10845 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10846
10847 This file is part of GNU Emacs.
10848
10849 GNU Emacs is free software: you can redistribute it and/or modify
10850 it under the terms of the GNU General Public License as published by
10851 the Free Software Foundation, either version 3 of the License, or
10852 (at your option) any later version.
10853
10854 GNU Emacs is distributed in the hope that it will be useful,
10855 but WITHOUT ANY WARRANTY; without even the implied warranty of
10856 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10857 GNU General Public License for more details.
10858
10859 You should have received a copy of the GNU General Public License
10860 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10861
10862 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1