]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix keywords.
[gnu-emacs] / lisp / ChangeLog
1 2010-03-14 Juri Linkov <juri@jurta.org>
2
3 * finder.el (finder-compile-keywords): Replace `princ' with
4 `prin1' on a list of symbols interned from keyword strings.
5
6 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7 a comma, then split keywords using a comma and optional whitespace.
8 Otherwise, split by whitespace.
9
10 * complete.el:
11 * face-remap.el:
12 * log-view.el:
13 * net/hmac-def.el:
14 * net/hmac-md5.el:
15 * net/netrc.el:
16 * progmodes/mixal-mode.el: Fix keywords.
17
18 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
19
20 * Makefile.in (ELCFILES): Add net/secrets.elc.
21
22 * net/secrets.el: New file.
23
24 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
25
26 * facemenu.el (list-colors-display, list-colors-print): New arg
27 callback. Use it to allow selecting colors.
28
29 * wid-edit.el (widget-image-insert): Insert image prop even if the
30 current display is non-graphic.
31 (widget-field-value-set): New fun.
32 (editable-field): Use it.
33 (widget-field-value-get): Clean up unused var.
34 (widget-color-value-create, widget-color--choose-action): New
35 funs. Allow using list-colors-display to choose color.
36
37 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
38
39 * cus-edit.el: Resort topmost custom groups.
40 (custom-buffer-sort-alphabetically): Default to t.
41 (customize-apropos): Use apropos-parse-pattern.
42 (custom-search-field): New var.
43 (custom-buffer-create-internal): Add custom-apropos search field.
44 (custom-add-parent-links): Don't display parent doc.
45 (custom-group-value-create): Don't sort top-level custom group.
46 (custom-magic-value-create): Show visibility button before option
47 name.
48
49 (custom-variable-state): New fun, from custom-variable-state-set.
50 (custom-variable-state-set): Use it.
51 (custom-group-value-create): Hide options with standard values
52 using the :hidden-states property. Use progress reporter.
53
54 (custom-show): Simplify.
55 (custom-visibility): Disable images by default.
56 (custom-variable): New property :hidden-states.
57 (custom-variable-value-create): Enable images for
58 custom-visibility widgets. Use :hidden-states property to
59 determine initial visibility.
60
61 * wid-edit.el (widget-image-find): Give images center ascent.
62 (visibility): Add :on-image and :off-image properties.
63 (widget-visibility-value-create): Use them.
64
65 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
66
67 * cus-edit.el (processes): Remove from development group.
68 (oop, hypermedia): Delete group.
69 (comm): Promote to top-level group.
70
71 * net/browse-url.el (browse-url):
72 * net/xesam.el (xesam):
73 * net/tramp.el (tramp):
74 * net/goto-addr.el (goto-address):
75 * net/ange-ftp.el (ange-ftp): Put in comm group.
76
77 * view.el (view): Remove from editing group.
78
79 * uniquify.el (uniquify): Put in files group.
80
81 * net/browse-url.el (browse-url):
82 * ps-print.el (postscript): Put in external group.
83
84 * cus-edit.el (outlines):
85 * textmodes/text-mode.el (text-mode-hook):
86 * textmodes/table.el (table):
87 * textmodes/picture.el (picture):
88 * outline.el (outlines): Put in wp group.
89
90 * nxml/nxml-mode.el (nxml): Remove from wp group.
91
92 * net/tramp-imap.el (tramp-imap): Put in tramp group.
93
94 * mail/metamail.el (metamail): Remove from hypermedia group.
95
96 * cus-edit.el (abbrev):
97 * whitespace.el (whitespace):
98 * vcursor.el (vcursor):
99 * reveal.el (reveal):
100 * hl-line.el (hl-line): Put in convenience group.
101
102 * epg-config.el (epg): Put in data group.
103
104 * emulation/pc-select.el (pc-select): Put in emulations group.
105
106 * calculator.el (calculator): Put in applications group.
107
108 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
109
110 Add .dir-locals.el support for file-less buffers.
111 * files.el (hack-local-variables): Split out code to apply local
112 variable settings ...
113 (hack-local-variables-apply): ... here. New function.
114 (hack-dir-local-variables): Use the default directory for when the
115 buffer does not have an associated file.
116 (hack-dir-local-variables-non-file-buffer): New function.
117 * diff-mode.el (diff-mode):
118 * vc-annotate.el (vc-annotate-mode):
119 * vc-dir.el (vc-dir-mode):
120 * log-edit.el (log-edit-mode):
121 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
122
123 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
124
125 Add support for shelving snapshots and for showing shelves.
126 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
127 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
128 New functions.
129 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
130 (vc-bzr-extra-menu-map): Map them.
131
132 2010-03-11 Glenn Morris <rgm@gnu.org>
133
134 * cus-edit.el (customize-changed-options-previous-release):
135 Bump to 23.1.
136
137 * image.el (image-animate-max-time): Fix :version tag.
138
139 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
140
141 * Branch for 23.2.
142
143 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * vc-git.el (vc-git-revision-table): Include remote branches.
146
147 2010-03-10 Kim F. Storm <storm@cua.dk>
148
149 Animated image API.
150 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
151
152 * image.el (image-animate-max-time): New defcustom.
153 (image-animated-types): New defconst.
154 (create-animated-image, image-animate-timer)
155 (image-animate-start, image-animate-stop, image-animate-timeout)
156 (image-animated-p): New functions.
157
158 * image-mode.el (image-toggle-display-image):
159 Replace `create-image' with `create-animated-image'.
160
161 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
162
163 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
164 instead of "format:"; this ensures that the output is
165 newline-terminated.
166
167 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
168
169 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
170 that all errors are caught, and that the return value is always a
171 list (Bug#5692).
172
173 2010-03-08 Kenichi Handa <handa@m17n.org>
174
175 * language/misc-lang.el (windows-1256): New coding system.
176 (cp1256): New alias of windows-1256 (bug#5690).
177
178 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
179
180 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
181 call to rfc822-bad-address. (Bug#5692)
182
183 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
184
185 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
186 vc-git-root as default directory for revision path (Bug#5657).
187
188 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
189
190 * calculator.el (calculator): Don't bind split-window-keep-point
191 (Bug#5674).
192
193 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * vc-git.el: Re-flow to fit into 80 columns.
196 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
197 Remove spurious `quote' element in each case alternative.
198 (vc-git-show-log-entry): Use prog1.
199 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
200
201 2010-03-06 Glenn Morris <rgm@gnu.org>
202
203 * cedet/semantic/grammar.el (semantic-grammar-header-template):
204 Update template copyright to GPLv3+.
205
206 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
209
210 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
211
212 * macros.el (insert-kbd-macro): Look up keyboard macro using the
213 definition, not the name (Bug#5481).
214
215 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
216
217 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
218 argument with a local variable. (Bug#5670)
219
220 2010-03-02 Juri Linkov <juri@jurta.org>
221
222 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
223
224 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
225
226 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
227 error when FILENAME and NEWNAME are existing remote directories.
228
229 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
230 parameter DIR-FLAG.
231
232 2010-03-02 Glenn Morris <rgm@gnu.org>
233
234 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
235 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
236
237 2010-03-01 Alan Mackenzie <acm@muc.de>
238
239 * progmodes/cc-engine.el (c-remove-stale-state-cache):
240 Correct previous patch.
241
242 2010-03-01 Kenichi Handa <handa@m17n.org>
243
244 * language/burmese.el (burmese-composable-pattern): Rename from
245 myanmar-composable-pattern.
246
247 * international/characters.el (script-list):
248 * international/fontset.el (script-representative-chars):
249 Change myanmar to burmese.
250 (otf-script-alist): Likewise.
251 (setup-default-fontset): Likewise. Re-fix :otf spec.
252
253 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
254
255 * cc-engine.el (c-remove-stale-state-cache): Take account of when
256 `good-pos' is in the same macro as `here'. Fixes bug#5649.
257
258 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
259
260 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
261
262 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
263
264 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
265
266 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
267
268 * net/tramp.el (tramp-handle-write-region): START can be a string.
269 Take care in the checks. Reported by Dan Davison
270 <davison@stats.ox.ac.uk>.
271
272 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
273
274 * net/dbus.el (dbus-introspect, dbus-get-property)
275 (dbus-set-property, dbus-get-all-properties): Use
276 `dbus-call-method' when noninteractive. (Bug#5645)
277
278 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
279
280 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
281 * emacs-lisp/elint.el (elint-add-required-env):
282 * cedet/semantic/db-find.el
283 (semanticdb-find-translate-path-brutish-default):
284 * cedet/ede/make.el (ede-make-check-version):
285 * calendar/icalendar.el (icalendar--add-diary-entry):
286 * calc/calcalg2.el (math-tracing-integral):
287 * files.el (recover-session-finish): Use with-current-buffer
288 instead of save-excursion.
289
290 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 Fix in-buffer completion when after-change-functions modify the buffer.
293 * minibuffer.el (completion--replace): New function.
294 (completion--do-completion): Use it and use relative movement.
295
296 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
297
298 * international/fontset.el (setup-default-fontset): Fix :otf spec.
299
300 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
301
302 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
303 Allow the characters _<> in the stack entry (Bug#5653).
304
305 2010-02-26 Kenichi Handa <handa@m17n.org>
306
307 * language/burmese.el: Fix entries in composition-function-table.
308 (myanmar-composable-pattern): New variable.
309
310 * international/fontset.el (setup-default-fontset): Add an entry
311 for myanmar.
312
313 * international/characters.el (script-list): Add Myanmar
314 Extended-A.
315
316 2010-02-26 Glenn Morris <rgm@gnu.org>
317
318 * custom.el (custom-initialize-delay): Doc fix.
319
320 * mail/sendmail.el (send-mail-function): Autoload the call
321 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
322
323 2010-02-25 Alan Mackenzie <acm@muc.de>
324
325 * progmodes/cc-engine.el (c-clear-<-pair-props)
326 (c-clear->-pair-props): Correct to wipe category text props, not
327 syntax-table ones.
328
329 * progmodes/cc-mode.el (c-after-change): Remove any hard
330 syntax-table properties for <, > which, e.g., C-y has
331 inopportunely converted from category properties.
332
333 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
334
335 * files.el (hack-local-variables-filter): For eval forms, also
336 check safe-local-variable-p (Bug#5636).
337
338 2010-02-24 Eduard Wiebe <usenet@pusto.de>
339
340 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
341 and use c(ad)r of cddr (Bug#5640).
342
343 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
344
345 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
346 setting the modes by `ignore-errors'. It might fail, for example
347 if the file is not owned by the user but the group.
348 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
349
350 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
351
352 * files.el (directory-listing-before-filename-regexp): Use
353 stricter matching for iso-style dates, to avoid false matches with
354 date-like filenames (Bug#5597).
355
356 * htmlfontify.el (htmlfontify): Doc fix.
357
358 * eshell/eshell.el (eshell): Doc fix.
359
360 * startup.el (fancy-about-screen): In mode-line, apply
361 mode-line-buffer-id face only to the buffer name (Bug#5613).
362
363 2010-02-20 Kevin Ryde <user42@zip.com.au>
364
365 * progmodes/compile.el (compilation-error-regexp-alist-alist):
366 In `watcom' anchor regexp to start of line, to avoid slowness
367 (Bug#5599).
368
369 2010-02-20 Eli Zaretskii <eliz@gnu.org>
370
371 * subr.el (remove-yank-excluded-properties): Explain in a comment
372 why `category' property is removed.
373
374 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
375
376 * isearch.el (isearch-update-post-hook, isearch-update): Revert
377 2010-02-17 change.
378
379 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
380
381 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
382 (icalendar--convert-weekly-to-ical)
383 (icalendar--convert-yearly-to-ical)
384 (icalendar--convert-block-to-ical)
385 (icalendar--convert-cyclic-to-ical)
386 (icalendar--convert-anniversary-to-ical): Take care of time
387 specifications where hour has 1-digit only (Bug#5549).
388
389 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
390
391 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
392 of disassemble output in GDB 7.1.
393
394 2010-02-19 Glenn Morris <rgm@gnu.org>
395
396 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
397 property. (Bug#5593)
398
399 2010-02-18 Sam Steingold <sds@gnu.org>
400
401 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
402
403 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 Use abbreviated file names in bookmarks (bug#5591).
406 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
407 calls to expand-file-name.
408 (bookmark-relocate): Use abbreviated file names in bookmarks.
409 (bookmark-load): Use abbreviated file names in messages.
410
411 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
414 expand "." and "..". Reported by Thierry Volpiatto
415 <thierry.volpiatto@gmail.com>.
416
417 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
418
419 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
420 permissions of the temporary file to "0600". In case the remote
421 file has no read permissions for the owner, there might be
422 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
423
424 22010-02-18 Glenn Morris <rgm@gnu.org>
425
426 * emacs-lisp/authors.el (authors-renamed-files-alist):
427 Add entries for INSTALL.CVS.
428
429 2010-02-17 Mark A. Hershberger <mah@everybody.org>
430
431 * vc-bzr.el: Fix typo in Known Bugs section.
432
433 * isearch.el (isearch-update-post-hook): New hook.
434 (isearch-update): Use the new hook.
435
436 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
439 Fix errors in copying directories.
440 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
441 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
442 (tramp-handle-delete-file)
443 (tramp-handle-dired-recursive-delete-directory)
444 (tramp-handle-write-region): Flush also the cache for the upper
445 directory.
446
447 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
448
449 * simple.el (save-interprogram-paste-before-kill): Doc fix.
450
451 * cus-edit.el (hardware): Doc fix.
452
453 * man.el (man): Add to external custom group.
454
455 * delim-col.el (columns): Move to wp custom group.
456
457 * doc-view.el (doc-view): Add to data custom group.
458
459 * cedet/data-debug.el (data-debug): Move to extensions group.
460
461 * cedet/ede.el (ede):
462 * cedet/srecode.el (srecode):
463 * cedet/semantic.el (semantic): Put in tools and extensions group.
464
465 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
466
467 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
468 by ispell-parse-output (Bug#5575).
469
470 2010-02-16 Kenichi Handa <handa@m17n.org>
471
472 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
473 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
474 (skkdic-convert): Use `euc-japan' coding system for writing.
475
476 2010-02-16 Glenn Morris <rgm@gnu.org>
477
478 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
479 tex-main-file before using it. (Bug#5562)
480
481 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
484 warnings, since it is annoying for the user to see them each time he
485 runs the code.
486
487 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
488
489 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
490 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
491 instead of PROC for caching "first-password-request". Otherwise,
492 new processes would not profit from passwords already entered.
493
494 * net/tramp-cache.el (tramp-dump-connection-properties):
495 Don't save "first-password-request" property.
496
497 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
498
499 * outline.el (outline-head-from-level):
500 * simple.el (with-wrapper-hook):
501 * cedet/ede.el (ede-run-target, project-delete-target)
502 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
503 (ede-adebug-project, ede-adebug-project-parent)
504 (ede-adebug-project-root):
505 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
506 (elint-defun, elint-buffer-env, elint-top-form-logged)
507 (elint-unbound-variable):
508 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
509 Fix typos in docstrings.
510
511 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
512
513 * files.el (insert-directory): When WILDCARD-REGEXP and
514 FULL-DIRECTORY-P are nil, insert the file entry instead of the
515 whole directory. (Bug#5551)
516
517 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
518 dired's alignment sanity. (Bug#5516)
519
520 2010-02-14 Juri Linkov <juri@jurta.org>
521
522 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
523 Remove remaining ^H with their preceding chars. (Bug#5566)
524
525 2010-02-13 Glenn Morris <rgm@gnu.org>
526
527 * simple.el (transpose-subr): Give it a doc-string.
528
529 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
530 Doc fixes.
531
532 2010-02-12 Juri Linkov <juri@jurta.org>
533
534 * arc-mode.el (archive-unique-fname): Make directories for nested
535 archives. (Bug#5540)
536
537 2010-02-12 Juri Linkov <juri@jurta.org>
538
539 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
540
541 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * subr.el (copy-overlay): Handle deleted overlays.
544
545 * man.el (Man-completion-table): Don't signal an error if we can't run
546 manual-program (bug#4056).
547
548 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
549
550 * textmodes/artist.el (artist-mt): Fix typos in docstring.
551
552 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
553
554 * info.el (Info-bookmark-jump): Simplify.
555
556 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
557 (bookmark-default-handler): Accept new bookmark field `buffer'.
558
559 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
560
561 * iswitchb.el (iswitchb-completions): Revert last change.
562
563 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
564
565 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
566 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
567 This prevents file names like "~/" being listed literally.
568
569 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
570
571 * term/xterm.el (xterm-maybe-set-dark-background-mode):
572 Remove dead code. (Bug#5546)
573
574 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
575
576 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
577 correctly (Bug#5548).
578
579 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
580
581 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
582 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
583
584 2010-02-08 Kenichi Handa <handa@m17n.org>
585
586 * international/mule-util.el (with-coding-priority): Add autoload
587 cookie for putting `lisp-indent-function'.
588
589 2010-02-07 Glenn Morris <rgm@gnu.org>
590
591 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
592 Move F2003 named interfaces from keywords-2 to keywords-1, and
593 use function-name-face rather than constant-face.
594 Simplify "abstract interface" regexp.
595
596 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
597
598 * eshell/esh-util.el (eshell-file-attributes): New optional arg
599 ID-FORMAT. Pass it to `file-attributes'.
600
601 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
602
603 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
604
605 * faces.el (set-face-attribute): Allow calling
606 internal-set-lisp-face-attribute with 'unspecified family and
607 foundry argument (Bug#5536).
608
609 2010-02-07 Glenn Morris <rgm@gnu.org>
610
611 * progmodes/f90.el (f90-font-lock-keywords-2)
612 (f90-looking-at-type-like, f90-looking-at-program-block-end):
613 Handle F2003 named interfaces.
614
615 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
616
617 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
618 beg and end before calling c-get-state-before-change-functions.
619
620 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
621
622 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
623
624 2010-02-05 Juri Linkov <juri@jurta.org>
625
626 * doc-view.el (doc-view-mode):
627 * image-mode.el (image-mode): Put property mode-class=special.
628 (Bug#4896)
629
630 2010-02-05 Mark A. Hershberger <mah@everybody.org>
631
632 * vc-svn.el (vc-svn-revision-table): New function.
633
634 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
635
636 * net/ange-ftp.el (ange-ftp-insert-directory):
637 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
638 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
639 Handle also directories. (Bug#5478)
640
641 2010-02-05 Glenn Morris <rgm@gnu.org>
642
643 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
644
645 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
646
647 * startup.el (command-line-1): Convert options beginning with a
648 single dash as well (Bug#5519).
649
650 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
653 * minibuffer.el (completion-initials-expand): Only check the presence
654 of delims *within* the boundaries, since otherwise the / delim is
655 always found for files.
656
657 Fix up various corner case problems.
658 * doc-view.el (doc-view-last-page-number): New function.
659 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
660 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
661 (doc-view-kill-proc): Avoid inf-loop in freak cases.
662 (doc-view-reconvert-doc): Use the new recursive delete-directory.
663 (doc-view-convert-current-doc): Don't create the resolution.el file
664 here any more.
665 (doc-view-pdf/ps->png): Do it here instead.
666 (doc-view-already-converted-p): Check that resolution.el is present.
667 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
668 windows that are not yet showing images.
669
670 2010-02-04 Alan Mackenzie <acm@muc.de>
671
672 Change strategy for marking < and > as template delimiters: mark
673 them strictly in matching pairs.
674
675 * cc-mode.el (c-before-change):
676 Use c-get-state-before-change-functions.
677 (c-common-init): Adapt to use
678 c-get-state-before-change-functions (note plural).
679
680 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
681 for searching syntactically for matching <s and >s.
682 (c-get-state-before-change-functions): New language variable (note
683 the plural) which supersedes c-get-state-before-change-function.
684
685 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
686 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
687 (c-clear->-pair-props-if-match-before)
688 (c-before-change-check-<>-operators): New functions.
689 (c-after-change-check-<>-operators): Use macro
690 c-unmark-<->-as-paren.
691
692 * cc-defs.el (c-search-backward-char-property): New macro.
693
694 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
695 and > any more. (These will be handled by font locking.)
696
697 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
698
699 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
700 `dired-uncache' for every elemnt which is an absolute file name.
701
702 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
703 directory, handle its directory component.
704 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
705 function is called permanently and creates noise, otherwise.
706
707 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
708 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
709 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
710
711 2010-02-04 David Burger <dburger@google.com> (tiny change)
712
713 * macros.el (apply-macro-to-region-lines):
714 Minor simplification. (Bug#5485)
715
716 2010-02-04 Glenn Morris <rgm@gnu.org>
717
718 * mail/rmail.el (rmail-show-message-1): Handle malformed
719 quoted-printable text. (Bug#5441)
720
721 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
722
723 * simple.el (visual-line-mode): Capitalize lighter.
724
725 2010-02-03 John Wiegley <jwiegley@gmail.com>
726
727 * iswitchb.el (iswitchb-completions): Add bookmark files to the
728 list of files considered for "virtual buffer" completions.
729
730 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
731
732 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
733 also in case of (and (not full) (not wildcard)). This is needed,
734 when dired is called with a list of files, which are not in
735 `default-directory'. (Bug#5478)
736
737 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
740
741 2010-02-02 Juri Linkov <juri@jurta.org>
742
743 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
744 from unidiff to allow function-line after @@.
745
746 2010-02-02 Juri Linkov <juri@jurta.org>
747
748 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
749 '(RCS SCCS) with inverted condition.
750
751 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
752
753 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
754 messages.
755
756 2010-02-01 Juri Linkov <juri@jurta.org>
757
758 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
759 compare with "pkunzip" and "pkzip" instead of only "pkzip".
760 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
761 only when (car archive-zip-extract) is "unzip". (Bug#5475)
762
763 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
766 (doc-view-revert-buffer): New command.
767 (doc-view-mode-map): Use it.
768
769 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
770
771 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
772 pending merge is detected.
773
774 2010-01-31 Juri Linkov <juri@jurta.org>
775
776 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
777 beginning of interactive spec like all other grep commands do.
778 Put "all" in front of "gz". (Bug#5260)
779
780 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
781
782 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
783
784 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
785
786 * dirtrack.el (dirtrack): Warn instead of signalling error if the
787 regexp is incorrect (Bug#5476).
788
789 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
790
791 * net/tramp.el (tramp-handle-insert-directory): Handle also
792 symlinks, when FILENAME is not in `default-directory'.
793
794 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
795
796 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
797 FILE is not in `default-directory'. (Bug#5478)
798
799 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
800 of SWITCHES. Handle the case, FILENAME is not in
801 `default-directory'. (Bug#5478)
802 (tramp-register-file-name-handlers): Add safe-magic property.
803
804 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
805
806 * arc-mode.el (archive-zip-extract): Quote the argument passed to
807 unzip (Bug#5475).
808
809 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
810
811 * progmodes/flymake.el (flymake-allowed-file-name-masks)
812 (flymake-master-make-header-init): Add other C++ filename masks.
813 (flymake-find-possible-master-files)
814 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
815
816 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
817
818 Fix some busybox annoyances.
819
820 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
821 not responding." string.
822 (tramp-open-connection-setup-interactive-shell): Dump stty
823 settings. Enable "neveropen" arg for all `tramp-send-command'
824 calls. Handle "=" in variable values properly.
825 (tramp-find-inline-encoding): Raise an error, when no encoding is
826 found.
827 (tramp-wait-for-output): Check, whether PROC buffer is available.
828 Remove spurious " ^H" sequences, sent by busybox.
829 (tramp-get-ls-command): Suppress coloring, if possible.
830
831 2010-01-28 Glenn Morris <rgm@gnu.org>
832
833 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
834
835 * log-edit.el (log-edit-strip-single-file-name): Add missing
836 :safe, :group, and :version tags.
837
838 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
839
840 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
841 buffers. (Bug#5477)
842
843 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
844
845 * files.el (delete-directory): Handle moving to trash without
846 first doing recursion (Bug#5436).
847
848 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
849
850 * vc-hooks.el (vc-path): Mark as obsolete.
851
852 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
853
854 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
855 names too.
856
857 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
858 for the short log.
859 (vc-bzr-log-view-mode): Adjust regexp for the above change.
860
861 2010-01-25 Mark A. Hershberger <mah@everybody.org>
862
863 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
864
865 * vc-bzr.el (vc-bzr-revision-table): New function.
866
867 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
868
869 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
870 diff-index command. This requires at least git-1.5.5. (Bug#1589).
871
872 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
873
874 Remove support for adding --signoff on commit.
875 Future support will use an incompatible generic mechanism.
876 * vc-git.el (vc-git-add-signoff): Remove variable.
877 (vc-git-toggle-signoff): Remove function.
878 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
879
880 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
881 from xterm-set-background-mode. Return t if the background mode
882 was set.
883 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
884 earlier, call it again in case the background mode has changed.
885
886 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
887
888 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
889 (Bug#3541).
890
891 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
892
893 * emacs-lisp/assoc.el (aelement): Doc fix.
894 (aput, adelete, amake): Use lexical-let (Bug#5450).
895
896 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
897
898 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
899 is the same as subprogram call, not declaration. (Bug#5435).
900
901 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
902
903 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
904 (tramp-smb-maybe-open-connection): Use it.
905
906 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
907
908 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
909
910 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
913 just because we see "encoding: 8bit".
914 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
915
916 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
917
918 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
919
920 2010-01-22 Eli Zaretskii <eliz@gnu.org>
921
922 * jka-compr.el (jka-compr-load): If load-file is not in
923 load-history, try its file-truename version. (bug#5447)
924
925 2010-01-21 Alan Mackenzie <acm@muc.de>
926
927 Fix a situation where deletion of a cpp construct throws an error.
928 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
929 invoking c-with-all-but-one-cpps-commented-out, check that the
930 special cpp construct is still in the buffer.
931 (c-parse-state): Record the special cpp with markers, not numbers.
932
933 2010-01-21 Kenichi Handa <handa@m17n.org>
934
935 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
936 process last-command-event, as it is now decoded first (Bug#5380).
937
938 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
939
940 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
941
942 2010-01-20 Glenn Morris <rgm@gnu.org>
943
944 * indent.el (tab-always-indent): Fix custom-type.
945
946 2010-01-19 Alan Mackenzie <acm@muc.de>
947
948 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
949 buffer throws "args out of range".
950 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
951 playing the role of delimiter.
952
953 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
954
955 * progmodes/ada-mode.el: Fix bug#5400.
956 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
957 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
958 changed. Delete RECURSIVE parameter; never used. Improve doc string.
959 Improve comments in "is" portion. Handle null procedure declaration.
960 (ada-move-to-end): Improve doc string.
961
962 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
963
964 * ido.el (ido-cur-list): Initialize to nil.
965 Remove obsolete information from commentary.
966 (ido-choice-list): Initialize to nil.
967 (ido-get-bufname): Reject minibuffers.
968 (ido-make-buffer-list): If "default" is a nonexistent
969 buffer, ignore it, as per the function's comment.
970 (ido-kill-buffer-internal): New function.
971 (ido-kill-buffer-at-head): Use it.
972 (ido-visit-buffer): Likewise.
973
974 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
975
976 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
977
978 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
979
980 * cedet/ede/locate.el (ede-locate-file-in-project)
981 (ede-locate-file-in-project-impl): Fix typos in docstrings.
982 (ede-enable-locate-on-project): Fix typos in error messages.
983
984 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
985 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
986 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
987 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
988 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
989 Fix typos in menu help.
990
991 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
992 Fix typos in chart titles.
993
994 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
995 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
996 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
997 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
998 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
999 (semantic-parse-stream, semantic-parse-region)
1000 (semantic-parse-region-default, semantic--set-buffer-cache)
1001 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1002 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1003 (semantic-default-submodes):
1004 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1005 (semanticdb-create-ebrowse-database)
1006 (semanticdb-find-tags-for-completion-method)
1007 (semanticdb-find-tags-by-class-method)
1008 (semanticdb-deep-find-tags-by-name-method)
1009 (semanticdb-deep-find-tags-for-completion-method):
1010 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1011 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1012 (semanticdb-find-tags-for-completion-method)
1013 (semanticdb-find-tags-by-class-method)
1014 (semanticdb-deep-find-tags-for-completion-method):
1015 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1016 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1017 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1018 (semanticdb-find-tags-by-name-method)
1019 (semanticdb-find-tags-by-name-regexp-method)
1020 (semanticdb-find-tags-for-completion-method)
1021 (semanticdb-find-tags-by-class-method)
1022 (semanticdb-find-tags-external-children-of-type-method)
1023 (semanticdb-find-tags-subclasses-of-type-method)
1024 (semanticdb-deep-find-tags-by-name-method)
1025 (semanticdb-deep-find-tags-by-name-regexp-method)
1026 (semanticdb-deep-find-tags-for-completion-method):
1027 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1028 (semanticdb-enable-gnu-global-in-buffer)
1029 (semanticdb-find-tags-for-completion-method)
1030 (semanticdb-deep-find-tags-by-name-method)
1031 (semanticdb-deep-find-tags-for-completion-method):
1032 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1033 (javascript-mode, semanticdb-find-translate-path)
1034 (semanticdb-find-tags-for-completion-method)
1035 (semanticdb-find-tags-by-class-method)
1036 (semanticdb-deep-find-tags-by-name-method)
1037 (semanticdb-deep-find-tags-for-completion-method)
1038 (semanticdb-find-tags-external-children-of-type-method):
1039 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1040 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1041 (global-semantic-idle-scheduler-mode):
1042 * cedet/srecode/dictionary.el (srecode-field-value)
1043 (srecode-dictionary-add-section-dictionary):
1044 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1045 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1046 (describe-class, eieio-describe-generic, describe-generic):
1047 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1048 (eieio-speedbar-expand):
1049 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1050 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1051 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1052 (viper-del-backward-char-in-replace, viper-backward-indent)
1053 (viper-brac-function, viper-register-to-point, viper-submit-report):
1054 * net/tramp.el (tramp-remote-coding-commands):
1055 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1056 Fix typos in docstrings.
1057
1058 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * mail/sendmail.el (mail-yank-original): Set the mark if the
1061 specified function for yanking does not do it.
1062
1063 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1064
1065 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1066
1067 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1068 resyncing a directory.
1069
1070 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1071
1072 * progmodes/ada-mode.el: Fix bug#1920.
1073 (ada-ident-re): Delete ., allow multibyte characters.
1074 (ada-goto-label-re): New; matches goto labels.
1075 (ada-block-label-re): New; matches block labels.
1076 (ada-label-re): New; matches both.
1077 (ada-named-block-re): Deleted; callers changed to use
1078 `ada-block-label-re' instead.
1079 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1080 Use `ada-block-label-re'.
1081 (ada-indent-on-previous-lines): Improve handling of goto labels.
1082 (ada-get-indent-block-start): Special-case block label.
1083 (ada-get-indent-label): Split into `ada-indent-block-label' and
1084 `ada-indent-goto-label'.
1085 (ada-goto-stmt-start, ada-goto-next-non-ws):
1086 Optionally ignore goto labels.
1087 (ada-goto-next-word): Simplify.
1088 (ada-indent-newline-indent-conditional): Insert newline before
1089 trying to fix indentation; doc fix.
1090
1091 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1092
1093 * calc/calc.el (calc-command-flags): Give it an initial value.
1094
1095 2010-01-17 Glenn Morris <rgm@gnu.org>
1096
1097 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1098
1099 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1100
1101 * cedet/semantic.el (semantic-mode):
1102 * files.el (minibuffer-with-setup-hook):
1103 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1104 (artist-key-draw-continously, artist-key-do-continously-continously)
1105 (artist-key-set-point-continously, artist-mouse-draw-continously):
1106 Fix typos in docstrings.
1107
1108 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1109
1110 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1111 return t (Bug#3898).
1112
1113 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1114
1115 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1116 can parse the output of the external commands (Bug#5279).
1117
1118 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1119
1120 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1121
1122 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1125
1126 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1127
1128 * startup.el (command-line): Remove unused --icon-type arg.
1129 Handle --display arg, passing it to command-line-1 (Bug#5392).
1130
1131 2010-01-16 Mario Lang <mlang@delysid.org>
1132
1133 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1134 * cedet/ede/files.el (ede-expand-filename):
1135 * cedet/ede/simple.el (ede-simple-project):
1136 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1137 (semantic-complete-inline-tag-engine):
1138 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1139 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1140 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1141 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1142 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1143 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1144 * emacs-lisp/chart.el (chart-translate-namezone):
1145 * textmodes/artist.el (artist-compute-popup-menu-table):
1146 Remove duplicated words in doc-strings.
1147
1148 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1149
1150 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1151 to mairix-search to suppress threading (Bug#5342).
1152
1153 2010-01-15 Kenichi Handa <handa@m17n.org>
1154
1155 * international/mule-cmds.el (canonicalize-coding-system-name):
1156 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1157
1158 2010-01-15 Glenn Morris <rgm@gnu.org>
1159
1160 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1161
1162 * wid-edit.el (widget-keymap): Doc fix.
1163
1164 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1165 former seems to be more widely accepted by various svn versions.
1166
1167 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * find-cmd.el (find-constituents):
1170 * vc-arch.el (vc-arch-root):
1171 * window.el (window-body-height, pop-up-frames):
1172 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1173 (semantic-no-reparse-needed-change-hook):
1174 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1175 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1176 (srecode-template-inserter-ask, srecode-template-inserter-width)
1177 (srecode-template-inserter-section-start)
1178 (srecode-template-inserter-section-end, srecode-insert-method):
1179 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1180 * progmodes/ada-stmt.el (ada-if):
1181 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1182 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1183 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1184 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1185
1186 * progmodes/flymake.el (flymake-post-syntax-check):
1187 Fix typo in error message.
1188
1189 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1192 which is always a string. (Bug#5313)
1193
1194 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * progmodes/ada-xref.el (ada-default-prj-properties):
1197 Simplify previous change.
1198
1199 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1200
1201 * progmodes/ada-xref.el (ada-default-prj-properties):
1202 Default ada_project_path to $ADA_PROJECT_PATH.
1203
1204 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1205
1206 * progmodes/ada-mode.el (ada-create-keymap):
1207 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1208
1209 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1210
1211 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1212 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1213 (ada-get-current-indent, ada-imenu-generic-expression)
1214 (ada-which-function): Check for it.
1215
1216 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1217
1218 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1219 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1220
1221 2010-01-14 Glenn Morris <rgm@gnu.org>
1222
1223 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1224
1225 2010-01-14 Kenichi Handa <handa@m17n.org>
1226
1227 * composite.el (auto-composition-mode): Make it a buffer local
1228 variable (permanent-local).
1229 (auto-composition-function): Set the default value to
1230 auto-compose-chars.
1231 (auto-composition-mode): Make it a simple function, not a minor mode.
1232 (global-auto-composition-mode): Likewise.
1233 (turn-on-auto-composition-if-enabled): Delete it.
1234
1235 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1236
1237 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1238
1239 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1240
1241 * files.el (copy-directory): Compute target for recursive
1242 directories with identical names. (Bug#5343)
1243
1244 2010-01-12 Glenn Morris <rgm@gnu.org>
1245
1246 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1247 it to bug-gnu-emacs rather than emacs-pretest-bug.
1248
1249 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * cedet/data-debug.el (data-debug): Fix customization group reference.
1252
1253 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1256 (semantic-analyze-context, semantic-analyze-context-assignment)
1257 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1258 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1259 (semantic-java-doc-keywords-map):
1260 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1261 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1262 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1263 (semantic-c-classname, semantic-format-tag-uml-prototype)
1264 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1265 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1266 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1267 (semantic-get-local-variables, semantic-end-of-command)
1268 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1269 (lisp-mode):
1270 * cedet/semantic/bovine/make.el (makefile-mode):
1271 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1272 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1273 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1274 (semantic-lex, semantic-get-local-variables, python-mode):
1275 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1276 * cedet/srecode/extract.el (srecode-extract-state-set)
1277 (srecode-extract-method): Fix typos in docstrings.
1278
1279 2010-01-11 Sam Steingold <sds@gnu.org>
1280
1281 * imenu.el (imenu-default-create-index-function): Detect infinite
1282 loops caused by imenu-prev-index-position-function.
1283
1284 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * htmlfontify.el (htmlfontify-load-rgb-file)
1287 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1288 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1289 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1290 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1291 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1292 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1293 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1294 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1295 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1296 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1297 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1298 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1299 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1300 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1301 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1302 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1303 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1304 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1305 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1306 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1307 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1308 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1309 backslash-quoting from parentheses, etc.
1310
1311 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * progmodes/js.el: Autoload javascript-mode alias.
1314
1315 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1316
1317 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1318 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1319 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1320 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1321 Fix typos in docstrings.
1322 (ffap-url-regexp): Doc fix.
1323 (ffap-at-mouse): Fix typo in message.
1324
1325 2010-01-11 Glenn Morris <rgm@gnu.org>
1326
1327 * version.el (emacs-copyright): Set copyright year to 2010.
1328
1329 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * format.el (format-annotate-function): Only set
1332 write-region-post-annotation-function after running to-fn so as not to
1333 affect nested write-region calls (bug#5273).
1334
1335 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1338 Add python parser.
1339
1340 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1341 wisent/python.el.
1342
1343 2010-01-10 Richard Kim <emacs18@gmail.com>
1344
1345 * cedet/semantic/wisent/python-wy.el:
1346 * cedet/semantic/wisent/python.el: New files.
1347
1348 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * man.el (Man-goto-section): Signal error if the section is not
1351 found (Bug#5317).
1352
1353 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1356 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1357
1358 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * progmodes/compile.el: Don't treat compile-command as safe if
1361 compilation-read-command might be nil (Bug#4218).
1362
1363 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1364
1365 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1366 NS options.
1367
1368 2010-01-08 Kenichi Handa <handa@m17n.org>
1369
1370 * international/fontset.el (build-default-fontset-data):
1371 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1372
1373 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1376 to `create-file-buffer' as it expects, not just a buffer name.
1377 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1378 to help uniquify. (Bug#3224)
1379
1380 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1381
1382 * font-setting.el (font-setting-change-default-font): Use user-spec
1383 instead of name.
1384
1385 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1386
1387 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1388
1389 2010-01-05 Tom Tromey <tromey@redhat.com>
1390
1391 * progmodes/python.el (python-font-lock-keywords):
1392 Handle qualified decorators (Bug#881).
1393
1394 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1395
1396 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1397 in a lightweight checkout.
1398
1399 2010-01-05 Kenichi Handa <handa@m17n.org>
1400
1401 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1402
1403 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1404
1405 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1406
1407 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1408
1409 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1410 checkouts. (Bug#618)
1411 (vc-bzr-log-view-mode): Also highlight the author.
1412 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1413 (vc-bzr-shelve-menu-map):
1414 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1415 (vc-bzr-shelve-apply): Make prompt more explicit.
1416
1417 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1420 They are valid characters in URL paths (rfc3986), and at least
1421 Firefox does not understand the encoded version (Bug#3166).
1422
1423 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1424
1425 * progmodes/octave-mod.el (octave-end-keywords)
1426 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1427 Add "end" keyword (Bug#3061).
1428 (octave-end-as-array-index-p): New function.
1429 (calculate-octave-indent): Use it.
1430
1431 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1432
1433 * bookmark.el: Consistently put the text property on the bookmark name.
1434 (bookmark-bmenu-marks-width): Bump back to 2, to include
1435 annotation marks.
1436 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1437 property on the bookmark name, instead of not putting it at all.
1438 (bookmark-bmenu-list): Fix where we put the text property.
1439
1440 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1441
1442 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1443 for showing buffer modified state (as added in the previous change).
1444
1445 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1446
1447 * bookmark.el: Show modified state of bookmark buffer more accurately.
1448 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1449 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1450 (with-buffer-modified-unmodified): New macro.
1451 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1452 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1453 Use new macro to preserve the buffer modified state.
1454
1455 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1456
1457 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1458 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1459 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1460 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1461 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1462 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1463 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1464
1465 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1466
1467 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1468 Make the lines in the generated doc string shorter. (Bug#4668)
1469
1470 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1471
1472 * net/rcirc.el: Add follow-link binding (Bug#4738).
1473
1474 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1475
1476 * Makefile.in (bzr-update): Rename from cvs-update.
1477 (cvs-update): New target for backward compatibility.
1478
1479 * makefile.w32-in (bzr-update): Rename from cvs-update.
1480 (cvs-update): New target for backward compatibility.
1481
1482 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1483
1484 * bookmark.el: Remove gratuitous gratitude.
1485
1486 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1487
1488 * bookmark.el (bookmark-bmenu-any-marks): New function
1489 (bookmark-bmenu-save): Clear buffer modification if no marks.
1490
1491 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1492
1493 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1494 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1495 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1496 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1497
1498 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1499 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1500 To: emacs-devel {_AT_} gnu.org
1501 Subject: bookmark.el bug report
1502 Date: Mon, 28 Dec 2009 14:19:16 +0800
1503 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1504
1505 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1506
1507 * bookmark.el: Improvements suggested by Drew Adams:
1508 (bookmark-bmenu-ensure-position): New name for
1509 `bookmark-bmenu-check-position'. Just ensure the position,
1510 don't return any meaningful value.
1511 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1512 New constants.
1513
1514 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1517 (bookmark-yank-point, bookmark-bmenu-check-position):
1518 Fix typos in docstrings.
1519 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1520 (bookmark-name-from-full-record, bookmark-get-position)
1521 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1522 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1523 Remove useless quoting of parenthesis, etc. in docstrings.
1524
1525 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1526 (ediff-append-custom-diff): Fix typo in error message.
1527 (ediff-meta-mark-equal-files): Fix typos in messages.
1528
1529 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1530
1531 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1532 Fix typo in docstring.
1533
1534 * net/imap-hash.el (imap-hash-make): Doc fix.
1535 (imap-hash-test): Fix typo in error message; reflow docstring.
1536 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1537 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1538 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1539 Fix typos in docstrings.
1540 (imap-hash-open-connection): Fix typo in error message.
1541
1542 * play/gomoku.el (gomoku): Fix typos in docstring.
1543
1544 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1545 (gdb-jsonify-buffer): Fix typos in docstring.
1546 (gdb-goto-breakpoint): Fix typo in error message.
1547 ("Display Other Windows"): Fix typo in help message.
1548 (gdb-speedbar-expand-node): Fix typo in question.
1549
1550 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1551 (idlwave-html-system-help-location, idlwave-html-help-location)
1552 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1553 (idlwave-help-browser-generic-args, idlwave-help-directory)
1554 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1555 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1556 (idlwave-online-help, idlwave-help-html-link)
1557 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1558 Fix typos in docstrings.
1559 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1560 Reflow docstrings.
1561 (idlwave-help-assistant-start): Fix typo in error message.
1562
1563 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1564 (octave-electric-space): Fix typos in docstrings.
1565
1566 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1569
1570 2010-01-01 Juri Linkov <juri@jurta.org>
1571
1572 * comint.el (comint-input-ring-size): Make it a defcustom and
1573 increase the default to 500 (Bug#5148).
1574
1575 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1576
1577 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1578 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1579 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1580
1581 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1582
1583 Show working revision correctly for mercurial.
1584 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1585 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1586
1587 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1588
1589 Declare some functions for the byte-compiler.
1590 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1591 (speedbar-timer-fn, speedbar-change-expand-button-char)
1592 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1593
1594 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1595
1596 This changeset reverts GDB Graphical Interface to use annotations.
1597 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1598
1599 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1600
1601 Make vc-dir work on subdirectories of the bzr root.
1602 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1603 file names relative to it.
1604 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1605 relative directory to vc-bzr-after-dir-status.
1606
1607 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1608
1609 * font-lock.el (font-lock-refresh-defaults): New function, which
1610 can be used to let font-lock react to external changes in
1611 variables like font-lock-defaults and keywords.
1612 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1613
1614 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1617
1618 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1619
1620 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1621
1622 Supersede color.diff settings in git log (bug#5211).
1623
1624 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1625 escape chars in its output when the user has color.diff set to `always'.
1626 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1627
1628 2009-12-26 Kevin Ryde <user42@zip.com.au>
1629
1630 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1631 node. Keep previous "Index" name to work with past coreutils too.
1632
1633 * man.el (man): Revise docstring a bit to show -a and -l as
1634 examples. Add -k description since support for it has otherwise
1635 been a secret. (Further to bug#3717.)
1636 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1637 "no matches" rather than "Can't find manpage", as the latter reads
1638 like -k was interpreted as a page name, which is not so. (Bug#5431)
1639
1640 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1643 switches. Check also for //SUBDIRED// line.
1644
1645 2009-12-25 Kenichi Handa <handa@m17n.org>
1646
1647 * language/indian.el (devanagari-composable-pattern): Fixed to
1648 handle ZWNJ and ZWJ. Use it in composition-function-table for
1649 Devanagari.
1650 (malayalam-composable-pattern): Fix previous change.
1651
1652 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1653
1654 * ps-print.el (ps-face-attributes): It was not returning the
1655 attribute face for faces specified as string. Reported by harven
1656 <harven@free.fr>.
1657 (ps-print-version): New version 7.3.5.
1658
1659 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1660
1661 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1662 timezone names.
1663 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1664 (icalendar--add-diary-entry): Remove the trailing blank that
1665 diary-make-entry inserts.
1666
1667 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1668
1669 Make `file-expand-wildcards' work for remote files.
1670
1671 * files.el (file-expand-wildcards): In case of remote files, check
1672 only local file name part for wildcards. Provide feature 'files
1673 and subfeature 'remote-wildcards. (Bug#5198)
1674
1675 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1676 if there is already an established connection.
1677 (tramp-advice-file-expand-wildcards): Remove it.
1678
1679 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1680 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1681 Activate advice for older GNU Emacs versions. (Bug#5237)
1682
1683 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1684
1685 Some doc fixes (more needed).
1686
1687 * find-cmd.el (find-constituents): Reflow docstring.
1688 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1689 (find-generic): Doc fix.
1690
1691 2009-12-17 Juri Linkov <juri@jurta.org>
1692
1693 Fix regression from 23.1 to allow multiple modes in Local Variables.
1694
1695 * files.el (hack-local-variables-filter): While ignoring duplicates,
1696 don't take `mode' into account.
1697 (hack-local-variables-filter, hack-dir-local-variables): Don't
1698 remove duplicate `mode' from local-variables-alist (like `eval').
1699
1700 2009-12-17 Juri Linkov <juri@jurta.org>
1701
1702 Make `dired-diff' more safe. (Bug#5225)
1703
1704 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1705 `current' or when `file' is a directory of the `current' file.
1706
1707 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1708
1709 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1710 unconditionally preloaded files.
1711
1712 2009-12-16 Juri Linkov <juri@jurta.org>
1713
1714 Revert to old 23.1 logic of using the file at the mark as default.
1715 * dired-aux.el (dired-diff): Use the file at the mark as default
1716 if it's not the same as the current file, and the target dir is
1717 the current dir or the mark is active. Add the current file
1718 as the arg of `dired-dwim-target-defaults'. Use the default file
1719 in the prompt. (Bug#5225)
1720
1721 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1724 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1725 (tramp-check-for-regexp): Check also, when an echoing shell stops
1726 to echo sent commands.
1727
1728 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * Makefile.in: Revert last change (Bug#5191).
1731
1732 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1733
1734 * vc-hg.el (vc-hg-print-log): Fix argument order.
1735 (vc-hg-working-revision): Make sure the command is executed in a
1736 known environment so that we can parse the output. (Bug#4417)
1737
1738 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * progmodes/python.el (python-symbol-completions): Remove text
1741 properties from symbol string before calling python-send-receive.
1742
1743 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1744
1745 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1746 when there are values for both file and line. (Bug#5060)
1747
1748 2009-12-14 Juri Linkov <juri@jurta.org>
1749
1750 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1751 whitespace after the file name of the first line of unified format,
1752 because git-diff doesn't output whitespace and file modification time
1753 after the file name.
1754
1755 2009-12-14 David Kastrup <dak@gnu.org>
1756
1757 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1758 check if it already has the `display' property added by
1759 `Info-display-images-node', and not put the `invisible' property
1760 in this case.
1761
1762 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1765 (semantic-mru-bookmark-mode): Doc fixes.
1766
1767 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1768 of assert.
1769
1770 2009-12-13 Glenn Morris <rgm@gnu.org>
1771
1772 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1773 (report-emacs-bug): In message-mode, sort manually before storing
1774 original report text. (Bug#5178)
1775 Remove superfluous save-excursion.
1776
1777 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1780 when responding to "GetAll" properties.
1781
1782 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * simple.el (compose-mail): Remove mail-setup-with-from from
1785 customization checks.
1786
1787 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1788
1789 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1790 RAR archives created on Unix systems.
1791
1792 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1795 the varalias that was accidentally removed by the 2009-11-19 change
1796 (bug#5186).
1797
1798 2009-12-12 Kenichi Handa <handa@m17n.org>
1799
1800 * language/indian.el (indian-compose-regexp): New function.
1801 (malayalam-composable-pattern): Fix the pattern.
1802 (composition-function-table): Set malayalam-composable-pattern for
1803 Malayalam characters.
1804
1805 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1808 rather than down-mouse-1, based on follow-link conventions.
1809
1810 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1811 are compiled.
1812
1813 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1814
1815 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1816 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1817 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1818 (verilog-leap-to-head, verilog-backward-token):
1819 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1820
1821 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1822
1823 * progmodes/verilog-mode.el (verilog-auto-lineup)
1824 (verilog-nameable-item-re): Cleanup user-visible spelling and
1825 documentation errors. One reported by Gary Delp.
1826 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1827 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1828 package, bug195. Reported by Pierre-David Pfister.
1829
1830 2009-12-11 Glenn Morris <rgm@gnu.org>
1831
1832 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1833
1834 * mail/emacsbug.el: No longer require sendmail.
1835 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1836 (report-emacs-bug-orig-text): Doc fix.
1837 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1838 New local variables, to adapt to different mail-user-agents.
1839 (report-emacs-bug): Fix test for a gnu.org address.
1840 Use overlays for emphasis, since font-lock defeats 'face property.
1841 Pretest bugs also end up at the newsgroup these days.
1842 Stop message-mode stripping text properties.
1843 Set and use the new buffer-local variables.
1844 (report-emacs-bug-hook): Add doc-string.
1845 Remove some unnecessary save-excursions and simplify.
1846 Use the appropriate hook and send-command.
1847
1848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1849 capitalization of some menu entries.
1850
1851 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1852
1853 * whitespace.el (whitespace-display-char-on): Ensure
1854 `buffer-display-table' is unique when two or more windows are
1855 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1856 New version 12.1.
1857
1858 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1859
1860 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1861 characters in the Attribute field.
1862
1863 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1864
1865 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1866
1867 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1870 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1871 Disregard autoload-excludes.
1872 (update-directory-autoloads): Obey autoload-excludes here instead.
1873 But don't store its contents in no-autoloads and remove entries that
1874 refer to excludes files.
1875
1876 2009-12-10 Glenn Morris <rgm@gnu.org>
1877
1878 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1879 (expand-mail-aliases): Define for compiler.
1880
1881 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1882 Define for compiler.
1883
1884 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1885 appropriate for the mail-user-agent in use.
1886
1887 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1888
1889 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1890
1891 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 Fix short log parsing and fontification.
1894 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1895 Fix fontification for the [merge] label.
1896
1897 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1898
1899 Drop some properties to avoid surprises.
1900 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1901 (hfy-fontify-buffer): Use it.
1902
1903 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 Minor cleanup.
1906 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1907 Adjust all callers.
1908 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1909 args compulsory. Adjust callers.
1910 (ffap-gopher-at-point): Remove unused var `name'.
1911
1912 Get rid of the ELCFILES abomination.
1913 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1914 (compile-elcfiles): New phony target.
1915 (compile-main): Compute ELCFILES dynamically.
1916 (compile-clean): New target to remove left-over elc files.
1917 (compile, all): Use it.
1918
1919 2009-12-09 Kenichi Handa <handa@etlken>
1920
1921 * international/mule-diag.el: Require help-mode instead of help-fns.
1922
1923 2009-12-09 Kenichi Handa <handa@m17n.org>
1924
1925 * international/mule-cmds.el (ucs-names): Supply sufficiently
1926 fine ranges instead of pre-calculating accurate ranges.
1927 Iterate with bigger gc-cons-threshold.
1928
1929 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1930
1931 Add support for stashing a snapshot of the current tree.
1932 * vc-git.el (vc-git-stash-snapshot): New function.
1933 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1934
1935 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1936
1937 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1938 instead of `(beginning|end)-of-line'.
1939
1940 2009-12-08 Glenn Morris <rgm@gnu.org>
1941
1942 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1943
1944 * Makefile.in (ELCFILES): Regenerate.
1945
1946 2009-12-07 Juri Linkov <juri@jurta.org>
1947
1948 Don't lazy-highlight the comint output in history Isearch mode.
1949
1950 * comint.el (comint-history-isearch-search): Instead of
1951 `comint-line-beginning-position', use `comint-after-pmark-p'
1952 to check if point if before the process mark, and go to
1953 `process-mark' in this case.
1954
1955 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * textmodes/tex-mode.el (latex-complete)
1958 (latex-indent-or-complete): Remove.
1959 (latex-mode): Set completion-at-point-functions instead.
1960
1961 Provide a standard completion command and hook it into TAB.
1962 * minibuffer.el (completion-at-point-functions): New var.
1963 (completion-at-point): New command.
1964 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1965 * progmodes/python.el (python-mode-map): Use completion-at-point.
1966 (python-completion-at-point): Rename from python-partial-symbol and
1967 adjust for use in completion-at-point-functions.
1968 (python-mode): Setup completion-at-point for Python completion.
1969 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1970 extracted from lisp-complete-symbol.
1971 (lisp-complete-symbol): Use it.
1972 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1973 setup completion-at-point for Elisp completion.
1974 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1975 Use completion-at-point.
1976 * ielm.el (ielm-map): Use completion-at-point.
1977 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1978 * progmodes/sym-comp.el: Move to...
1979 * obsolete/sym-comp.el: Move from progmodes.
1980
1981 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1982
1983 Prevent save-buffer in Rmail buffers from using the coding-system
1984 of the current message, and from clobbering the encoding mnemonics
1985 in the mode line (Bug#4623).
1986
1987 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1988 flag, too.
1989 (rmail-message-encoding): New variable.
1990 (rmail-write-region-annotate): Record the encoding of the current
1991 message in rmail-message-encoding.
1992 (rmail-after-save-hook): New function, restores the encoding of
1993 the current message after the message collection is saved.
1994
1995 2009-12-07 Juri Linkov <juri@jurta.org>
1996
1997 * progmodes/grep.el (grep-read-files): Use `completing-read'
1998 instead of `read-string'. Set its `collection' arg to
1999 `read-file-name-internal'. (Bug#4301)
2000
2001 2009-12-07 Juri Linkov <juri@jurta.org>
2002
2003 Correctly restore original Isearch point. (Bug#4994)
2004
2005 * isearch.el (isearch-mode): Move `isearch-push-state' after
2006 `(run-hooks 'isearch-mode-hook)'.
2007 (isearch-cancel): When `isearch-push-state-function' is defined,
2008 let-bind `isearch-cmds' to the first state (the last element of
2009 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2010 function and restores the original point). Otherwise, move point
2011 to `isearch-opoint'.
2012
2013 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2016 chars that don't have names, so the table can be built much faster at
2017 run-time.
2018
2019 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2022 change. Suggested by David Kastrup.
2023
2024 * simple.el (compose-mail): Check for incompatibilities and warn.
2025 (compose-mail-user-agent-warnings): New option.
2026
2027 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2028
2029 Support showing a single log entry from vc-annotate.
2030 * vc.el (print-log): Add a new argument: START-REVISION.
2031 (vc-print-log-internal): Add a new optional argument and
2032 pass it to the backend.
2033 (vc-print-log, vc-print-root-log): Adjust callers.
2034 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2035 buffer already displays the requested log entry, use it.
2036 Otherwise display only the log entry in question.
2037 * vc-svn.el (vc-svn-print-log):
2038 * vc-mtn.el (vc-mtn-print-log):
2039 * vc-hg.el (vc-hg-state):
2040 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2041 (vc-git-show-log-entry): Return t on success.
2042 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2043 (vc-bzr-show-log-entry): Return t on success.
2044 * vc-rcs.el (vc-rcs-print-log):
2045 * vc-sccs.el (vc-sccs-print-log):
2046 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2047
2048 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2049
2050 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2051 Add menus to the meta mode. (Bug#5043)
2052
2053 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2054
2055 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2056 event-key.
2057
2058 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2059
2060 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2061
2062 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2063 Berbain <raphael.berbain@gmail.com>.
2064
2065 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2066 characters.
2067 (tramp-initial-end-of-output): New defconst.
2068 (tramp-methods, tramp-find-shell)
2069 (tramp-open-connection-setup-interactive-shell)
2070 (tramp-maybe-open-connection): Use it.
2071 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2072 existence of `#' and `$'.
2073
2074 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2075 `tramp-initial-end-of-output'.
2076
2077 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2078
2079 Get the background mode from the terminal for xterm, and set
2080 faces accordingly.
2081 * term/xterm.el (xterm-set-background-mode): New function.
2082 (terminal-init-xterm): Use it in case xterm supports background
2083 color queries. Recompute faces after getting the background
2084 color.
2085
2086 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2087
2088 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2089 number comment back on its own line, for easier parsing.
2090
2091 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 Make it work for non-file buffers (bug#5102).
2094 * doc-view.el (doc-view-current-cache-dir):
2095 Use doc-view-buffer-file-name rather than buffer-file-name.
2096 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2097
2098 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2099
2100 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2101 author field is too short.
2102
2103 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2104
2105 * vc-git.el (vc-git-print-log): Handle a limit argument.
2106 Display the short log in graph form and with labels.
2107 (vc-git-log-view-mode): Handle labels.
2108
2109 Make vc-revert change VC state from 'added to 'unregistered.
2110 * vc-git.el (vc-git-revert): Call git reset first.
2111
2112 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2113
2114 * net/newst-backend.el, net/newst-plainview.el:
2115 * net/newst-reader.el, net/newst-ticker.el:
2116 * net/newst-treeview.el, net/newsticker.el:
2117 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2118
2119 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2122
2123 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2124 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2125 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2126 Update annotation regexp.
2127
2128 * simple.el (beginning-of-visual-line): Constrain to field
2129 boundaries (Bug#5106).
2130
2131 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2132
2133 * xml.el (xml-substitute-numeric-entities): Move
2134 newsticker--decode-numeric-entities in newst-backend.el to
2135 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2136 * net/newst-backend.el (newsticker--parse-generic-feed)
2137 (newsticker--parse-generic-items)
2138 (newsticker--decode-numeric-entities): Move
2139 newsticker--decode-numeric-entities in newst-backend.el to
2140 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2141
2142 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2143
2144 * progmodes/js.el (js--js-not): Add null to the list of values.
2145
2146 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2149
2150 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2151
2152 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2153 delimiter if it is at the end of the current line.
2154 (bibtex-generate-url-list): Fix docstring.
2155
2156 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2159 minibuffer's content with itself.
2160 Fold the confirm-after-completion case into the `confirm' case.
2161 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2162
2163 2009-12-06 Kevin Ryde <user42@zip.com.au>
2164
2165 * ffap.el (ffap-rfc-path): Make this a defcustom since
2166 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2167
2168 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2169 manuals, similar to existing setup for help-mode. (Bug#3913.)
2170
2171 2009-12-05 Juri Linkov <juri@jurta.org>
2172
2173 Save and restore dired buffer's point positions too. (Bug#4880)
2174
2175 * dired.el (dired-save-positions): Return in the first element
2176 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2177 Doc fix.
2178 (dired-restore-positions): First restore buffer's position.
2179 While restoring window's positions, check if window still displays
2180 the original buffer.
2181
2182 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2185 if possible.
2186
2187 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2188 Make argument optional.
2189
2190 * shell.el (shell): Require ansi-color (Bug#5113).
2191
2192 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2193
2194 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2195
2196 2009-12-05 Alan Mackenzie <acm@muc.de>
2197
2198 * progmodes/cc-mode.el (c-before-hack-hook)
2199 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2200 `c-file-style' to work again. This reversion restores the current
2201 software to its state in Emacs 23.1. (Bug#4146)
2202
2203 2009-12-05 Kevin Ryde <user42@zip.com.au>
2204
2205 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2206 comment-start-skip to comment-end-skip as comment (Bug#4781).
2207
2208 2009-12-05 Juri Linkov <juri@jurta.org>
2209
2210 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2211 for virtual nodes. (Bug#4147)
2212 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2213 when moving from a virtual node.
2214 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2215 (Info-mode): Add `Info-virtual-index' to the docstring.
2216
2217 2009-12-05 Eric Ludlam <zappo@gnu.org>
2218
2219 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2220 Describe project macro symbols.
2221
2222 * cedet/semantic/complete.el (semantic-complete-do-completion):
2223 Don't call semantic-collector-current-exact-match.
2224
2225 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2226 ede-objects as targets.
2227
2228 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2229 a target's object list even if compiler vars are already in the
2230 Makefile.
2231
2232 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2233 list of headers producing necessary macros.
2234
2235 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2236
2237 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2238 track of the buffer position of the end of a BibTeX entry as this
2239 position may change during reformatting.
2240 (bibtex-format-entry): Remove whitespace before processing
2241 numerical fields so that we recognize the latter properly.
2242 (bibtex-reformat): Do not use push which changes the global value
2243 of bibtex-entry-format.
2244 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2245 (bibtex-field-re-init): Replace only space characters by regexp
2246 for whitespace.
2247 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2248 (bibtex-initialize): Also update bibtex-strings.
2249 (bibtex-kill-field): Preserve white space at end of entry.
2250 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2251 Update bibtex-reference-keys.
2252
2253 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2256 point after a star, if that's the only place where modifications can
2257 make progress.
2258
2259 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2260
2261 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2262 in docstrings.
2263
2264 2009-12-04 Juri Linkov <juri@jurta.org>
2265
2266 * proced.el (proced): Call `(proced-update t)' to update process
2267 information instead of only running proced-post-display-hook.
2268 (proced-send-signal): Add a leading space to the buffer name
2269 " *Marked Processes*" to make this buffer ephemeral.
2270
2271 2009-12-04 Juri Linkov <juri@jurta.org>
2272
2273 * dired.el (dired-auto-revert-buffer): New defcustom.
2274 (dired-internal-noselect): Use it.
2275
2276 2009-12-04 Juri Linkov <juri@jurta.org>
2277
2278 Change roles of modes and functions in image-mode.el (Bug#5062).
2279
2280 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2281 in `auto-mode-alist'.
2282 (image-mode-previous-major-mode): New variable.
2283 (image-minor-mode-map): Rename from `image-mode-text-map'.
2284 (image-mode): Move graceful error-handling code from
2285 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2286 (image-minor-mode): Remove all image-handling code.
2287 Replace `image-mode-text-map' with `image-minor-mode-map'.
2288 Check for `image-type' in mode-line format string.
2289 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2290 (image-mode-as-text): New function with most code from
2291 `image-mode-maybe'.
2292 (image-toggle-display-text): Move code that removes image
2293 properties from `image-toggle-display' to here.
2294 (image-toggle-display-image): New function with code that adds
2295 image properties copied from `image-toggle-display'.
2296 (image-toggle-display): Remove most code with leaving only code
2297 that toggles between `image-mode-as-text' and `image-mode'.
2298
2299 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2300
2301 * net/newst-treeview.el
2302 (newsticker--treeview-list-highlight-start): Restored call to
2303 save-excursion: Selected item was stuck.
2304 (newsticker--treeview-list-select): New.
2305 (newsticker--treeview-item-show-text)
2306 (newsticker--treeview-item-show)
2307 (newsticker--treeview-item-update): Use new
2308 newsticker-treeview-item-mode.
2309 (newsticker-treeview-update): Keep current item.
2310 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2311 (newsticker--treeview-first-feed): Doc change.
2312 (newsticker-treeview-list-menu)
2313 (newsticker-treeview-item-menu): Added menu entries.
2314 (newsticker-treeview-item-mode): New.
2315
2316 * net/newst-backend.el (newsticker-customize): Delete other
2317 windows.
2318
2319 2009-12-04 Sam Steingold <sds@gnu.org>
2320
2321 * log-view.el (log-view-mode-map): "q" calls quit-window,
2322 like in all the other non-self-insert buffers.
2323
2324 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 Minor cleanup.
2327 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2328 key decoding rather than do it manually via last-input-event +
2329 ascii-character.
2330 (term-exec): Use delete-and-extract-region.
2331 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2332 (term-process-pager): Remove unused var `i'.
2333 (term-dynamic-simple-complete): Make obsolete.
2334 (serial-update-config-menu): Remove unused vars `y' and `str'.
2335 (term-update-mode-line): Remove unused var `temp'.
2336
2337 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2338
2339 Limit the number of log entries displayed by default.
2340 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2341 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2342 using a prefix argument.
2343
2344 2009-12-03 Glenn Morris <rgm@gnu.org>
2345
2346 * progmodes/idlwave.el (class): Restore still useful declaration.
2347
2348 2009-12-03 Alan Mackenzie <acm@muc.de>
2349
2350 Enhance `c-parse-state' to run efficiently in "brace deserts".
2351
2352 * progmodes/cc-mode.el (c-basic-common-init):
2353 Call c-state-cache-init.
2354 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2355 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2356 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2357
2358 * progmodes/cc-langs.el (c-before-font-lock-function):
2359 c-extend-and-neutralize-syntax-in-CPP has been renamed
2360 c-neutralize-syntax-in-and-mark-CPP.
2361
2362 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2363 with `category' properties now, not `syntax-table' ones.
2364
2365 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2366 enhanced (but slower) version of c-end-of-macro that won't land
2367 inside a literal or on another awkward character.
2368 (c-state-cache-too-far, c-state-cache-start)
2369 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2370 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2371 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2372 (c-state-min-scan-pos, c-state-brace-pair-desert)
2373 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2374 buffer local variables.
2375 (c-state-literal-at, c-state-lit-beg)
2376 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2377 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2378 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2379 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2380 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2381 (c-renarrow-state-cache)
2382 (c-append-lower-brace-pair-to-state-cache)
2383 (c-state-push-any-brace-pair, c-append-to-state-cache)
2384 (c-remove-stale-state-cache)
2385 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2386 (c-invalidate-state-cache-1, c-parse-state-1)
2387 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2388 (c-parse-state): Enhance and refactor.
2389 (c-debug-parse-state): Amend to deal with all the new variables.
2390
2391 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2392 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2393 modify to use category text properties rather than syntax-table ones.
2394 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2395 to switch off/on the syntactic paren property of C++ template
2396 delimiters using the category property.
2397 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2398 template delims suppressed.
2399 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2400 New constant/macros which apply category properties to the start
2401 and end of preprocessor constructs.
2402 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2403 "comment out" the syntactic value of characters in preprocessor
2404 constructs.
2405 (c-with-cpps-commented-out)
2406 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2407 with characters in all or all but one preprocessor constructs
2408 "commented out".
2409
2410 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2411
2412 * proced.el (proced-filter-alist): Use regexp-quote.
2413
2414 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2415
2416 Cleanup.
2417 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2418 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2419 arguments. Expand `default-directory'.
2420
2421 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2422 the benefit of returning an expanded localname.
2423 (tramp-tramp-file-p): Handle the case NAME is not a string.
2424
2425 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2426
2427 Add support for bzr shelve/unshelve.
2428 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2429 (vc-bzr-extra-menu-map): New variables.
2430 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2431 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2432 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2433 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2434 (vc-bzr-dir-extra-headers): Display shelves.
2435
2436 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2437
2438 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * textmodes/bibtex.el (bibtex-complete-internal):
2441 Use completion-in-region.
2442 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2443
2444 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2445
2446 Support applying stashes. Improve UI.
2447 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2448 (vc-git-stash-apply, vc-git-stash-pop)
2449 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2450 (vc-git-stash-menu): New functions.
2451 (vc-git-stash-menu-map): New variable.
2452 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2453
2454 2009-12-03 Glenn Morris <rgm@gnu.org>
2455
2456 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2457 (vc-print-log-internal): Fix previous change.
2458 (vc-revert): Correct pluralization.
2459
2460 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2463 it to be an alist any more.
2464 (makefile-complete): Use completion-in-region.
2465
2466 * progmodes/octave-mod.el (octave-complete-symbol):
2467 Use completion-in-region.
2468
2469 Misc cleanup.
2470 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2471 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2472 (idlwave-complete-class): Don't quote lambda.
2473 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2474 (idlwave-mode-map): Move initialization into declaration.
2475 (idlwave-action-and-binding): Use backquotes.
2476 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2477 Simplify.
2478 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2479 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2480 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2481 `parts', and `all-parts'.
2482 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2483 (idlwave-convert-xml-system-routine-info): Remove unused string
2484 `version-string'.
2485 (idlwave-display-user-catalog-widget): Use dolist.
2486 (idlwave-scanning-lib): Declare dynamically-scoped var.
2487 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2488 (completion-highlight-first-word-only): Declare to silence bytecomp.
2489 (idlwave-popup-select): Tighten scope of `resp'.
2490 (idlwave-find-struct-tag): Remove unused var `beg'.
2491 (idlwave-after-load-rinfo-hook): Declare.
2492 (idlwave-sintern-class-info): Remove unused var `taglist'.
2493 (idlwave-find-class-definition): Remove unused var `list'.
2494 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2495 (idlwave-what-module-find-class): Remove unused var `classes'.
2496
2497 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2498
2499 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2500
2501 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2504 buffers visited. Remove redundant current-buffer-saving.
2505
2506 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 Use completion-in-buffer and remove uses of dynamic scoping.
2509 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2510 (pascal-buffer-to-use, pascal-flag): Don't declare.
2511 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2512 (pascal-get-completion-decl, pascal-keyword-completion):
2513 Add `pascal-str' argument, save-excursion,
2514 return the found completions, and don't filter with pascal-pred.
2515 (pascal-completion-cache): New var.
2516 (pascal-completion): Don't switch buffer any more (it was never
2517 necessary). Don't save-excursion any more (it's done by the called
2518 subroutines). Use a cache to avoid redundant computations.
2519 Use complete-with-action rather than pascal-completion-response and
2520 let it apply the predicate as well.
2521 (pascal-complete-word): Use completion-in-buffer when
2522 pascal-toggle-completions is nil.
2523 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2524 not used any more.
2525 (pascal-comp-defun): Don't change buffer any more.
2526 Use complete-with-action rather than pascal-completion-response and
2527 let it apply the predicate as well.
2528 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2529 when neded.
2530
2531 2009-12-02 Kenichi Handa <handa@m17n.org>
2532
2533 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2534 shape for all Indic scripts.
2535
2536 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 Use completion-in-buffer.
2539 * wid-edit.el (widget-field-text-end): New function.
2540 (widget-field-value-get): Use it.
2541 (widget-string-complete, widget-file-complete)
2542 (widget-color-complete): Use it and completion-in-region.
2543 (widget-complete): Don't narrow the buffer.
2544
2545 2009-12-02 Glenn Morris <rgm@gnu.org>
2546
2547 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2548 (rmail-select-summary): Use rmail-pop-to-buffer.
2549 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2550 rmail-pop-to-buffer, to prevent horizontal splits.
2551
2552 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2553 save-excursion with save-current-buffer.
2554 Widen before searching. (Bug#5093)
2555 (diary-list-sexp-entries): Remove superfluous save-excursion.
2556
2557 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2558
2559 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2560 name. (Bug#5038)
2561
2562 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2563
2564 * ido.el (ido-file-internal): Handle filenames at point that do
2565 not have a directory part. (Bug#5049)
2566
2567 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2568
2569 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2570 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2571
2572 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2573
2574 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2575 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2576 any more.
2577
2578 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * comint.el (comint-insert-input): Ignore clicks to the right of
2581 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2582
2583 * vc.el (vc-print-log-internal): Don't wait for the process to
2584 terminate before setting up the major mode.
2585
2586 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2587 in case.
2588
2589 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2590 the last element.
2591
2592 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2593
2594 2009-12-01 Glenn Morris <rgm@gnu.org>
2595
2596 * window.el (window--display-buffer-2): Fix previous changes.
2597
2598 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2601
2602 2009-12-01 Glenn Morris <rgm@gnu.org>
2603
2604 * Makefile.in (ELCFILES): Add mpc.elc.
2605
2606 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * mpc.el: New file.
2609
2610 2009-12-01 Glenn Morris <rgm@gnu.org>
2611
2612 * window.el (window-to-use): Define for compiler.
2613
2614 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2615 consistent with others (no final period).
2616
2617 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2618 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2619
2620 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2621
2622 Make vc-print-log buttons work.
2623 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2624
2625 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2626
2627 * savehist.el (savehist-autosave-interval): Allow setting to nil
2628 through customize. (Bug#5056)
2629
2630 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2631
2632 Fix references to jit-lock properties.
2633 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2634 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2635 (perl-font-lock-special-syntactic-constructs):
2636 Quote jit-lock-defer-multiline property.
2637
2638 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2639
2640 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2641
2642 2009-11-30 Juri Linkov <juri@jurta.org>
2643
2644 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2645 value `buffer' of `multi-isearch-next-buffer-current-function'.
2646 Use `(current-buffer)' when `buffer' is nil.
2647 (multi-isearch-next-buffer-from-list): Don't fallback to
2648 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2649
2650 2009-11-30 Juri Linkov <juri@jurta.org>
2651
2652 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2653 of buffers with `get-buffer' to `multi-isearch-buffers'.
2654 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2655 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2656 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2657 FILES with `expand-file-name' converting relative file names
2658 to absolute. Doc fix. (Bug#4727)
2659
2660 2009-11-30 Juri Linkov <juri@jurta.org>
2661
2662 * misearch.el (multi-isearch-read-buffers)
2663 (multi-isearch-read-matching-buffers): New functions.
2664 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2665 Use them in the `interactive' spec. Doc fix.
2666 (multi-isearch-read-files, multi-isearch-read-matching-files):
2667 New functions.
2668 (multi-isearch-files, multi-isearch-files-regexp):
2669 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2670
2671 2009-11-30 Juri Linkov <juri@jurta.org>
2672
2673 * doc-view.el (doc-view-continuous):
2674 Rename from `doc-view-continuous-mode'.
2675 (doc-view-menu): Move "Toggle display" to the top.
2676 Add submenu "Continuous" with radio buttons "Off"/"On"
2677 and "Save as Default".
2678 (doc-view-scroll-up-or-next-page)
2679 (doc-view-scroll-down-or-previous-page)
2680 (doc-view-next-line-or-next-page)
2681 (doc-view-previous-line-or-previous-page): Rename
2682 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2683
2684 2009-11-30 Juri Linkov <juri@jurta.org>
2685
2686 * comint.el (comint-mode-map): Rebind `M-r' from
2687 `comint-previous-matching-input' to
2688 `comint-history-isearch-backward-regexp'.
2689 Unbind `M-s' to allow global key binding `M-s'.
2690 Add menu items for `comint-history-isearch-backward' and
2691 `comint-history-isearch-backward-regexp'. (Bug#3746)
2692
2693 2009-11-30 Juri Linkov <juri@jurta.org>
2694
2695 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2696 For def=recenter, replace `recenter' with `recenter-top-bottom'
2697 that is called with `this-command' and `last-command' let-bound
2698 to `recenter-top-bottom'. When the last `def' was not `recenter',
2699 set `recenter-last-op' to nil. (Bug#4981)
2700
2701 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 Minor cleanup and simplification.
2704 * filecache.el (file-cache-add-directory)
2705 (file-cache-add-directory-recursively)
2706 (file-cache-add-from-file-cache-buffer)
2707 (file-cache-delete-file-regexp, file-cache-delete-directory)
2708 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2709 (file-cache-temp-minibuffer-message): Delete function.
2710 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2711
2712 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2713 Don't signal an error when bumping into EOB in tr, s, or y.
2714
2715 2009-11-29 Juri Linkov <juri@jurta.org>
2716
2717 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2718 (Bug#4960)
2719
2720 * descr-text.el (describe-char-unidata-list): Use lowercase name
2721 for "Unicode name" like in other tags.
2722
2723 2009-11-29 Juri Linkov <juri@jurta.org>
2724
2725 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2726 New compatibility macro.
2727 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2728
2729 2009-11-29 Juri Linkov <juri@jurta.org>
2730
2731 Add defcustom to define the cycling order of `recenter-top-bottom'.
2732 (Bug#4981)
2733
2734 * window.el (recenter-last-op): Doc fix.
2735 (recenter-positions): New defcustom.
2736 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2737 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2738
2739 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2740
2741 Improve integration of Tramp and ange-ftp in eshell.
2742
2743 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2744 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2745 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2746
2747 * eshell/esh-util.el (top): Require also Tramp when compiling.
2748 (eshell-directory-files-and-attributes): Check for FTP remote
2749 connection.
2750 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2751 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2752 (eshell-file-attributes): Handle ".". Return `entry'.
2753
2754 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2755 (ange-ftp-directory-files-and-attributes)
2756 (ange-ftp-real-directory-files-and-attributes): New defuns.
2757
2758 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2759 shell with "exec" when possible. This prevents trailing prompts
2760 in `start-file-process'.
2761
2762 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 Try and remove assumptions about point-min==1.
2765 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2766 (rng-compute-mode-line-string): Show the validation percentage in
2767 terms of the narrowed text, not the widened text.
2768 (rng-do-some-validation): Don't catch internal errors when debugging.
2769 (rng-first-error): Simplify.
2770 (rng-after-change-function): Remove work around. AFAIK the bug has
2771 been fixed a while ago.
2772
2773 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2774 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2775
2776 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2777
2778 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2779 `cd' doesn't always do it for us (bug#5067).
2780
2781 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2782 on 2009-10-25 as part of some other change (bug#5067).
2783
2784 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2787 `suspicious'.
2788 (byte-compile-warnings): Use byte-compile-warning-types.
2789 (byte-compile-save-excursion): Warn about use of set-buffer right
2790 after save-excursion.
2791
2792 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2793 the excursion as well.
2794
2795 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2796
2797 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2798 providing a Tramp related implementation of "su" and "sudo".
2799 (eshell-unix-initialize): Add "su" and "sudo".
2800
2801 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2802
2803 * net/socks.el (socks-send-command): Convert binary request to
2804 unibyte before sending. This fixes mishandling of some port
2805 numbers such as 129.
2806
2807 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * help.el (describe-bindings-internal): Remove `interactive'.
2810
2811 * man.el (Man-completion-table): Trim a terminating "(".
2812 Remove the space between name page a section.
2813 Add the command's description on the `help-echo' property.
2814 Remove `process-connection-type' binding since it's unused by
2815 call-process.
2816 Provide completion for the "<section> <name>" format as well.
2817 (Man-default-man-entry): Remove spurious var shadowing the argument.
2818
2819 2009-11-26 Kevin Ryde <user42@zip.com.au>
2820
2821 * log-view.el: Add "Keywords: tools", since its other keywords
2822 aren't in finder-known-keywords, and following vc.el.
2823
2824 * sha1.el (sha1-string-external): default-directory "/" in case
2825 otherwise non-existent. process-connection-type pipe for touch of
2826 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2827
2828 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 Misc coding convention cleanups.
2831 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2832 hfy-init-kludge-hooks.
2833 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2834 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2835 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2836 and push.
2837 (hfy-slant, hfy-weight): Use tables rather than code.
2838 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2839 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2840 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2841 (hfy-face-to-css): Remove `nconc' with single arg.
2842 (hfy-p-to-face-lennart): Use `or'.
2843 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2844 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2845 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2846 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2847 (hfy-force-fontification): Use run-hooks.
2848
2849 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2850
2851 Various minor fixes.
2852 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2853 Javascript belongs in the header, not the body.
2854 (hfy-javascript): Remove.
2855 (hfy-fontify-buffer): Don't insert it any more.
2856 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2857 Fix bug in invis handling when there were no invis props in a chunk.
2858
2859 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2862
2863 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2864
2865 * finder.el (finder-mode-map): Add a menu.
2866
2867 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2868
2869 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2870 "unsigned" structs.
2871
2872 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2873 fork" statement better.
2874
2875 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2876
2877 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2878 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2879 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2880 Reported by Clay Douglass.
2881
2882 (verilog-auto-inst, verilog-auto-star-safe)
2883 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2884 Fix removing "// Interfaces" when saving .* expansions. Reported by
2885 Pierre-David Pfister.
2886
2887 2009-11-26 Glenn Morris <rgm@gnu.org>
2888
2889 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2890 the scope.
2891
2892 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2893
2894 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2895 Really use previous revision.
2896
2897 2009-11-25 Kevin Ryde <user42@zip.com.au>
2898
2899 * man.el (Man-completion-table): default-directory "/" in case
2900 doesn't otherwise exist. process-environment COLUMNS=999 so as
2901 not to truncate long names. process-connection-type pipe to avoid
2902 any chance of hitting the pseudo-tty TIOCGWINSZ.
2903 (man): completion-ignore-case t for friendliness and since man
2904 itself is case-insensitive on the command line.
2905 Further to Bug#3717.
2906
2907 * arc-mode.el: Add "Keywords: files", so the details in its
2908 commentary can be reached from finder-by-keyword.
2909 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2910 editing mode, but it's comms related and sgml-mode.el has "comm"
2911 on that basis too.
2912 * textmodes/bibtex-style.el: Add "Keywords: tex".
2913 * international/isearch-x.el, international/ja-dic-cnv.el:
2914 * international/ja-dic-utl.el, international/kkc.el:
2915 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2916
2917 2009-11-25 Juri Linkov <juri@jurta.org>
2918
2919 * man.el (Man-completion-table): Modify regexp to include
2920 section names to completion strings. (Bug#3717)
2921
2922 2009-11-25 Juri Linkov <juri@jurta.org>
2923
2924 Search recursively in gzipped files. (Bug#4982)
2925
2926 * progmodes/grep.el (grep-highlight-matches): Add new options
2927 `always' and `auto'. Doc fix.
2928 (grep-process-setup): Check `grep-highlight-matches' for
2929 `auto-detect' to determine the need to compute grep defaults.
2930 Move Windows/DOS specific --colors settings handling
2931 to `grep-compute-defaults'. Check `grep-highlight-matches'
2932 to get the value of "--color=".
2933 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2934 has the value `auto-detect'. Move Windows/DOS specific settings
2935 from `grep-process-setup'.
2936 (zrgrep): New command with alias `rzgrep'.
2937
2938 2009-11-25 Juri Linkov <juri@jurta.org>
2939
2940 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2941 to nil instead of switching off view-mode. (Bug#4896)
2942
2943 2009-11-25 Juri Linkov <juri@jurta.org>
2944
2945 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2946
2947 * mwheel.el (mwheel-scroll-up-function)
2948 (mwheel-scroll-down-function): New defvars.
2949 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2950 `scroll-up', and `mwheel-scroll-down-function' instead of
2951 `scroll-down'.
2952
2953 * doc-view.el (doc-view-scroll-up-or-next-page)
2954 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2955 Use this ARG in the call to image-scroll-up/image-scroll-down.
2956 Change `interactive' spec to "P". Goto next/previous page only
2957 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2958 SPC/DEL case). Doc fix.
2959 (doc-view-next-line-or-next-page)
2960 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2961 for consistency.
2962 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2963 `doc-view-scroll-up-or-next-page', and buffer-local
2964 `mwheel-scroll-down-function' to
2965 `doc-view-scroll-down-or-previous-page'.
2966
2967 2009-11-25 Juri Linkov <juri@jurta.org>
2968
2969 Provide additional default values (directories at other Dired
2970 windows) via M-n in the minibuffer of some Dired commands.
2971
2972 * dired-aux.el (dired-diff, dired-compare-directories)
2973 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2974 `minibuffer-default' in `minibuffer-with-setup-hook'.
2975 (dired-dwim-target-directory): Find a window that displays Dired
2976 buffer instead of failing when the next window is not Dired.
2977 Use `get-window-with-predicate' to find for the next Dired window.
2978 (dired-dwim-target-defaults): New function.
2979
2980 * ediff-util.el (ediff-read-file-name):
2981 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2982 in `minibuffer-with-setup-hook'.
2983
2984 2009-11-25 Juri Linkov <juri@jurta.org>
2985
2986 Provide additional default values (file name at point or at the
2987 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2988
2989 * minibuffer.el (read-file-name-defaults): New function.
2990 (read-file-name): Reset `minibuffer-default' to nil when
2991 it duplicates initial input `insdef'.
2992 Bind `minibuffer-default-add-function' to lambda that
2993 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2994 (minibuffer-insert-file-name-at-point): New command.
2995
2996 * files.el (file-name-at-point-functions): New defcustom.
2997 (find-file-default): Remove defvar.
2998 (find-file-read-args): Don't use `find-file-default'.
2999 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3000 to `read-file-name'.
3001 (find-file-literally): Use `read-file-name' with
3002 `confirm-nonexistent-file-or-buffer'.
3003
3004 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3005
3006 * dired.el (dired-read-dir-and-switches):
3007 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3008 to `read-file-name'.
3009 (dired-file-name-at-point): New function.
3010 (dired-mode): Add hook `dired-file-name-at-point' to
3011 `file-name-at-point-functions'.
3012
3013 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 Really make the *Completions* window soft-dedicated (bug#5030).
3016 * window.el (window--display-buffer-2): Add `dedicated' argument.
3017 (display-buffer): Pass it when needed so the dedicated flag is set
3018 after calling set-window-buffer, which would otherwise reset it.
3019
3020 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * progmodes/meta-mode.el (meta-complete-symbol):
3023 * progmodes/etags.el (complete-tag):
3024 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3025 Use completion-in-region.
3026
3027 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3028 (dabbrev-completion): Use completion-in-region.
3029 (dabbrev--abbrev-at-point): Simplify regexp.
3030
3031 * abbrev.el (abbrev--before-point): Use word-motion functions
3032 if :regexp is not specified (bug#5031).
3033
3034 * subr.el (string-prefix-p): New function.
3035
3036 * man.el (Man-completion-cache): New var.
3037 (Man-completion-table): Use it.
3038
3039 * vc.el (vc-print-log-internal): Make `limit' optional for better
3040 compatibility (e.g. with vc-annotate.el).
3041
3042 2009-11-24 Kevin Ryde <user42@zip.com.au>
3043
3044 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3045 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3046
3047 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3048 when .el source file not found or other error.
3049
3050 2009-11-24 Markus Triska <markus.triska@gmx.at>
3051
3052 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3053
3054 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 Handle the [back] button properly (bug#4979).
3057 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3058 Use help-setup-xref, help-buffer, and with-help-window.
3059 (describe-char): Add `buffer' argument.
3060 Pass proper command to help-setup-xref. Don't meddle with
3061 help-xref-stack-item directly.
3062 (describe-text-category): Use with-help-window and help-buffer.
3063
3064 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3065 for the displayed buffer (bug#4887).
3066
3067 * man.el (Man-completion-table): New function.
3068 (man): Use it.
3069
3070 2009-11-24 David Reitter <david.reitter@gmail.com>
3071
3072 * vc-git.el (vc-git-registered): Use checkout directory (where
3073 .git is) rather than the file's directory and a relative path spec
3074 to work around a bug in git.
3075
3076 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3077
3078 Improve handling of processes on remote hosts.
3079
3080 * eshell/esh-util.el (eshell-path-env): New defvar.
3081 (eshell-parse-colon-path): New defun.
3082 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3083
3084 * eshell/esh-ext.el (eshell-search-path):
3085 Use `eshell-parse-colon-path'.
3086 (eshell-remote-command): Remove argument HANDLER.
3087 (eshell-external-command): Check for FTP remote connection.
3088
3089 * eshell/esh-proc.el (eshell-gather-process-output):
3090 Use `file-truename', in order to start also symlinked files.
3091 Apply `start-file-process' instead of `start-process'.
3092 Shorten `command' to the local file name part.
3093
3094 * eshell/em-cmpl.el (eshell-complete-commands-list):
3095 Use `eshell-parse-colon-path'.
3096
3097 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3098
3099 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3100 to `eshell-directory-change-hook'.
3101
3102 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3103
3104 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3105 because it could be enabled automatically if view-read-only is non-nil.
3106
3107 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3108
3109 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3110 made on 2009-11-22.
3111
3112 2009-11-24 Glenn Morris <rgm@gnu.org>
3113
3114 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3115 deleted variable bookmark-bmenu-bookmark-column.
3116
3117 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3118 Move after definition of global-semantic-idle-tag-highlight-mode.
3119
3120 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3123
3124 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3125
3126 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3127 two slashes to the "file:" prefix.
3128 (browse-url-file-url): De-munge Cygwin filenames before passing
3129 them to Windows browser.
3130 (browse-url-default-windows-browser): Use call-process.
3131
3132 2009-11-23 Juri Linkov <juri@jurta.org>
3133
3134 Implement DocView Continuous mode. (Bug#4896)
3135 * doc-view.el (doc-view-continuous-mode): New defcustom.
3136 (doc-view-mode-map): Bind C-n/<down> to
3137 `doc-view-next-line-or-next-page', C-p/<up> to
3138 `doc-view-previous-line-or-previous-page'.
3139 (doc-view-next-line-or-next-page)
3140 (doc-view-previous-line-or-previous-page): New commands.
3141
3142 2009-11-23 Juri Linkov <juri@jurta.org>
3143
3144 Implement Isearch in comint input history. (Bug#3746)
3145 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3146 `isearch-mode-hook'.
3147 (comint-history-isearch): New defcustom.
3148 (comint-history-isearch-backward)
3149 (comint-history-isearch-backward-regexp): New commands.
3150 (comint-history-isearch-message-overlay): New buffer-local variable.
3151 (comint-history-isearch-setup, comint-history-isearch-end)
3152 (comint-goto-input, comint-history-isearch-search)
3153 (comint-history-isearch-message, comint-history-isearch-wrap)
3154 (comint-history-isearch-push-state)
3155 (comint-history-isearch-pop-state): New functions.
3156
3157 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3158
3159 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3160 return.
3161 (tramp-handle-make-symbolic-link)
3162 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3163 Quote file names.
3164 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3165 (tramp-handle-process-file): Use it.
3166
3167 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * window.el (move-to-window-line-last-op): Remove.
3170 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3171
3172 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3173
3174 Make M-r mirror the new cycling behavior of C-l.
3175 * window.el (move-to-window-line-last-op): New var.
3176 (move-to-window-line-top-bottom): New command.
3177 (global-map): Bind M-r move-to-window-line-top-bottom.
3178
3179 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3180
3181 * dired-x.el (dired-guess-shell-alist-default):
3182 Support xz format. (Bug#4953)
3183
3184 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * cedet/srecode/map.el (srecode-get-maps):
3187 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3188 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3189 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3190 (semantic-toggle-decoration-style):
3191 * cedet/semantic/decorate/include.el
3192 (semantic-decoration-include-describe)
3193 (semantic-decoration-unknown-include-describe)
3194 (semantic-decoration-unparsed-include-describe)
3195 (semantic-decoration-all-include-summary):
3196 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3197 * cedet/semantic/analyze/complete.el
3198 (semantic-analyze-possible-completions):
3199 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3200 (semantic-show-unmatched-syntax-mode)
3201 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3202 (semantic-highlight-func-mode):
3203 * cedet/semantic/util.el (semantic-describe-buffer):
3204 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3205 (semantic-symref-find-tags-by-name)
3206 (semantic-symref-find-tags-by-regexp)
3207 (semantic-symref-find-tags-by-completion)
3208 (semantic-symref-find-file-references-by-name)
3209 (semantic-symref-find-text):
3210 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3211 (senator-yank-tag):
3212 * cedet/semantic/scope.el (semantic-calculate-scope):
3213 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3214 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3215 (define-semantic-idle-service):
3216 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3217 (semantic-complete-analyze-inline-idle):
3218 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3219 * cedet/mode-local.el (describe-mode-local-bindings)
3220 (describe-mode-local-bindings-in-mode):
3221 * cedet/ede/make.el (ede-make-check-version):
3222 * cedet/ede/locate.el (ede-enable-locate-on-project):
3223 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3224 (cedet-idutils-version-check):
3225 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3226 (cedet-gnu-global-version-check):
3227 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3228 (cedet-cscope-version-check): Use called-interactively-p instead
3229 of interactive-p.
3230
3231 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3232 Use semantic-format-tag-prototype.
3233
3234 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3235
3236 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3237 last-command-char/last-command-event.
3238 (viper-prefix-arg-value): Do correct conversion of event-char for
3239 XEmacs.
3240
3241 * emulation/viper-util.el, emulation/viper.el:
3242 Use viper-last-command-char instead of
3243 last-command-char/last-command-event.
3244
3245 * ediff-init.el, ediff-mult.el, ediff-util.el:
3246 Replace last-command-char and last-command-event
3247 with (ediff-last-command-char) everywhere.
3248
3249 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3250 created in fundamental mode.
3251
3252 * ediff.el (ediff-version): Revert the change of interactive-p to
3253 called-interactively-p.
3254
3255 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3256
3257 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3258 generation from word-movement command names.
3259
3260 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3263 (semantic-complete-jump-local, semantic-complete-jump):
3264 Improve prompt string.
3265
3266 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3267
3268 * cus-start.el (all): Add native condition for font-use-system-font.
3269
3270 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3271
3272 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3273 Correct the patch from 2009-11-18. (Bug#3910)
3274
3275 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3276
3277 * progmodes/subword.el: Rename from lisp/subword.el.
3278
3279 * subword.el: Rename to progmodes/subword.el.
3280
3281 * Makefile.in (ELCFILES): Adapt to subword.el move.
3282
3283 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3284 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3287 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3288 (bookmark-bmenu-show-filenames): Use push.
3289 (bookmark-bmenu-hide-filenames): Use local var instead of
3290 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3291 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3292 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3293 filenames now that the bookmark names are always available.
3294
3295 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3298 (bookmark-search-pattern): Move and leave unbound.
3299 (bookmark-bmenu-mode-map): Change binding.
3300 (bookmark-read-search-input): Simplify.
3301 Don't use text-char-description. Don't error on non-char events.
3302 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3303 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3304 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3305 Use a local var for the timer.
3306 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3307 (i.e. bookmark-bmenu-search).
3308
3309 2009-11-21 Glenn Morris <rgm@gnu.org>
3310
3311 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3312
3313 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3314
3315 * net/browse-url.el (browse-url-default-windows-browser):
3316 Use cygstart for cygwin.
3317
3318 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3319
3320 * bookmark.el: Formatting and doc fixes only:
3321 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3322 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3323 Minor grammar and punctuation fixes in doc string.
3324 (bookmark-read-search-input): Adjust to fit within 80 columns.
3325
3326 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3327
3328 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3329 (c-backward-into-nomenclature): Adapt to subword renaming.
3330
3331 * subword.el (subword-forward, subword-backward, subword-mark)
3332 (subword-kill, subword-backward-kill, subword-transpose)
3333 (subword-downcase, subword-upcase, subword-capitalize)
3334 (subword-forward-internal, subword-backward-internal):
3335 Rename from forward-subword, backward-subword, mark-subword,
3336 kill-subword, backward-kill-subword, transpose-subwords,
3337 downcase-subword, upcase-subword, capitalize-subword,
3338 forward-subword-internal, backward-subword-internal.
3339
3340 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3341
3342 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3343 New options.
3344 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3345 New vars.
3346 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3347 (bookmark-bmenu-filter-alist-by-regexp)
3348 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3349 (bookmark-bmenu-search): New command.
3350 (bookmark-bmenu-mode-map): Bind it.
3351
3352 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3355
3356 * cedet/semantic/idle.el (define-semantic-idle-service)
3357 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3358
3359 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3360
3361 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3362 backward-subword to quit the byte-compiler.
3363
3364 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3365
3366 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3367
3368 * progmodes/cc-cmds.el (c-update-modeline)
3369 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3370 Refer to subword.el functions instead of cc-subword.el.
3371
3372 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3373 subword.el functions instead of cc-subword.el.
3374
3375 * progmodes/cc-subword.el: Rename to subword.el.
3376 * subword.el: Rename from progmodes/cc-subword.el.
3377 (subword-mode-map): Rename from c-subword-mode-map.
3378 (subword-mode): Rename from c-subword-mode.
3379 (global-subword-mode): New global minor mode.
3380 (forward-subword): Rename from c-forward-subword.
3381 (backward-subword): Rename from c-backward-subword.
3382 (mark-subword): Rename from c-mark-subword.
3383 (kill-subword): Rename from c-kill-subword.
3384 (backward-kill-subword): Rename from c-backward-kill-subword.
3385 (transpose-subwords): Rename from c-tranpose-subword.
3386 (downcase-subword): Rename from c-downcase-subword.
3387 (capitalize-subword): Rename from c-capitalize-subword.
3388 (forward-subword-internal): Rename from c-forward-subword-internal.
3389 (backward-subword-internal): Rename from c-backward-subword-internal.
3390
3391 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3392
3393 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3394 from a dired buffer.
3395 (vc-dired-deduce-fileset): New function.
3396 (vc-root-diff, vc-print-root-log): Use it.
3397
3398 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3399 nil LIMIT argument to vc-print-log-internal.
3400
3401 2009-11-20 Glenn Morris <rgm@gnu.org>
3402
3403 * Makefile.in (ELCFILES): Regenerate.
3404
3405 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3408
3409 * cedet/semantic.el: Enable idle-mode menu items only if
3410 global-semantic-idle-scheduler-mode is enabled.
3411 (semantic-default-submodes): Doc fix.
3412
3413 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3414 When turning off, disable other idle modes.
3415
3416 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3417
3418 * calc/calc.el (calc-set-mode-line):
3419 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3420 (math-format-number): Rename `math-format-complement-signed' to
3421 `math-format-twos-complement'.
3422
3423 * calc/calc-bin.el (math-format-twos-complement): Rename from
3424 math-format-complement-signed.
3425 (calc-radix): Rename `calc-complement-signed-mode' to
3426 `calc-twos-complement-mode'.
3427 (calc-octal-radix, calc-hex-radix): Add an argument for
3428 two's complement.
3429
3430 * calc/calc-embed.el (calc-embedded-mode-vars):
3431 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3432
3433 * calc/calc-ext.el (calc-init-extensions):
3434 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3435 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3436
3437 * calc/calc-units.el (math-build-units-table-buffer):
3438 Let `calc-twos-complement-mode' be nil.
3439
3440 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3441 entries.
3442
3443 * calc/calc-vec.el (calcFunc-vunpack):
3444 * calc/calc-aent.el (calc-do-calc-eval):
3445 * calc/calc-forms.el (math-format-date):
3446 * calc/calc-graph.el (calc-graph-plot):
3447 * calc/calc-math.el (math-use-emacs-fn):
3448 * calc/calccomp.el (math-compose-expr):
3449 Let `calc-twos-complement-mode' be nil.
3450
3451 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3454 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3455 * minibuffer.el (completion-in-region-functions): New hook.
3456 (completion-in-region): New function.
3457 * emacs-lisp/lisp.el (lisp-complete-symbol):
3458 * pcomplete.el (pcomplete-std-complete): Use it.
3459
3460 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3463 (latex-complete-alist): New vars.
3464 (latex-string-prefix-p, latex-complete-bibtex-keys)
3465 (latex-complete-envnames, latex-complete-refkeys)
3466 (latex-complete-data): New functions.
3467 (latex-complete, latex-indent-or-complete): New commands.
3468
3469 * window.el (display-buffer-mark-dedicated): New var.
3470 (display-buffer): Obey it.
3471 * minibuffer.el (minibuffer-completion-help): Use it.
3472
3473 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3474
3475 * filecache.el (file-cache-add-file): Use push and cons.
3476 (file-cache-delete-file-regexp): Use push.
3477 (file-cache-complete): Use completion-in-region.
3478
3479 * simple.el (with-wrapper-hook): Fix thinko.
3480
3481 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3482 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3483 Use with-current-buffer and string-to-number.
3484 (hfy-fallback-colour-values): Use assoc-string.
3485 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3486 (hfy-face-at): Remove unused var `found-face'.
3487 (hfy-compile-stylesheet): Remove unused var `css'.
3488 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3489 and `orig-buffer'.
3490 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3491 Use with-current-buffer.
3492 (hfy-text-p): Use expand-file-name and fewer setq.
3493
3494 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3495
3496 * htmlfontify.el, hfy-cmap.el: New files.
3497
3498 2009-11-19 Juri Linkov <juri@jurta.org>
3499
3500 * minibuffer.el (completions-format): New defcustom.
3501 (completion--insert-strings): Implement vertical format.
3502
3503 * simple.el (switch-to-completions): Move point to the first
3504 completion when point was at the beginning of the buffer.
3505
3506 2009-11-19 Juri Linkov <juri@jurta.org>
3507
3508 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3509
3510 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3511
3512 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3515 (mail-signature): Change default to t.
3516 (mail-from-style): Deprecate `system-default' value.
3517 (mail-insert-from-field): For default value of mail-from-style,
3518 default to `angles' unless `angles' needs quoting and `parens'
3519 does not.
3520 (mail-citation-prefix-regexp): Use citation regexp from
3521 message-mode.
3522
3523 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3524
3525 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3526 Set variables for computing the prompt for reading password.
3527
3528 2009-11-19 Glenn Morris <rgm@gnu.org>
3529
3530 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3531
3532 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3533
3534 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3535 (newsticker-treeview-listwindow-height): Fix custom type.
3536
3537 2009-11-19 Kenichi Handa <handa@m17n.org>
3538
3539 * descr-text.el (describe-char-padded-string): Compose with TAB
3540 only if there's a font for CH.
3541 (describe-char): Fix the condition for detecting a trivial composition.
3542
3543 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3544
3545 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3546 more accurate version of the regexp. (Bug#3910)
3547
3548 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3549
3550 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3551
3552 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3553
3554 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3555 (font-setting-change-default-font): Fix typo in docstring.
3556
3557 2009-11-18 Alan Mackenzie <acm@muc.de>
3558
3559 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3560
3561 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3562
3563 * font-setting.el (font-use-system-font): Move ...
3564
3565 * cus-start.el (all): ... to here.
3566
3567 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3568
3569 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3570 Don't set `ad-return-value' if `ad-do-it' doesn't.
3571
3572 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3573 modification time.
3574
3575 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3576
3577 * menu-bar.el: Put "Use system font" in Option-menu.
3578 (menu-bar-options-save): Add font-use-system-font.
3579
3580 * loadup.el: If feature system-font-setting or font-render-setting is
3581 there, load font-setting.
3582
3583 * Makefile.in (ELCFILES): Add font-settings.el.
3584 * font-setting.el: New file.
3585
3586 2009-11-17 Glenn Morris <rgm@gnu.org>
3587
3588 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3589
3590 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3591 Preserve point in the list buffer. (Bug#4939)
3592 Use point-at-eol.
3593 (newsticker--treeview-list-update-highlight)
3594 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3595
3596 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3597
3598 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3599 Remove.
3600
3601 * calc/calc-ext.el (calc-init-extensions): Remove references to
3602 symclip.
3603
3604 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3605
3606 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3607 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3608 `calc-symclip'.
3609
3610 2009-11-16 Kevin Ryde <user42@zip.com.au>
3611
3612 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3613 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3614
3615 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3616 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3617 Ignore trailing spaces by omit-nulls to split-string (fixing
3618 regression from Emacs 21 due to the incompatible split-string
3619 change). (Bug #4928.)
3620
3621 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 * vc.el (vc-log-show-limit): Default to 2000.
3624 (vc-print-log-internal): Insert buttons to request more entries
3625 when limiting the output.
3626
3627 * vc-sccs.el (vc-sccs-print-log):
3628 * vc-rcs.el (vc-rcs-print-log):
3629 * vc-cvs.el (vc-cvs-print-log):
3630 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3631 LIMIT is non-nil.
3632
3633 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3636 error when `tramp-gvfs-dbus-event-vector' is set.
3637 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3638
3639 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3642
3643 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3644
3645 * net/dbus.el (dbus-unregister-service): New defun.
3646 (dbus-register-property): Register the handlers of
3647 "org.freedesktop.DBus.Properties" for SERVICE.
3648 (dbus-property-handler): Fix docstring.
3649
3650 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3651
3652 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3653 Quote doc string reference in defvaralias as it is not in special form.
3654 (byte-compile-output-docform): Doc fix.
3655
3656 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3657
3658 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3659 (calc-complement-signed-mode): New variables.
3660 (calc-set-mode-line): Add indicator for twos-complements.
3661 (math-format-number): Format twos-complement notation.
3662
3663 * calc/calc-bin.el (calc-word-size): Reset the variables
3664 `math-2-word-size' and `math-half-2-word-size'.
3665 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3666 (calc-symclip): New functions.
3667
3668 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3669
3670 * calc/calc-embed.el (calc-embedded-mode-vars):
3671 Add `calc-complement-signed-mode' to the list of modes.
3672
3673 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3674 (calc-b-oper-keys): Add `calc-symclip' to list.
3675
3676 * calc/calc-ext.el (math-read-number-fancy): Read complement
3677 signed numbers.
3678 (calc-init-extensions): Add binding for `calc-symclip'.
3679 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3680
3681 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3682 `calc-symclip'.
3683 (calc-modes-menu): Add item for twos complement mode.
3684
3685 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3686
3687 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * register.el (jump-to-register, insert-register): Handle Semantic
3690 tags. From commented-out advice in semantic/senator.el.
3691
3692 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3693
3694 * vc.el (vc-log-show-limit): New variable.
3695 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3696 when using a prefix argument.
3697 (vc-print-log-internal): Add new argument LIMIT.
3698
3699 * vc-svn.el (vc-svn-print-log):
3700 * vc-mtn.el (vc-mtn-print-log):
3701 * vc-hg.el (vc-hg-print-log):
3702 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3703 pass it to the log command when set. Make the BUFFER argument
3704 non-optional.
3705
3706 * vc-sccs.el (vc-sccs-print-log):
3707 * vc-rcs.el (vc-rcs-print-log):
3708 * vc-git.el (vc-git-print-log):
3709 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3710 ignore it. Make the BUFFER argument non-optional
3711
3712 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3713
3714 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * dired.el (dired-mode-map): Move encryption items to "Operate"
3717 menu (Bug#4703).
3718
3719 * strokes.el (strokes-update-window-configuration): Make strokes
3720 buffer current before erasing (Bug#4906).
3721
3722 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3723 (semantic-idle-summary-mode): Define using define-minor-mode
3724 instead of define-semantic-idle-service.
3725 (semantic-idle-summary-mode): New function.
3726 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3727 that mouse motion does not reset the echo area.
3728
3729 2009-11-15 Juri Linkov <juri@jurta.org>
3730
3731 * simple.el (set-mark-default-inactive): Add :type, :group
3732 and :version. (Bug#4876)
3733
3734 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3737 (archive-unique-fname): ... here. (Bug#4929)
3738
3739 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3742 with a real fix.
3743
3744 * novice.el (disabled-command-function): Add useful args.
3745 Setup the help buffer so that [back] works.
3746 Remove redundant call to help-mode.
3747 (disabled-command-function): Use `case'.
3748 (en/disable-command): New function extracted from enable-command.
3749 (enable-command, disable-command): Use it.
3750
3751 2009-11-14 Glenn Morris <rgm@gnu.org>
3752
3753 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3754 constants. (Bug#4913)
3755
3756 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3757
3758 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3759
3760 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3761 defined in C that have no doc-strings. (Bug#1063)
3762
3763 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3764
3765 * cus-edit.el (data, files):
3766 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3767
3768 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3769
3770 * simple.el (shell-command): Doc fix (Bug#4891).
3771
3772 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3773
3774 2009-11-14 Glenn Morris <rgm@gnu.org>
3775
3776 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3777 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3778 If they are already loaded, eval-after-load will do the right thing.
3779
3780 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3781 compiling.
3782
3783 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3784
3785 * simple.el (x-selection-owner-p): Declare.
3786 (read-mail-command): Use custom radio type rather than choice.
3787 (completion-no-auto-exit): Doc fix.
3788
3789 * custom.el (defgroup):
3790 * epg-config.el (epg): Doc fixes.
3791
3792 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3793
3794 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3795 * international/ccl.el (define-ccl-program): Do not purecopy the
3796 docstring, defconst does it anyway.
3797
3798 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3801 a second time.
3802
3803 * x-dnd.el (x-dnd-maybe-call-test-function):
3804 * window.el (split-window-vertically):
3805 * whitespace.el (whitespace-help-on):
3806 * vc-rcs.el (vc-rcs-consult-headers):
3807 * userlock.el (ask-user-about-lock-help)
3808 (ask-user-about-supersession-help):
3809 * type-break.el (type-break-force-mode-line-update):
3810 * time-stamp.el (time-stamp-conv-warn):
3811 * terminal.el (te-set-output-log, te-more-break, te-filter)
3812 (te-sentinel, terminal-emulator):
3813 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3814 (term-write-input-ring, term-check-source, term-start-output-log):
3815 (term-display-buffer-line, term-dynamic-list-completions):
3816 (term-ansi-make-term, serial-term):
3817 * subr.el (selective-display):
3818 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3819 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3820 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3821 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3822 (speedbar-remove-localized-speedbar-support)
3823 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3824 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3825 (speedbar-buffers-line-directory):
3826 * simple.el (shell-command-on-region, append-to-buffer)
3827 (prepend-to-buffer):
3828 * shadowfile.el (shadow-save-todo-file):
3829 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3830 (scroll-bar-maybe-set-window-start):
3831 * sb-image.el (speedbar-image-dump):
3832 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3833 (load-save-place-alist-from-file):
3834 * ps-samp.el (ps-print-message-from-summary):
3835 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3836 (ps-background-image, ps-begin-job, ps-do-despool):
3837 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3838 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3839 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3840 (pr-call-process, pr-file-list, pr-interface-save):
3841 * novice.el (disabled-command-function)
3842 (enable-command, disable-command):
3843 * mouse.el (mouse-buffer-menu-alist):
3844 * mouse-copy.el (mouse-kill-preserving-secondary):
3845 * macros.el (kbd-macro-query):
3846 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3847 * informat.el (batch-info-validate):
3848 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3849 * hippie-exp.el (try-expand-dabbrev-visible):
3850 * help-mode.el (help-make-xrefs):
3851 * help-fns.el (describe-variable):
3852 * generic-x.el (bat-generic-mode-run-as-comint):
3853 * finder.el (finder-mouse-select):
3854 * find-dired.el (find-dired-sentinel):
3855 * filesets.el (filesets-file-close):
3856 * files.el (list-directory):
3857 * faces.el (list-faces-display, describe-face):
3858 * facemenu.el (list-colors-display):
3859 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3860 * epg.el (epg--process-filter, epg-cancel):
3861 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3862 (epa--read-signature-type):
3863 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3864 (emerge-file-names):
3865 * ehelp.el (electric-helpify):
3866 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3867 * ediff-vers.el (rcs-ediff-view-revision):
3868 * ediff-util.el (ediff-setup):
3869 * ediff-mult.el (ediff-append-custom-diff):
3870 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3871 (ediff-wordify):
3872 * echistory.el (Electric-command-history-redo-expression):
3873 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3874 * disp-table.el (describe-display-table):
3875 * dired.el (dired-find-buffer-nocreate):
3876 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3877 * dabbrev.el (dabbrev--same-major-mode-p):
3878 * chistory.el (list-command-history):
3879 * apropos.el (apropos-documentation):
3880 * allout.el (allout-obtain-passphrase):
3881 (allout-copy-exposed-to-buffer):
3882 (allout-verify-passphrase): Use with-current-buffer.
3883
3884 2009-11-13 Glenn Morris <rgm@gnu.org>
3885
3886 * Makefile.in (ELCFILES): Regenerate.
3887
3888 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3889
3890 * net/dbus.el (dbus-registered-objects-table): Rename from
3891 `dbus-registered-functions-table', because it contains also properties.
3892 (dbus-unregister-object): Unregister also properties.
3893 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3894 Use a timeout of 500 msec, in order to not block.
3895 (dbus-register-property, dbus-property-handler): New defuns.
3896
3897 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * simple.el (minibuffer-default-add-completions): Drop deprecated
3900 4th arg.
3901
3902 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3903
3904 * textmodes/artist.el (artist-mouse-choose-operation):
3905 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3906 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3907 (artist-compute-up-event-key): New function.
3908 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3909
3910 2009-11-13 Kenichi Handa <handa@m17n.org>
3911
3912 * language/japan-util.el: Make sure that the value of jisx0208
3913 property is jisx0208 character.
3914
3915 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3918 car or each item, not the whole list.
3919
3920 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * minibuffer.el (minibuffer-completion-help):
3923 Use minibuffer-hide-completions.
3924
3925 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3926
3927 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3928 (dired-revert): Use them (bug#4880).
3929
3930 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3933
3934 2009-11-12 Juri Linkov <juri@jurta.org>
3935
3936 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3937 New functions.
3938 (find-file-literally-at-point): Alias of `ffap-literally'.
3939
3940 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3941
3942 * textmodes/ispell.el (ispell-skip-region-alist):
3943 * textmodes/css-mode.el (auto-mode-alist):
3944 * progmodes/compile.el (auto-mode-alist):
3945 * international/mule.el (ctext-non-standard-encodings-alist)
3946 (ctext-non-standard-encodings-regexp):
3947 * simple.el (shell-command-switch, text-read-only):
3948 * replace.el (occur-mode-map):
3949 * paths.el (rmail-file-name):
3950 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3951 * find-file.el (ff-special-constructs):
3952 * files.el (file-name-handler-alist):
3953 * composite.el: Purecopy strings.
3954
3955 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3956
3957 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3958
3959 * widget.el (define-widget): Purecopy the docstring.
3960 * international/mule-cmds.el (charset): Do not purecopy the
3961 docstring here, define-widget does it.
3962
3963 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3964 * textmodes/bibtex-style.el (auto-mode-alist):
3965 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3966 * progmodes/compile.el (compile-command):
3967 * language/korea-util.el (default-korean-keyboard):
3968 * international/mule-conf.el (file-coding-system-alist):
3969 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3970 * tooltip.el (tooltip-frame-parameters):
3971 * newcomment.el (comment-end, comment-padding):
3972 * dired.el (dired-trivial-filenames):
3973 * comint.el (comint-file-name-prefix): Purecopy initial values.
3974
3975 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3976
3977 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3978 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3979 `tramp-unload'.
3980 (tramp-advice-make-auto-save-file-name)
3981 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3982 after removing the advice.
3983
3984 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3985
3986 * progmodes/grep.el (grep-regexp-alist):
3987 * international/mule-cmds.el (iso-2022-control-alist):
3988 * emacs-lisp/timer.el (timer-duration-words):
3989 * subr.el (version-separator, version-regexp-alist):
3990 * minibuffer.el (completion-styles-alist):
3991 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3992 Change defvars to defconsts.
3993
3994 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3995 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3996 * international/mule-conf.el: Allow to be byte compiled.
3997
3998 * international/mule.el (define-charset): Purecopy props.
3999 (load-with-code-conversion): Purecopy doc string and file name.
4000 (put-charset-property): Purecopy strings.
4001 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4002
4003 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4004 (define-char-code-property): Correctly purecopy the table.
4005
4006 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4007
4008 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4009
4010 * subr.el (add-hook): Purecopy strings.
4011 (eval-after-load): Purecopy load-history-regexp and the form.
4012
4013 * custom.el (custom-declare-group): Purecopy load-file-name.
4014
4015 * subr.el (menu-bar-separator): New defconst.
4016 * net/eudc.el (eudc-tools-menu):
4017 * international/mule-cmds.el (set-coding-system-map)
4018 (mule-menu-keymap):
4019 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4020 * vc-hooks.el (vc-menu-map):
4021 * replace.el (occur-mode-map):
4022 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4023 (menu-bar-edit-menu, menu-bar-goto-menu)
4024 (menu-bar-custom-menu, menu-bar-showhide-menu)
4025 (menu-bar-options-menu, menu-bar-tools-menu)
4026 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4027 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4028 (menu-bar-help-menu):
4029 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4030 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4031
4032 * term/x-win.el (x-gtk-stock-map):
4033 * progmodes/vera-mode.el (auto-mode-alist):
4034 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4035 (inferior-lisp-program, inferior-lisp-load-command):
4036 * progmodes/hideshow.el (hs-special-modes-alist):
4037 * progmodes/gud.el (same-window-regexps):
4038 * progmodes/grep.el (grep-program, find-program, xargs-program):
4039 * net/telnet.el (same-window-regexps):
4040 * net/rlogin.el (same-window-regexps):
4041 * language/ethiopic.el (font-ccl-encoder-alist):
4042 * vc-sccs.el (vc-sccs-master-templates):
4043 * vc-rcs.el (vc-rcs-master-templates):
4044 * subr.el (cl-assertion-failed):
4045 * simple.el (next-error-overlay-arrow-position):
4046 * lpr.el (lpr-command):
4047 * locate.el (locate-ls-subdir-switches):
4048 * info.el (same-window-regexps, info)
4049 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4050 * image-mode.el (image-mode, auto-mode-alist):
4051 * hippie-exp.el (hippie-expand-ignore-buffers):
4052 * format.el (format-alist):
4053 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4054 (find-name-arg):
4055 * facemenu.el (facemenu-keybindings):
4056 * dired.el (dired-listing-switches, dired-chown-program):
4057 * diff.el (diff-switches, diff-command):
4058 * cus-edit.el (same-window-regexps):
4059 * bindings.el (mode-line-mule-info)
4060 (mode-line-buffer-identification): Purecopy strings.
4061
4062 2009-11-11 Juri Linkov <juri@jurta.org>
4063
4064 * simple.el (dired-get-filename) <declare-function>:
4065 Tell the byte-compiler about dired-get-filename.
4066 (shell-command): In Dired mode, get filename from the current line
4067 as the default value.
4068
4069 2009-11-10 Glenn Morris <rgm@gnu.org>
4070
4071 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4072 * calendar/holidays.el, progmodes/cperl-mode.el:
4073 Update x-popup-menu declarations.
4074
4075 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4076 (list-load-path-shadows): Use dolist.
4077 (list-load-path-shadows): Use with-current-buffer.
4078
4079 2009-11-10 Juri Linkov <juri@jurta.org>
4080
4081 * minibuffer.el (read-file-name): Support a list of default values
4082 in `default-filename'. Use the first file name where only one
4083 element is required. Doc fix.
4084
4085 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * net/dbus.el (dbus-unregister-object): Release service, if no
4088 other method is registered for it.
4089
4090 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4091
4092 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4093 bookmark-sort-flag is non-nil (Bug#4653).
4094
4095 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4098 the progress reporter entirely.
4099
4100 * emulation/cua-base.el: Add CUA property to some CC mode commands
4101 (Bug#4100).
4102
4103 2009-11-08 Kevin Ryde <user42@zip.com.au>
4104
4105 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4106 at end of sentence (Bug#4818).
4107
4108 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4109
4110 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4111 Handle "see declaration of" MSFT statements (Bug#4100).
4112
4113 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4114
4115 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4116 (tramp-advice-file-expand-wildcards): Unload via
4117 `ad-remove-advice'.
4118
4119 * net/trampver.el: Update release number.
4120
4121 2009-11-08 Kevin Ryde <user42@zip.com.au>
4122
4123 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4124 `ad-do-it'.
4125
4126 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4127
4128 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4129 in order to keep context in SELinux.
4130
4131 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * dired-aux.el (dired-query): Place cursor in echo area and allow
4134 C-g.
4135
4136 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4137 menu item if not on a directory (Bug#4701).
4138
4139 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4140
4141 Sync with Tramp 2.1.17.
4142
4143 * net/tramp.el (tramp-handle-copy-directory): Don't use
4144 `file-remote-p' (due to compatibility).
4145
4146 * net/tramp-compat.el (tramp-compat-copy-directory)
4147 (tramp-compat-delete-directory): New defuns.
4148
4149 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4150 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4151 `tramp-compat-delete-directory'.
4152
4153 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4154 (tramp-smb-handle-delete-directory): Use
4155 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4156
4157 * net/trampver.el: Update release number.
4158
4159 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * tar-mode.el (tar-copy): Call write-region on the right buffer
4162 (Bug#4857).
4163
4164 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4165 by hand, if necessary (Bug#4878).
4166
4167 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4170 align size column (Bug#4839).
4171
4172 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4173 statement.
4174
4175 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4176
4177 * progmodes/ld-script.el (auto-mode-alist):
4178 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4179
4180 * cus-face.el (custom-declare-face): Purecopy face spec.
4181
4182 2009-11-06 Kenichi Handa <handa@m17n.org>
4183
4184 * international/uni-bidi.el: Re-generated.
4185 * international/uni-category.el: Re-generated.
4186 * international/uni-combining.el: Re-generated.
4187 * international/uni-mirrored.el: Re-generated.
4188
4189 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4190
4191 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4192 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4193 (tex-start-options, slitex-run-command, latex-run-command)
4194 (tex-run-command, tex-directory):
4195 * textmodes/ispell.el (ispell-html-skip-alists)
4196 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4197 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4198 (adaptive-fill-regexp):
4199 * textmodes/dns-mode.el (auto-mode-alist):
4200 * progmodes/python.el (interpreter-mode-alist):
4201 * progmodes/etags.el (tags-compression-info-list):
4202 * progmodes/etags.el (tags-file-name):
4203 * net/browse-url.el (browse-url-galeon-program)
4204 (browse-url-firefox-program):
4205 * mail/sendmail.el (mail-signature-file)
4206 (mail-citation-prefix-regexp):
4207 * international/mule-conf.el (eight-bit):
4208 * international/latexenc.el (latex-inputenc-coding-alist):
4209 * international/fontset.el (x-pixel-size-width-font-regexp):
4210 * emacs-lisp/warnings.el (warning-type-format):
4211 * emacs-lisp/trace.el (trace-buffer):
4212 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4213 (emacs-lisp-mode-map):
4214 * calendar/holidays.el (holiday-solar-holidays)
4215 (holiday-bahai-holidays, holiday-islamic-holidays)
4216 (holiday-christian-holidays, holiday-hebrew-holidays)
4217 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4218 (hebrew-holidays-1, holiday-oriental-holidays)
4219 (holiday-general-holidays):
4220 * x-dnd.el (x-dnd-known-types):
4221 * tool-bar.el (tool-bar):
4222 * startup.el (site-run-file):
4223 * shell.el (shell-dumb-shell-regexp):
4224 * rfn-eshadow.el (file-name-shadow-tty-properties)
4225 (file-name-shadow-properties):
4226 * paths.el (remote-shell-program, news-directory):
4227 * mouse.el ([C-down-mouse-3]):
4228 * menu-bar.el (menu-bar-tools-menu):
4229 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4230 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4231 (jka-compr-compression-info-list):
4232 * isearch.el (search-whitespace-regexp):
4233 * image-file.el (image-file-name-extensions):
4234 * find-dired.el (find-ls-option):
4235 * files.el (directory-listing-before-filename-regexp)
4236 (directory-free-space-args, insert-directory-program)
4237 (list-directory-brief-switches, magic-fallback-mode-alist)
4238 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4239 (automount-dir-prefix):
4240 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4241 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4242 (face-font-registry-alternatives, face-font-registry-alternatives)
4243 (face-font-family-alternatives):
4244 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4245 (facemenu-foreground-menu, facemenu-face-menu):
4246 * epa-hook.el (epa-file-name-regexp):
4247 * dnd.el (dnd-protocol-alist):
4248 * textmodes/rst.el (auto-mode-alist):
4249 * button.el (default-button): Purecopy strings.
4250
4251 2009-11-06 Glenn Morris <rgm@gnu.org>
4252
4253 * Makefile.in (ELCFILES): Update.
4254
4255 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4258 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4259
4260 * nxml/xsd-regexp.el (xsdre-gen-categories):
4261 * nxml/xmltok.el (xmltok-parse-entity):
4262 * nxml/rng-parse.el (rng-parse-validate-file):
4263 * nxml/rng-maint.el (rng-format-manual)
4264 (rng-manual-output-force-new-line):
4265 * nxml/rng-loc.el (rng-save-schema-location-1):
4266 * nxml/rng-cmpct.el (rng-c-parse-file):
4267 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4268 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4269
4270 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4271
4272 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4273 Remove extra save-excursions and make-variable-buffer-local's.
4274 Suggested by Stefan Monnier.
4275
4276 (verilog-getopt-file, verilog-module-inside-filename-p)
4277 (verilog-set-define): Merge GNU 1.35 and repair changes from
4278 switching to using with-current-buffer.
4279
4280 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4281 being treated as a number and confusing AUTORESET.
4282 Reported by Dan Dever.
4283
4284 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4285 Add verilog-auto-ignore-concat to fix backward compatibility with
4286 older verilog-modes. Reported by Dan Katz.
4287
4288 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4289 containing closing anchors "...$".
4290
4291 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4292 Reported by Wade Smith.
4293
4294 (verilog-batch-execute-func): Comment on function usage.
4295
4296 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4297
4298 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4299 for labels.
4300
4301 (verilog-label-re, verilog-calc-1): Support proper indent of named
4302 asserts.
4303
4304 (verilog-backward-token, verilog-basic-complete-re)
4305 (verilog-beg-of-statement, verilog-indent-re): Support proper
4306 indent of the assert statement at the beginning of a block of text.
4307
4308 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4309 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4310 tokens as begins.
4311
4312 2009-11-05 Glenn Morris <rgm@gnu.org>
4313
4314 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4315 Emacs 19. (Bug#1531)
4316 (byte-compile-fix-header): Update for the above change.
4317 Drop test for epoch::version.
4318
4319 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4320 * cus-dep.el (custom-make-dependencies):
4321 * finder.el (finder-compile-keywords):
4322 Use autoload-rubric's feature argument.
4323
4324 * calendar/diary-lib.el (top-level): Make load behave more like require.
4325
4326 * vc-git.el (vc-git-stash-map): Move definition before use.
4327
4328 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4329
4330 * custom.el (custom-declare-group): Purecopy standard-value.
4331 (custom-declare-group): Purecopy custom-prefix.
4332
4333 * international/mule.el (load-with-code-conversion):
4334 Call do-after-load-evaluation unconditionally.
4335
4336 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4337
4338 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4341
4342 2009-11-04 Glenn Morris <rgm@gnu.org>
4343
4344 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4345 (byte-compile-compatibility): Remove option.
4346 (byte-compile-close-variables, byte-compile-fix-header)
4347 (byte-compile-insert-header, byte-compile-output-docform)
4348 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4349 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4350 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4351 (byte-compile-insert, byte-compile-defun):
4352 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4353 (byte-defop-compiler19): Remove.
4354 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4355 used by anything. Replace all calls with byte-defop-compiler.
4356
4357 2009-11-04 Juri Linkov <juri@jurta.org>
4358
4359 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4360 (menu-bar-options-menu): Don't quote the `prop' arg of
4361 `menu-bar-make-mm-toggle'.
4362
4363 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * calendar/calendar.el (cal-loaddefs):
4366 * calendar/diary-lib.el (diary-loaddefs):
4367 * calendar/holidays.el (hol-loaddefs):
4368 * eshell/esh-module.el (esh-groups): Load rather than require.
4369
4370 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4373 point-min==1.
4374 (todo-top-priorities): Only display-buffer when called interactively.
4375 (todo-item-start): Don't save excursion point.
4376 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4377 (todo-insert-item-here, todo-file-item, todo-remove-item):
4378 Adjust uses of todo-item-start and todo-item-end.
4379
4380 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4381 (autoload-rubric): Don't use any more.
4382 * cedet/semantic/fw.el (semantic/loaddefs):
4383 * cedet/srecode.el (srecode/loaddefs):
4384 * cedet/ede.el (ede/loaddefs): Load rather than require.
4385 * cedet/ede/cpp-root.el:
4386 * cedet/ede/emacs.el:
4387 * cedet/ede/files.el:
4388 * cedet/ede/linux.el:
4389 * cedet/ede/locate.el:
4390 * cedet/ede/make.el:
4391 * cedet/ede/shell.el:
4392 * cedet/ede/speedbar.el:
4393 * cedet/ede/system.el:
4394 * cedet/ede/util.el:
4395 * cedet/semantic/analyze.el:
4396 * cedet/semantic/bovine.el:
4397 * cedet/semantic/complete.el:
4398 * cedet/semantic/ctxt.el:
4399 * cedet/semantic/db-file.el:
4400 * cedet/semantic/db-find.el:
4401 * cedet/semantic/db-global.el:
4402 * cedet/semantic/db-mode.el:
4403 * cedet/semantic/db-typecache.el:
4404 * cedet/semantic/db.el:
4405 * cedet/semantic/debug.el:
4406 * cedet/semantic/dep.el:
4407 * cedet/semantic/doc.el:
4408 * cedet/semantic/edit.el:
4409 * cedet/semantic/find.el:
4410 * cedet/semantic/format.el:
4411 * cedet/semantic/html.el:
4412 * cedet/semantic/ia-sb.el:
4413 * cedet/semantic/ia.el:
4414 * cedet/semantic/idle.el:
4415 * cedet/semantic/lex-spp.el:
4416 * cedet/semantic/lex.el:
4417 * cedet/semantic/mru-bookmark.el:
4418 * cedet/semantic/scope.el:
4419 * cedet/semantic/senator.el:
4420 * cedet/semantic/sort.el:
4421 * cedet/semantic/symref.el:
4422 * cedet/semantic/tag-file.el:
4423 * cedet/semantic/tag-ls.el:
4424 * cedet/semantic/tag-write.el:
4425 * cedet/semantic/tag.el:
4426 * cedet/semantic/util-modes.el:
4427 * cedet/semantic/analyze/complete.el:
4428 * cedet/semantic/analyze/refs.el:
4429 * cedet/semantic/bovine/c.el:
4430 * cedet/semantic/bovine/gcc.el:
4431 * cedet/semantic/bovine/make.el:
4432 * cedet/semantic/bovine/scm.el:
4433 * cedet/semantic/decorate/include.el:
4434 * cedet/semantic/decorate/mode.el:
4435 * cedet/semantic/symref/cscope.el:
4436 * cedet/semantic/symref/global.el:
4437 * cedet/semantic/symref/grep.el:
4438 * cedet/semantic/symref/idutils.el:
4439 * cedet/semantic/symref/list.el:
4440 * cedet/semantic/wisent/java-tags.el:
4441 * cedet/semantic/wisent/javascript.el:
4442 * cedet/srecode/compile.el:
4443 * cedet/srecode/cpp.el:
4444 * cedet/srecode/document.el:
4445 * cedet/srecode/el.el:
4446 * cedet/srecode/expandproto.el:
4447 * cedet/srecode/getset.el:
4448 * cedet/srecode/insert.el:
4449 * cedet/srecode/java.el:
4450 * cedet/srecode/map.el:
4451 * cedet/srecode/mode.el:
4452 * cedet/srecode/template.el:
4453 * cedet/srecode/texi.el: Remove the file-local setting of
4454 generated-autoload-feature.
4455
4456 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4457 and only put a prop if it is non-nil.
4458
4459 2009-11-03 Juri Linkov <juri@jurta.org>
4460
4461 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4462 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4463
4464 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4465 and "Menu" to make top-level menu item visually one unit (like
4466 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4467 multi-word menu items). Fix :help string for quit-window.
4468
4469 2009-11-03 Glenn Morris <rgm@gnu.org>
4470
4471 * cedet/mode-local.el (with-mode-local): Doc fix.
4472
4473 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4474 (byte-compile-file-form-define-abbrev-table)
4475 (byte-compile-file-form-custom-declare-variable)
4476 (byte-compile-variable-ref, byte-compile-defvar):
4477 Whether or not a warning is enabled should only affect whether we issue
4478 the warning, not whether or not we collect the relevant data.
4479 Eg warnings can be turned on and off throughout the course of a file.
4480
4481 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4482 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4483
4484 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4487 * play/mpuz.el (mpuz-create-buffer):
4488 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4489 (lm-print-y,s,noise, lm-print-w0, lm-init):
4490 * play/gomoku.el (gomoku-prompt-for-move):
4491 * play/fortune.el (fortune-in-buffer):
4492 * play/dissociate.el (dissociated-press):
4493 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4494 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4495 * mail/supercite.el (sc-eref-show):
4496 * mail/smtpmail.el (smtpmail-send-it):
4497 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4498 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4499 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4500 (rmail-summary-goto-msg, rmail-summary-expunge)
4501 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4502 (rmail-summary-add-label, rmail-summary-output-menu)
4503 (rmail-summary-output-body):
4504 * mail/rfc822.el (rfc822-addresses):
4505 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4506 * mail/mailpost.el (post-mail-send-it):
4507 * mail/hashcash.el (hashcash-generate-payment):
4508 * mail/feedmail.el (feedmail-run-the-queue)
4509 (feedmail-queue-send-edit-prompt-help-first)
4510 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4511 (feedmail-deduce-address-list):
4512 * eshell/esh-ext.el (eshell-remote-command):
4513 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4514 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4515 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4516 (viper-save-string-in-file, viper-valid-marker):
4517 * emulation/viper-keym.el (viper-toggle-key):
4518 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4519 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4520 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4521 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4522 (viper-exec-form-in-emacs, viper-brac-function):
4523 * emulation/viper.el (viper-delocalize-var):
4524 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4525 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4526 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4527 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4528 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4529 * emulation/edt.el (edt-electric-helpify):
4530 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4531 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4532 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4533 (cua-indent-to-global-mark-column):
4534 * calendar/diary-lib.el (calendar-mark-1):
4535 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4536 Use with-current-buffer.
4537 * emulation/viper.el (viper-delocalize-var): Use dolist.
4538
4539 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * comint.el (comint-replace-by-expanded-history-before-point):
4542 Replace !! with the previous input string literally (Bug#1795).
4543
4544 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4545
4546 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4547 to be made up of whitespace.
4548
4549 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * minibuffer.el (read-file-name): Don't use file dialogs for
4552 remote directories (Bug#99).
4553
4554 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4557
4558 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4559
4560 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4561 instead of deleting the window or frame.
4562
4563 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4566 Support face colors.
4567
4568 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4569 New function. Support face colors (Bug#1168).
4570 (tex-common-initialization): Use it.
4571
4572 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4573 mode allows it (Bug#1168).
4574
4575 2009-10-31 Juri Linkov <juri@jurta.org>
4576
4577 * facemenu.el (list-colors-display): Don't mark buffer as
4578 modified (Bug#3948).
4579
4580 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * international/mule-diag.el (list-character-sets-1): Minor
4583 message fix (Bug#3526).
4584
4585 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4586 face property (Bug#4834).
4587 (etags-list-tags, etags-tags-apropos-additional)
4588 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4589 property.
4590
4591 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4592 items.
4593
4594 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4595 items.
4596
4597 * cedet/ede.el (ede-minor-mode):
4598 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4599
4600 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * textmodes/two-column.el (2C-split):
4603 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4604 * textmodes/tex-mode.el (tex-set-buffer-directory):
4605 * textmodes/spell.el (spell-region, spell-string):
4606 * textmodes/reftex.el (reftex-erase-buffer):
4607 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4608 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4609 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4610 (reftex-select-item):
4611 * textmodes/reftex-ref.el (reftex-label-info-update)
4612 (reftex-offer-label-menu):
4613 * textmodes/reftex-index.el (reftex-index-change-entry)
4614 (reftex-index-phrases-info):
4615 * textmodes/reftex-global.el (reftex-create-tags-file)
4616 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4617 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4618 (reftex-view-crossref-from-bibtex):
4619 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4620 (reftex-extract-bib-entries-from-thebibliography)
4621 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4622 * textmodes/refbib.el (r2b-capitalize-title):
4623 (r2b-convert-buffer, r2b-help):
4624 * textmodes/page-ext.el (pages-directory)
4625 (pages-directory-goto-with-mouse):
4626 * textmodes/bibtex.el (bibtex-validate-globally):
4627 * textmodes/bib-mode.el (bib-capitalize-title):
4628 * textmodes/artist.el (artist-clear-buffer, artist-system):
4629 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4630 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4631 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4632 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4633 (xscheme-send-control-g-interrupt, xscheme-start-process)
4634 (xscheme-process-sentinel, xscheme-cd):
4635 * progmodes/verilog-mode.el (verilog-read-always-signals)
4636 (verilog-set-define, verilog-getopt-file)
4637 (verilog-module-inside-filename-p):
4638 * progmodes/sh-script.el:
4639 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4640 (python-pdbtrack-grub-for-buffer, python-execute-file):
4641 * progmodes/octave-inf.el (inferior-octave):
4642 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4643 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4644 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4645 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4646 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4647 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4648 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4649 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4650 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4651 (idlwave-shell-examine-display, idlwave-shell-run-region)
4652 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4653 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4654 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4655 (idlwave-help-get-help-buffer):
4656 * progmodes/gud.el (gud-basic-call, gud-find-class)
4657 (gud-tooltip-activate-mouse-motions-if-enabled):
4658 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4659 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4660 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4661 (ebrowse-tags-next-file):
4662 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4663 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4664 (ebnf-eps-finish-and-write):
4665 * progmodes/cpp.el (cpp-edit-save):
4666 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4667 * progmodes/cc-defs.el (c-emacs-features):
4668 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4669 (antlr-directory-dependencies):
4670 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4671 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4672 (ada-find-any-references, ada-make-filename-from-adaname)
4673 (ada-make-body-gnatstub):
4674 * obsolete/rnews.el (news-list-news-groups):
4675 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4676 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4677 * net/rcirc.el (rcirc-debug):
4678 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4679 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4680 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4681 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4682 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4683 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4684 (newsticker--treeview-list-clear-highlight)
4685 (newsticker--treeview-list-update-highlight)
4686 (newsticker--treeview-list-highlight-start)
4687 (newsticker--treeview-tree-update-highlight)
4688 (newsticker--treeview-get-selected-item)
4689 (newsticker-treeview-mark-list-items-old)
4690 (newsticker--treeview-set-current-node):
4691 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4692 * net/newst-backend.el (newsticker--get-news-by-funcall)
4693 (newsticker--get-news-by-wget, newsticker--image-get)
4694 (newsticker--image-sentinel):
4695 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4696 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4697 (eudc-ph-close-session):
4698 * net/eudc.el (eudc-save-options):
4699 * language/thai-word.el (thai-update-word-table):
4700 * language/japan-util.el (japanese-string-conversion):
4701 * international/titdic-cnv.el (tsang-quick-converter)
4702 (ziranma-converter, ctlau-converter):
4703 * international/mule-cmds.el (describe-language-environment):
4704 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4705 (skkdic-convert-postfix, skkdic-convert-prefix):
4706 (skkdic-convert-okuri-nasi, skkdic-convert):
4707 * emacs-lisp/re-builder.el (reb-update-overlays):
4708 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4709 * emacs-lisp/gulp.el (gulp-send-requests):
4710 * emacs-lisp/find-gc.el (trace-call-tree):
4711 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4712 (eieio-describe-generic):
4713 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4714 * emacs-lisp/edebug.el (edebug-outside-excursion):
4715 * emacs-lisp/debug.el (debugger-make-xrefs):
4716 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4717 * emacs-lisp/chart.el (chart-new-buffer):
4718 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4719 Use with-current-buffer.
4720 * textmodes/artist.el (artist-system): Don't call
4721 copy-sequence on a fresh string.
4722 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4723
4724 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4725
4726 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4727 is no item to edit. (Bug#4820)
4728 (todo-top-priorities): Restore point and restore narrowing in Todo
4729 buffer. (Bug#4820)
4730
4731 2009-10-31 Glenn Morris <rgm@gnu.org>
4732
4733 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4734 (comint-last-output-start, comint-last-input-start)
4735 (comint-last-input-end): Don't defvar when compiling.
4736 (ange-ftp-process-file): Use bound-and-true-p.
4737
4738 * pcmpl-rpm.el (top-level): Move provide statement to end.
4739 (pcmpl-rpm): Remove unused custom group.
4740
4741 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4742
4743 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4744
4745 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4746 (byte-compile-warnings): Add `constants' as an option.
4747 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4748 (display-call-tree): Update for byte-compile-fdefinition possibly
4749 returning `(macro lambda ...)'. (Bug#4778)
4750 (byte-compile-variable-ref, byte-compile-setq-default):
4751 Respect `constants' member of byte-compile-warnings.
4752
4753 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4754 Use mapc rather than mapcar because the return value is never used.
4755
4756 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4757 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4758 * cedet/semantic/html.el:
4759 Suppress harmless warnings about setting up semantic-imenu (not
4760 part of Emacs) variables.
4761
4762 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4765 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4766 to "submit:".
4767
4768 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4769 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4770 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4771 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4772 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4773 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4774 (semantic-analyzer-debug-global-symbol)
4775 (semantic-analyzer-debug-missing-innertype)
4776 (semantic-analyzer-debug-insert-include-summary):
4777 * cedet/semantic/util.el (semantic-file-tag-table):
4778 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4779 (semantic-recursive-find-nonterminal-by-name):
4780 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4781 * cedet/semantic/tag-file.el (semantic-prototype-file):
4782 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4783 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4784 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4785 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4786 (semantic-idle-summary-maybe-highlight):
4787 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4788 (semantic-ia-sb-tag-info):
4789 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4790 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4791 * cedet/semantic/ede-grammar.el (project-compile-target):
4792 (ede-proj-makefile-insert-variables):
4793 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4794 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4795 (semantic-debug-mode, semantic-debug):
4796 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4797 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4798 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4799 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4800 (semanticdb-find-translate-path-includes--internal)
4801 (semanticdb-reset-log, semanticdb-find-log-activity):
4802 * cedet/semantic/db-file.el (object-write):
4803 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4804 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4805 (semanticdb-create-ebrowse-database):
4806 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4807 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4808 (semantic-collector-calculate-completions-raw)
4809 (semantic-complete-read-tag-analyzer):
4810 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4811 * cedet/ede/util.el (ede-update-version-in-source):
4812 * cedet/ede/proj.el (project-delete-target):
4813 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4814 (ede-proj-flush-autoconf):
4815 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4816 (ede-proj-configure-synchronize):
4817 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4818 * cedet/ede/linux.el (ede-linux-version):
4819 * cedet/ede/emacs.el (ede-emacs-version):
4820 * cedet/ede/dired.el (ede-dired-add-to-target):
4821 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4822 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4823 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4824 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4825 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4826 (cedet-idutils-version-check):
4827 * cedet/cedet-global.el (cedet-gnu-global-call):
4828 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4829 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4830 * cedet/cedet-cscope.el (cedet-cscope-call)
4831 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4832 Use with-current-buffer.
4833 * cedet/ede.el (ede-make-project-local-variable)
4834 (ede-set-project-variables, ede-set): Use dolist.
4835
4836 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * textmodes/ispell.el (ispell-skip-region-alist):
4839 * international/mule-conf.el (eight-bit):
4840 * international/fontset.el (font-encoding-alist):
4841 * startup.el (pure-space-overflow-message):
4842 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4843 * paths.el (gnus-nntp-service, rmail-spool-directory)
4844 (term-file-prefix):
4845 * files.el (save-some-buffers-action-alist):
4846 * cmuscheme.el (same-window-buffer-names):
4847 * ielm.el (same-window-buffer-names):
4848 * shell.el (same-window-buffer-names):
4849 * mail/sendmail.el (same-window-buffer-names):
4850 * progmodes/inf-lisp.el (same-window-buffer-names):
4851 * bindings.el (mode-line-client)
4852 (mode-line-column-line-number-mode-map):
4853 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4854 (tibetan-precomposed-regexp): Purecopy string arguments.
4855
4856 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4859 (calcDigit-nondigit):
4860 * calc/calc-yank.el (calc-copy-to-buffer):
4861 * calc/calc-units.el (calc-invalidate-units-table):
4862 * calc/calc-trail.el (calc-trail-yank):
4863 * calc/calc-store.el (calc-insert-variables):
4864 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4865 * calc/calc-prog.el (calc-read-parse-table):
4866 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4867 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4868 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4869 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4870 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4871 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4872 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4873 * calc/calc-ext.el (calc-realign):
4874 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4875 (calc-embedded-finish-edit, calc-embedded-make-info)
4876 (calc-embedded-finish-command, calc-embedded-stack-change):
4877 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4878
4879 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4880 (overload-docstring-extension): Use that info.
4881 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4882 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4883 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4884 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4885 (semantic-nonterminal-full-name): Add the new `when' info.
4886 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4887 `assert'.
4888
4889 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4890 shell-dynamic-complete-filename in preference to
4891 comint-dynamic-complete-filename.
4892
4893 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4894 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4895 Don't consider whether the display supports colors.
4896 (bookmark-import-new-list): Use dolist.
4897 (bookmark-bmenu-mode-map): Move initialization into declaration.
4898 (bookmark-bmenu-list): Use dolist, simplify.
4899 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4900 (menu-bar-final-items): Use push.
4901
4902 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4903
4904 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4905 it works on remote files.
4906 (vc-hg-diff): Don't pass any `--cwd' argument.
4907
4908 2009-10-27 Kevin Ryde <user42@zip.com.au>
4909
4910 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4911 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4912 (Further to Bug#3921).
4913
4914 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4915
4916 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4917 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4918 calling `tramp-imap-put-file'. Add file size to the call.
4919 (tramp-imap-get-file-entries): Compute also user name, file size,
4920 and date.
4921 (tramp-imap-handle-insert-directory): Insert uid and gid.
4922 (tramp-imap-handle-file-attributes): Transform uid and gid
4923 according to `id-format'.
4924 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4925 size in header X-Size.
4926
4927 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4928
4929 * simple.el (transpose-subr): Give clearer error when the mark
4930 is not set. (Bug#4807)
4931
4932 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * net/tramp.el (tramp-perl-file-truename): New defconst.
4935 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4936 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4937 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4938 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4939
4940 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4941 Ignore `dired-call-process'.
4942 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4943
4944 2009-10-26 Julian Scheid <julians37@gmail.com>
4945
4946 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4947 (tramp-get-remote-readlink): New defun.
4948 (tramp-handle-file-truename): Use it.
4949 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4950 file exists if cache value present.
4951 (tramp-check-cached-permissions): New defun.
4952 (tramp-handle-file-readable-p): Use it.
4953 (tramp-handle-file-writable-p): Likewise.
4954 (tramp-handle-file-executable-p): Likewise.
4955 (tramp-handle-file-name-all-completions): Try using Perl to get
4956 partial completions. When perl not available, combine `cd' and
4957 `ls' into single remote operation and use shell expansion to get
4958 partial remote directory contents. Set `file-exists-p' cache for
4959 directory and any files returned by ls. Change cache handling to
4960 support partial directory contents. Use error message emitted by
4961 remote `cd' or Perl code for local tramp-error.
4962 (tramp-do-copy-or-rename-file-directly): Avoid separate
4963 tramp-send-command-and-check call.
4964 (tramp-handle-process-file): Merge three remote ops into one.
4965 Do not flush all caches when `process-file-side-effects' is set.
4966 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4967 file-attributes shows uid/gid to be set already.
4968
4969 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4970
4971 * textmodes/tex-mode.el (tex-dvi-view-command)
4972 (tex-show-queue-command, tex-open-quote):
4973 * progmodes/ruby-mode.el (auto-mode-alist)
4974 (interpreter-mode-alist): Purecopy strings.
4975
4976 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4977
4978 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4979 string for the hook, keymap and abbrev table.
4980
4981 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4982
4983 * x-dnd.el (x-dnd-xdnd-to-action):
4984 * startup.el (fancy-startup-text, fancy-about-text): Change to
4985 defconst from defvar.
4986
4987 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4988
4989 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4990 Purecopy initialization strings.
4991
4992 * mail/sendmail.el (mail-header-separator)
4993 (mail-personal-alias-file):
4994 * mail/rmail.el (rmail-default-dont-reply-to-names)
4995 (rmail-ignored-headers, rmail-retry-ignored-headers)
4996 (rmail-highlighted-headers, rmail-secondary-file-directory)
4997 (rmail-secondary-file-regexp):
4998 * files.el (null-device, file-name-invalid-regexp)
4999 (locate-dominating-stop-dir-regexp)
5000 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5001 (interpreter-mode-alist): Use mapcar instead of mapc.
5002
5003 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5004
5005 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5006 (completion-ignored-extensions):
5007 (debug-ignored-errors): Purecopy strings.
5008
5009 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5012 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5013 (pcomplete--here): Use push.
5014
5015 * subr.el (all-completions): Declare the 4th arg obsolete.
5016
5017 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5020 (pcomplete-unquote-argument): New function.
5021 (pcomplete--common-suffix): Always pay attention to case.
5022 (pcomplete--table-subvert): Quote and unquote the text.
5023 (pcomplete--common-quoted-suffix): New function.
5024 (pcomplete-std-complete): Use it and pcomplete-begin.
5025
5026 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5027 we're inside a dedicated or minibuffer window.
5028
5029 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * cedet/semantic/fw.el (semantic-alias-obsolete)
5032 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5033 (define-mode-overload-implementation):
5034 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5035 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5036 * cedet/semantic/util.el (semantic-file-token-stream)
5037 (semantic-something-to-stream):
5038 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5039 (semantic-expand-nonterminal):
5040 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5041 (semantic-find-dependency, semantic-find-nonterminal)
5042 (semantic-find-dependency):
5043 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5044 (semantic-flex-text, semantic-flex-make-keyword-table)
5045 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5046 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5047 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5048 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5049 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5050 (semantic-after-idle-scheduler-reparse-hooks):
5051 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5052 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5053 * cedet/semantic.el (semantic-toplevel-bovine-table)
5054 (semantic-toplevel-bovine-cache)
5055 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5056 (semantic-init-mode-hooks, semantic-init-db-hooks)
5057 (semantic-bovination-working-type): Provide the `when' arg.
5058
5059 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5060
5061 * bookmark.el: Update documentation, especially documentation
5062 of `bookmark-alist' and of the bookmark file format.
5063 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5064
5065 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5066
5067 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5068 keybindings apply to the mail buffer (Bug#4003). Shrink help
5069 window to buffer.
5070
5071 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5072 (global-whitespace-mode, global-whitespace-newline-mode)
5073 (whitespace-toggle-options, global-whitespace-toggle-options):
5074 Doc fix (Bug#3660).
5075
5076 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5077 of xmltok-start before the end tag was inserted (Bug#2840).
5078
5079 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5080 patterns that are preceded by an open-paren (Bug#1320).
5081
5082 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5083
5084 * files.el (delete-directory): Delete symlinks to directories with
5085 delete-file (Bug#4739).
5086
5087 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5090 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5091 argument to make-obsolete.
5092
5093 * cedet/semantic/fw.el (semantic-alias-obsolete)
5094 (semantic-varalias-obsolete): Add optional WHEN argument.
5095
5096 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * vc.el (vc-backend-for-registration): Rename from
5099 vc-get-backend-for-registration. Update callers.
5100
5101 * international/mule-cmds.el (set-language-info-alist):
5102 Purecopy lang-env.
5103 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5104 (charset): Purecopy the name.
5105 (define-char-code-property): Purecopy string arguments.
5106
5107 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5108 Purecopy string arguments.
5109
5110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5111 * ediff-hook.el (menu-bar-ediff-menu):
5112 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5113 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5114
5115 2009-10-24 Glenn Morris <rgm@gnu.org>
5116
5117 * comint.el (comint-dynamic-list-completions):
5118 * term.el (term-dynamic-list-completions): Use choose-completion rather
5119 than obsolete alias mouse-choose-completion.
5120
5121 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5122 file-cache-choose-completion.
5123 (file-cache-choose-completion): Handle an optional event argument.
5124 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5125
5126 * progmodes/octave-mod.el (octave-complete-symbol):
5127 Use choose-completion if mouse-choose-completion is ever removed.
5128
5129 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5130 use.
5131
5132 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5133 compiler.
5134
5135 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5136
5137 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5140 Ignore `pred' now that we receive one.
5141 Handle test-completion specially.
5142
5143 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5144
5145 * vc.el (vc-responsible-backend): Throw an error if not backend is
5146 found. Remove the REGISTER argument. Move the code dealing with
5147 REGISTER ...
5148 (vc-get-backend-for-registration): ... here. New function.
5149 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5150 of vc-responsible-backend, pass the file name instead of the
5151 directory name.
5152
5153 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5156 New funs.
5157 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5158 (pcomplete-comint-setup): Don't modify a global var via
5159 accidental side-effects.
5160 (pcomplete-shell-setup): Adjust call accordingly.
5161 (pcomplete-parse-comint-arguments): Use push.
5162
5163 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5166 Allow uncapitalized info node names (Bug#3921).
5167
5168 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5169 to the DEBUG file (Bug#3781).
5170
5171 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5172
5173 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5174 dictionary entry (Bug#4579).
5175
5176 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5179 from `rfn-eshadow-update-overlay-hook' when unloading.
5180 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5181 "rsyncc". Adjust doc string.
5182 (tramp-temp-buffer-file-name): New buffer-local defvar.
5183 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5184 Keep temporary file when indicated by method ("rsync" and
5185 "rsyncc").
5186 (tramp-handle-write-region): Handle APPEND.
5187 (tramp-delete-temp-file-function): New defun. Added to
5188 `kill-buffer-hook'.
5189
5190 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5193
5194 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5195
5196 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5197 (color-name-rgb-alist, tty-standard-colors)
5198 (tty-color-mode-alist): Change to defconst.
5199
5200 * simple.el (mark-inactive): Purecopy message.
5201
5202 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5203 (global-map, yank-menu):
5204 * textmodes/ispell.el (ispell-menu-map):
5205 * net/eudc.el (eudc-tools-menu):
5206 * international/mule-cmds.el (describe-language-environment-map)
5207 (setup-language-environment-map, set-coding-system-map)
5208 (mule-menu-keymap):
5209 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5210 * replace.el (occur-mode-map):
5211 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5212
5213 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5214
5215 * calc/calc.el (math-read-number, math-read-number-simple): Use
5216 `save-match-data'.
5217
5218 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5219
5220 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5221 rather than fiddling with global-map bindings, since it should only
5222 affect per-terminal settings.
5223 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5224
5225 * minibuffer.el (completion-table-with-terminator): Allow to specify
5226 the terminator-regexp.
5227
5228 * simple.el (switch-to-completions): Look for *Completions* in other
5229 frames as well.
5230
5231 * pcomplete.el: Allow the use of completion-tables.
5232 (pcomplete-std-complete): New command.
5233 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5234 (pcomplete--here): Use a function for `form' rather than an expression,
5235 so it can be byte-compiled.
5236 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5237 Add edebug declaration.
5238 (pcomplete-show-completions): Remove unused var `curbuf'.
5239 (pcomplete-do-complete, pcomplete-stub):
5240 Don't assume `completions' is a list of strings any more.
5241
5242 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * find-dired.el (find-name-arg): Fix typo in docstring.
5245
5246 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5249 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5250
5251 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5252 pcomplete-entries.
5253
5254 * comint.el (comint-read-input-ring, comint-write-input-ring)
5255 (comint-substitute-in-file-name)
5256 (comint-dynamic-complete-as-filename)
5257 (comint-dynamic-simple-complete)
5258 (comint-dynamic-list-filename-completions)
5259 (comint-dynamic-list-completions)
5260 (comint-redirect-results-list-from-process): Minor simplifications.
5261
5262 2009-10-21 Kevin Ryde <user42@zip.com.au>
5263
5264 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5265 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5266 the first form. And insert a blank line after ";;; Code" since
5267 that's usual style. (Bug#4612)
5268
5269 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5270
5271 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * minibuffer.el (completion-table-with-terminator): Properly implement
5274 boundaries, in case `terminator' appears in the suffix.
5275 (completion--embedded-envvar-table): Don't return boundaries if
5276 there's no valid completion. Simplify.
5277 (completion-file-name-table): New completion table extracted from
5278 completion--file-name-table.
5279 (completion--file-name-table): Use it.
5280 (read-file-name-predicate): Declare obsolete.
5281 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5282 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5283 completion-file-name-table, and use the `pred' argument.
5284 * files.el (locate-file-completion-table): Use the `pred' arg rather
5285 than read-file-name-predicate.
5286 (abbreviate-file-name): Use \` rather than ^ for BOS.
5287
5288 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5289
5290 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5291 vc-responsible-backend to register, it causes problems.
5292
5293 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5296
5297 2009-10-21 Eric Ludlam <zappo@gnu.org>
5298
5299 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5300 (semantic-c-debug-mode-init-pch): New functions.
5301 (semantic-c-debug-mode-init-last-mode): New var.
5302 (semantic-c-parse-lexical-token): Use them.
5303
5304 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5305 When extracting the argument list, limit only by point-max.
5306
5307 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5310 (tramp-smb-handle-file-attributes): Use it.
5311 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5312 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5313 `mapcar'. Use `tramp-smb-get-stat-capability'.
5314 Add `dired-filename' text properties.
5315 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5316 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5317 version.
5318
5319 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * subr.el (read-key-delay): Reduce to 0.01.
5322 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5323 (bug#4751).
5324
5325 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5328
5329 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5330 (Info-menu): Remove unused vars `last' and `completions'.
5331 (Info-index-nodes): Remove unused var `node'.
5332
5333 * info.el (Info-complete-menu-item): Use complete-with-action.
5334
5335 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 Make vc-annotate work through copies and renames.
5338 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5339 Return the file name too.
5340 (vc-annotate-revision-at-line)
5341 (vc-annotate-find-revision-at-line)
5342 (vc-annotate-revision-previous-to-line)
5343 (vc-annotate-show-log-revision-at-line): Update to get the file
5344 name from vc-annotate-extract-revision-at-line.
5345 (vc-annotate-show-diff-revision-at-line-internal): Change the
5346 argument to mean whether to show a file diff or not. Get the file
5347 name from vc-annotate-extract-revision-at-line.
5348 (vc-annotate-show-diff-revision-at-line):
5349 Update vc-annotate-show-diff-revision-at-line call.
5350 (vc-annotate-warp-revision): Add an optional file argument.
5351
5352 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5353 (vc-git-annotate-extract-revision-at-line): Also return the file
5354 name if found.
5355
5356 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5357 command. Remove unused code.
5358 (vc-hg-annotate-re): Update to match --follow output.
5359 (vc-hg-annotate-extract-revision-at-line): Also return the file
5360 name if found.
5361
5362 * vc.el: Update annotate-extract-revision-at-line documentation.
5363
5364 2009-10-18 Kevin Ryde <user42@zip.com.au>
5365
5366 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5367 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5368
5369 * net/browse-url.el (browse-url): Identify alist with "consp and
5370 not functionp" and let all other things go down the `apply' leg,
5371 as suggested by Stefan. (Further to bug#4531.)
5372
5373 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * minibuffer.el (read-file-name): Check for repeat before putting
5376 a default argument in file-name-history (Bug#4657).
5377
5378 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5379 read syntax (Bug#4737).
5380
5381 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5382
5383 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5384
5385 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5386 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5387 entries and make note of obsolete tags.
5388
5389 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5392
5393 2009-10-18 Glenn Morris <rgm@gnu.org>
5394
5395 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5396 grep, so that binary files (eg international/uni-bidi.el) can match.
5397 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5398 now, and in any case the file header format has changed.
5399
5400 2009-10-17 Glenn Morris <rgm@gnu.org>
5401
5402 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5403 (flyspell-get-word, flyspell-large-region)
5404 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5405
5406 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * Makefile.in (ELCFILES): Add ede/shell.
5409
5410 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * term/common-win.el (x-colors): Purecopy it.
5413
5414 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5417 permissive for when the buffer is empty.
5418 (tar-header-block-tokenize): Decode the username and groupname.
5419 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5420
5421 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * cedet/srecode/srt.el:
5424 * cedet/srecode/compile.el:
5425 * cedet/semantic/mru-bookmark.el:
5426 * cedet/semantic/debug.el:
5427 * cedet/semantic/complete.el:
5428 * cedet/semantic/analyze.el: Require CL when compiling.
5429
5430 2009-10-17 Eric Ludlam <zappo@gnu.org>
5431
5432 * cedet/semantic/scope.el
5433 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5434 tmpscope so that the regular scope will continue to work.
5435
5436 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5437 Use semantic-idle-summary-highlight-face as the highlighting.
5438
5439 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5440 contains multibyte characters, choose first applicable coding
5441 system automatically.
5442
5443 * cedet/ede/project-am.el (project-run-target): New method.
5444 (project-run-target): New method.
5445
5446 * cedet/ede.el (ede-target): Add run target menu item.
5447 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5448 (ede-run-target): New function.
5449 (ede-target::project-run-target): New method.
5450
5451 * cedet/ede/proj.el (project-run-target): New method.
5452
5453 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5454 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5455 Add :rules.
5456 (ede-proj-target-makefile-shared-object): Only libtool compilers
5457 now available. Add linkers for libtool.
5458 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5459 (ede-proj-makefile-target-name): Always use .la extension.
5460
5461 * cedet/ede/proj-prog.el (project-run-target): New method.
5462
5463 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5464 (ede-g++-linker): Change Change link lines.
5465
5466 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5467 When searching for old variables, go to the end of the buffer and
5468 search backward from there.
5469 (ede-proj-makefile-automake-insert-subdirs)
5470 (ede-proj-makefile-automake-insert-extradist): New methods.
5471 (ede-proj-makefile-create): Use them.
5472
5473 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5474 Force FILE to expand to the current target. Use file-exists-p to
5475 check that it exists.
5476
5477 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5478 (ede-linux-load): Wrap dir in file-name-as-directory.
5479 Set :version slot.
5480
5481 * cedet/ede/files.el (ede-get-locator-object): When enabling
5482 locate, do so on "top".
5483
5484 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5485 file-name-as-directory during compare.
5486 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5487 Get version number from different places. Don't call egrep.
5488 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5489 to set the directory.
5490
5491 * cedet/ede/shell.el: New file.
5492
5493 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5494 alpha/beta variants.
5495
5496 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * international/mule-cmds.el (select-safe-coding-system): If the file
5499 has a coding cookie, use it regardless of any other setting (bug#4712).
5500
5501 2009-10-17 Glenn Morris <rgm@gnu.org>
5502
5503 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5504 All errors should have messages.
5505
5506 * foldout.el (foldout-mouse-swallow-events):
5507 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5508
5509 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5510 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5511 (dired-keep-marker-symlink, dired-dwim-target)
5512 (dired-copy-preserve-time): Do not autoload these defcustoms.
5513
5514 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5515 messages from messing up the file coding. (Bug#4623)
5516
5517 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5518
5519 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5520 if no match is found for the current dictionary. (Bug#4578)
5521
5522 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5523 optional, since that is how it is documented, and this is often called
5524 with a nil argument. (Bug#4577)
5525 (flyspell-external-point-words, flyspell-auto-correct-word)
5526 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5527 (flyspell-word-search-backward): Remove nil argument in calls to
5528 flyspell-get-word, since it is not needed now.
5529
5530 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5531
5532 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5533
5534 2009-10-16 Glenn Morris <rgm@gnu.org>
5535
5536 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5537
5538 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5539
5540 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5541 (ange-ftp-file-size): New function.
5542 (ange-ftp-file-attributes): Use it.
5543
5544 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5545
5546 * net/tramp-smb.el (tramp-smb-version): New defvar.
5547 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5548 repeated checks.
5549
5550 2009-10-16 Glenn Morris <rgm@gnu.org>
5551
5552 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5553 Maybe copy some custom properties from old to new name. (Bug#4706)
5554
5555 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5556
5557 * subr.el (error, sit-for, start-process-shell-command)
5558 (start-file-process-shell-command): Set the calling convention
5559 after the function definition.
5560
5561 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * subr.el (error, sit-for, start-process-shell-command)
5564 (start-file-process-shell-command): Use the new
5565 set-advertised-calling-convention feature.
5566
5567 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5568
5569 * international/ucs-normalize.el (ucs-normalize-version):
5570 Change to 1.2.
5571 (check-range): Adjust for Unicode 5.2.
5572
5573 2009-10-15 Juri Linkov <juri@jurta.org>
5574
5575 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5576 to the `menu-item' format.
5577
5578 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5579
5580 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5581 if the environment variable does not exist.
5582
5583 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5584 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5585 parameter.
5586 (tramp-smb-handle-add-name-to-file)
5587 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5588 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5589 (tramp-smb-handle-file-attributes)
5590 (tramp-smb-do-file-attributes-with-stat)
5591 (tramp-smb-handle-file-local-copy)
5592 (tramp-smb-handle-insert-directory)
5593 (tramp-smb-handle-make-directory)
5594 (tramp-smb-handle-make-directory-internal)
5595 (tramp-smb-handle-make-symbolic-link)
5596 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5597 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5598 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5599 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5600 Handle long file names.
5601 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5602 process is running.
5603 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5604 Read share names with "-g" option.
5605
5606 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5607
5608 * net/rcirc.el (rcirc-view-log-file): New command.
5609 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5610 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5611 specified.
5612
5613 2009-10-15 Glenn Morris <rgm@gnu.org>
5614
5615 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5616 from the second command-line argument.
5617 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5618 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5619 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5620 w32-batch-update-autoloads.
5621 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5622 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5623
5624 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5625 the headers cannot be located. Simplify, subtracting superflous
5626 save-excursions.
5627
5628 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 Replace completion-base-size by completion-base-position to fix bugs
5631 such as (bug#4699).
5632 * simple.el (completion-base-position): New var.
5633 (completion-base-size): Mark as obsolete.
5634 (choose-completion): Make it work for mouse events as well.
5635 Pass the new base-position to choose-completion-string.
5636 (choose-completion-guess-base-position): New function, extracted from
5637 choose-completion-delete-max-match.
5638 (choose-completion-delete-max-match): Use it. Make obsolete.
5639 (choose-completion-string): Use the new base-position info.
5640 (completion-root-regexp): Delete.
5641 (completion-setup-function): Preserve completion-base-position.
5642 Eliminate obsolete base-size manipulation.
5643 * minibuffer.el (display-completion-list): Don't mess with base-size.
5644 (minibuffer-completion-help): Set completion-base-position instead.
5645 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5646 choose-completion.
5647 * textmodes/bibtex.el (bibtex-complete):
5648 * emacs-lisp/crm.el (crm--choose-completion-string):
5649 Adjust to new calling convention.
5650 * complete.el (partial-completion-mode): Use minibufferp to avoid
5651 bumping into incompatible change to choose-completion-string-functions.
5652 * ido.el (ido-choose-completion-string): Make its calling convention
5653 more permissive.
5654 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5655 base-size manipulation.
5656 (comint-dynamic-list-input-ring): Use dotimes and push.
5657 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5658 fundamental-mode. Use `or'.
5659
5660 2009-10-14 Juri Linkov <juri@jurta.org>
5661
5662 * misearch.el (multi-isearch-next-buffer-from-list)
5663 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5664
5665 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5668 `bytecomp.el'.
5669
5670 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5671 string we return is all made up of text from the completions rather
5672 than part from the completions and part from the input (bug#4219).
5673
5674 * ido.el (ido-everywhere): Use define-minor-mode.
5675
5676 * buff-menu.el (list-buffers, ctl-x-map):
5677 Mark the entry points with ;;;###autoload cookies.
5678
5679 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5680
5681 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5682 correctly in the detached head case.
5683 (vc-git-print-log): Remove unused binding.
5684
5685 * vc.el (vc-responsible-backend): When a directory is passed for
5686 for registration create a VC repository if no backend is
5687 responsible for the directory argument.
5688 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5689
5690 * vc.el: Move comments about RCS and SCCS ...
5691 * vc-rcs.el:
5692 * vc-sccs.el: ... here, respectively.
5693
5694 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * minibuffer.el (completion--file-name-table): Return nil if there's
5697 no file completion, even if substitute-in-file-name changed
5698 the string (bug#4708).
5699
5700 2009-10-13 Juri Linkov <juri@jurta.org>
5701
5702 * files-x.el (read-file-local-variable-value): Don't filter out
5703 minor modes from mode name completion (bug#4664).
5704
5705 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * international/mule-cmds.el (ucs-names): Remove exclusion of
5708 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5709
5710 2009-10-13 Kenichi Handa <handa@m17n.org>
5711
5712 * international/uni-name.el: Regenerated.
5713
5714 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5715
5716 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5717 should be automatically buffer-local, but isn't.)
5718
5719 2009-10-12 Sam Steingold <sds@gnu.org>
5720
5721 * progmodes/compile.el (compilation-next-error-function): Fix the
5722 timestamps if the buffer has been visited before.
5723 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5724 non-anchored patterns, like the perl one (bug#3928).
5725
5726 2009-10-12 Glenn Morris <rgm@gnu.org>
5727
5728 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5729 Let-bind `size'.
5730
5731 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5732
5733 * proced.el (proced-unload-function): New function.
5734
5735 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5736 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5737 Doc fix.
5738
5739 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5740
5741 2009-10-11 Juri Linkov <juri@jurta.org>
5742
5743 * files-x.el (read-file-local-variable-value):
5744 Provide default value only for bound variables (bug#4664).
5745
5746 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5747
5748 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5749 connection methods like smb.
5750
5751 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5752 can be empty.
5753
5754 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5755 (tramp-smb-file-name-handler-alist): Add handlers for
5756 `add-name-to-file', `make-symbolic-link'.
5757 (tramp-smb-handle-add-name-to-file)
5758 (tramp-smb-do-file-attributes-with-stat)
5759 (tramp-smb-handle-make-symbolic-link)
5760 (tramp-smb-get-cifs-capabilities): New defuns.
5761 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5762 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5763 (tramp-smb-handle-file-local-copy)
5764 (tramp-smb-handle-make-directory-internal)
5765 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5766 The file name syntax depends on cifs capabilities.
5767 (tramp-smb-handle-file-attributes):
5768 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5769 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5770 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5771
5772 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5775 (eieio-defclass): Apply deftype handler and setf-method properties
5776 directly.
5777 (eieio-add-new-slot): Avoid union function from cl library.
5778 (eieio--typep): New function.
5779 (eieio-perform-slot-validation): Use it.
5780
5781 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5782
5783 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5784 Update documentation to refer to the variables documented in r1.135.
5785 (Bug#4188)
5786
5787 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5788
5789 * bookmark.el (Info-suffix-list): Remove this unused variable.
5790 (bookmark-current-point): Remove this obsolete variable.
5791 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5792 Adjust for removal of bookmark-current-point.
5793
5794 (bookmarks-already-loaded, bookmark-current-buffer)
5795 (bookmark-yank-point): Document. (Bug#4188)
5796
5797 2009-10-10 Glenn Morris <rgm@gnu.org>
5798
5799 * frame.el (frame-height): Doc fix.
5800
5801 * calendar/calendar.el (calendar-split-width-threshold): New option.
5802 (calendar-basic-setup): Use calendar-split-width-threshold.
5803
5804 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5805
5806 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5807 Use .la for Automake.
5808
5809 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5812 Use "autoreconf -i". Suggested by Andreas Schwab.
5813
5814 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5817 Ideographic Supplement" range (U+1F200..U+1F2FF).
5818
5819 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5820
5821 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5822 since the list will have been rebuilt anyway. (Bug#4349)
5823
5824 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5825
5826 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5827 (bookmark-bmenu-execute-deletions): Don't save here, as
5828 bookmark-delete will now do so if necessary.
5829 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5830 (Bug#4348)
5831
5832 2009-10-09 Glenn Morris <rgm@gnu.org>
5833
5834 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5835
5836 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5837
5838 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5839 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5840 argument now, so the two function's behaviors will match. (Bug#3645)
5841
5842 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5843
5844 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5845 Fix filename test.
5846 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5847 to expand file names.
5848
5849 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5850
5851 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5852 (tramp-file-name-real-host, tramp-file-name-port):
5853 Apply `save-match-data'.
5854
5855 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5856 case both directories are remote.
5857 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5858 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5859
5860 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5863 (ede-proj-target-makefile-objectcode): Use it.
5864
5865 * cedet/ede/source.el (ede-want-any-source-files-p)
5866 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5867 Return search result. This error was introduced while merging.
5868
5869 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5870
5871 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5872
5873 2009-10-07 Glenn Morris <rgm@gnu.org>
5874
5875 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5876 of concat.
5877
5878 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 * files-x.el (read-file-local-variable): Include some
5881 non-user-variables in the completion table (bug#4664).
5882
5883 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5884
5885 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5886 message.
5887
5888 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5889 (tramp-smb-file-name-handler-alist): Add handler for
5890 `copy-directory', `expand-file-name', `set-file-modes'.
5891 (tramp-smb-handle-copy-directory)
5892 (tramp-smb-handle-expand-file-name)
5893 (tramp-smb-handle-set-file-modes): New defuns.
5894 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5895 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5896 entry.
5897 (tramp-smb-handle-insert-directory): Don't flush the cache.
5898 (tramp-smb-maybe-open-connection): Check for samba client and
5899 server versions.
5900
5901 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5902
5903 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5904 to not error out of search for "^lisp=" fails.
5905
5906 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * makefile.w32-in (WINS_UPDATES): New macro.
5909 (custom-deps, finder-data, autoloads): Use it.
5910
5911 2009-10-07 Glenn Morris <rgm@gnu.org>
5912
5913 * Makefile.in (autoloads): Revert previous change.
5914 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5915 the list of preloaded files passed on the command-line, get
5916 it from src/Makefile.
5917
5918 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5919 show the original buffer rather than a random one.
5920
5921 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5922
5923 * help.el (describe-no-warranty): Place point in a slightly better
5924 position in the GPLv3 text.
5925
5926 2009-10-06 Sam Steingold <sds@gnu.org>
5927
5928 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5929 the comm attribute is present before calling regexp-quote.
5930
5931 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5932
5933 * play/animate.el (animate-string): For good effect, make sure
5934 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5935
5936 * play/animate.el (animate-sequence, animate-birthday-present):
5937 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5938
5939 2009-10-06 Glenn Morris <rgm@gnu.org>
5940
5941 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5942
5943 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5944 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5945 (batch-update-autoloads): Process a string value of autoload-excludes,
5946 set during the build process.
5947 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5948
5949 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5950 inside with-parsed... macro so that `v' is defined.
5951
5952 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5953 * progmodes/fortran.el (fortran-end-of-block)
5954 (fortran-beginning-of-block):
5955 Also push mark in the macro case.
5956
5957 * emerge.el (emerge-show-file-name):
5958 * calc/calc.el (calc-quit):
5959 * calc/calc-misc.el (calc-big-or-small):
5960 * calc/calc-graph.el (calc-graph-view):
5961 * calc/calc-ext.el (calc-reset):
5962 * calendar/calendar.el (calendar-basic-setup):
5963 Use window-full-height-p.
5964
5965 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5966 header we don't understand, don't insert another. (Bug#4624)
5967 If changing mime charset, insert the new one in the right place.
5968
5969 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5970
5971 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5972 (cal-tex-cursor-month): Correctly increment the end date for diary and
5973 holiday listing. (Bug#4626)
5974
5975 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * help-fns.el (describe-function-1): Don't burp if the function is not
5978 a symbol.
5979
5980 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5983 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5984 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5985 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5986
5987 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5988 (eieio-default-superclass): Reflow docstrings.
5989 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5990 (eieio-unbind-method-implementations, defmethod)
5991 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5992 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5993 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5994 (eieio-slot-originating-class-p, eieio-slot-name-index)
5995 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5996 (constructor, initialize-instance, no-next-method, object-print)
5997 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5998 Fix typos in docstrings.
5999 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6000 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6001 (next-method-p): Doc fixes.
6002 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6003 Fix typos in error messages.
6004 (eieio-defmethod): Fix typo in description of generic method.
6005
6006 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6007 (eieio-persistent-save-interactive, slot-missing):
6008 Fix typos in docstrings.
6009 (eieio-instance-inheritor-slot-boundp): Doc fix.
6010
6011 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6012 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6013
6014 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6015 (eieio-custom-object-apply-reset):
6016 Fix typos in docstrings and error messages.
6017
6018 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6019 Fix typo in docstring.
6020
6021 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6022 (eieio-browse-tree): Doc fix.
6023 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6024 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6025 Fix typos in docstrings.
6026
6027 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6028 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6029 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6030 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6031 Reflow docstrings.
6032
6033 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6034
6035 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6036 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6037 Set log-view-vc-backend so that diff can work.
6038
6039 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6040 vc-version-diff.
6041 (vc-diff-internal): Autoload this instead of vc-version-diff.
6042
6043 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6044
6045 * simple.el (eval-expression): Doc fix.
6046
6047 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6048
6049 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * files.el (directory-files-no-dot-files-regexp): New defconst.
6052 (delete-directory): Use it.
6053 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6054
6055 * net/tramp.el (tramp-verbose): Fix docstring.
6056 (tramp-methods): Add recursive option to `tramp-copy-args'.
6057 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6058 "scp1_old", "scp2_old", "rsync", "rsyncc".
6059 (tramp-default-method): Check also for `auth-source-user-or-password'.
6060 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6061 Add handler for `copy-directory'.
6062 (tramp-handle-copy-directory): New defun.
6063 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6064 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6065 Optimize sent command.
6066
6067 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6070 window if necessary.
6071
6072 * calendar/calendar.el (calendar-basic-setup): Don't call
6073 switch-to-buffer in a dedicated window.
6074
6075 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6076
6077 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6078 don't do anything related to relocating, just return nil.
6079 (bookmark-error-no-filename): New error.
6080 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6081 bookmark has no file. Don't even attempt to handle things that
6082 are not files; the whole point of custom handlers is to keep that
6083 knowledge elsewhere anyway. Tighten some comments.
6084 (bookmark-file-or-variation-thereof): Remove now-unused function.
6085 (bookmark-location): Doc string fix.
6086 (Bug#4250)
6087
6088 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6089
6090 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6091 don't use a file dialog, because they usually don't know how to read
6092 a directory target from the user. (Bug#4230)
6093 Also, make sure the prompt can display directories as well as files.
6094
6095 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6096
6097 * bookmark.el (bookmark-set, bookmark-buffer-name):
6098 Improve doc strings. (Bug#1193)
6099
6100 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6101
6102 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6103 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6104 (bookmark-get-annotation, bookmark-set-annotation)
6105 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6106 (bookmark-set-position, bookmark-get-front-context-string)
6107 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6108 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6109 (bookmark-jump-other-window, bookmark-handle-bookmark)
6110 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6111 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6112 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6113 Improve doc strings to say whether bookmark can be a string or
6114 a record or both, and make other consistency and clarity fixes.
6115 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6116 (bookmark-default-annotation-text, bookmark-yank-word)
6117 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6118 (bookmark-import-new-list, bookmark-maybe-rename)
6119 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6120 (bookmark-bmenu-bookmark): Give these doc strings.
6121 (bookmark-bmenu-check-position): Give this a doc string, but also
6122 add a FIXME comment about how the function may be pointless.
6123 (bookmark-default-handler): Rework doc string and change a
6124 parameter name, to clarify that this takes a bookmark record
6125 not a bookmark name.
6126 (bookmark-set): Change a parameter name to indicate its meaning,
6127 and improve the doc string a bit.
6128 (Bug#4188)
6129
6130 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6131
6132 * bookmark.el (bookmark-alist): Document the new `handler' element
6133 in the param alist.
6134 (bookmark-make-record-function): Adjust documentation for above.
6135 (Bug#4193)
6136
6137 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6138
6139 * info.el (Info-bookmark-make-record): Document this function.
6140 (Info-bookmark-jump): Document with a doc string, not just a comment.
6141 (Bug#4203)
6142
6143 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6146 (semantic-new-buffer-fcn): Call parser setup functions here.
6147 (semantic-mode): Don't call parser setup functions here, it's done
6148 in semantic-new-buffer-fcn now.
6149 (semantic-mode): Parse all existing buffers when enabled.
6150
6151 * cedet/srecode/compile.el (srecode-compile-file):
6152 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6153
6154 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6157
6158 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6159 (proj-comp-insert-variable-once): New macro, renamed from
6160 ede-pmake-insert-variable-once in ede/pmake.edl.
6161 (ede-proj-makefile-insert-variables): Use it.
6162
6163 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6164
6165 * files.el (copy-directory): New defun.
6166
6167 * dired-aux.el (dired-copy-file-recursive): Use it.
6168
6169 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6170
6171 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6172 (makefile-end-of-command):
6173 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6174 (semantic-end-of-context): Fix previous change. Doc fixes.
6175
6176 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * files-x.el (modify-dir-local-variable)
6179 (copy-dir-locals-to-file-locals-prop-line):
6180 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6181 (makefile-end-of-command):
6182 * cedet/semantic/lex.el (semantic-lex-token):
6183 * cedet/semantic/analyze/fcn.el
6184 (semantic-analyze-dereference-metatype-1):
6185 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6186 (semantic-lex-cpp-undef):
6187 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6188 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6189 (semantic-end-of-context): Fix typos in docstrings.
6190
6191 * recentf.el (recentf-unload-function): New function.
6192
6193 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * cedet/ede.el (ede-project-placeholder-cache-file):
6196 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6197 * cedet/srecode/map.el (srecode-map-save-file):
6198 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6199
6200 2009-10-04 Glenn Morris <rgm@gnu.org>
6201
6202 * window.el (window-full-height-p): Add doc string.
6203
6204 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6205
6206 * window.el (window-full-height-p): New function. (Bug#4543)
6207
6208 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * cedet/srecode/insert.el: Require srecode/args.
6211
6212 * cedet/srecode/args.el: Require srecode/dictionary instead of
6213 srecode/insert.
6214
6215 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6216
6217 * files.el (auto-mode-alist): Add .srt and Project.ede.
6218
6219 * cedet/semantic.el (semantic-mode):
6220 Handle srecode-template-mode-hook as well.
6221 (semantic-mode): Use js-mode-hook for Javascript hook.
6222
6223 * cedet/srecode/template.el: Remove hook variable.
6224
6225 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6226
6227 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6228 projects exist.
6229 (ede-project-placeholder-cache-file): Default to a file in
6230 user-emacs-directory.
6231
6232 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6233 templates in data-directory.
6234 (srecode-map-save-file): Default to a file in user-emacs-directory.
6235
6236 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6237 directory.
6238
6239 2009-09-30 Eric Ludlam <zappo@gnu.org>
6240
6241 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6242 Doc fix.
6243
6244 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6245 Only insert each variable once.
6246
6247 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6248 (ede-pmake-insert-variable-shared): Use it.
6249
6250 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6251 for lexical table iff table is nil.
6252
6253 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6254
6255 * vc.el: Remove commented out code.
6256 (vc-derived-from-dir-mode): Remove, unused.
6257 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6258
6259 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6260
6261 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6262 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6263 there could be recursive loading when `default-directory' is a
6264 remote file name. (Bug#4614)
6265
6266 2009-10-03 Glenn Morris <rgm@gnu.org>
6267
6268 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6269 the frame is wide.
6270 (calendar-generate-window): Test for shrinkability rather than width.
6271
6272 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6273 declaration, currently false.
6274
6275 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6276 reusing existing buffers, in case we happen to visit two files with the
6277 same basename. (Bug#4593)
6278
6279 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6280
6281 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6282 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6283 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6284 subdirs of cedet as well.
6285 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6286
6287 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6290 Obey advertised-signature-table.
6291
6292 * help-fns.el (help-function-arglist): Don't check
6293 advertised-signature-table.
6294 (describe-function-1): Do it here instead so it also applies to subrs.
6295
6296 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6297
6298 * simple.el (start-file-process): Say in the doc-string, that file
6299 handlers might not support pty association, if PROGRAM is nil.
6300
6301 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6302 HOST and USER are strings. They are nil, when there are
6303 incomplete entries in ~/.netrc, for example.
6304 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6305 root directory ("device busy" error otherwise).
6306
6307 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6308 Flush file properties of created directory.
6309
6310 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6311
6312 * makefile.w32-in (WINS_BASIC): Remove cedet.
6313 (WINS_CEDET): Add cedet.
6314 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6315
6316 2009-10-02 Kevin Ryde <user42@zip.com.au>
6317
6318 * net/browse-url.el (browse-url): Pass any symbol in
6319 browse-url-browser-function to `apply', since if you've mistakenly put
6320 an unbound symbol then the error is clearer. (Bug#4531)
6321
6322 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * allout.el (allout-init, allout-back-to-current-heading)
6325 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6326 (allout-ascend, allout-up-current-level, allout-end-of-level)
6327 (allout-previous-visible-heading, allout-forward-current-level)
6328 (allout-backward-current-level, allout-show-children):
6329 * apropos.el (apropos-describe-plist):
6330 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6331 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6332 * completion.el (add-completion, add-permanent-completion):
6333 * descr-text.el (describe-text-category, describe-char):
6334 * desktop.el (desktop-lazy-abort):
6335 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6336 * dired.el (dired-build-subdir-alist):
6337 * ediff.el (ediff-version):
6338 * elide-head.el (elide-head, elide-head-show):
6339 * emerge.el (emerge-version):
6340 * env.el (getenv):
6341 * face-remap.el (variable-pitch-mode):
6342 * faces.el (describe-face):
6343 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6344 (dired-at-point):
6345 * files.el (find-file-existing, auto-save-mode):
6346 * font-lock.el (font-lock-fontify-buffer):
6347 * help-fns.el (describe-function, describe-variable)
6348 (describe-syntax, describe-categories):
6349 * help.el (view-lossage, describe-bindings, describe-key)
6350 (describe-mode):
6351 * hexl.el (hexl-current-address):
6352 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6353 * info.el (Info-goto-emacs-key-command-node):
6354 * log-edit.el (log-edit-insert-cvs-template)
6355 (log-edit-insert-cvs-rcstemplate):
6356 * menu-bar.el (menu-bar-mode):
6357 * mouse.el (mouse-appearance-menu):
6358 * newcomment.el (comment-indent-new-line):
6359 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6360 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6361 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6362 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6363 * recentf.el (recentf-mode):
6364 * savehist.el (savehist-mode, savehist-save):
6365 * shadowfile.el (shadow-copy-files):
6366 * simple.el (kill-ring-save, next-line, previous-line)
6367 (normal-erase-is-backspace-mode):
6368 * strokes.el (strokes-update-window-configuration)
6369 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6370 (strokes-xpm-for-stroke):
6371 * time.el (emacs-uptime, emacs-init-time):
6372 * tutorial.el (tutorial--describe-nonstandard-key)
6373 (tutorial--detailed-help):
6374 * type-break.el (type-break-mode)
6375 (type-break-mode-line-message-mode, type-break-query-mode)
6376 (type-break-guesstimate-keystroke-threshold):
6377 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6378 * version.el (emacs-version):
6379 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6380 * winner.el (winner-mode):
6381 * calendar/timeclock.el (timeclock-in, timeclock-out)
6382 (timeclock-status-string, timeclock-change)
6383 (timeclock-workday-remaining-string)
6384 (timeclock-workday-elapsed-string)
6385 (timeclock-when-to-leave-string):
6386 * calendar/todo-mode.el (todo-add-category):
6387 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6388 * emacs-lisp/autoload.el (update-file-autoloads):
6389 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6390 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6391 (checkdoc-message-text, checkdoc-defun):
6392 * emacs-lisp/debug.el (debugger-list-functions):
6393 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6394 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6395 (eieio-describe-generic):
6396 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6397 * emacs-lisp/shadow.el (list-load-path-shadows):
6398 * emulation/cua-base.el (cua-mode):
6399 * emulation/edt.el (edt-set-scroll-margins):
6400 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6401 (tpu-toggle-regexp, tpu-toggle-search-direction)
6402 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6403 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6404 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6405 (viper-set-parsing-style-toggling-macro)
6406 (viper-set-emacs-state-searchstyle-macros):
6407 * emulation/viper.el (viper-set-hooks):
6408 * eshell/esh-mode.el (eshell-truncate-buffer):
6409 * international/mule-cmds.el (prefer-coding-system)
6410 (describe-input-method, describe-language-environment):
6411 * international/mule-diag.el (list-character-sets)
6412 (describe-character-set, describe-coding-system)
6413 (describe-fontset, list-fontsets, list-input-methods):
6414 * mail/sendmail.el (mail-signature):
6415 * net/ange-ftp.el (ange-ftp-copy-file):
6416 * net/browse-url.el (browse-url):
6417 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6418 * net/quickurl.el (quickurl-add-url):
6419 * net/rcirc.el (names, topic):
6420 * net/xesam.el (xesam-mode):
6421 * play/5x5.el (5x5-new-game):
6422 * play/yow.el (apropos-zippy):
6423 * progmodes/ada-mode.el (ada-mode-version):
6424 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6425 (f90-end-of-block)
6426 (f90-beginning-of-block):
6427 * progmodes/fortran.el (fortran-end-of-block)
6428 (fortran-beginning-of-block):
6429 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6430 * progmodes/python.el (python-describe-symbol, python-shell):
6431 * term/ns-win.el (ns-print-buffer):
6432 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6433 * textmodes/flyspell.el (flyspell-mode-on):
6434 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6435 (pages-directory-for-addresses):
6436 * textmodes/table.el (table-recognize-cell)
6437 (table-query-dimension, table-generate-source)
6438 (table-insert-sequence, table--warn-incompatibility):
6439 * textmodes/tex-mode.el (tex-validate-buffer):
6440 * textmodes/texinfmt.el (texinfmt-version)
6441 (texinfo-format-buffer):
6442 Use `called-interactively-p' instead of `interactive-p'.
6443
6444 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6445
6446 * image-mode.el (image-toggle-display):
6447 * emacs-lisp/elp.el (elp-instrument-function):
6448 * emacs-lisp/advice.el (ad-make-advised-definition):
6449 * emacs-lisp/easy-mmode.el (define-minor-mode):
6450 * net/browse-url.el (browse-url-maybe-new-window):
6451 * progmodes/sh-script.el (sh-learn-buffer-indent):
6452 Pass new argument 'any to `called-interactively-p'.
6453
6454 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6455
6456 * international/uni-bidi.el:
6457 * international/uni-category.el:
6458 * international/uni-combining.el:
6459 * international/uni-comment.el:
6460 * international/uni-decimal.el:
6461 * international/uni-decomposition.el:
6462 * international/uni-digit.el:
6463 * international/uni-lowercase.el:
6464 * international/uni-mirrored.el:
6465 * international/uni-name.el:
6466 * international/uni-numeric.el:
6467 * international/uni-old-name.el:
6468 * international/uni-titlecase.el:
6469 * international/uni-uppercase.el:
6470 Regenerate from Unicode 5.2.0 data.
6471
6472 2009-10-01 Glenn Morris <rgm@gnu.org>
6473
6474 * Makefile.in (ELCFILES): Regenerate.
6475
6476 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * subr.el (interactive-p): Mark obsolete.
6479 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6480 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6481 advertised-signature-table for subroutines as well.
6482
6483 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6484 (set-advertised-calling-convention): New function.
6485 (make-obsolete, define-obsolete-function-alias)
6486 (make-obsolete-variable, define-obsolete-variable-alias):
6487 Make the optional-ness of `when' obsolete.
6488 (define-obsolete-face-alias): Make `when' non-optional.
6489 * help-fns.el (help-function-arglist):
6490 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6491 Use advertised-signature-table.
6492
6493 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * files.el (delete-directory): New defun. The original function
6496 in fileio.c has been renamed to `delete-directory-internal'.
6497
6498 * dired.el (dired-delete-file): Call `delete-directory' with
6499 RECURSIVE parameter.
6500
6501 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6502 parameter RECURSIVE. Implementation is missing.
6503
6504 * net/tramp.el (tramp-handle-make-directory): Flush upper
6505 directory's file properties.
6506 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6507 (tramp-handle-dired-recursive-delete-directory): Flush directory
6508 properties after the remove command only.
6509
6510 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6511 Handle optional parameter RECURSIVE.
6512
6513 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6514 Handle optional parameter RECURSIVE.
6515
6516 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6517 connection timeout.
6518 (tramp-smb-handle-delete-directory): Handle optional parameter
6519 RECURSIVE.
6520
6521 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6524 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6525 (byte-compile-defmacro): Use backquotes.
6526
6527 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6528
6529 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6530 has no associated file.
6531 (vc-resynch-buffer): Use vc-dir-buffers.
6532
6533 2009-10-01 Glenn Morris <rgm@gnu.org>
6534
6535 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6536 (chart-file-count):
6537 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6538 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6539 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6540 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6541 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6542 (eieio-copy-parents-into-subclass, make-instance, class-children)
6543 (eieio-generic-form):
6544 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6545 * cedet/cedet-idutils.el (cedet-idutils-search)
6546 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6547 (cedet-idutils-version-check):
6548 * cedet/cedet.el (cedet-version):
6549 * cedet/data-debug.el (data-debug-insert-overlay-button)
6550 (data-debug-insert-overlay-list-button)
6551 (data-debug-insert-buffer-button)
6552 (data-debug-insert-buffer-list-button)
6553 (data-debug-insert-process-button, data-debug-insert-ring-button)
6554 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6555 (data-debug-insert-stuff-vector-button)
6556 (data-debug-insert-symbol-button, data-debug-insert-string)
6557 (data-debug-insert-number, data-debug-insert-lambda-expression)
6558 (data-debug-insert-nil, data-debug-insert-simple-thing)
6559 (data-debug-insert-custom, data-debug-edebug-expr):
6560 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6561 (global-ede-mode-map, ede-new, ede-debug-target)
6562 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6563 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6564 (semantic-fetch-tags, semantic-submode-list)
6565 (semantic-default-submodes):
6566 * cedet/ede/source.el (ede-source-match):
6567 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6568 (project-am-package-info):
6569 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6570 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6571 * cedet/ede/proj-comp.el (ede-current-build-list):
6572 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6573 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6574 * cedet/ede/cpp-root.el (initialize-instance):
6575 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6576 (autoconf-parameter-strip, autoconf-insert-new-macro):
6577 * cedet/semantic/wisent.el (wisent-lex-eoi):
6578 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6579 (semantic-show-parser-state-mode):
6580 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6581 * cedet/semantic/tag.el (semantic-tag-new-variable)
6582 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6583 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6584 (semantic--tag-deep-copy-tag-list)
6585 (semantic-tag-components-with-overlays-default):
6586 * cedet/semantic/symref.el (semantic-symref-find-text):
6587 * cedet/semantic/senator.el (senator-yank-tag)
6588 (senator-transpose-tags-up):
6589 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6590 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6591 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6592 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6593 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6594 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6595 * cedet/semantic/lex-spp.el
6596 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6597 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6598 * cedet/semantic/idle.el
6599 (semantic-idle-summary-current-symbol-info-brutish)
6600 (semantic-idle-summary-current-symbol-info-default):
6601 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6602 (semantic--grammar-macro-compl-dict):
6603 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6604 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6605 (semantic-format-tag-canonical-name-default):
6606 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6607 (semantic-find-tags-for-completion)
6608 (semantic-find-tags-by-scope-protection-default)
6609 (semantic-deep-find-tags-for-completion):
6610 * cedet/semantic/edit.el
6611 (semantic-edits-incremental-reparse-failed-hook)
6612 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6613 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6614 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6615 * cedet/semantic/dep.el (semantic-dependency-include-path):
6616 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6617 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6618 (semanticdb-project-roots):
6619 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6620 (semanticdb-find-adebug-insert-scanned-tag-cons)
6621 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6622 (semanticdb-brute-deep-find-tags-for-completion):
6623 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6624 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6625 (semantic-end-of-context-default)
6626 (semantic-ctxt-current-function-default)
6627 (semantic-ctxt-scoped-types-default):
6628 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6629 (semantic-complete-inline-tag-engine)
6630 (semantic-complete-inline-custom-type)
6631 (semantic-complete-read-tag-analyzer):
6632 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6633 (semantic-chart-database-size):
6634 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6635 (semantic-analyze-current-context):
6636 * cedet/semantic/symref/list.el (semantic-symref)
6637 (semantic-symref-hide-buffer, semantic-symref-symbol):
6638 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6639 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6640 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6641 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6642 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6643 (semantic-c-dereference-template):
6644 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6645 (semantic--analyze-refs-full-lookup-with-parents)
6646 (semantic--analyze-refs-full-lookup-simple):
6647 * cedet/semantic/analyze/complete.el
6648 (semantic-analyze-possible-completions):
6649 * cedet/srecode/table.el (srecode-mode-table-new):
6650 * cedet/srecode/srt.el (srecode-read-variable-name):
6651 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6652 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6653 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6654 * cedet/srecode/map.el (srecode-current-map):
6655 * cedet/srecode/insert.el (srecode-insert)
6656 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6657 (srecode-template-inserter-point-override)
6658 (srecode-insert-include-lookup):
6659 * cedet/srecode/getset.el (srecode-auto-choose-class):
6660 * cedet/srecode/extract.el (srecode-inserter-extract):
6661 * cedet/srecode/document.el
6662 (srecode-document-autocomment-return-last-alist)
6663 (srecode-document-autocomment-param-type-alist)
6664 (srecode-document-insert-function-comment)
6665 (srecode-document-insert-variable-one-line-comment)
6666 (srecode-document-function-name-comment):
6667 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6668 (srecode-compound-toString):
6669 * cedet/srecode/compile.el (srecode-flush-active-templates):
6670 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6671 Doc/message fixes.
6672
6673 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6674 match-data. (Bug#4555).
6675
6676 * cedet/semantic/bovine/gcc.el
6677 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6678 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6679
6680 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6681 rather than parsing it as a regexp. This relaxes the layout
6682 requirements and makes errors easier to detect.
6683 (check-declare-verify): Check file is regular.
6684 (check-declare-directory): Doc fix.
6685 * subr.el (declare-function): Doc fix.
6686
6687 * ibuffer.el (ibuffer-format-qualifier):
6688 * isearch.el (hi-lock-regexp-okay):
6689 * calc/calc.el (math-zerop):
6690 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6691 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6692 Remove unused declarations.
6693
6694 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * cedet/semantic/wisent/javat-wy.el
6697 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6698
6699 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6700
6701 * cedet/srecode/expandproto.el: Fix provide statement.
6702
6703 2009-09-30 Eric Ludlam <zappo@gnu.org>
6704
6705 * emacs-lisp/eieio.el (boolean-p): Delete.
6706
6707 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6708
6709 * cedet/ede/srecode.el: Fix provide statement.
6710
6711 2009-09-30 Glenn Morris <rgm@gnu.org>
6712
6713 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6714 * cedet/ede/proj-aux.el (ede-aux-source):
6715 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6716 (ede-misc-source):
6717 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6718 (semantic-mrub-switch-tags): Fix doc typos.
6719
6720 * cedet/semantic/db-global.el (data-debug-new-buffer)
6721 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6722 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6723
6724 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6725
6726 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6727 use of CL function `remove-if-not'.
6728
6729 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6730
6731 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6732 filename is not a string.
6733
6734 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * files.el (safe-local-eval-forms): Fix typo.
6737
6738 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * vc-hooks.el (vc-dir-buffers): New var.
6741 (vc-state-refresh): New function.
6742 (vc-state): Use it.
6743 (vc-after-save): Always ask the backend to recompute the new state.
6744 Always call vc-dir if necessary, using vc-dir-buffers.
6745 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6746 Use vc-dir-buffers.
6747 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6748 (vc-dir-prepare-status-buffer, vc-dir-update)
6749 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6750 Don't call expand-file-name on default-directory.
6751
6752 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6753
6754 * speedbar.el (speedbar-item-delete):
6755 * calc/calc-prog.el (calc-kbd-if):
6756 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6757
6758 * epa.el (epa-key-list-mode-map):
6759 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6760
6761 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6762 (hs-show-hook): Fix typo in docstring.
6763
6764 2009-09-29 Glenn Morris <rgm@gnu.org>
6765
6766 * cedet/semantic/symref/idutils.el:
6767 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6768
6769 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6770
6771 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6772 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6773 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6774 Mark declarations not understood by check-declare.
6775
6776 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6777 file-name-nondirectory call preventing location of cedet files.
6778 (check-declare-verify): Use literal search rather than re-search.
6779 Add basic defmethod and defclass, and define-overloadable-function.
6780
6781 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6782 Use tramp-compat-file-attributes rather than nonexistent
6783 tramp-compat-handle-file-attributes.
6784
6785 * Makefile.in (lisptagsfiles4): New.
6786 (AUTOGENEL): Add cedet loaddefs files.
6787 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6788 (update-elclist, compile-always, backup-compiled-files)
6789 (bootstrap-clean): Add yet another directory level.
6790 (update-elclist): Use LC_COLLATE rather than COLLATE.
6791 (ELCFILES): Update, via `make update-elclist'.
6792
6793 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6794
6795 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6796 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6797 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6798
6799 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6800
6801 * Makefile.in (lisptagsfiles3): Define.
6802 (TAGS, TAGS-LISP): Use it.
6803 (update-elclist): Add third directory level to look for elc files.
6804 (compile-always): Likewise.
6805 (backup-compiled-files): Likewise.
6806 (bootstrap-clean): Likewise.
6807 (ELCFILES): Update.
6808
6809 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6810
6811 * Makefile.in (ELCFILES): Add CEDET files.
6812
6813 2009-09-28 Eric Ludlam <zappo@gnu.org>
6814
6815 CEDET (development tools) package merged.
6816
6817 * cedet/*.el:
6818 * cedet/ede/*.el:
6819 * cedet/semantic/*.el:
6820 * cedet/srecode/*.el: New files.
6821
6822 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6825
6826 * net/tramp.el (top): Require tramp-imap.
6827
6828 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6829 Use `tramp-compat-handle-file-attributes'.
6830
6831 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6832
6833 * net/tramp-imap.el: New package.
6834
6835 2009-09-28 Eric Ludlam <zappo@gnu.org>
6836
6837 * emacs-lisp/chart.el:
6838 * emacs-lisp/eieio-base.el:
6839 * emacs-lisp/eieio-comp.el:
6840 * emacs-lisp/eieio-custom.el:
6841 * emacs-lisp/eieio-datadebug.el:
6842 * emacs-lisp/eieio-opt.el:
6843 * emacs-lisp/eieio-speedbar.el:
6844 * emacs-lisp/eieio.el: New files.
6845
6846 * cedet/cedet-cscope.el:
6847 * cedet/cedet-files.el:
6848 * cedet/cedet-global.el:
6849 * cedet/cedet-idutils.el:
6850 * cedet/data-debug.el:
6851 * cedet/inversion.el:
6852 * cedet/mode-local.el:
6853 * cedet/pulse.el: New files.
6854
6855 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6856
6857 * whitespace.el (whitespace-trailing-regexp)
6858 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6859 Fix doc string.
6860
6861 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6862
6863 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6864 menu.
6865
6866 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6867 menu-bar-ediff-menu.
6868
6869 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6870 define-overloadable-function.
6871
6872 * progmodes/autoconf.el: Provide autoconf as well, so that this
6873 file can be `require'd.
6874
6875 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6876
6877 * emacs-lisp/autoload.el (generated-autoload-feature)
6878 (generated-autoload-load-name): New vars.
6879 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6880 (make-autoload): Recognize define-overloadable-function and
6881 defclass forms (for EIEIO).
6882
6883 * Makefile.in (update-subdirs): Exclude cedet directory.
6884
6885 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6886
6887 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6888
6889 * faces.el: Default light-background background for region face to
6890 ns_selection_color under NS.
6891
6892 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6893
6894 * net/imap-hash.el: New library, see NEWS.
6895
6896 * Makefile.in (ELCFILES): Add imap-hash.el.
6897
6898 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6901 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6902 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6903 definition where the docstring could be taken for the return value.
6904
6905 2009-09-26 Glenn Morris <rgm@gnu.org>
6906
6907 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6908 Add option to only show images below a certain size.
6909 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6910 save-excursion calls.
6911
6912 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6913
6914 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6915 subdirectories) and eieio.
6916
6917 2009-09-26 Alan Mackenzie <acm@muc.de>
6918
6919 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6920 buggy bracketing. (Bug#4289)
6921
6922 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6923 character constants (as case labels). (Bug#4289)
6924
6925 2009-09-25 Juri Linkov <juri@jurta.org>
6926
6927 * files.el (safe-local-eval-forms): Allow time-stamp in
6928 before-save-hook (Bug#4554).
6929
6930 2009-09-25 Drew Adams <drew.adams@oracle.com>
6931
6932 * menu-bar.el (list-buffers-directory): Doc fix.
6933
6934 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6937 Try and avoid copying twice the same paragraph.
6938 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6939 Remove save-excursion.
6940 (log-edit-changelog-entry): Do it here instead.
6941
6942 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6943
6944 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6945 when available, instead of hardcoding mode names. Doc fix.
6946
6947 * menu-bar.el (list-buffers-directory): Add docstring.
6948 Make automatically buffer-local.
6949
6950 * dired.el (dired-mode):
6951 * files.el (cd-absolute):
6952 * pcvs.el (cvs-temp-buffer):
6953 * pcvs-util.el (cvs-get-buffer-create):
6954 * shell.el (shell-mode):
6955 * vc-dir.el (vc-dir-mode):
6956 Don't make `list-buffers-directory' buffer local.
6957
6958 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6959
6960 * comint.el (comint-exec, comint-run, make-comint):
6961 Doc fixes (Bug#4542).
6962
6963 2009-09-25 Glenn Morris <rgm@gnu.org>
6964
6965 * mail/rmailmm.el (rmail-mime): New custom group.
6966 Move all defcustoms in this file into this group.
6967 (rmail-mime-media-type-handlers-alist): Revert previous change.
6968 (rmail-mime-show-images): New option.
6969 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6970 references to it, since it wasn't actually used for anything.
6971 (rmail-mime-insert-image): New function.
6972 (rmail-mime-image): Use rmail-mime-insert-image.
6973 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6974 obey the value of `rmail-mime-show-images' option. Print the size of
6975 attachments.
6976
6977 2009-09-25 David Engster <deng@randomsample.de>
6978
6979 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6980
6981 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6982
6983 * whitespace.el: Does not highlight trailing spaces While point is
6984 at end of line. Does not highligt spaces at beginning of buffer
6985 while point is at beginning of buffer. Does not highlight spaces
6986 at end of buffer while point is at end of buffer. (Bug#4177)
6987 New version 12.0.
6988 (whitespace-display-mappings): Adjust initialization.
6989 (whitespace-point, whitespace-font-lock-refontify): New vars.
6990 (whitespace-color-on, whitespace-color-off): Adjust code.
6991 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6992 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6993 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6994
6995 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6996
6997 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6998
6999 * textmodes/sgml-mode.el: Remove xml-mode alias.
7000
7001 * files.el (auto-mode-alist, conf-mode-maybe)
7002 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7003
7004 2009-09-24 Alan Mackenzie <acm@muc.de>
7005
7006 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7007 c-forward-conditionals, but it doesn't move point and doesn't set
7008 the mark.
7009 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7010 (c-down-conditional-with-else, c-backward-conditional)
7011 (c-forward-conditional): Refactor to use c-scan-conditionals.
7012
7013 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7014
7015 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7016 (help-default-arg-highlight): Remove.
7017 (help-highlight-arg): New function.
7018 (help-do-arg-highlight): Use it.
7019 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7020
7021 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7024 Undo last change, which didn't fix the problem and introduced others.
7025
7026 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7027
7028 * progmodes/gdb-mi.el: Don't require speedbar.
7029 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7030
7031 2009-09-24 Glenn Morris <rgm@gnu.org>
7032
7033 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7034
7035 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7036
7037 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7038 there is no newline after the final mime boundary. (Bug#4539)
7039 Move markers on insertion so that any buttons inserted don't end up in
7040 the next part of a multipart message.
7041 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7042 (rmail-mime-bulk-handler): Optionally handle images.
7043 (rmail-mime-image): New button action.
7044 (rmail-mime-image-handler): New function.
7045 (rmail-mime-mode): New mode.
7046 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7047
7048 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7051 than just dropping elements from it (bug#4504).
7052
7053 * term.el (term-set-scroll-region): Don't move cursor any more.
7054 (term-handle-ansi-escape): Call term-goto here instead.
7055 Suggested by Ivan Kanis <apple@kanis.eu>.
7056
7057 * term.el: Require CL.
7058 (term-ansi-reset): New function.
7059 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7060 (term-handle-colors-array): Simplify.
7061
7062 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7063
7064 * allout.el (allout-overlay-interior-modification-handler)
7065 (allout-obtain-passphrase):
7066 * epa-file.el (epa-file-write-region):
7067 * ps-print.el (ps-begin-job):
7068 * vc-hooks.el (vc-toggle-read-only):
7069 * vc-rcs.el (vc-rcs-rollback):
7070 * vc-sccs.el (vc-sccs-rollback):
7071 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7072 (vc-version-diff, vc-revert, vc-rollback):
7073 * wdired.el (wdired-check-kill-buffer):
7074 * emacs-lisp/authors.el (authors):
7075 * net/socks.el (socks-open-connection):
7076 * net/zeroconf.el (zeroconf-service-add-hook):
7077 * obsolete/vc-mcvs.el (vc-mcvs-register):
7078 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7079 (gdb-select-frame):
7080 * progmodes/grep.el (lgrep, rgrep):
7081 * progmodes/idlw-help.el (idlwave-help-check-locations)
7082 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7083 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7084 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7085 (reftex-toc-rename-label): Fix typos in error messages.
7086
7087 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7088 (dired-copy-how-to-fn): Doc fix.
7089 (dired-files-attributes, dired-read-shell-command):
7090 Fix typos in docstrings.
7091
7092 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7093 (dired-x-find-file-other-window): Reflow docstrings.
7094 (dired-omit-marker-char, dired-read-shell-command)
7095 (dired-x-submit-report): Fix typos in docstrings.
7096
7097 * shell.el (shell-mode-hook):
7098 * view.el (View-scroll-line-forward):
7099 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7100 Fix typos in docstrings.
7101
7102 * net/dig.el (dig-invoke): Fix typo in docstring.
7103 (query-dig): Reflow docstring.
7104
7105 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7106 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7107 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7108 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7109 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7110 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7111 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7112 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7113 (idlwave-completion-map, idlwave-current-indent)
7114 (idlwave-custom-ampersand-surround, idlwave-customize)
7115 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7116 (idlwave-define-abbrev, idlwave-determine-class-special)
7117 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7118 (idlwave-end-block-reg, idlwave-end-of-statement)
7119 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7120 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7121 (idlwave-explicit-class-listed, idlwave-file-header)
7122 (idlwave-fill-paragraph, idlwave-find-class-definition)
7123 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7124 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7125 (idlwave-in-quote, idlwave-indent-action-table)
7126 (idlwave-indent-expand-table, idlwave-indent-line)
7127 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7128 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7129 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7130 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7131 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7132 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7133 (idlwave-outlawed-buffers, idlwave-popup-select)
7134 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7135 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7136 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7137 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7138 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7139 (idlwave-statement-type, idlwave-struct-skip)
7140 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7141 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7142 (idlwave-what-module-find-class): Fix typos in docstrings.
7143 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7144 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7145 (idlwave-find-module, idlwave-find-structure-definition)
7146 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7147 (idlwave-list-load-path-shadows, idlwave-next-statement)
7148 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7149 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7150 (idlwave-template): Reflow docstrings.
7151
7152 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7153 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7154 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7155 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7156 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7157 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7158 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7159 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7160 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7161 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7162 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7163 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7164 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7165 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7166 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7167 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7168 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7169 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7170 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7171 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7172 Fix typos in docstrings.
7173 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7174 (idlwave-shell-hide-output, idlwave-shell-mode)
7175 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7176 Reflow docstrings.
7177
7178 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7179
7180 2009-09-24 Ivan Kanis <apple@kanis.eu>
7181
7182 * term.el (term-bold-attribute): New var.
7183 (term-handle-colors-array): Use it.
7184
7185 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7186
7187 * progmodes/gdb-mi.el (gdb-version): New variable.
7188 (gdb-non-stop-handler): Set gdb-version.
7189 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7190 Condition "--thread" option on gdb-version.
7191 (gdb-invalidate-threads): Remove unused argument.
7192
7193 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7196 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7197
7198 2009-09-23 Glenn Morris <rgm@gnu.org>
7199
7200 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7201 replying to mail without References or Message-Id. (Bug#4525)
7202
7203 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7204
7205 * term/ns-win.el (ns-reg-to-script): New variable.
7206
7207 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7208
7209 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7210
7211 2009-09-22 Sam Steingold <sds@gnu.org>
7212
7213 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7214 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7215 to 1 because hg returns status 1 when nothing is found.
7216 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7217
7218 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * textmodes/fill.el: Convert to utf-8 encoding.
7221 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7222 pre-unicode days.
7223
7224 * add-log.el (change-log-fill-forward-paragraph): New function.
7225 (change-log-mode): Use it so fill-region DTRT.
7226 Set fill-indent-according-to-mode here rather than in
7227 change-log-fill-paragraph.
7228 (change-log-fill-paragraph): Remove.
7229
7230 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7231
7232 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7233 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7234
7235 2009-09-22 Glenn Morris <rgm@gnu.org>
7236
7237 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7238 the scroll-bar scroll the calendar window rather than the buffer.
7239
7240 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7241 commands that move point (as opposed to scrolling).
7242
7243 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7244
7245 * emacs-lisp/elint.el (elint): New custom group.
7246 (elint-log-buffer): Make it a defcustom.
7247 (elint-scan-preloaded, elint-ignored-warnings)
7248 (elint-directory-skip-re): New options.
7249 (elint-builtin-variables): Doc fix.
7250 (elint-preloaded-env): New variable.
7251 (elint-unknown-builtin-args): Add an entry for encode-time.
7252 (elint-extra-errors): Make it a variable rather than a constant.
7253 (elint-preloaded-skip-re): New constant.
7254 (elint-directory): Skip files matching elint-directory-skip-re.
7255 (elint-features): New variable, local to linted buffers.
7256 (elint-update-env): Initialize elint-features. Possibly add
7257 elint-preloaded-env to the buffer's environment.
7258 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7259 Skip quoted forms.
7260 (elint-init-form): New function, extracted from elint-init-env.
7261 Make non-list forms a warning rather than an error.
7262 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7263 easy-menu-define, put that adds an error-condition, and provide.
7264 When requiring cl, also require cl-macs. Really require cl, to handle
7265 some cl macros. Store required libraries in the list elint-features,
7266 so as not to re-load them. Treat cc-require like require.
7267 (elint-init-env): Call elint-init-form to do the work.
7268 Handle eval-and-compile and such like.
7269 (elint-add-required-env): Do not clear messages.
7270 (elint-special-forms): Add handlers for function, defalias, if, when,
7271 unless, and, or.
7272 (elint-form): Add optional argument to ignore elint-special-forms,
7273 useful to prevent recursive calls from handlers. Doc fix.
7274 Respect elint-ignored-warnings.
7275 (elint-form): Respect elint-ignored-warnings.
7276 (elint-bound-variable, elint-bound-function): New variables.
7277 (elint-unbound-variable): Respect elint-bound-variable.
7278 (elint-get-args): Respect elint-bound-function.
7279 (elint-check-cond-form): Add some simple handling for (f)boundp and
7280 featurep tests.
7281 (elint-check-defalias-form): New handler.
7282 (elint-check-let-form): Make an empty let a warning rather than an
7283 error.
7284 (elint-check-setq-form): Make an empty setq a warning rather than an
7285 error. Respect elint-ignored-warnings.
7286 (elint-check-defvar-form): Accept null doc-strings.
7287 (elint-check-conditional-form): New handler. Does some simple-minded
7288 checking of featurep and (f)boundp tests.
7289 (elint-put-function-args): New function.
7290 (elint-initialize): Use elint-scan-doc-file rather than
7291 elint-find-builtin-variables. Use elint-put-function-args.
7292 Possibly scan preloaded-file-list.
7293 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7294 extend to handle functions as well.
7295
7296 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7297
7298 * linum.el (linum-delete-overlays, linum-update-window):
7299 Do not modify the right margin. (Bug#3971)
7300
7301 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7302
7303 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7304 nxml-mode instead of xml-mode.
7305
7306 2009-09-21 Kevin Ryde <user42@zip.com.au>
7307
7308 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7309
7310 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * net/dig.el (dig-mode): Use define-derived-mode.
7313
7314 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7315
7316 * vc-dispatcher.el (vc-do-command): Return the process object in
7317 the asynchronous case. Use when instead of if. Do not run
7318 vc-exec-after to display a message if not enabled. (Bug#4463)
7319
7320 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7321 properties to the stash strings.
7322 (vc-git-stash-list): Return a list of strings.
7323 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7324 (vc-git-stash-show-at-point): New functions.
7325 (vc-git-stash-map): New keymap.
7326
7327 * register.el (ctl-x-r-map): Define the keys here instead of
7328 using autoload.
7329
7330 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7331
7332 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7333 list, to workaround performance problem (bug#4485).
7334
7335 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7336
7337 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7338
7339 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7340
7341 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7342 Document that this option is not recommended to use.
7343
7344 2009-09-19 Glenn Morris <rgm@gnu.org>
7345
7346 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7347 variable `var'.
7348
7349 * calc/calc-alg.el (var):
7350 * calc/calcalg2.el (var): Define for compiler.
7351
7352 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7353
7354 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7355 Doc fix (Bug#3932).
7356
7357 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7358
7359 * time-stamp.el (time-stamp-month-dd-yyyy)
7360 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7361 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7362 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7363 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7364 Remove functions that have been obsolete since 1995 (Bug#4436).
7365
7366 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7367 indent buffer only if called interactively (Bug#4452).
7368
7369 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7370 Eli Zaretskii <eliz@gnu.org>
7371
7372 This fixes bug#4197 (merged to bug#865, though not identical).
7373 * server.el (server-auth-dir): Add docstring note about FAT32.
7374 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7375 but warn against using them.
7376
7377 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7378
7379 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7380 older GDB where there is no has_more field.
7381
7382 2009-09-19 Glenn Morris <rgm@gnu.org>
7383
7384 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7385
7386 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * files.el (auto-mode-alist): Change default for XML files to nXML
7389 mode (Bug#4169).
7390
7391 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * server.el (server-ensure-safe-dir): Pass 'integer
7394 to `file-attributes', as suggested.
7395
7396 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7399 (dired-query): Use read-key.
7400
7401 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7402
7403 * cus-start.el (ns-use-qd-smoothing): Remove.
7404
7405 2009-09-18 Glenn Morris <rgm@gnu.org>
7406
7407 * allout.el (top-level): Remove unnecessary progn.
7408
7409 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7410
7411 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7412 definition of abbrev table.
7413
7414 * speedbar.el (speedbar-track-mouse):
7415 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7416 * net/eudc.el (eudc-expand-inline):
7417 * net/newst-backend.el (newsticker--cache-read-feed):
7418 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7419 condition-case handlers.
7420
7421 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7422
7423 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7424 (gdb-var-list): Add an element for has_more field.
7425 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7426 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7427 (gdb-var-update-handler-1): Parse output of dynamic variable
7428 objects (STL containers).
7429 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7430 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7431
7432 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7433 gdb-var-list.
7434 (gud-speedbar-buttons): Make node expandable if expression "has more"
7435 children.
7436
7437 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7438
7439 * startup.el (emacs-quick-startup): Remove variable and all uses.
7440 (command-line): Set `inhibit-x-resources' instead.
7441 (command-line-1): Use `inhibit-x-resources' instead.
7442
7443 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7444
7445 * subr.el: Fix last change to avoid using the `unless' macro,
7446 which breaks bootstrapping.
7447
7448 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7451 extended definitions, in case we reload subr.el after having
7452 loaded CL.
7453 (eval-next-after-load): Mark as obsolete.
7454
7455 2009-09-17 Juri Linkov <juri@jurta.org>
7456
7457 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7458 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7459 (menu-bar-showhide-menu, menu-bar-tools-menu)
7460 (menu-bar-describe-menu, menu-bar-help-menu)
7461 (minibuffer-local-completion-map, minibuffer-local-map):
7462 Fix list quoting.
7463
7464 2009-09-17 Glenn Morris <rgm@gnu.org>
7465
7466 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7467 arguments, whether or not it has a handler.
7468
7469 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7470
7471 * simple.el (hard-newline): Give it a doc-string.
7472
7473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7474 (lisp-mode-syntax-table): Give them doc-strings.
7475
7476 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7477
7478 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7479 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7480 (menu-bar-options-menu, menu-bar-showhide-menu)
7481 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7482 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7483 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7484 (menu-bar-options-menu, menu-bar-tools-menu)
7485 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7486 (menu-bar-help-menu):
7487 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7488 string arguments.
7489
7490 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7491 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7492 calls for the menu names and :help.
7493
7494 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7497 to :minor-mode-function (bug#4455).
7498
7499 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * startup.el (command-line): Initialize the window-system after
7502 processing the command-line.
7503
7504 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7505 page-delimiter matches the empty string.
7506
7507 2009-09-16 Glenn Morris <rgm@gnu.org>
7508
7509 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7510 byte-compile-not-obsolete-var. It's a list now.
7511 (byte-compile-not-obsolete-funcs): New variable.
7512 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7513 byte-compile-not-obsolete-funcs.
7514 (byte-compile-variable-ref, byte-compile-defvar): Update for
7515 byte-compile-not-obsolete-vars name-change and list nature.
7516 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7517 and variables behind (f)boundp tests.
7518 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7519
7520 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7521
7522 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7523
7524 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7527 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7528 Don't autoload.
7529
7530 2009-09-15 Stephen Eglen <stephen@gnu.org>
7531
7532 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7533 the virtual-buffers, use the name of the buffer specified by
7534 find-file-noselect, as the match may be a symlink. (This was a
7535 problem if the target and the symlink had different names.)
7536
7537 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7540
7541 * desktop.el (desktop-path): Check user-emacs-directory.
7542
7543 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7544
7545 * loadup.el: Use after-load-functions to GC after loading each file.
7546 Remove the explicit GC calls that used to be sprinkled around.
7547
7548 * subr.el (after-load-functions): New hook.
7549 (do-after-load-evaluation): Run it. Use string-match-p to detect
7550 `obsolete' packages, rather than painfully extracting the relevant
7551 directory name.
7552
7553 2009-09-15 Glenn Morris <rgm@gnu.org>
7554
7555 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7556 free variable `doc'.
7557
7558 * dired.el (dired-mode-map): Add menu entry for async shell command.
7559
7560 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7561 variables, also consider the .elc files, since the .el files are
7562 normally gzipped (subsequent code locates the .el.gz from the .elc).
7563
7564 * calc/calc-prog.el (arglist): Define for compiler.
7565
7566 * calendar/diary-lib.el (diary-display-function): Change the default to
7567 fancy display.
7568 (body): Define for compiler.
7569
7570 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7571 (byte-compile-file-form, byte-compile-lambda)
7572 (byte-compile-top-level-body, byte-compile-form)
7573 (byte-compile-variable-ref, byte-compile-setq)
7574 (byte-compile-setq-default, byte-compile-body)
7575 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7576 (batch-byte-compile): Give some more local variables with common names
7577 a "bytecomp-" prefix to avoid masking warnings about free variables.
7578
7579 * startup.el (command-line-1): Give local variables with common names a
7580 distinguishing prefix, so as not to hide free variable warnings during
7581 bootstrap.
7582
7583 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7584 clever and add a suffix to make a unique name, just let the user decide
7585 whether or not to overwrite it. If the input is a directory, write the
7586 default filename to that directory. (Bug#4388)
7587 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7588 is a filename-as-a-directory.
7589
7590 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * textmodes/page.el (what-page): Don't move to beginning of line.
7593 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7594
7595 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7596
7597 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7598
7599 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7600
7601 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7602 * help.el (help-for-help-internal): Add purecopy calls for text.
7603
7604 * vc.el (top): print-log method now takes an optional SHORTLOG
7605 argument. Add a new method: root.
7606 (vc-root-diff, vc-print-root-log): New functions.
7607 (vc-log-short-style): New variable.
7608 (vc-print-log-internal): Add support for showing short logs.
7609
7610 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7611 vc-print-root-log and vc-print-root-diff.
7612
7613 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7614 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7615 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7616 short logs.
7617
7618 * vc-cvs.el (vc-cvs-print-log):
7619 * vc-mtn.el (vc-mtn-print-log):
7620 * vc-rcs.el (vc-rcs-print-log):
7621 * vc-sccs.el (vc-sccs-print-log):
7622 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7623 that is ignored for now.
7624
7625 * vc-mtn.el (vc-mtn-annotate-command):
7626 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7627
7628 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7631 to function-key-map, and give them ascii-character property.
7632 * term/x-win.el (x-alternatives-map):
7633 * term/ns-win.el (ns-alternatives-map):
7634 * term/internal.el (msdos-key-remapping-map):
7635 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7636
7637 2009-09-14 Glenn Morris <rgm@gnu.org>
7638
7639 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7640 temp-buffers (2009-09-12).
7641
7642 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7645 the new read-key function.
7646
7647 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7650 is defined (Bug#4405).
7651
7652 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7653
7654 * recentf.el (recentf-cleanup): Use a hash table to find
7655 duplicates (Bug#4407).
7656
7657 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7658
7659 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7660 kp-0 to ascii equivalents (Bug#4325).
7661
7662 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7665
7666 * eshell/em-hist.el:
7667 * eshell/em-dirs.el (eshell-complete-user-reference):
7668 Declare pcomplete functions and variables to avoid compiler warnings.
7669
7670 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7671
7672 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7673 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7674 * eshell/em-alias.el (eshell-aliases-file):
7675 * eshell/em-hist.el (eshell-history-file-name):
7676 Use expand-file-name instead of concat to make file names (Bug#4308).
7677
7678 2009-09-13 Glenn Morris <rgm@gnu.org>
7679
7680 * ediff-merg.el (ediff-do-merge):
7681 * filesets.el (filesets-run-cmd):
7682 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7683 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7684 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7685 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7686 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7687 Replace empty `let's with `progn'.
7688
7689 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * mail/sendmail.el (send-mail-function):
7692 * tooltip.el (tooltip-mode):
7693 * simple.el (transient-mark-mode):
7694 * rfn-eshadow.el (file-name-shadow-mode):
7695 * frame.el (blink-cursor-mode):
7696 * font-core.el (global-font-lock-mode):
7697 * files.el (temporary-file-directory)
7698 (small-temporary-file-directory, auto-save-file-name-transforms):
7699 * epa-hook.el (auto-encryption-mode):
7700 * composite.el (global-auto-composition-mode):
7701 Use custom-initialize-delay.
7702 * startup.el (command-line): Don't explicitly call
7703 custom-reevaluate-setting for all the above vars.
7704 * custom.el (custom-initialize-safe-set)
7705 (custom-initialize-safe-default): Delete.
7706
7707 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * term/x-win.el (x-initialize-window-system):
7710 * term/w32-win.el (w32-initialize-window-system):
7711 * term/ns-win.el (ns-initialize-window-system): Don't call
7712 mouse-wheel-mode since it's enabled globally by default already.
7713
7714 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7715 actually define the variable, but only silences the byte-compiler.
7716 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7717 before looking it up.
7718 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7719 is changed.
7720
7721 2009-09-12 Glenn Morris <rgm@gnu.org>
7722
7723 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7724 1000.
7725 (elint-add-required-env): Don't beep on error.
7726 (elint-forms): In case of error, return ENV unchanged.
7727 (elint-init-env): Skip non-list forms.
7728 (elint-log): Handle unknown file positions.
7729
7730 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7731
7732 * epg.el (epg-make-context): Add autoload cookie.
7733 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7734 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7735 (epg-verify-string, epg-start-sign, epg-sign-file)
7736 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7737 (epg-encrypt-string, epg-start-export-keys)
7738 (epg-export-keys-to-file, epg-export-keys-to-string)
7739 (epg-start-import-keys, epg-import-keys-from-file)
7740 (epg-import-keys-from-string, epg-start-receive-keys)
7741 (epg-receive-keys, epg-import-keys-from-server)
7742 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7743 (epg-sign-keys, epg-start-generate-key)
7744 (epg-generate-key-from-file, epg-generate-key-from-string):
7745 Remove autoload cookie.
7746
7747 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7748
7749 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7750 reevaluation of trash-directory.
7751
7752 * mwheel.el: Fix last change.
7753 (mouse-wheel-mode): New defvar.
7754 (mouse-wheel-mode): Remove autoload cookie.
7755
7756 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * mwheel.el (mwheel-installed-bindings): New var.
7759 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7760 the bindings we set last time. Use custom-initialize-delay.
7761 * loadup.el: Load mwheel after term/*-win.el.
7762 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7763 and mouse-wheel-up-event now that their first evaluation is done
7764 sufficiently late to be correct.
7765
7766 * startup.el (tutorial-directory): Make it a defcustom.
7767 Use custom-initialize-delay rather than eval-at-startup to set it.
7768 * image.el (image-load-path): Make it a defcustom.
7769 Use custom-initialize-delay rather than eval-at-startup to set it.
7770 * subr.el (eval-at-startup): Remove.
7771 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7772
7773 * subr.el (do-after-load-evaluation): Warn the user after loading an
7774 obsolete package.
7775
7776 2009-09-12 Glenn Morris <rgm@gnu.org>
7777
7778 * proced.el (proced-mark-alt): Remove alias.
7779 (proced-mode-map): Remove proced-mark-alt.
7780
7781 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7782 Elint file and directory. Remove initialization entry.
7783
7784 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7785 commands.
7786 (elint-current-buffer): Set mode-line-process.
7787 (elint-init-env): Handle define-derived-mode.
7788 Fix declare-function with unspecified arglist. Guard against odd
7789 defalias statements (eg iso-insert's 8859-1-map).
7790 (elint-add-required-env): Use a temp buffer.
7791 (elint-form): Just print the function/macro name, not the whole form.
7792 Return env unchanged if we fail to parse a macro.
7793 (elint-forms): Guard against parse errors.
7794 (elint-output): New function, to handle batch mode.
7795 (elint-log-message): Add optional argument. Use elint-output.
7796 (elint-set-mode-line): New function.
7797
7798 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7799
7800 * emacs-lisp/elp.el (elp-not-profilable): Add more
7801 functions (Bug#4233).
7802
7803 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7804
7805 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7806 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7807
7808 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7809
7810 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7811 (gdb-var-list-children): Use json parsing.
7812
7813 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7814
7815 * progmodes/js.el (js--proper-indentation): Handle the case where
7816 char-before is null. Reported by Deniz Dogan.
7817
7818 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7819
7820 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7821
7822 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7823
7824 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7825 (epg-digest-algorithm-alist): Add SHA224.
7826 (epg-context-set-passphrase-callback)
7827 (epg-context-set-progress-callback): Add description about
7828 callback function.
7829
7830 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * custom.el (custom-delayed-init-variables): New var.
7833 (custom-initialize-delay): New function.
7834 * startup.el (command-line): "Re"evaluate all vars in
7835 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7836 explicitly any more.
7837 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7838 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7839
7840 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7841
7842 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7845 (gdb-var-update-handler): Use json parsing.
7846
7847 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7850 decode annotated text, regardless of language environment. (Bug#2741)
7851
7852 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * Makefile.in (autoloads): Make rmail.el writable as well.
7855
7856 2009-09-11 Glenn Morris <rgm@gnu.org>
7857
7858 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7859 loaddefs.el.
7860 * dired.el: Regenerate with extracted autoloads.
7861 * Makefile.in (autoloads): Make dired.el writable.
7862
7863 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7864 * ibuffer.el: Regenerate with extracted autoloads.
7865 * Makefile.in (autoloads): Make ibuffer.el writable.
7866
7867 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7868 * version.el (emacs-copyright, emacs-major-version)
7869 (emacs-minor-version): Reformat doc-strings for make-docfile.
7870
7871 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7872 functions and variables, since they must be stuff specific to some other
7873 platform.
7874 (apropos-print): Make mouse-click message less specific about button.
7875
7876 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7877 that records where a macro was defined.
7878 * help-fns.el (describe-function-1): Mention if a function has a
7879 compiler-macro.
7880 * help-mode.el (help-function-cmacro): New button.
7881
7882 * locate.el (top-level): Always require dired.
7883 (locate-mode-map): Initialize inside the defvar.
7884
7885 * net/ange-ftp.el (dired-compress-file): Declare.
7886 (ange-ftp-dired-compress-file): Add doc string.
7887
7888 * term/ns-win.el (x-display-name, x-setup-function-keys):
7889 Unify doc-strings with X versions.
7890
7891 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * emulation/crisp.el (crisp-mode-map): Move initialization
7894 into declaration.
7895 (crisp-mode): Use define-minor-mode.
7896
7897 * progmodes/xscheme.el (xscheme-evaluation-commands):
7898 Put a :advertised-binding property rather than using
7899 advertised-xscheme-send-previous-expression.
7900 (advertised-xscheme-send-previous-expression): Declare obsolete.
7901 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7902 `advertised-undo'.
7903 (crisp-mode): Add corresponding bindings to
7904 undo's :advertised-binding instead.
7905 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7906 than using dired-advertised-find-file.
7907 (dired-advertised-find-file):
7908 * simple.el (advertised-undo):
7909 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7910 (widget-keymap): Put a :advertised-binding property rather
7911 than using advertised-widget-backward.
7912 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7913 than using advertised-undo.
7914 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7915
7916 2009-09-10 Simon South <ssouth@slowcomputing.org>
7917
7918 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7919 Mark mode is enabled and region is active; otherwise indent or
7920 insert TAB as usual.
7921 (delphi-mode): Update description of TAB-key binding.
7922
7923 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * subr.el (define-key-rebound-commands): Mark obsolete.
7926 * startup.el (precompute-menubar-bindings): Remove.
7927 (normal-top-level): Remove obsolete code that tried to precompute
7928 menubar bindings.
7929 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7930 define-key-rebound-commands and precompute-menubar-bindings.
7931
7932 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7933
7934 * net/imap.el (imap-interactive-login): Better messages.
7935 (imap-open): Fix bug with renamed buffer on reconnect.
7936 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7937 for easier debugging and cleaner code. On successful (guessed based on
7938 server capabilities) secondary authentication, set imap-state
7939 correctly.
7940 (imap-last-authenticator): Define imap-last-authenticator as a variable
7941 to avoid warnings.
7942
7943 2009-09-10 Glenn Morris <rgm@gnu.org>
7944
7945 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7946
7947 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7948 (byte-compile-file-form-autoload): Don't warn about unknown functions
7949 where the autoload statement comes after the use.
7950 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7951 that any handlers inside the body (eg require) are in turn respected.
7952
7953 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7954 effects.
7955
7956 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7957 and syntax and abbrev tables basic docs, if they don't have any.
7958
7959 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7960
7961 * international/mule-cmds.el (top-level): Require cl when compiling.
7962 (view-hello-file): Use default-value rather than
7963 default-enable-multibyte-characters.
7964
7965 * progmodes/fortran.el: Move all safe and risky properties into the
7966 defcustoms.
7967
7968 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7969 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7970 * mail/undigest.el:
7971 Put autoloads in rmail.el rather than loaddefs.el.
7972 * mail/rmail.el: Regenerate with extracted autoloads.
7973
7974 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7975 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7976
7977 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7978
7979 Reported in thread for Bug#4375.
7980 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7981 "-data-evaluate-expression" instead of print.
7982 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7983 (gdb-tooltip-print): Parse output from above MI command.
7984 (gdb): Revert 2009-08-11 change. User should detach inferior
7985 manually.
7986
7987 Remove the word "separate" from IO functions as inferior
7988 output is now never displayed in the GUD buffer.
7989
7990 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7991
7992 * startup.el (command-line-normalize-file-name): On Windows and
7993 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7994
7995 2009-09-10 Juri Linkov <juri@jurta.org>
7996
7997 * isearch.el (isearch-text-char-description): Propertize escape
7998 character sequences with the `escape-glyph' face. (Bug#4344)
7999
8000 * simple.el (shell-command): Set asynchronous process filter to
8001 `comint-output-filter'. (Bug#4343)
8002
8003 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8004 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8005 the list. Move "asm" to the bottom.
8006 (grep-find-ignored-directories): Add `choice' with nil value
8007 to empty the list easily.
8008 (grep-find-ignored-files): New option.
8009 (grep-files-history): Set to nil by default instead of '("ch" "el").
8010 (grep-compute-defaults): Add "<X>" to `grep-template'.
8011 (grep-read-files): Bind new local variables `default-alias' and
8012 `default-extension'. Use a list of default values for the file prompt.
8013 (lgrep): Add `--exclude=' command line options composed from
8014 `grep-find-ignored-files'.
8015 (rgrep): Add `-name' command line options composed from
8016 `grep-find-ignored-files'. (Bug#4301)
8017
8018 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8021 (bug#4368).
8022
8023 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8024
8025 * calendar/time-date.el (autoload):
8026 Expand define-obsolete-function-alias into defalias and make-obsolete
8027 for old Emacsen that Gnus supports.
8028 (with-no-warnings): Define it for old Emacsen.
8029 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8030 is available.
8031 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8032 float-time is available; suppress compile warning for time-to-seconds.
8033
8034 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8035
8036 * net/imap.el (imap-message-map): Docstring fix.
8037
8038 2009-09-09 Glenn Morris <rgm@gnu.org>
8039
8040 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8041 line numbers too. (Bug#4374)
8042
8043 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * smerge-mode.el (smerge-remove-props, smerge-refine):
8046 Use with-silent-modifications (bug#4342).
8047
8048 * subr.el (with-silent-modifications): New macro.
8049
8050 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8051
8052 * files.el (top-level): Require `cl' when compiling.
8053
8054 2009-09-07 Glenn Morris <rgm@gnu.org>
8055
8056 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8057
8058 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8059 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8060
8061 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8062
8063 * vc-git.el (vc-git-annotate-command): Use separator to parse
8064 arguments correctly.
8065
8066 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8067
8068 * proced.el (proced-mode): Doc fix.
8069
8070 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8071
8072 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8073 lstat fails.
8074 (tramp-do-file-attributes-with-ls): Check for file existence at
8075 remote end.
8076 (tramp-do-file-attributes-with-stat): Likewise.
8077 (tramp-convert-file-attributes): Return nil when attr is nil.
8078
8079 2009-09-05 Glenn Morris <rgm@gnu.org>
8080
8081 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8082 properties to this button.
8083 (diary-fancy-display): Don't extend the button to the final newline.
8084 (diary-fancy-display-mode): Continue to define "q" as a local key.
8085
8086 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8087 efficient.
8088
8089 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8090
8091 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8092 (byte-compile-dest-file-function): New option.
8093 (byte-compile-dest-file): Doc fix.
8094 Obey byte-compile-dest-file-function.
8095 (byte-compile-cl-file-p): New function.
8096 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8097 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8098 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8099 than for file being previously loaded.
8100 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8101 (byte-compile-file-form-require): Handle the case where requiring a file
8102 indirectly causes CL to be loaded.
8103
8104 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8105
8106 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8107 before killing the old buffer, since by the time `kill-buffer' is
8108 run so many buffer variables have been set to nil that it may not
8109 behave as expected. (Bug#4061)
8110
8111 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8112
8113 * files.el (find-alternate-file): If the old buffer is modified
8114 and visiting a file, behave similarly to `kill-buffer' when
8115 killing it, thus reverting to the pre-1.878 behavior; see
8116 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8117 for discussion. Also, consult `buffer-file-name' as a variable
8118 not as a function, for consistency with the rest of the code.
8119
8120 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8121
8122 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8123 also when adding a new directory.
8124
8125 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8126 defun.
8127
8128 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * files.el (locate-file-completion-table): Make it provide boundary
8131 information, so partial-completion works better.
8132
8133 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8134
8135 * mail/footnote.el (Footnote-text-under-cursor):
8136 Check footnote-text-marker-alist before using it (bug#4324).
8137
8138 2009-09-04 Glenn Morris <rgm@gnu.org>
8139
8140 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8141 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8142 * play/solitaire.el, play/tetris.el:
8143 Remove leading * from defcustom and defface docs.
8144
8145 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8146 necessary.
8147 (diary-fancy-overriding-map): New variable.
8148 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8149 Use view-mode.
8150
8151 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8152 goto-line.
8153
8154 2009-09-03 Glenn Morris <rgm@gnu.org>
8155
8156 * arc-mode.el (archive-mode):
8157 * dos-fns.el (set-default-process-coding-system):
8158 * man.el (Man-getpage-in-background):
8159 * menu-bar.el (menu-bar-describe-menu):
8160 * server.el (server-process-filter):
8161 * startup.el (command-line):
8162 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8163 * w32-fns.el (set-default-process-coding-system):
8164 * x-dnd.el (x-dnd-handle-file-name):
8165 * international/mule-cmds.el (mule-menu-keymap)
8166 (set-default-coding-systems, language-info-alist, set-language-info)
8167 (set-language-environment, standard-display-european-internal)
8168 (set-locale-environment):
8169 * international/mule-diag.el (mule-diag):
8170 * mail/emacsbug.el (report-emacs-bug):
8171 * mail/rmail.el (rmail-mode):
8172 * mail/sendmail.el (mail-setup):
8173 Use default-value rather than default-enable-multibyte-characters.
8174
8175 * progmodes/f90.el: Move all safe properties into the defcustoms.
8176 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8177
8178 * calendar/appt.el (appt-check):
8179 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8180 (diary-check-diary-file, diary-list-entries)
8181 (diary-include-other-diary-files, diary-simple-display)
8182 (diary-fancy-display, diary-print-entries)
8183 (diary-mark-included-diary-files, diary-make-entry):
8184 Don't call substitute-in-file-name on diary-file.
8185
8186 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8187 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8190 (footnote-mode-map): Move initialization into the declaration.
8191 (footnote-minor-mode-map): Define it rather than changing global-map.
8192 (footnote-mode): Use define-minor-mode.
8193
8194 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8195
8196 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8197 (tramp-do-file-attributes-with-perl)
8198 (tramp-do-file-attributes-with-stat): Rename from
8199 `tramp-handle-file-attributes-with-*'.
8200 (tramp-handle-file-attributes): Use them.
8201 (tramp-do-directory-files-and-attributes-with-perl)
8202 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8203 `tramp-handle-directory-files-and-attributes-with-*'.
8204 (tramp-handle-directory-files-and-attributes): Use them.
8205 (tramp-method-out-of-band-p): Additional parameter SIZE.
8206 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8207 (tramp-handle-write-region): Use it.
8208 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8209 (tramp-handle-vc-registered): Check, whether the first run did
8210 return files to be tested.
8211 (tramp-advice-make-auto-save-file-name): Do not call directly
8212 `tramp-handle-make-auto-save-file-name', because this would bypass
8213 the locking mechanism.
8214
8215 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8216 (file-remote-p, process-file, start-file-process, set-file-times)
8217 (tramp-compat-file-attributes): Compatibility functions shall not
8218 call directly `tramp-handle-*', because this would bypass the
8219 locking mechanism.
8220 (tramp-compat-number-sequence): New defun.
8221
8222 2009-09-02 Glenn Morris <rgm@gnu.org>
8223
8224 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8225 alias for float-time.
8226 (time-to-number-of-days): In Emacs, use float-time.
8227 * net/newst-backend.el (time-add): Suppress warnings from compat
8228 function.
8229 * time.el (emacs-uptime, emacs-init-time):
8230 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8231 Use float-time rather than time-to-seconds.
8232
8233 * minibuffer.el (completion-initials-expand): Fix typo.
8234
8235 * faces.el (modeline, modeline-inactive, modeline-highlight)
8236 (modeline-buffer-id):
8237 * info.el (info-menu-5): Mark these face aliases as obsolete.
8238
8239 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8240
8241 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8242 space ...
8243 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8244 no "--thread" option.
8245 (gdb-stopped): Don't print "Switched to thread" message when it is
8246 unchanged.
8247
8248 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * minibuffer.el (completion-try-completion)
8251 (completion-all-completions): Remove ill-defined (and
8252 mistakenly installed and luckily never used nor documented)
8253 `completion-styles' property.
8254 (completion-initials-expand, completion-initials-all-completions)
8255 (completion-initials-try-completion): New functions.
8256 (completion-styles-alist): Add doc to each entry.
8257 Add new `initials' entry.
8258
8259 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8260
8261 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8262 MI command -var-evaluate-expression.
8263 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8264 and tweak for case of string child.
8265 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8266
8267 2009-09-01 Glenn Morris <rgm@gnu.org>
8268
8269 * add-log.el (change-log-date-face, change-log-name-face)
8270 (change-log-email-face, change-log-file-face, change-log-list-face)
8271 (change-log-conditionals-face, change-log-function-face)
8272 (change-log-acknowledgement-face):
8273 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8274 (custom-modified-face, custom-set-face, custom-changed-face)
8275 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8276 (custom-documentation-face, custom-state-face, custom-comment-face)
8277 (custom-comment-tag-face, custom-variable-tag-face)
8278 (custom-variable-button-face, custom-face-tag-face)
8279 (custom-group-tag-face-1, custom-group-tag-face):
8280 * diff-mode.el (diff-header-face, diff-file-header-face)
8281 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8282 (diff-added-face, diff-changed-face, diff-function-face)
8283 (diff-context-face, diff-nonexistent-face):
8284 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8285 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8286 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8287 (Info-title-4-face):
8288 * isearch.el (isearch-lazy-highlight-face):
8289 * log-view.el (log-view-file-face, log-view-message-face):
8290 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8291 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8292 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8293 (cvs-msg-face):
8294 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8295 (smerge-base-face, smerge-markers-face):
8296 * wid-edit.el (widget-documentation-face, widget-button-face)
8297 (widget-field-face, widget-single-line-field-face)
8298 (widget-inactive-face, widget-button-pressed-face):
8299 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8300 (woman-addition-face):
8301 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8302 (eshell-ls-executable-face, eshell-ls-readonly-face)
8303 (eshell-ls-unreadable-face, eshell-ls-special-face)
8304 (eshell-ls-missing-face, eshell-ls-archive-face)
8305 (eshell-ls-backup-face, eshell-ls-product-face)
8306 (eshell-ls-clutter-face):
8307 * eshell/em-prompt.el (eshell-prompt-face):
8308 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8309 * obsolete/old-whitespace.el (whitespace-highlight-face):
8310 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8311 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8312 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8313 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8314 (antlr-font-lock-literal-face):
8315 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8316 (ebrowse-root-class-face, ebrowse-file-name-face)
8317 (ebrowse-default-face, ebrowse-member-attribute-face)
8318 (ebrowse-member-class-face, ebrowse-progress-face):
8319 * progmodes/make-mode.el (makefile-space-face):
8320 * progmodes/sh-script.el (sh-heredoc-face):
8321 * textmodes/flyspell.el (flyspell-incorrect-face)
8322 (flyspell-duplicate-face):
8323 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8324 * textmodes/texinfo.el (texinfo-heading-face):
8325 Mark face aliases with "-face" suffix as obsolete.
8326
8327 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8328 compiler.
8329
8330 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8331 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8332 easy-menu-define wants to modify these.
8333
8334 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8335
8336 * net/browse-url.el (browse-url-file-url):
8337 * term/internal.el (dos-codepage-setup):
8338 Use default-value rather than default-enable-multibyte-characters.
8339
8340 * progmodes/etags.el (etags-goto-tag-location):
8341 * progmodes/flymake.el (flymake-highlight-line)
8342 (flymake-goto-file-and-line, flymake-goto-line):
8343 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8344 (gdb-goto-breakpoint):
8345 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8346 * progmodes/python.el (python-find-function)
8347 (python-pdbtrack-track-stack-file):
8348 * progmodes/verilog-mode.el (verilog-surelint-off):
8349 * term/ns-win.el (ns-open-file-select-line):
8350 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8351 Use forward-line rather than goto-line.
8352
8353 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8354 * textmodes/reftex-index.el (reftex-display-index):
8355 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8356 * textmodes/reftex-toc.el (reftex-toc):
8357 Remove unnecessary bindings of default-major-mode (all are followed by
8358 major-mode check and possible mode switch).
8359
8360 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8361
8362 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8363 Handle watchpoints (bug#4282).
8364 (def-gdb-thread-buffer-command): Enable thread to be selected by
8365 clicking without selecting threads buffer first.
8366 (gdb-current-context-command): Use selected frame so that "up",
8367 "down" etc work in the GUD buffer.
8368 (gdb-update): Find selected frame before rendering stack buffer.
8369 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8370
8371 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * progmodes/sym-comp.el (displayed-completions): Remove.
8374 (symbol-complete): Use minibuffer-complete.
8375
8376 2009-08-31 Glenn Morris <rgm@gnu.org>
8377
8378 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8379
8380 * apropos.el (apropos-symbols-internal):
8381 Handle (obsolete) face aliases.
8382
8383 * faces.el (describe-face): Adjust the output format to be more like
8384 describe-variable, and to mention (obsolete) face aliases.
8385 Adjust the whitespace so that help-setup-xref works.
8386
8387 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8388 * calendar/diary-lib.el (diary-button-face):
8389 Mark these face aliases as obsolete.
8390
8391 * calendar/calendar.el (calendar-today): Doc fix.
8392
8393 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8394
8395 * progmodes/gdb-mi.el (gdb-control-all-threads)
8396 (gdb-control-current-thread): Force tool bar update.
8397 (gdb-non-stop-handler): New function.
8398 (gdb-init-1): Use it to test if non-stop mode is supported.
8399 Remove unused gdbmi buffer type.
8400
8401 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8402
8403 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8404 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8405
8406 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8407
8408 * comint.el (comint-exec-1): Check command is non-null first.
8409 Part of gdb-mi.el change (2009-08-28).
8410
8411 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8414
8415 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8416
8417 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8418 instead of `dolist' to avoid a recursive require when bootstrapping.
8419
8420 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8423
8424 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8425
8426 * net/imap.el (imap-send-command): Simplify.
8427 (imap-wait-for-tag): point-max -> buffer-size.
8428
8429 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8430
8431 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8432 with constant argument.
8433
8434 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8435
8436 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8437
8438 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8439 Change default, since most of our files don't have a history.
8440 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8441 the user.
8442
8443 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8444 Add comint-run.
8445
8446 * calc/calc.el: Improve commenting convention.
8447 (calc-digit-map, toplevel): Simplify.
8448
8449 * comint.el (comint-insert-input): Be careful to only set point if we
8450 don't delegate to some other command.
8451
8452 * proced.el (proced-signal-list): Make it an alist.
8453 (proced-grammar-alist): Capitalize names.
8454 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8455 Disable undo manually and make it read-only.
8456 Use completion-annotate-function.
8457
8458 * minibuffer.el (minibuffer-message): If the current buffer is not
8459 a minibuffer, insert the message in the echo area rather than at the
8460 end of the buffer.
8461 (completion-annotate-function): New variable.
8462 (minibuffer-completion-help): Use it.
8463 (completion--embedded-envvar-table): Environment vars are
8464 always case-sensitive.
8465
8466 2009-08-30 Glenn Morris <rgm@gnu.org>
8467
8468 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8469 from fortran-current-defun.
8470 (fortran-beginning-of-subprogram): Be more precise about finding the
8471 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8472 (fortran-end-of-subprogram): Simplify.
8473 (fortran-current-defun): Use fortran-start-prog-re.
8474
8475 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8476
8477 * subr.el (do-after-load-evaluation): Simplify.
8478
8479 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8480
8481 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8482
8483 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8484 (vc-rcs-print-log): Use it.
8485
8486 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8487
8488 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * paths.el (abbrev-file-name): Move to abbrev.el.
8491 * abbrev.el (abbrev-file-name): Move from paths.el.
8492 Obey user-emacs-directory.
8493 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8494 user-emacs-directory.
8495 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8496 abbrev-file-name and calc-settings-file any more.
8497 * startup.el (command-line): Recompute abbrev-file-name and
8498 abbreviated-home-dir.
8499 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8500 of the special code for when C-h bindings haven't been changed.
8501 (display-startup-echo-area-message): Use with-current-buffer.
8502 (command-line-1): Use a list of strings, rather than a list of lists
8503 of strings for longopts.
8504
8505 * files.el (get-free-disk-space): Use / for default-directory.
8506
8507 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8508 Use with-current-buffer.
8509
8510 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8511 Recognize immutable variables like most-positive-fixnum.
8512 (byte-compile-setq-default): Check and warn if trying to assign
8513 to an immutable variable, or a non-variable.
8514
8515 * progmodes/cc-vars.el (c-comment-continuation-stars):
8516 * progmodes/cc-engine.el (c-looking-at-bos):
8517 * progmodes/cc-cmds.el (c-toggle-auto-state)
8518 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8519 (c-comment-line-break-function): Add version of obsolescence.
8520
8521 2009-08-28 Juri Linkov <juri@jurta.org>
8522
8523 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8524 associated with `archive-mode'.
8525
8526 * image.el (image-type-header-regexps): Use only JPEG magic number
8527 to determine JPEG images, and don't use `image-jpeg-p' because
8528 Emacs can display non-JFIF non-Exif JPEG images.
8529
8530 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * arc-mode.el (archive-mode):
8533 * emacs-lisp/re-builder.el (re-builder-unload-function):
8534 Protect against the default value of `major-mode' being nil.
8535
8536 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8537
8538 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8539 Fix typos in docstrings.
8540
8541 * progmodes/js.el (js--macro-decl-re): Doc fix.
8542 (js--plain-method-re, js--split-name): Refloc docstring.
8543 (js--class-styles, js--make-merged-item, js--splice-into-items):
8544 Fix typos in docstrings; reflow docstrings.
8545 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8546 (js--variable-decl-matcher, js--inside-pitem-p)
8547 (js--parse-state-at-point, js--get-all-known-symbols)
8548 (js--symbol-history, js-find-symbol, js--js-references)
8549 (js--moz-interactor, js--js-encode-value, js--read-tab):
8550 Fix typos in docstrings.
8551
8552 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * textmodes/reftex.el (reftex-get-file-buffer-force):
8555 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8556 * emulation/viper.el (viper-go-away, viper-set-hooks):
8557 * emacs-lisp/re-builder.el (re-builder-unload-function):
8558 * emacs-lisp/bytecomp.el (byte-compile-file):
8559 * ses.el (ses-unload-function):
8560 * hexl.el (hexl-find-file):
8561 * files.el (normal-mode):
8562 * ehelp.el (with-electric-help):
8563 * autoinsert.el (auto-insert-alist):
8564 * arc-mode.el (archive-mode):
8565 Use (default-value 'major-mode) instead of default-major-mode.
8566
8567 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8568 * international/mule.el (load-with-code-conversion):
8569 * emacs-lisp/debug.el (debug):
8570 * ediff-vers.el (ediff-rcs-get-output-buffer):
8571 * dired.el (dired-internal-noselect): Don't let-bind
8572 default-major-mode around code that doesn't use it.
8573 E.g. buffer creation via get-buffer-create doesn't use it.
8574
8575 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8576
8577 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8578 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8579 when writing the temp file. Otherwise, epa-file gets confused.
8580 (tramp-register-file-name-handlers): Make it a defun. Move also
8581 `epa-file-handler' to the front of `file-name-handler-alist'.
8582
8583 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8586 start right after a ^M.
8587 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8588 (tramp-completion-file-name-regexp-separate)
8589 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8590 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8591 Don't modify last-coding-system-used by accident.
8592 (tramp-completion-file-name-handler): Apply the checks here,
8593 instead during registration.
8594 (tramp-register-file-name-handlers): Renamed from
8595 `tramp-register-file-name-handler'. Register both
8596 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8597 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8598
8599 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8600
8601 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8602 Remove variable ...
8603 (gdb-init-1, gdb-display-separate-io-buffer)
8604 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8605 references to it.
8606 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8607 (gdb-inferior-filter): Use comint-output-filter to stop
8608 echoing and remove ^M characters.
8609
8610 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * emulation/viper-init.el (viper-restore-cursor-type):
8613 * emulation/cua-base.el (cua--update-indications):
8614 Replace default-cursor-type with (default-value 'cursor-type).
8615
8616 * mail/sendmail.el (mail-recover-1):
8617 * international/mule-diag.el (describe-current-coding-system-briefly)
8618 (describe-current-coding-system):
8619 * international/mule-cmds.el (select-safe-coding-system)
8620 (select-message-coding-system)
8621 (set-language-environment-coding-systems, set-locale-environment):
8622 * hexl.el (hexl-insert-multibyte-char):
8623 * dos-w32.el (find-buffer-file-type-coding-system):
8624 * simple.el (what-cursor-position):
8625 Replace uses of default-buffer-file-coding-system
8626 with (default-value 'buffer-file-coding-system).
8627
8628 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8629 Replace uses of default-cursor-in-non-selected-windows
8630 with (default-value 'cursor-in-non-selected-windows).
8631 Use with-current-buffer.
8632
8633 * mail/feedmail.el: Use CL macros.
8634 (feedmail-run-the-queue, feedmail-send-it-immediately):
8635 * dos-w32.el (find-buffer-file-type): Replace uses of
8636 default-buffer-file-type with (default-value 'buffer-file-type).
8637
8638 2009-08-28 Glenn Morris <rgm@gnu.org>
8639
8640 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8641 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8642 Use default-value of major-mode rather than default-major-mode.
8643
8644 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * Makefile.in (update-elcfiles): Report left over elc files.
8647
8648 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8649 expand-file-name and with-current-buffer.
8650 (mail-get-names, mail-directory): Use with-current-buffer.
8651
8652 * vc.el (vc-read-revision): New function.
8653 (vc-version-diff, vc-merge): Use it.
8654
8655 2009-08-27 Sam Steingold <sds@gnu.org>
8656
8657 * simple.el (kill-do-not-save-duplicates): New user option.
8658 (kill-new): When it is non-nil, and the new string is the same as
8659 the latest kill, set replace to t to avoid duplicates in kill-ring.
8660
8661 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8662
8663 * net/tramp.el (tramp-handle-process-file): Do not flush all
8664 caches when `process-file-side-effects' is set.
8665 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8666 instead of `tramp-find-file-exists-command'.
8667 Unset `process-file-side-effects'.
8668
8669 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8670
8671 * net/tramp.el (tramp-methods): New method "rsyncc".
8672 (top): Add completion function for "rsyncc".
8673 (tramp-message-show-message): New defvar.
8674 (tramp-message, tramp-error): Use it.
8675 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8676 remote copying.
8677 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8678 `tramp-methods' entry `copy-env' of "rsyncc".
8679 (tramp-vc-registered-read-file-names): New defconst.
8680 (tramp-vc-registered-file-names): New defvar.
8681 (tramp-handle-vc-registered): Implement optimization strategy.
8682 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8683 (tramp-vc-file-name-handler): New defun.
8684 (tramp-get-ls-command, tramp-get-test-command)
8685 (tramp-get-file-exists-command, tramp-get-remote-ln)
8686 (tramp-get-remote-perl, tramp-get-remote-stat)
8687 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8688
8689 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8690 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8691 timestamps.
8692 (tramp-get-file-property): Check for timestamps in
8693 `tramp-cache-inhibit-cache'.
8694 (tramp-set-file-property): Write timestamp.
8695
8696 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8697
8698 * language/japan-util.el (japanese-symbol-table): Add entries for
8699 cp932-2-byte.
8700
8701 * international/characters.el: Add category `j' to cp932-2-byte.
8702
8703 2009-08-27 Kenichi Handa <handa@m17n.org>
8704
8705 * international/fontset.el (build-default-fontset-data): New macro.
8706 (setup-default-fontset): Use build-default-fontset-data for CJK,
8707 tibetan, ethiopic, and ipa.
8708
8709 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8712 (enable-multibyte-characters): Not customizable any more.
8713
8714 * subr.el (default-mode-line-format, default-header-line-format)
8715 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8716 (default-direction-reversed, default-truncate-lines)
8717 (default-left-margin, default-tab-width, default-case-fold-search)
8718 (default-left-margin-width, default-right-margin-width)
8719 (default-left-fringe-width, default-right-fringe-width)
8720 (default-fringes-outside-margins, default-scroll-bar-width)
8721 (default-vertical-scroll-bar, default-indicate-empty-lines)
8722 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8723 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8724 (default-scroll-down-aggressively, default-fill-column)
8725 (default-cursor-type, default-buffer-file-type)
8726 (default-cursor-in-non-selected-windows)
8727 (default-buffer-file-coding-system, default-major-mode)
8728 (default-enable-multibyte-characters): Mark as obsolete.
8729
8730 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8731
8732 * vc-dir.el (vc-dir-update): Remove debug helper.
8733
8734 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8735
8736 2009-08-26 Sam Steingold <sds@gnu.org>
8737
8738 * simple.el (save-interprogram-paste-before-kill): New user option.
8739 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8740 save the interprogram-paste into kill-ring before overriding it
8741 with the Emacs kill.
8742
8743 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8744
8745 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8746 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8747 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8748 and move to vc-rcs.el.
8749 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8750 move to vc-rcs.el.
8751 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8752 (vc-rcs-update-changelog): Remove.
8753 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8754 and move to vc-rcs.el.
8755
8756 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8757 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8758 renaming.
8759 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8760 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8761 vc.el, renamed to be RCS specific.
8762
8763 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8764 New functions.
8765 (vc-cvs-update-changelog): Move here from vc.el.
8766
8767 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8768 New functions.
8769
8770 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8773
8774 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8775
8776 * vc-git.el (vc-git-register): Use "git add" for directories.
8777 (vc-git-stash, vc-git-stash-show): New functions.
8778 (vc-git-extra-menu-map): Bind them.
8779
8780 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8781 directory correctly in case the item is a directory itself.
8782
8783 * vc.el: Document the desired behavior for reverted files in the
8784 `added' state.
8785 (vc-default-prettify-state-info): Remove function, unused.
8786
8787 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8788
8789 2009-08-26 Glenn Morris <rgm@gnu.org>
8790
8791 * bindings.el (standard-mode-line-format): Reposition dashes in
8792 which-func entry. (Bug#4217)
8793
8794 * files.el (enable-local-variables, enable-local-eval)
8795 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8796 the defcustoms.
8797 (auto-mode-alist, ignored-local-variables)
8798 (save-some-buffers-action-alist): Move risky declarations to the
8799 definitions.
8800 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8801 (font-lock-defaults, format-alist, imenu--index-alist)
8802 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8803 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8804 (mode-line-modified, mode-line-mule-info, mode-line-position)
8805 (mode-line-process, mode-line-remote, outline-level)
8806 (parse-time-rules, rmail-output-file-alist)
8807 (special-display-buffer-names, vc-mode):
8808 Move risky declarations to the relevant files.
8809 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8810 (mode-line-modified, mode-line-process, mode-line-position)
8811 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8812 * font-core.el (font-lock-defaults):
8813 * format.el (format-alist):
8814 * vc-hooks.el (vc-mode):
8815 * window.el (special-display-buffer-names):
8816 * international/mule-cmds.el (input-method-alist):
8817 Define riskiness here (dumped file) rather than in files.el.
8818 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8819 * imenu.el (imenu-generic-expression, imenu--index-alist):
8820 * outline.el (outline-level):
8821 * time.el (display-time-string):
8822 * calendar/parse-time.el (parse-time-rules):
8823 * mail/rmailout.el (rmail-output-file-alist):
8824 Autoload riskiness here, rather than placing in files.el.
8825
8826 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8827
8828 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8829
8830 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8831
8832 * simple.el (process-file-side-effects): New defvar.
8833
8834 * dired-aux.el (dired-show-file-type):
8835 * vc.el (vc-diff-internal):
8836 * vc-arch.el (vc-arch-diff):
8837 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8838 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8839 * vc-git.el (vc-git-registered, vc-git-working-revision)
8840 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8841 (vc-git--empty-db-p):
8842 * vc-hooks.el (vc-user-login-name):
8843 * vc-svn.el (vc-svn-registered, vc-svn-state)
8844 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8845 * progmodes/grep.el (grep-probe): Let-bind
8846 `process-file-side-effects' with nil.
8847
8848 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8849
8850 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8851 daemon. Replace ping by checking for running service for bluez
8852 and zeroconf. (Bug#4239)
8853
8854 2009-08-25 Kevin Ryde <user42@zip.com.au>
8855
8856 * net/dig.el (dig): Add autoload cookie.
8857
8858 2009-08-25 Glenn Morris <rgm@gnu.org>
8859
8860 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8861 load-history for absolute file-names.
8862 (byte-compile-file-form-require): Warn about use of the cl package.
8863
8864 * format.el (format-alist): Doc fix.
8865
8866 * play/bubbles.el (top-level): Don't require cl at run-time.
8867
8868 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8869 run-time cl).
8870
8871 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8872
8873 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8874 from cl package.
8875 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8876
8877 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8878
8879 * calc/calc-alg.el (math-trig-rewrite)
8880 (math-hyperbolic-trig-rewrite): New functions.
8881 (calc-simplify): Simplify trig functions when asked.
8882
8883 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8886
8887 2009-08-24 Kenichi Handa <handa@m17n.org>
8888
8889 * language/ind-util.el (mapthread): Delete it.
8890 (combinatorial): New function.
8891 (indian--puthash-cv): Use combinatorial instead of mapthread.
8892
8893 2009-08-22 Kevin Ryde <user42@zip.com.au>
8894
8895 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8896 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8897 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8898 Clarify docstring that the value is strings not symbols.
8899 (checkdoc-list-of-strings-p): New function.
8900
8901 2009-08-22 Glenn Morris <rgm@gnu.org>
8902
8903 * files.el (auto-mode-alist):
8904 * hippie-exp.el (he-concat-directory-file-name):
8905 * lpr.el (lpr-windows-system, printer-name):
8906 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8907 * ps-print.el (ps-windows-system):
8908 * startup.el (command-line):
8909 * emulation/viper-ex.el (viper-glob-function):
8910 * international/mule-cmds.el (set-language-environment-coding-systems):
8911 * net/ange-ftp.el (ange-ftp-write-region):
8912 * obsolete/fast-lock.el (fast-lock-cache-name):
8913 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8914 unisoft-unix, vax-vms, win32, w32.
8915
8916 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8917 given name if the pattern is not more specific.
8918
8919 * calendar/lunar.el (lunar-phase-names): New option.
8920 (lunar-phase): Doc fix.
8921 (lunar-cycles-per-year): New constant.
8922 (lunar-index): New function.
8923 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8924 (lunar-phase-name): Use lunar-phase-names.
8925 (calendar-lunar-phases): Use format.
8926 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8927
8928 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8929 Copy imenu-example--name-and-position function here for own use.
8930 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8931
8932 * bs.el (bs--redisplay):
8933 * cus-edit.el (custom-redraw):
8934 * ibuffer.el (ibuffer-bury-buffer):
8935 * server.el (server-goto-line-column):
8936 * startup.el (command-line-1):
8937 * strokes.el (strokes-xpm-for-stroke):
8938 * term.el (term-display-buffer-line):
8939 * view.el (View-goto-line):
8940 * calc/calc.el (calc-do, calc-trail-buffer):
8941 * play/gamegrid.el (gamegrid-add-score-insecure):
8942 * progmodes/ada-mode.el (ada-compile-goto-error):
8943 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8944 (ebrowse-select-1st-to-9nth):
8945 * progmodes/cperl-mode.el (cperl-time-fontification):
8946 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8947 * progmodes/gud.el (gud-display-line):
8948 (idlwave-shell-display-line):
8949 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8950 * progmodes/make-mode.el (makefile-browser-toggle):
8951 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8952 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8953 * textmodes/picture.el (picture-draw-rectangle):
8954 * textmodes/reftex-index.el (reftex-index-goto-letter):
8955 (reftex-select-jump-to-previous):
8956 * textmodes/reftex-sel.el (reftex-find-start-point)
8957 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8958 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8959 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8960 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8961 * textmodes/two-column.el (2C-associated-buffer):
8962 Use forward-line rather than goto-line.
8963
8964 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8965 goto-line.
8966
8967 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8968 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8969 (quick-check-list-to-regexp): Declare.
8970
8971 * progmodes/make-mode.el (makefile-browser-insert-selection):
8972 Use goto-char rather than goto-line.
8973
8974 * progmodes/prolog.el (compilation-error-regexp-alist)
8975 (compilation-forget-errors): Declare.
8976
8977 2009-08-22 Juri Linkov <juri@jurta.org>
8978
8979 * progmodes/grep.el (lgrep, rgrep): At the beginning
8980 set `dir' to `default-directory' unless `dir' is a non-nil
8981 readable directory. (Bug#4052)
8982 (lgrep, rgrep): Change a weird way to report an error
8983 from using `read-string' to using `error'.
8984 Instead of using interactive arguments in the function body,
8985 add new argument `confirm'.
8986
8987 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * textmodes/remember.el (remember-buffer):
8990 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8991 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8992 (icalendar-extract-ical-from-buffer):
8993 * net/newst-treeview.el (newsticker-groups-filename):
8994 * net/newst-backend.el (newsticker-cache-filename):
8995 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8996 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8997 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8998 (speedbar-buffers-line-path, speedbar-path-line)
8999 (speedbar-buffers-line-path):
9000 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9001 (epg-sign-keys):
9002 * epa.el (epa-display-verify-result):
9003 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9004
9005 2009-08-21 Glenn Morris <rgm@gnu.org>
9006
9007 * progmodes/js.el (inferior-moz-process): Fix declaration.
9008
9009 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9010
9011 * obsolete/rnewspost.el (news-mail-reply):
9012 Use goto-char rather than goto-line.
9013
9014 * term/ns-win.el (ns-open-file-select-line):
9015 Use line-beginning-position rather than goto-line.
9016
9017 * apropos.el (apropos-command):
9018 * ehelp.el (electric-helpify):
9019 * printing.el (pr-show-setup):
9020 * strokes.el (strokes-help):
9021 * tutorial.el (tutorial--describe-nonstandard-key)
9022 (tutorial--detailed-help):
9023 * woman.el (woman-mini-help, woman-display-extended-fonts):
9024 * calc/calc-help.el (calc-describe-key):
9025 * emulation/edt.el (edt-electric-helpify):
9026 * international/mule-diag.el (mule-diag):
9027 * play/yow.el (apropos-zippy):
9028 * progmodes/python.el (python-describe-symbol):
9029 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9030 * textmodes/table.el (*table--cell-describe-mode)
9031 (*table--cell-describe-bindings):
9032 Use help-print-return-message rather than the now obsolete alias.
9033
9034 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9035 (calendar-cursor-to-visible-date):
9036 * play/5x5.el (5x5-position-cursor):
9037 * play/decipher.el (decipher):
9038 * play/gomoku.el (gomoku-goto-xy):
9039 * play/landmark.el (lm-goto-xy):
9040 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9041 (mpuz-paint-digit):
9042 Use forward-line, not goto-line.
9043
9044 * mail/rmail.el (rmail-obsolete): Delete custom group.
9045 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9046 (rmail-remote-password, rmail-remote-password-required):
9047 Remove unneeded :set-after and :set properties.
9048
9049 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9050
9051 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9052
9053 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9054
9055 * loadup.el: Remove leftover macos code.
9056
9057 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9058 Explicitly pass the date format to git blame so that user local
9059 so that the output format can be parsed.
9060
9061 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9062
9063 * net/dbus.el (top): Don't check for (getenv
9064 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9065
9066 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9067
9068 * log-edit.el (log-edit-strip-single-file-name): New var.
9069 (log-edit-insert-changelog): Use it. Bug#3571
9070
9071 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9074 Bug#3287
9075
9076 * help.el (help-print-return-message): Rename from
9077 print-help-return-message.
9078
9079 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9080 cvs-mode-map parent hack.
9081 (log-view-mode): Derive from special-mode.
9082
9083 * linum.el (linum-mode): window-size-change-functions is redundant.
9084 Adapt to new window-configuration-change-hook behavior.
9085 (linum-after-size, linum-after-config): Remove.
9086
9087 * imenu.el (imenu-example--name-and-position)
9088 (imenu-example--lisp-extract-index-name)
9089 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9090 Mark as obsolete.
9091
9092 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9093 (inferior-prolog-mode): Use it.
9094 (inferior-prolog-load-file): Reset list of errors.
9095
9096 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9097
9098 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9099
9100 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9101
9102 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9103
9104 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9105 is running already.
9106
9107 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * subr.el (listify-key-sequence-1): Use normal syntax since those
9110 integers are nowadays always represented by the same (positive) number
9111 on all platforms.
9112 (read-key-empty-map): New const.
9113 (read-key-delay): New var.
9114 (read-key): New function.
9115 (force-mode-line-update): Use with-current-buffer.
9116 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9117 (start-process-shell-command, start-file-process-shell-command):
9118 Discourage the use of command-args.
9119
9120 2009-08-19 Glenn Morris <rgm@gnu.org>
9121
9122 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9123
9124 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * simple.el (choose-completion-string): Don't rely on
9127 minibuffer-completing-file-name and ad-hoc checks to decide whether
9128 to continue completion or not.
9129
9130 * minibuffer.el (minibuffer-hide-completions): New function.
9131 (completion--do-completion): Use it.
9132 (completions-annotations): New face.
9133 (completion--insert-strings): Use it.
9134 (completion-pcm--delim-wild-regex): Add docstring.
9135 (completion-pcm--string->pattern): Add support for 0-width delimiters
9136 in completion-pcm--delim-wild-regex.
9137
9138 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9141 Remove unused var `buffer-modified-p'.
9142
9143 * minibuffer.el (completion--do-completion): Move point for the #b001
9144 case as well (bug#4176).
9145 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9146
9147 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9148
9149 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9150 and :session buses.
9151
9152 2009-08-18 Kenichi Handa <handa@m17n.org>
9153
9154 * international/ucs-normalize.el (ucs-normalize-version):
9155 Change to 1.1.
9156 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9157 (utf-8-hfs): Make it perform normalization on encoding too.
9158
9159 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9160 (sentence-end-without-space): Delete duplicated chars.
9161 (sentence-end-base): Likewise.
9162
9163 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9164 (html-mode): Delete duplicated chars from sentence-end-base.
9165
9166 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9167 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9168
9169 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * files.el (hack-one-local-variable): If the mode function is for
9172 a minor mode, pass it an argument (Bug#4148).
9173
9174 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9175
9176 * net/tramp.el (tramp-register-completion-file-name-handler):
9177 Check also for (member 'partial-completion completion-styles).
9178
9179 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9180
9181 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9182 abbrev (Bug#3943).
9183
9184 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9185
9186 * progmodes/cperl-mode.el: Merge upstream 6.2.
9187 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9188 (cperl-forward-re): Check cperl-brace-recursing.
9189 (cperl-highlight-charclass): New function.
9190 (cperl-find-pods-heres): Use it.
9191 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9192 (cperl-beautify-regexp-piece): Fix column calculation.
9193 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9194 (cperl-beautify-level): Don't process entire regexp.
9195 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9196 calling man.
9197 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9198 (cperl-init-faces): Build a list in the normal way.
9199
9200 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9201
9202 * calendar/parse-time.el (parse-time-string-chars): Save match
9203 data.
9204
9205 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9208 (sql-product): Use it.
9209 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9210 (sql-set-product): Add completion.
9211 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9212 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9213 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9214 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9215 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9216 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9217 (sql-highlight-db2-keywords): Remove.
9218 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9219 (sql-highlight-product): Use derived-mode-p.
9220 (sql-set-sqli-buffer): Use with-current-buffer.
9221 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9222 Simplify.
9223
9224 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9225
9226 * term.el: Fix commenting convention, turn comments into docstrings.
9227
9228 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9229
9230 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9231
9232 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9233
9234 * calendar/parse-time.el (parse-time-string-chars): Compute using
9235 character classes, to handle non-ascii characters (Bug#3190).
9236
9237 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9238
9239 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9240 another heredoc if the user adds another < (Bug#3226).
9241
9242 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9243 Don't initialize based on window-system (Bug#4124).
9244
9245 * facemenu.el (facemenu-read-color): Use a completion function
9246 that accepts any defined color, such as RGB triplets (Bug#3677).
9247
9248 * files.el (get-free-disk-space): Change fallback default
9249 directory to /. Expand DIR argument before switching to fallback.
9250 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9251
9252 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * files.el (load-library): Doc fix.
9255
9256 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9257
9258 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9259 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9260 incremental search string.
9261
9262 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9263 XEmacs.
9264
9265 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9266 (ediff-merge-region-is-non-clash)
9267 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9268 Also check if the job is really a merge job.
9269
9270 * ediff.el (ediff-current-file): New function.
9271
9272 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9275 conventions.
9276 (js-insert-and-indent): Delete function.
9277 (js-mode-map): Don't bind keys to js-insert-and-indent.
9278 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9279 (js-end-of-defun): Rename from js--end-of-defun.
9280 (js-auto-indent-flag): Delete variable.
9281
9282 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * progmodes/js.el: Remove proclaim statement.
9285 Defvar which-func-imenu-joiner-function to silence compiler.
9286
9287 * files.el (auto-mode-alist): Use js-mode for .js files.
9288
9289 * progmodes/js2-mode.el: Remove file.
9290
9291 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9292
9293 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9294
9295 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9296
9297 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9298 Karl Landstrom <karl.landstrom@brgeight.se>
9299
9300 * progmodes/js.el: New file.
9301
9302 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9303
9304 * timezone.el (timezone-parse-date): Add ability to understand ISO
9305 basic format (minimal separators) dates in addition to the
9306 already-supported extended format dates.
9307
9308 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9309
9310 * international/ucs-normalize.el: Add a `coding' file variable.
9311
9312 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9313
9314 2009-08-14 Sam Steingold <sds@gnu.org>
9315
9316 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9317
9318 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9319
9320 * faces.el (help-argument-name): Define it here instead of
9321 help-fns.el, because in daemon mode help-fns.el may be loaded when
9322 faces are still uninitialized (Bug#1078).
9323
9324 * help-fns.el (help-argument-name): Move defface to faces.el.
9325
9326 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9327
9328 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9329 create buffer with a pty but no process so that GDB can make the
9330 inferior the controlling process.
9331
9332 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9333
9334 * international/ucs-normalize.el: New file.
9335
9336 2009-08-13 Richard Stallman <rms@gnu.org>
9337
9338 * mail/rmail.el (rmail-get-attr-names):
9339 Accept an attribute header that is too short.
9340
9341 * mail/rmail.el (rmail-forget-messages):
9342 Ignore nil elt in rmail-message-vector. Use dotimes.
9343
9344 * progmodes/compile.el (compilation-goto-locus):
9345 Use next-error-move-function.
9346
9347 * simple.el (next-error-move-function): New variable.
9348
9349 2009-08-12 Juri Linkov <juri@jurta.org>
9350
9351 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9352 always non-nil. (Bug#4052)
9353
9354 * replace.el (read-regexp): Return empty string when
9355 `default-value' is nil.
9356 (keep-lines-read-args): Don't use empty string as the
9357 default value for `read-regexp'. (Bug#2495)
9358
9359 2009-08-12 Juri Linkov <juri@jurta.org>
9360
9361 * international/mule-cmds.el (ucs-insert): Change arguments
9362 from `arg' to `character', `count', `inherit' to be the same
9363 as in `insert-char'. Doc fix. (Bug#4039)
9364
9365 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9366
9367 2009-08-12 Juri Linkov <juri@jurta.org>
9368
9369 * files-x.el: New file.
9370
9371 * files.el: Move code that deals with adding/deleting
9372 file/directory-local variables to files-x.el.
9373
9374 * Makefile.in (ELCFILES): Add files-x.elc.
9375
9376 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9377
9378 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9379 to use `goto-line'.
9380 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9381 `goto-line'.
9382 (gdb-invalidate-disassembly): Do not refresh upon receiving
9383 'update signal. Instead, update all disassembly buffers only after
9384 threads list.
9385 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9386 (gdb-starting): Moved -data-list-register-names...
9387 (gdb-stopped): ...here so it's sent when first thread stops.
9388 (gdb-registers-handler-custom): Do nothing if register names are
9389 unknown yet.
9390
9391 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9392 from `gdb-mi.el' to avoid extra tangling.
9393
9394 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9395 change which breaks `gud-def' definitions used in `gdb'.
9396 (gdb-update-gud-running): No extra fuss for updating frame number.
9397
9398 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9401 (describe-language-environment-map, setup-language-environment-map)
9402 (set-coding-system-map): Move initialization into declaration.
9403 (set-language-info-alist): Last arg to define-key-after can be skipped.
9404
9405 * international/quail.el (quail-completion-1): Simplify.
9406 (quail-define-rules): Use slightly more compact code.
9407 (quail-insert-decode-map): Propertize keys, compact columns.
9408
9409 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9410 Add goto-line.
9411
9412 2009-08-10 Miles Bader <miles@gnu.org>
9413
9414 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9415 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9416 (js2-instance-member, js2-private-member, js2-private-function-call)
9417 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9418 (js2-magic-paren, js2-external-variable):
9419 Remove "-face" suffix from face names.
9420 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9421 (js2-highlight-undeclared-vars, js2-peek-token)
9422 (js2-parse-function-params, js2-mode-show-errors)
9423 (js2-mode-show-warnings, js2-make-magic-delimiter)
9424 (js2-mode-highlight-magic-parens): Update to use new face names.
9425
9426 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9427
9428 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9429 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9430
9431 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9432
9433 * subr.el: Provide hashtable-print-readable.
9434
9435 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9436 hs-c-like-adjust-block-beginning.
9437 (hs-hide-block-at-point): Stop hiding at the beginning of
9438 hs-block-end-regexp (Bug#700).
9439
9440 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9441
9442 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9443 a macro.
9444 (gdb-registers-handler-custom): Do not fail when register names
9445 are unavailable.
9446
9447 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9448
9449 * progmodes/gdb-mi.el (gdb-control-all-threads)
9450 (gdb-control-current-thread): Interactive setters for
9451 `gdb-gud-control-all-threads' to use in menu.
9452 (gdb-show-run-p): Show «Go» when process is not active.
9453 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9454 gud/thread.xpm and gud/all.xpm.
9455
9456 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9457
9458 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9459 (nslookup-font-lock-keywords): Make it a variable.
9460 (net-utils-mode): New mode for viewing diagnostic network output.
9461 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9462 (net-utils-run-simple): New function.
9463 (ifconfig, iwconfig, netstat, arp, route): Use it.
9464
9465 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9466
9467 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9468 (gdb-memory-set-address, def-gdb-set-positive-number)
9469 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9470 after changing settings.
9471 (gdb-invalidate-disassembly): Update when first shown.
9472 (gdb-edit-locals-value): Fixed.
9473 (gdb-registers-handler-custom): Print registers in right order and
9474 allow changing register values (only for current thread yet).
9475 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9476 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9477 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9478 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9479 info in mode name.
9480 (gdb-registers-mode-map): TAB to switch to locals.
9481
9482 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9483
9484 * mail/rmail.el (rmail-add-mbox-headers)
9485 (rmail-set-message-counters-counter): Search for
9486 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9487
9488 2009-08-08 Glenn Morris <rgm@gnu.org>
9489
9490 * Makefile.in (ELCFILES): Update.
9491
9492 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9493
9494 * mail/sendmail.el (mail-yank-original): Set
9495 buffer-file-coding-system from the one used by the message whose
9496 text is yanked.
9497
9498 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9499 to "windows" when "pgnuplot" is used.
9500 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9501 call accept-process-output if "pgnuplot" is used.
9502 (calc-graph-init): Don't send -display and -geometry to
9503 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9504 running "pgnuplot -V" with shell-command-to-string.
9505
9506 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9507 the default.
9508
9509 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9510
9511 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9512 org/org-latex.elc.
9513
9514 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9515
9516 * vc-dispatcher.el (vc-resynch-window): Update comment.
9517
9518 * term.el (term-handle-ansi-escape): Add comments with the
9519 terminfo capabilities implemented.
9520
9521 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9522
9523 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9524 (gdb-var-create-handler): Rewritten using JSON parser.
9525 (gdb-propertize-header): Moved earlier.
9526 (gdb-set-header): Removed to avoid duplication.
9527 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9528 Refresh disassembly buffers only after threads list have been
9529 update.
9530 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9531 variables.
9532
9533 2009-08-04 Juri Linkov <juri@jurta.org>
9534
9535 * files.el: Commands to add/delete file/directory-local variables.
9536 (read-file-local-variable, read-file-local-variable-value)
9537 (read-file-local-variable-mode, modify-file-local-variable)
9538 (modify-file-local-variable-prop-line)
9539 (modify-dir-local-variable): New functions.
9540 (add-file-local-variable, delete-file-local-variable)
9541 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9542 (add-dir-local-variable, delete-dir-local-variable)
9543 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9544 (copy-dir-locals-to-file-locals-prop-line): New commands.
9545
9546 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9547
9548 * abbrev.el (insert-abbrev-table-description): Prettify output.
9549 Suggested by Karl Chen.
9550
9551 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9552
9553 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9554 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9555 (gdb-overlay-arrow-position, gdb-thread-position)
9556 (gdb-disassembly-position): Declare variables.
9557 (gdb-wait-for-pending): Function now.
9558 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9559 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9560 compilation goes smoothly.
9561 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9562 (gdb-non-stop-setting): New customization setting which replaces
9563 `gdb-non-stop' so changing it doesn't break active GDB session.
9564 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9565 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9566 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9567 (gdb-show-threads-by-default): New customization options.
9568 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9569 routines.
9570 (gdb-get-buffer-create): Send buffers update signal when they are
9571 created.
9572 (gdb-invalidate-locals, gdb-invalidate-registers)
9573 (gdb-invalidate-breakpoints)
9574 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9575 (gdb-invalidate-memory): Accept update signal.
9576 (gdb-current-context-command): Use --frame option.
9577 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9578 Implement `gdb-frame-number' selection logic.
9579 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9580 whether to show GUD toolbar buttons.
9581 (gdb-thread-exited): Unselect current thread when it exits.
9582 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9583 (gdb-mark-line): Routine which sets overlay arrow or inverses
9584 video on fringeless displays.
9585 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9586 to build aligned columns of data in GDB buffers and set text
9587 properties line-by-line.
9588 (gdb-invalidate-breakpoints)
9589 (gdb-breakpoints-list-handler-custom)
9590 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9591 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9592 (gdb-registers-handler-custom): Align data columns.
9593 (gdb-locals-handler-custom): Now prints data like in variable
9594 declarations.
9595 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9596 Removed confusing buttons.
9597 (gdb-invalidate-threads): Append --frame.
9598 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9599 between breakpoints/threads buffers.
9600 (gdb-set-window-buffer): Now can ignore dedicated windows.
9601 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9602 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9603 (def-gdb-thread-buffer-gud-command): Replaces
9604 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9605 for fine thread control.
9606 (gdb-preempt-existing-or-display-buffer): New function used to
9607 display bound buffers without breaking window layout.
9608 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9609 (gdb-select-frame): New version of `gdb-frames-select' which now
9610 sets `gdb-frame-number' so commands may use --frame option instead
9611 of inner debugger state.
9612 (gdb-frame-handler): Do not set `gdb-frame-number'.
9613 (gdb-threads-mode-map): Select threads with mouse.
9614
9615 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9616 avoid compilation warning.
9617 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9618 `gdb-show-stop-p`.
9619
9620 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9621 Argument `key' renamed to `buffer-type'.
9622 (gdb-current-context-buffer-name): Do not add thread info to
9623 buffer name when no thread is selected.
9624 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9625 command (bug 3794).
9626 (gdb-thread-selected): Handle `=thread-selected' notification.
9627 (gdb-wait-for-pending): New macro to deal with congestion problems.
9628 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9629 breakpoints.
9630 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9631 This fixes problem similar to one described in bug 3947.
9632 (gud-menu-map): More menu items.
9633 (gdb-init-1): Reset `gdb-thread-number' to nil.
9634
9635 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9636 non-stop settings.
9637
9638 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9639 (gdb-current-context-command): Do not append --thread if
9640 `gdb-thread-number' is nil.
9641 (gdb-running-threads-count, gdb-stopped-threads-count): New
9642 variables.
9643 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9644 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9645 customization options.
9646 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9647 GUD commands.
9648 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9649 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9650 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9651 set `gdb-thread-number' and update `gud-running' properly.
9652 (gdb-running): Update threads list when new threads appear.
9653 (gdb-stopped): Support non-stop operation and new thread switching
9654 logic.
9655 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9656 (gdb-json-partial-output): New set of JSON routines.
9657 (def-gdb-auto-update-trigger): New `signal-list' optional
9658 argument.
9659 (gdb-thread-list-handler-custom): Update `gud-running',
9660 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9661 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9662 (gdb-continue-thread, gdb-step-thread): New commands for fine
9663 thread execution control.
9664 (gud-menu-map): New menu items to switch non-stop options.
9665 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9666 (gdb-send): Mimic RET properly (bug 3794).
9667
9668 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9669 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9670 gdb-buffer-rules.
9671 (def-gdb-auto-update-handler): New nopreserve optional argument.
9672 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9673
9674 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9675 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9676 (gdb-parent-mode): New mode to derive other GDB modes from.
9677 (gdb-display-disassembly-for-thread)
9678 (gdb-frame-disassembly-for-thread): New commands for threads
9679 buffer.
9680
9681 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9682 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9683 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9684 (gdb-update): We now store all GDB buffers in a list so that they
9685 can be updated by traversing a list instead of calling invalidate
9686 triggers explicitly.
9687 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9688 pair for GDB buffer.
9689 (gdb-stack-buffer-name): Add thread information.
9690 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9691 handle pending triggers.
9692 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9693 (def-gdb-thread-buffer-simple-command)
9694 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9695 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9696 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9697 New commands which show buffers bound to thread.
9698 (gdb-stack-list-locals-regexp): Removed unused regexp.
9699
9700 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9701 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9702 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9703 to (gud-comint-buffer) in *-buffer-name functions
9704 because (gdb-get-target-string) already does that.
9705 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9706 (gdb-changed-registers-handler): Rewritten without regexps.
9707
9708 * progmodes/gdb-mi.el: Basic thread selection support.
9709 (gdb-thread-number): New variable.
9710 (gdb-current-context-command): New macro which adds --thread
9711 option to command.
9712 (gdb-threads-mode-map): Select thread with SPC.
9713 (gdb-thread-list-handler-custom): Mark current thread with overlay
9714 arrow. Synchronize GDB thread and Emacs thread.
9715 (gdb-select-thread): New command which selects current thread.
9716 (gdb-invalidate-frames, gdb-invalidate-locals)
9717 (gdb-invalidate-registers): Use --thread option.
9718
9719 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9720
9721 * net/tramp.el (top): Make check for tramp-gvfs loading more
9722 robust. (Bug#3977)
9723 (tramp-handle-insert-file-contents): `unwind-protect' must be
9724 inside `with-parsed-tramp-file-name'.
9725
9726 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9727 fails.
9728
9729 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9730
9731 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9732 directory if CLASSPATH is not set.
9733
9734 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9735
9736 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9737 New defconst.
9738 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9739
9740 2009-08-02 Kevin Ryde <user42@zip.com.au>
9741
9742 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9743 Update freshmeat link. Delete newsforge.com as it seems gone.
9744
9745 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9746
9747 * select.el (x-set-selection): Doc fix (Bug#4021).
9748
9749 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9750
9751 * help-fns.el (describe-variable): Treat list return values from
9752 dir-locals-find-file properly (Bug#4005).
9753
9754 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9755
9756 * net/tramp.el (tramp-debug-message): Print also microseconds.
9757
9758 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9759
9760 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9761 or END is non-nil.
9762 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9763 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9764 format.
9765
9766 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9767 (tramp-get-file-property): Use it.
9768
9769 * autorevert.el (auto-revert-handler): Allow
9770 `auto-revert-tail-mode' for remote files.
9771
9772 2009-08-02 Jason Rumney <jasonr@gnu.org>
9773
9774 * minibuffer.el (read-file-name): Treat confirm options to
9775 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9776
9777 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9780 (font-lock-variable-name-face, font-lock-constant-face): Darken
9781 the colors for light backgrounds.
9782
9783 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9784
9785 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9786 month names. (Bug#3987)
9787
9788 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * simple.el (line-move-finish): Pass whole number to
9791 line-move-to-column.
9792 (line-move-visual): Perform hscroll to the recorded position.
9793
9794 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9795
9796 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9797
9798 2009-07-29 Alan Mackenzie <acm@muc.de>
9799
9800 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9801
9802 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9803
9804 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9805 (gdb-place-breakpoints): Use full path when setting breakpoints.
9806
9807 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9808
9809 * calc/calc.el (calc-mode-map): Add keybinding for
9810 `calc-transpose-lines'.
9811
9812 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9813
9814 * calc/calc-misc.el (calc-transpose-lines): New function.
9815
9816 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9819 Simplify check for out-of-band methods.
9820 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9821 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9822
9823 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9824
9825 * vc-git.el (vc-git-checkin): Fix typo.
9826
9827 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9828
9829 * progmodes/js2-mode.el: New file.
9830
9831 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9832
9833 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9834 (gud-menu-map): Adjust tooltip accordingly.
9835
9836 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9837
9838 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9839 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9840
9841 * add-log.el (change-log-mode-map): Add a menu.
9842
9843 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9844
9845 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9846 function returns nil.
9847 (dbus-handle-event): Handle special return value :ignore.
9848 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9849
9850 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9853 it's not needed.
9854
9855 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9856
9857 Fix Bug#3888:
9858
9859 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9860
9861 * term/pc-win.el (x-display-name, x-colors)
9862 (x-select-enable-clipboard, x-select-text): Doc fix.
9863
9864 * term/common-win.el (x-display-name, x-colors): Doc fix.
9865
9866 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9867 (xw-defined-colors): Doc fix.
9868
9869 * w32-fns.el (x-select-text, x-setup-function-keys)
9870 (x-get-selection, x-set-selection): Doc fix.
9871
9872 * term/x-win.el (x-select-text, x-setup-function-keys)
9873 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9874
9875 * select.el (x-set-selection): Doc fix.
9876
9877 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9878
9879 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9880 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9881 "IsNSSSupportAvailable" method is not available. Reported by
9882 Steve Youngs <steve@sxemacs.org>.
9883
9884 2009-07-24 Kenichi Handa <handa@m17n.org>
9885
9886 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9887 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9888 (build-unicode-category-table): Fix range checks.
9889
9890 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9891
9892 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9893 the buffer we try to sync is current when calling
9894 vc-resynch-buffer.
9895
9896 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9897 not show up to date files.
9898
9899 2009-07-24 Glenn Morris <rgm@gnu.org>
9900
9901 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9902 Add autoload cookies. If necessary, initialize.
9903 (elint-log): Handle non-file buffers.
9904 (elint-initialize): Add optional argument to reinitialize.
9905 (elint-find-builtin-variables): Save excursion.
9906
9907 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9908
9909 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9910 for Lint.
9911
9912 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9913
9914 * vc.el (vc-print-log-internal): New function, split out from ...
9915 (vc-print-log): ... here.
9916 (vc-dir-move-to-goal-column): Declare.
9917
9918 * vc-git.el (vc-git-add-signoff): New variable.
9919 (vc-git-checkin): Use it.
9920 (vc-git-toggle-signoff): New function.
9921 (vc-git-extra-menu-map): Bind it to menu.
9922 (vc-git--run-command-string): Accept a nil FILE argument.
9923 (vc-git-stash-list): New function.
9924 (vc-git-dir-extra-headers): Use it.
9925
9926 2009-07-23 Glenn Morris <rgm@gnu.org>
9927
9928 * help-fns.el (describe-variable): Describe ignored and risky local
9929 variables in a similar way to that in which we describe safe ones.
9930
9931 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9932 (byte-compile-output-file-form, byte-compile-output-docform)
9933 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9934 Give some more local variables with common names a "bytecomp-" prefix,
9935 so as not to shadow things during compilation.
9936 * emacs-lisp/cl-macs.el (load-time-value)
9937 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9938 `outbuffer' to `bytecomp-outbuffer'.
9939
9940 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9941 since the next two variables cover them automatically now.
9942 (elint-builtin-variables, elint-autoloaded-variables): New.
9943 (elint-unknown-builtin-args): Remove all members, since they can be
9944 parsed automatically now.
9945 (elint-extra-errors): New.
9946 (elint-env-add-env, elint-env-add-macro): Use cadr.
9947 (elint-current-buffer): Use or. Change final message.
9948 (elint-get-top-forms): Use line-end-position.
9949 (elint-init-env): Use cadr. Handle autoload, declare-function,
9950 and defalias.
9951 (elint-add-required-env): Doc fix. Use or. Standardize error.
9952 (regexp-assoc): Remove unused function.
9953 (elint-top-form): Set elint-current-pos, to record the start of the
9954 top-level form, for compilation-mode.
9955 (elint-form): Trap errors in macro expansion. Use dolist.
9956 (elint-unbound-variable): Use elint-builtin-variables and
9957 elint-autoloaded-variables.
9958 (elint-get-args): Use cadr, or.
9959 (elint-check-cond-form): Use dolist, cadr.
9960 (elint-check-condition-case-form): Doc fix. Use cadr.
9961 Use elint-extra-errors.
9962 (elint-log): New function.
9963 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9964 Distinguish errors and warnings.
9965 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9966 Use a bytecomp-style format.
9967 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9968 (elint-get-log-buffer): Use compilation mode. Disable undo.
9969 Don't truncate lines.
9970 (elint-initialize): Set builtin and autoloaded variable lists.
9971 Only process elint-unknown-builtin-args if non-nil.
9972 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9973 New functions.
9974 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9975
9976 2009-07-22 Kevin Ryde <user42@zip.com.au>
9977
9978 * net/newst-backend.el (newsticker--parse-atom-1.0)
9979 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9980 (newsticker--parse-rss-1.0):
9981 * progmodes/idlwave.el (idlwave-mode):
9982 * progmodes/idlw-shell.el (idlwave-shell-mode):
9983 * progmodes/vera-mode.el (vera-mode):
9984 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9985 * progmodes/vhdl-mode.el (vhdl-mode):
9986 * textmodes/table.el (table-generate-source)
9987 (table--warn-incompatibility):
9988 Hyperlink urls in docstrings with URL `...'.
9989
9990 2009-07-22 Glenn Morris <rgm@gnu.org>
9991
9992 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9993 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9994 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9995 Remove leading * from defcustom docs.
9996
9997 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9998
9999 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10000 defcustom doc.
10001 (list-load-path-shadows): Optionally, just return shadows as a string.
10002
10003 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10004
10005 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10006
10007 * mail/rmailedit.el (rmail-edit-mode): Use
10008 auto-save-include-big-deletions.
10009
10010 * mail/rmail.el (rmail-variables): Use
10011 auto-save-include-big-deletions.
10012
10013 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10014 changes.
10015
10016 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10017
10018 * calc/calc.el (calc-undo-length): New variable.
10019 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10020
10021 2009-07-21 Richard Stallman <rms@gnu.org>
10022
10023 * files.el (auto-save-mode): Handle buffer-save-size = -2
10024 for toggling mode.
10025
10026 2009-07-21 Glenn Morris <rgm@gnu.org>
10027
10028 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10029
10030 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10031
10032 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10033 silence compiler. Instead...
10034 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10035 (ps-print-ensure-fontified): Update for above function name changes.
10036
10037 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10038 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10039 silence compiler. Instead...
10040 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10041 (mh-show-buffer): Only define for compiler.
10042 (pr-mh-current-message): Update for above function name changes.
10043
10044 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10045 as an argument.
10046 (find-file-noselect, insert-file-1): Update for above change.
10047
10048 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10049
10050 * mail/mailclient.el (mailclient-send-it): Fix message.
10051
10052 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10053 (edebug-eval): Check cl-debug-env is bound.
10054 (print-level, print-circle): Don't redefine built-in variables.
10055
10056 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10057 (custom-print-vectors): Remove old comments from doc.
10058
10059 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10060 (emerge-version): Make the variable an obsolete alias for the
10061 emacs-version variable. Make the function obsolete.
10062 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10063 Emerge options, rather than merging in into the main Options menu.
10064 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10065 and auto advance modes. Disable edit/fast items when not relevant.
10066
10067 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10068
10069 * term/vt420.el (terminal-init-vt420): Fix typo.
10070
10071 2009-07-20 Sam Steingold <sds@gnu.org>
10072
10073 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10074 variable (removed from compile.el on 2004-03-11).
10075
10076 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * files.el (hack-local-variables-filter): Fix last change.
10079
10080 2009-07-19 Juri Linkov <juri@jurta.org>
10081
10082 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10083 (dir-local-variables-alist): New buffer-local variable.
10084 (hack-local-variables-filter): If variable is not dir-local,
10085 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10086 because file-local overrides dir-local.
10087 (c-postprocess-file-styles) <declare-function>:
10088 Remove obsolete declaration.
10089 (hack-dir-local-variables): Add dir-local variable/value pair to
10090 `dir-local-variables-alist' and remove duplicates. Doc fix.
10091
10092 * help-fns.el (describe-variable): Add information about
10093 file-local and dir-local variables.
10094
10095 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * files.el (hack-local-variables-filter): Rewrite.
10098
10099 2009-07-19 Glenn Morris <rgm@gnu.org>
10100
10101 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10102 Silence compiler by only defining on XEmacs.
10103
10104 * international/mule.el (auto-coding-regexp-alist): Only match
10105 BABYL... at the start of buffer, not of lines. (Bug#3790)
10106
10107 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10108 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10109 (cal-menu-context-mouse-menu): Doc fix.
10110
10111 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10112
10113 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10114
10115 2009-07-18 Juri Linkov <juri@jurta.org>
10116
10117 * info.el: Virtual Info keyword finder.
10118 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10119 (Info-finder-file): New variable.
10120 (Info-finder-find-file): New function.
10121 (finder-known-keywords, finder-package-info)
10122 (find-library-name, lm-commentary): Use defvar and
10123 declare-function to silence compiler warnings.
10124 (Info-finder-find-node): New function.
10125 (info-finder): New command.
10126
10127 * subr.el (process-kill-buffer-query-function): New function.
10128 (add-hook)<kill-buffer-query-functions>: Add hook
10129 `process-kill-buffer-query-function'.
10130
10131 2009-07-18 Alan Mackenzie <acm@muc.de>
10132
10133 * progmodes/cc-mode.el (c-before-hack-hook)
10134 (c-postprocess-file-styles): Give invocation of `c-set-style'
10135 DONT-OVERRIDE parameter of t. Already set style variables will
10136 thus not be overridden by style settings given by `c-file-syle'.
10137
10138 * files.el (hack-local-variables-filter): Remove entries with
10139 duplicate keys from `file-local-variables-alist'.
10140
10141 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10142
10143 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10144 x-set-selection if display-selections-p returns nil for the
10145 current frame.
10146
10147 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10148
10149 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10150
10151 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10152
10153 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10154 Accept nil in addition to a regexp.
10155 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10156 Accept nil in addition to a regexp.
10157 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10158 buffers that have an associated file. Handle nil values of
10159 desktop-buffers-not-to-save and desktop-files-not-to-save.
10160 (Bug#3833)
10161
10162 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10163 (x-disown-selection-internal): New functions.
10164
10165 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10166
10167 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10168 warning.
10169 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10170 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10171
10172 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10173
10174 * simple.el (set-mark): Revert last change.
10175
10176 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10177
10178 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10179 rendering of pngs is not possible instead of messaging a long
10180 description.
10181
10182 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10183
10184 * w32-fns.el (x-selection-owner-p): New function.
10185
10186 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10187 (mouse-yank-at-click, mouse-yank-primary): If
10188 select-active-regions is non-nil, deactivate the mark before
10189 insertion.
10190
10191 * simple.el (deactivate-mark, set-mark): Only save selection if we
10192 own it.
10193
10194 2009-07-17 Kenichi Handa <handa@m17n.org>
10195
10196 * case-table.el (describe-buffer-case-table): Fix for the case
10197 that KEY is a cons.
10198
10199 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10200
10201 * vc-rcs.el (vc-rcs-find-file-hook):
10202 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10203
10204 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10205
10206 * net/tramp.el (tramp-wait-for-output): Handle the case when
10207 commands do not return a newline but a null byte before the shell
10208 prompt. (Bug#3858)
10209
10210 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10211
10212 * term/ns-win.el (ns-set-alpha): Don't declare.
10213 (ns-set-background-alpha): Remove function.
10214
10215 2009-07-16 Kevin Ryde <user42@zip.com.au>
10216
10217 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10218 y-or-n-p, for safety.
10219
10220 2009-07-16 Richard Stallman <rms@gnu.org>
10221
10222 * files.el (auto-save-mode): If buffer-saved-size is -2,
10223 don't clobber it.
10224
10225 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10226 (rmail-retry-ignored-headers): Add more uninteresting fields.
10227
10228 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10229
10230 * net/rcirc.el (rcirc): Use history variables.
10231 (rcirc-server-name-history, rcirc-nick-name-history)
10232 (rcirc-server-port-history): New variables.
10233
10234 2009-07-15 Kenichi Handa <handa@m17n.org>
10235
10236 * international/mule-cmds.el (set-language-environment-charset):
10237 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10238 ignore them.
10239
10240 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10241 Delete unibyte-display.
10242
10243 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10246
10247 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10248
10249 * simple.el (deactivate-mark): Optional argument FORCE.
10250 (set-mark): Use deactivate-mark.
10251
10252 * info.el (Info-search): No need to check transient-mark-mode
10253 before calling deactivate-mark.
10254
10255 * select.el (x-set-selection): Doc fix.
10256 (x-valid-simple-selection-p): Allow buffer values.
10257 (xselect--selection-bounds): Handle buffer values. Suggested by
10258 David De La Harpe Golden.
10259
10260 * mouse.el (mouse-set-region, mouse-drag-track): Call
10261 copy-region-as-kill before setting the mark, to let
10262 select-active-regions work.
10263
10264 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10265
10266 * simple.el (deactivate-mark): If select-active-regions is
10267 non-nil, copy the selection data into a string.
10268 (activate-mark): If select-active-regions is non-nil, set the
10269 selection to the current buffer.
10270 (set-mark): Update selection if select-active-regions is non-nil.
10271
10272 * select.el (x-valid-simple-selection-p): Allow buffer values.
10273
10274 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10277 and more featureful message-mode.
10278
10279 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * select.el (x-set-selection): Doc fix.
10282 (x-valid-simple-selection-p): Disallow selection data consisting
10283 of a list or cons of integers, since that is not used.
10284 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10285 (xselect-convert-to-string, xselect-convert-to-length)
10286 (xselect-convert-to-filename, xselect-convert-to-charpos)
10287 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10288
10289 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10290
10291 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10292 output in -break-info command (Emacs bug #3794).
10293
10294 2009-07-14 Glenn Morris <rgm@gnu.org>
10295
10296 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10297 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10298 (edebug-print-length, edebug-print-level, edebug-print-circle)
10299 (edebug-sit-for-seconds, edebug-view-outside)
10300 (edebug-bounce-point, edebug-set-global-break-condition)
10301 (edebug-Go-nonstop-mode, edebug-trace-mode)
10302 (edebug-Trace-fast-mode, edebug-continue-mode)
10303 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10304 (edebug-visit-eval-list): Doc fixes.
10305
10306 * subr.el (def-edebug-spec): Doc fix.
10307
10308 2009-07-14 Kenichi Handa <handa@m17n.org>
10309
10310 * international/characters.el: Fix setting of category ?C.
10311
10312 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10313
10314 * term/ns-win.el (x-select-font): defalias x-select-font to
10315 ns-popup-font-panel instead of generate-fontset-menu.
10316
10317 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10318
10319 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10320
10321 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10322
10323 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10324 the PK\003\004 header (Bug#3770).
10325
10326 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10327
10328 * pcomplete.el (pcomplete-comint-setup): Check for
10329 shell-dynamic-complete-filename too.
10330
10331 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * simple.el (temporary-goal-column): Change the value for
10334 line-move-visual to a cons cell.
10335 (line-move-visual): Record or set the window hscroll, if
10336 necessary (Bug#3494).
10337 (line-move-1): Handle cons value of temporary-goal-column.
10338
10339 2009-07-11 Kenichi Handa <handa@m17n.org>
10340
10341 * international/mule-diag.el (describe-character-set): Don't show
10342 width.
10343
10344 2009-07-10 Sam Steingold <sds@gnu.org>
10345
10346 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10347 Omake sometimes indents the errors it prints, so allow all
10348 regexps to start with spaces.
10349
10350 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10351
10352 * cus-edit.el (customize-changed-options-previous-release):
10353 Bump value to 22.1. (Bug#3804)
10354
10355 2009-07-08 Sam Steingold <sds@gnu.org>
10356
10357 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10358 to be a cons cell (test . ignored-directory) to selectively ignore
10359 some directories depending on the location of the search.
10360
10361 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10362
10363 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10364 remote user is root, on the local host.
10365 (tramp-local-host-p): Either the local user or the remote user
10366 must be root. (Bug#3771)
10367
10368 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10369
10370 * progmodes/gdb-mi.el (gdb): Remove description of
10371 gdb-use-separate-io-buffer.
10372 (menu): Don't allow toggling of or enable
10373 gdb-use-separate-io-buffer from menubar.
10374
10375 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10376
10377 * mail/unrmail.el (unrmail): Make sure the message ends with two
10378 newlines (Bug#3769).
10379
10380 2009-07-08 Glenn Morris <rgm@gnu.org>
10381
10382 * calendar/calendar.el (calendar-current-date): Rework previous change.
10383
10384 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10385
10386 * calendar/calendar.el (calendar-current-date):
10387 Add an optional argument giving an offset from today.
10388
10389 2009-07-08 Glenn Morris <rgm@gnu.org>
10390
10391 * tutorial.el (tutorial--describe-nonstandard-key):
10392 Adjust the message for when a key has been unbound.
10393 (help-with-tutorial): Hide the arch-tag.
10394
10395 2009-07-08 Kenichi Handa <handa@m17n.org>
10396
10397 * international/fontset.el (setup-default-fontset): For each
10398 script, append (not set) font-specs.
10399
10400 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10401 docstring.
10402
10403 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10404
10405 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10406 -data-list-register-names to ...
10407 (gdb-starting): ... here because GDB 7.0 requires execution to
10408 have started when using this MI command.
10409 (gdb-set-header): New function to distinguish select and
10410 unselected tabs in gdb buffers.
10411 (gdb-propertize-header): New macro that uses gdb-set-header.
10412 (gdb-breakpoints-header, gdb-locals-header): Use it.
10413 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10414
10415 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10416
10417 * Makefile.in (ELCFILES): Remove fadr.elc.
10418
10419 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10420
10421 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10422 may contain frame information, so `string-match' should be used.
10423 (gdb-update): Disassembly is invalidated through
10424 `gdb-get-selected-frame'.
10425 (gdb-pad-string): New function to pad string with spaces.
10426 (gdb-invalidate-disassembly): Invalidate only if the buffer
10427 exists.
10428 (gdb-disassembly-handler-custom): Column alignment.
10429 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10430 placing new ones.
10431 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10432 end of line, too.
10433 (gdb-frame-handler): Match convention to for disassembly buffer
10434 mode name.
10435 (gdb-stack-list-frames-handler): Rewritten without regexps.
10436 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10437 not highlight breakpoints without line information.
10438 (gdb-input): Add trailing newline to command.
10439
10440 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10441 buffer properly.
10442 (gdb-breakpoints-list-handler-custom): Replacement for
10443 `gdb-break-list-handler'. Using real parser instead of regexps
10444 now.
10445 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10446 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10447 to place breakpoints.
10448 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10449 functions.
10450 (gdb-disassembly-handler-custom): Show overlay arrow.
10451 (gdb-disassembly-place-breakpoints): Show breakpoints in
10452 disassembly buffer.
10453 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10454 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10455 instead of parsing breakpoints buffer. Fixed old menu references
10456 in `gud-menu-map'.
10457
10458 * fadr.el: Remove.
10459
10460 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10461 (gdb-memory-address): New variable which holds top address of
10462 memory page shown in memory buffer.
10463 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10464 customization variables.
10465 New functions:
10466 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10467 display the memory buffer.
10468 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10469 buffer display parameters.
10470 (def-gdb-memory-format, gdb-memory-format-binary)
10471 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10472 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10473 Functions for setting memory buffer format.
10474 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10475 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10476 unit size used in memory buffer.
10477 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10478 to next/previous page of memory buffer.
10479 Now using (bindat-get-field) instead of fadr functions.
10480
10481 2009-07-07 Sam Steingold <sds@gnu.org>
10482
10483 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10484 non-top-level files.
10485
10486 2009-07-07 Kenichi Handa <handa@m17n.org>
10487
10488 * international/mule-cmds.el (reset-language-environment): Put
10489 the highset priority to the charset iso-8859-1.
10490
10491 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10494 to the end of the line when locating the block (Bug#700).
10495
10496 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10497
10498 * net/tramp.el (tramp-handle-write-region): Flush file properties
10499 in case of short track.
10500
10501 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10502
10503 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10504 Coded custom representation of verilog error regular expressions
10505 to work with Emacs-22's new format.
10506 (verilog-error-regexp-xemacs-alist): Coded custom representation
10507 of verilog error regular expressions to work with XEmacs format.
10508 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10509 error recognition into XEmacs.
10510 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10511 error recognition into Emacs-22.
10512
10513 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10514
10515 * woman.el: Remove stand-alone closing parentheses.
10516 (woman-file-name, woman2-format-paragraphs)
10517 (woman-leave-blank-lines): Code cleanup.
10518 (woman-use-own-frame): Change default to nil.
10519 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10520 defaults to inherit from default faces.
10521 (woman2-process-escapes): Consume the newline after a stand-alone
10522 filler character (Bug#3651).
10523
10524 2009-07-06 Glenn Morris <rgm@gnu.org>
10525
10526 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10527 (top-level): Move provide to the end.
10528 (ffap): Remove defunct URL from custom group.
10529
10530 * subr.el (eval-after-load): Doc fix.
10531
10532 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10533
10534 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10535 `calc-embedded-word' is called twice.
10536
10537 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * files.el (find-alternate-file-other-window, find-alternate-file):
10540 Obey confirm-nonexistent-file-or-buffer.
10541
10542 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10543
10544 * dired-aux.el (dired-show-file-type): Handle remote files.
10545
10546 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10547
10548 * desktop.el (desktop-globals-to-save):
10549 Add file-name-history (Bug#2750).
10550
10551 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10552
10553 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10554
10555 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10556
10557 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10558 property on entire argument since this is what eshell-lisp-command
10559 expects.
10560
10561 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10562
10563 * net/tramp-gvfs.el (tramp-gvfs-methods)
10564 (tramp-gvfs-zeroconf-domain)
10565 (tramp-bluez-discover-devices-timeout): Add version flag.
10566 (tramp-gvfs-handler-mounted-unmounted)
10567 (tramp-gvfs-connection-mounted-p): Polish handling of
10568 incompatibilities between GVFS 0.2 and 1.0.
10569
10570 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10571
10572 * cus-start.el (all): Add make-pointer-invisible.
10573
10574 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10575
10576 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10577 formatted correctly.
10578
10579 2009-07-02 Juri Linkov <juri@jurta.org>
10580
10581 * info.el: Virtual Info files and nodes.
10582 (Info-virtual-files, Info-virtual-nodes): New variables.
10583 (Info-current-node-virtual): New variable.
10584 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10585 New functions.
10586 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10587 to check for a virtual file instead of checking a fixed list
10588 of node names.
10589 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10590 instead of ad-hoc processing of "dir" and (apropos history toc).
10591 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10592 instead of ad-hoc processing of "dir" and (apropos history toc).
10593 Reread a file when moving from a virtual node.
10594 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10595 (Info-directory-toc-nodes, Info-directory-find-file)
10596 (Info-directory-find-node): New functions.
10597 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10598 (Info-history): Move part of code to
10599 `Info-history-find-node'.
10600 (Info-history-toc-nodes, Info-history-find-file)
10601 (Info-history-find-node): New functions.
10602 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10603 (Info-toc): Move part of code to `Info-toc-find-node'.
10604 (Info-toc-find-node): New function.
10605 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10606 the current Info file name to references because now the node
10607 "*TOC*" belongs to the same Info manual.
10608 (Info-toc-build): Rename from `Info-build-toc'.
10609 (Info-toc-nodes): Rename input argument `file' to `filename'.
10610 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10611 instead of ad-hoc processing of ("dir" apropos history toc).
10612 (Info-index-nodes): Use Info-virtual-file-p
10613 to check for a virtual file instead of checking a fixed list
10614 of node names.
10615 (Info-index-node): Add check for `Info-current-node-virtual'.
10616 Raise `save-match-data' higher up the tree to contain
10617 `search-forward' too (bug fix).
10618 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10619 (Info-virtual-index-nodes): New variable.
10620 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10621 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10622 (Info-apropos-file, Info-apropos-nodes): New variables.
10623 (Info-apropos-toc-nodes, Info-apropos-find-file)
10624 (Info-apropos-find-node, Info-apropos-matches): New functions.
10625 (info-apropos): Move part of code to `Info-apropos-find-node' and
10626 `Info-apropos-matches'.
10627 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10628 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10629 for a virtual file instead of checking a fixed list of node names.
10630
10631 * simple.el (async-shell-command): New command.
10632
10633 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10634
10635 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10636 instead of `mount-info'.
10637
10638 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10639
10640 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10641 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10642
10643 2009-07-02 Kenichi Handa <handa@m17n.org>
10644
10645 * international/mule.el (set-keyboard-coding-system): Force *-unix
10646 coding-system to avoid eol conversion.
10647
10648 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10649
10650 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10651 Add handler for `process-file', `shell-command' and
10652 `start-file-process'.
10653 (tramp-gvfs-handle-shell-command)
10654 (tramp-gvfs-handle-start-file-process)
10655 (tramp-gvfs-handle-process-file): New defuns.
10656 (tramp-synce-list-devices): Simplify check for existence of property.
10657
10658 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10659
10660 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10661
10662 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10663
10664 * language/korean.el (set-language-info-alist): Add korean-cp949,
10665 cp949 to spec.
10666
10667 2009-07-01 Kenichi Handa <handa@m17n.org>
10668
10669 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10670
10671 * international/encoded-kb.el: Deleted.
10672
10673 * international/mule.el (set-keyboard-coding-system): Perform the
10674 necessary setup here instead of calling encoded-kbd-setup-display.
10675
10676 2009-07-01 Glenn Morris <rgm@gnu.org>
10677
10678 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10679
10680 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10681
10682 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10683
10684 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10685
10686 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10687 Handle also the 'rename case, when setting file modes. (Bug#3712)
10688 (tramp-default-file-modes): Remove execute permissions.
10689
10690 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10691 (top): Add a default for "synce" in `tramp-default-user-alist'.
10692 Add completion function for "synce" method.
10693 (tramp-hal-service, tramp-hal-path-manager)
10694 (tramp-hal-interface-manager, tramp-hal-interface-device):
10695 New defconst.
10696 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10697 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10698 New defuns.
10699
10700 * net/trampver.el: Update release number.
10701
10702 2009-06-30 Kenichi Handa <handa@m17n.org>
10703
10704 * international/fontset.el (setup-default-fontset): Add CJK fonts
10705 for symbols and the other miscellaneous characters.
10706
10707 * language/korea-util.el (setup-korean-environment-internal):
10708 Make char-width-table suitable for Korean environments.
10709 (exit-korean-environment): Cancel above.
10710
10711 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10712 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10713 setup-function to make char-width-table suitable for respective
10714 environments, and an exit-function to cancel that.
10715
10716 * language/japan-util.el (setup-japanese-environment-internal):
10717 Call use-cjk-char-width-table with arg `ja_JP'.
10718
10719 * international/characters.el (cjk-char-width-table): Delete it.
10720 (cjk-char-width-table-list): New variable.
10721 (use-cjk-char-width-table): New arg local-name.
10722 (use-default-char-width-table): Fix for the case that Emacs is
10723 already using the default char-width-table.
10724
10725 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10728 modes mandatory. (Bug#3712)
10729
10730 2009-06-29 Alan Mackenzie <acm@muc.de>
10731
10732 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10733 correction between the visible width of TABs and their number of bytes.
10734
10735 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * server.el (server-buffer-done): Prevent kill-buffer from
10738 prompting by clearing the buffer modification flag (Bug#3696).
10739
10740 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10741
10742 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10743 (verilog-endcomment-reason-re): Support unique case and priority case.
10744 (verilog-basic-complete-re): Support localparam lineup.
10745 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10746 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10747 commenting.
10748 (verilog-leap-to-case-head): Now support *nested* unique &
10749 priority case statements.
10750 (verilog-auto-lineup): Make just declarations the default (as it
10751 had been).
10752 (verilog-leap-to-case-head): Support priority/unique case statements.
10753 (verilog-auto-lineup): Rework to give users radio buttons to
10754 select the various styles of automatic lineup.
10755 (verilog-error-regexp-alist): Rework to support the XEmacs style
10756 of error regular expressions from compilers, lint tools &
10757 simulators. Note that GNU Emacs has made it impossible for a mode
10758 to load such things.
10759 (electric-verilog-terminate-line, verilog-indent-declaration)
10760 (verilog-auto-wiure): Rework for radio button selection of
10761 auto-lineup selection of specification of auto lineup.
10762 (verilog-beg-of-statement-1): Redesign to support proper operation
10763 in additional code, based on testing with auto-lineup.
10764 (verilog-calculate-indent, assignments & declarations)
10765 (verilog-backward-token): Enhance to support auto-lineup of
10766 assignments & declarations.
10767 (verilog-in-directive-p, verilog-at-struct-p): New function for
10768 easy test of whether we are.
10769 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10770 to support safe execution at almost anyline.
10771 (verilog-calc-1): Properly support indenting deep inside generate
10772 blocks.
10773 (verilog-init-font): Remove definition & use of verilog-init-font,
10774 as it is redundant with font-lock-defaults.
10775 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10776 to avoid circular calls if syntax-ppss is a function (as is the
10777 case now in 22.x GNU Emacs) as that function would sometimes call
10778 itself, leading to (nearly) infinite recursion.
10779 (verilog-ovm-begin-re, verilog-ovm-end-re)
10780 (verilog-ovm-statement-re, verilog-leap-to-head)
10781 (verilog-backward-token): Add support for OVM macros. Some are
10782 complete statements, and others open and close scopes like begin
10783 and end.
10784 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10785 (verilog-defun-level-generate-only-re): Really fix the defun-list
10786 compilation issue.
10787 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10788 coverpoint, constraint and cross statements.
10789 (verilog-defun-level-list, verilog-generate-defun-level-list)
10790 (verilog-all-defun-level-list): Redo these specifications - it is
10791 too hard to support eval-when compile aggregation of lists also
10792 built at when-compile time.
10793 (verilog-defun-level-list): Place defconsts of variables used in
10794 building regular expressions which are built in eval-when-compile
10795 bodies in the same eval-when-compile body to facilitate compile
10796 without load.
10797 (verilog-beg-block-re-ordered): Support indenting
10798 virtual/protected tasks and functions.
10799 (verilog-defun-level-list, verilog-in-generate-region-p)
10800 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10801 indentation of some module items (generate items).
10802 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10803 across virtual/protected tasks and functions.
10804
10805 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10806
10807 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10808 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10809 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10810 in concatenations. Reported by Yishay Belkind.
10811 (verilog-auto-ascii-enum): Support one-hot state machines in
10812 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10813 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10814 modport in AUTOINST and add vl-modport for users. Reported by
10815 David Rogoff.
10816 (verilog-auto-inout-module, verilog-auto-inst)
10817 (verilog-decls-get-interfaces, verilog-insert-definition)
10818 (verilog-insert-one-definition, verilog-read-decls)
10819 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10820 (verilog-sig-modport, verilog-signals-combine-bus)
10821 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10822 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10823 Suggested by David Rogoff.
10824 (verilog-repair-open-comma): Fix non-insertion of comma when
10825 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10826 (verilog-make-width-expression): Simplify [A-1:0] expression
10827 widths to just {A{1'b0}}.
10828 (verilog-mode): Cleanup checkdoc warnings.
10829 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10830 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10831 inputs/outputs or data type. Suggested by Vasu Kandadi.
10832 (next-error-last-buffer): Fix byte-compiler warning.
10833 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10834 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10835 or shell command text during AUTO expansion. Suggested by Tad Truex.
10836 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10837 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10838 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10839 in AUTOINOUT. Reported by Matthew Lovell.
10840 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10841 causing use of <= assignments. Reported by Alex Reed.
10842 (verilog-read-decls): Fix triand, trior, wand, wor to be
10843 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10844 (verilog-extended-complete-re): Support import "DPI-C" functions.
10845 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10846 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10847 (verilog-insert-date, verilog-insert-year)
10848 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10849 Windows systems. Reported by Michael Potts.
10850 (verilog-read-module-name): Fix AUTOINST when the child module
10851 declaration's name is a tick define. Reported by Elliot Mednick.
10852 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10853 passed to next parameter's definition. Reported by Bruce T.
10854 (verilog-read-decls): Fix detecting "parameter int" when using
10855 AUTOINSTPARAM. Reported by Bruce T.
10856 (verilog-goto-defun): Fix goto not finding modules unless first
10857 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10858 (verilog-mode): Expand -f flag arguments on entry to mode so
10859 verilog-goto-defun will work. Reported by Lawrence Butcher.
10860 (verilog-getopt): Expand environment variables in -f file
10861 arguments. Suggested by Lawrence Butcher.
10862 (verilog-set-define): Fix "Symbol's value as variable is void"
10863 when reading enumerations.
10864 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10865 Suggested by Stephen Peltan.
10866 (verilog-read-defines): Fix reading of enumerations in include
10867 files. Reported by Steve Peltan.
10868
10869 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10870
10871 * files.el (trash-directory): Fix defcustom type.
10872
10873 2009-06-28 Juri Linkov <juri@jurta.org>
10874
10875 * help-fns.el (describe-function-1): Correctly locate adviced
10876 functions in hyperlink (Bug#2438).
10877
10878 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * files.el (trash-directory): Change default to nil.
10881 (move-file-to-trash): If trash-directory is nil and
10882 system-move-file-to-trash is unbound, perform freedesktop-style
10883 trashing.
10884
10885 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10886
10887 * files.el (move-file-to-trash): Add freedesktop trash
10888 support (Bug#973).
10889
10890 2009-06-28 Glenn Morris <rgm@gnu.org>
10891
10892 * autorevert.el (global-auto-revert-non-file-buffers)
10893 (global-auto-revert-mode): Doc fixes.
10894
10895 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10896
10897 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10898
10899 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10900
10901 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10902 opened an X connection before calling x-get-resource (Bug#3194).
10903
10904 * play/doctor.el: Remove reference to obsolete website.
10905 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10906
10907 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10908
10909 Remove find-file-not-found-hook VC method. (Bug#2757)
10910 * vc-hooks.el (vc-file-not-found-hook)
10911 (vc-default-find-file-not-found-hook): Remove functions.
10912 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10913 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10914 * vc.el:
10915 * vc-hg.el:
10916 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10917
10918 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10919
10920 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10921 compatibility function for `looking-back'.
10922
10923 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10924 Use `ispell-looking-back'.
10925
10926 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10927
10928 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10929 rather than `filename'.
10930
10931 2009-06-23 Miles Bader <miles@gnu.org>
10932
10933 * face-remap.el (text-scale-set): New function.
10934
10935 2009-06-23 Glenn Morris <rgm@gnu.org>
10936
10937 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10938
10939 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10940
10941 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10942
10943 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10944
10945 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10946 Simplify Persian conditionals.
10947
10948 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10949 variable `filename'.
10950
10951 * comint.el (comint-insert-input): Doc fix.
10952
10953 * Makefile.in (ELCFILES): Fix typo in previous change.
10954
10955 2009-06-23 Miles Bader <miles@gnu.org>
10956
10957 * cus-start.el: Add entry for `recenter-redisplay'.
10958
10959 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10960
10961 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10962 Add an optional argument for the backend, use it instead of
10963 calling vc-backend.
10964 (vc-mode-line): Add an optional argument for the backend.
10965 Pass the backend to vc-state and vc-working-revision. Move code for
10966 special handling for vc-state being a buffer to ...
10967
10968 * vc-rcs.el (vc-rcs-find-file-hook):
10969 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10970
10971 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10972 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10973 vc-stay-local-p and vc-mode-line calls.
10974
10975 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10976 (vc-cvs-diff, vc-cvs-annotate-command)
10977 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10978 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10979 vc-mode-line calls.
10980
10981 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10982 direct comparison.
10983 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10984 backend when calling vc-mode-line.
10985 (vc-register): Do not create a closure for calling the vc register
10986 function, call it directly.
10987
10988 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10989
10990 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10991 to make it obvious item can be clicked.
10992
10993 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10994
10995 2009-06-23 Kenichi Handa <handa@m17n.org>
10996
10997 * language/korea-util.el (korean-key-bindings): Change the binding
10998 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10999 same command.
11000
11001 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11002
11003 Sync with Tramp 2.1.16.
11004
11005 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11006
11007 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11008 when a loading of a package fails. Completion function for rsync
11009 is `tramp-completion-function-alist-ssh'.
11010 (all): Replace all calls of `split-string' and
11011 `tramp-split-string' by `tramp-compat-split-string'.
11012 (tramp-default-method): Use `tramp-compat-process-running-p'.
11013 (tramp-default-proxies-alist): Allow also Lisp forms.
11014 (tramp-remote-path): Add choice "Private Directories".
11015 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11016 (tramp-domain-regexp): Allow also "-", "_" and ".".
11017 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11018 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11019 (tramp-debug-message): Insert header line in debug buffer.
11020 (tramp-handle-directory-files-and-attributes-with-stat):
11021 Care about filenames with spaces, or starting with "-".
11022 (tramp-handle-dired-uncache): New defun.
11023 (tramp-handle-insert-directory): Don't flush the directory from
11024 cache, this is handled by `dired-uncache' now.
11025 (tramp-handle-insert-file-contents): Improve error handling.
11026 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11027 Quote `tramp-end-of-output'.
11028 (tramp-action-password): Improve trace message.
11029 (tramp-check-for-regexp): Both echoes must be present, before removing.
11030 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11031 (tramp-compute-multi-hops): Eval cons cells of
11032 `tramp-default-proxies-alist'.
11033 (tramp-maybe-open-connection): Use the same command pattern for
11034 first hop and further hops.
11035 (tramp-wait-for-output): Remove handling of newlines.
11036 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11037 (tramp-split-string): Remove function. It is handled in
11038 tramp-compat now.
11039
11040 * net/tramp-cmds.el (tramp-bug):
11041 Recommend `tramp-cleanup-all-connections' in the bug mail.
11042
11043 * net/tramp-compat.el (tramp-compat-split-string)
11044 (tramp-compat-process-running-p): New defuns.
11045
11046 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11047 for `dired-uncache'.
11048
11049 * net/tramp-gvfs.el: New package.
11050
11051 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11052 Add handler for `dired-uncache'.
11053 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11054
11055 * net/trampver.el: Update release number. Make version check fit
11056 for SXEmacs 22.
11057
11058 2009-06-22 Jim Meyering <meyering@redhat.com>
11059
11060 Automatically handle .xz suffix (XZ-compressed files), too.
11061 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11062 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11063
11064 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11065 Nick Roberts <nickrob@snap.net.nz>
11066
11067 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11068 repository (http://sphinx.net.ru/hg/gdb-mi/).
11069
11070 2009-06-22 Glenn Morris <rgm@gnu.org>
11071
11072 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11073 `mode' and `eval' entries. (Bug#3430)
11074
11075 * Makefile.in (ELCFILES): Add fadr.elc.
11076
11077 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11078 differing behavior of \n and ^ in strings. (Bug#3385)
11079
11080 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11081
11082 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11083 property.
11084 (lisp-indent-function): Make it a defcustom.
11085
11086 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-ui.el: Replace with ...
11089 * progmodes/gdb-mi.el: ... this file.
11090 * progmodes/gud.el: Modify for gdb-mi.el.
11091
11092 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11093
11094 * fadr.el: New file.
11095
11096 See ChangeLog.14 for earlier changes.
11097
11098 ;; Local Variables:
11099 ;; coding: utf-8
11100 ;; End:
11101
11102 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11103
11104 This file is part of GNU Emacs.
11105
11106 GNU Emacs is free software: you can redistribute it and/or modify
11107 it under the terms of the GNU General Public License as published by
11108 the Free Software Foundation, either version 3 of the License, or
11109 (at your option) any later version.
11110
11111 GNU Emacs is distributed in the hope that it will be useful,
11112 but WITHOUT ANY WARRANTY; without even the implied warranty of
11113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11114 GNU General Public License for more details.
11115
11116 You should have received a copy of the GNU General Public License
11117 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11118
11119 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1