* register.el (jump-to-register, insert-register): Handle Semantic
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * register.el (jump-to-register, insert-register): Handle Semantic
4 tags. From commented-out advice in semantic/senator.el.
5
6 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * vc.el (vc-log-show-limit): New variable.
9 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10 when using a prefix argument.
11 (vc-print-log-internal): Add new argument LIMIT.
12
13 * vc-svn.el (vc-svn-print-log):
14 * vc-mtn.el (vc-mtn-print-log):
15 * vc-hg.el (vc-hg-print-log):
16 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
17 pass it to the log command when set. Make the BUFFER argument
18 non-optional.
19
20 * vc-sccs.el (vc-sccs-print-log):
21 * vc-rcs.el (vc-rcs-print-log):
22 * vc-git.el (vc-git-print-log):
23 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
24 ignore it. Make the BUFFER argument non-optional
25
26 * bindings.el (mode-line-buffer-identification): Do not purecopy.
27
28 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
29
30 * dired.el (dired-mode-map): Move encryption items to "Operate"
31 menu (Bug#4703).
32
33 * strokes.el (strokes-update-window-configuration): Make strokes
34 buffer current before erasing (Bug#4906).
35
36 * cedet/semantic/idle.el (semantic-idle-summary-mode)
37 (semantic-idle-summary-mode): Define using define-minor-mode
38 instead of define-semantic-idle-service.
39 (semantic-idle-summary-mode): New function.
40 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
41 that mouse motion does not reset the echo area.
42
43 2009-11-15 Juri Linkov <juri@jurta.org>
44
45 * simple.el (set-mark-default-inactive): Add :type, :group
46 and :version. (Bug#4876)
47
48 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
49
50 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
51 (archive-unique-fname): ... here. (Bug#4929)
52
53 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
56 with a real fix.
57
58 * novice.el (disabled-command-function): Add useful args.
59 Setup the help buffer so that [back] works.
60 Remove redundant call to help-mode.
61 (disabled-command-function): Use `case'.
62 (en/disable-command): New function extracted from enable-command.
63 (enable-command, disable-command): Use it.
64
65 2009-11-14 Glenn Morris <rgm@gnu.org>
66
67 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
68 constants. (Bug#4913)
69
70 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
71
72 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
73
74 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
75 defined in C that have no doc-strings. (Bug#1063)
76
77 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
78
79 * cus-edit.el (data, files):
80 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
81
82 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
83
84 * simple.el (shell-command): Doc fix (Bug#4891).
85
86 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
87
88 2009-11-14 Glenn Morris <rgm@gnu.org>
89
90 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
91 statements for vc-diff, emerge-quit, and rmail-cease-edit.
92 If they are already loaded, eval-after-load will do the right thing.
93
94 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
95 compiling.
96
97 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
98
99 * simple.el (x-selection-owner-p): Declare.
100 (read-mail-command): Use custom radio type rather than choice.
101 (completion-no-auto-exit): Doc fix.
102
103 * custom.el (defgroup):
104 * epg-config.el (epg): Doc fixes.
105
106 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
107
108 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
109 * international/ccl.el (define-ccl-program): Do not purecopy the
110 docstring, defconst does it anyway.
111
112 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * add-log.el (add-change-log-entry): Avoid displaying the changelog
115 a second time.
116
117 * x-dnd.el (x-dnd-maybe-call-test-function):
118 * window.el (split-window-vertically):
119 * whitespace.el (whitespace-help-on):
120 * vc-rcs.el (vc-rcs-consult-headers):
121 * userlock.el (ask-user-about-lock-help)
122 (ask-user-about-supersession-help):
123 * type-break.el (type-break-force-mode-line-update):
124 * time-stamp.el (time-stamp-conv-warn):
125 * terminal.el (te-set-output-log, te-more-break, te-filter)
126 (te-sentinel,terminal-emulator):
127 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
128 (term-write-input-ring, term-check-source, term-start-output-log):
129 (term-display-buffer-line, term-dynamic-list-completions):
130 (term-ansi-make-term, serial-term):
131 * subr.el (selective-display):
132 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
133 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
134 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
135 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
136 (speedbar-remove-localized-speedbar-support)
137 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
138 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
139 (speedbar-buffers-line-directory):
140 * simple.el (shell-command-on-region, append-to-buffer)
141 (prepend-to-buffer):
142 * shadowfile.el (shadow-save-todo-file):
143 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
144 (scroll-bar-maybe-set-window-start):
145 * sb-image.el (speedbar-image-dump):
146 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
147 (load-save-place-alist-from-file):
148 * ps-samp.el (ps-print-message-from-summary):
149 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
150 (ps-background-image, ps-begin-job, ps-do-despool):
151 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
152 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
153 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
154 (pr-call-process, pr-file-list, pr-interface-save):
155 * novice.el (disabled-command-function)
156 (enable-command, disable-command):
157 * mouse.el (mouse-buffer-menu-alist):
158 * mouse-copy.el (mouse-kill-preserving-secondary):
159 * macros.el (kbd-macro-query):
160 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
161 * informat.el (batch-info-validate):
162 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
163 * hippie-exp.el (try-expand-dabbrev-visible):
164 * help-mode.el (help-make-xrefs):
165 * help-fns.el (describe-variable):
166 * generic-x.el (bat-generic-mode-run-as-comint):
167 * finder.el (finder-mouse-select):
168 * find-dired.el (find-dired-sentinel):
169 * filesets.el (filesets-file-close):
170 * files.el (list-directory):
171 * faces.el (list-faces-display, describe-face):
172 * facemenu.el (list-colors-display):
173 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
174 * epg.el (epg--process-filter, epg-cancel):
175 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
176 (epa--read-signature-type):
177 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
178 (emerge-file-names):
179 * ehelp.el (electric-helpify):
180 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
181 * ediff-vers.el (rcs-ediff-view-revision):
182 * ediff-util.el (ediff-setup):
183 * ediff-mult.el (ediff-append-custom-diff):
184 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
185 (ediff-wordify):
186 * echistory.el (Electric-command-history-redo-expression):
187 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
188 * disp-table.el (describe-display-table):
189 * dired.el (dired-find-buffer-nocreate):
190 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
191 * dabbrev.el (dabbrev--same-major-mode-p):
192 * chistory.el (list-command-history):
193 * apropos.el (apropos-documentation):
194 * allout.el (allout-obtain-passphrase):
195 (allout-copy-exposed-to-buffer):
196 (allout-verify-passphrase): Use with-current-buffer.
197
198 2009-11-13 Glenn Morris <rgm@gnu.org>
199
200 * Makefile.in (ELCFILES): Regenerate.
201
202 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/dbus.el (dbus-registered-objects-table): Rename from
205 `dbus-registered-functions-table', because it contains also properties.
206 (dbus-unregister-object): Unregister also properties.
207 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
208 Use a timeout of 500 msec, in order to not block.
209 (dbus-register-property, dbus-property-handler): New defuns.
210
211 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * simple.el (minibuffer-default-add-completions): Drop deprecated
214 4th arg.
215
216 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
217
218 * textmodes/artist.el (artist-mouse-choose-operation):
219 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
220 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
221 (artist-compute-up-event-key): New function.
222 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
223
224 2009-11-13 Kenichi Handa <handa@m17n.org>
225
226 * language/japan-util.el: Make sure that the value of jisx0208
227 property is jisx0208 character.
228
229 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
230
231 * international/mule.el (auto-coding-regexp-alist): Only purecopy
232 car or each item, not the whole list.
233
234 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * minibuffer.el (minibuffer-completion-help):
237 Use minibuffer-hide-completions.
238
239 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
240
241 * dired.el (dired-save-positions, dired-restore-positions): New funs.
242 (dired-revert): Use them (bug#4880).
243
244 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
245
246 * tooltip.el (tooltip-frame-parameters): Undo previous change.
247
248 2009-11-12 Juri Linkov <juri@jurta.org>
249
250 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
251 New functions.
252 (find-file-literally-at-point): Alias of `ffap-literally'.
253
254 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
255
256 * textmodes/ispell.el (ispell-skip-region-alist):
257 * textmodes/css-mode.el (auto-mode-alist):
258 * progmodes/compile.el (auto-mode-alist):
259 * international/mule.el (ctext-non-standard-encodings-alist)
260 (ctext-non-standard-encodings-regexp):
261 * simple.el (shell-command-switch, text-read-only):
262 * replace.el (occur-mode-map):
263 * paths.el (rmail-file-name):
264 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
265 * find-file.el (ff-special-constructs):
266 * files.el (file-name-handler-alist):
267 * composite.el: Purecopy strings.
268
269 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
270
271 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
272
273 * widget.el (define-widget): Purecopy the docstring.
274 * international/mule-cmds.el (charset): Do not purecopy the
275 docstring here, define-widget does it.
276
277 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
278 * textmodes/bibtex-style.el (auto-mode-alist):
279 * progmodes/inf-lisp.el (inferior-lisp-prompt):
280 * progmodes/compile.el (compile-command):
281 * language/korea-util.el (default-korean-keyboard):
282 * international/mule-conf.el (file-coding-system-alist):
283 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
284 * tooltip.el (tooltip-frame-parameters):
285 * newcomment.el (comment-end, comment-padding):
286 * dired.el (dired-trivial-filenames):
287 * comint.el (comint-file-name-prefix): Purecopy initial values.
288
289 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
290
291 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
292 (tramp-advice-minibuffer-electric-tilde): Unload advices via
293 `tramp-unload'.
294 (tramp-advice-make-auto-save-file-name)
295 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
296 after removing the advice.
297
298 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * progmodes/grep.el (grep-regexp-alist):
301 * international/mule-cmds.el (iso-2022-control-alist):
302 * emacs-lisp/timer.el (timer-duration-words):
303 * subr.el (version-separator, version-regexp-alist):
304 * minibuffer.el (completion-styles-alist):
305 * faces.el (face-attribute-name-alist, list-faces-sample-text):
306 Change defvars to defconsts.
307
308 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
309 * loadup.el ("international/mule-conf"): Load the byte compiled version.
310 * international/mule-conf.el: Allow to be byte compiled.
311
312 * international/mule.el (define-charset): Purecopy props.
313 (load-with-code-conversion): Purecopy doc string and file name.
314 (put-charset-property): Purecopy strings.
315 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
316
317 * international/mule-cmds.el (register-input-method): Purecopy arguments.
318 (define-char-code-property): Correctly purecopy the table.
319
320 * international/ccl.el (define-ccl-program): Purecopy the docstring.
321
322 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
323
324 * subr.el (add-hook): Purecopy strings.
325 (eval-after-load): Purecopy load-history-regexp and the form.
326
327 * custom.el (custom-declare-group): Purecopy load-file-name.
328
329 * subr.el (menu-bar-separator): New defconst.
330 * net/eudc.el (eudc-tools-menu):
331 * international/mule-cmds.el (set-coding-system-map)
332 (mule-menu-keymap):
333 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
334 * vc-hooks.el (vc-menu-map):
335 * replace.el (occur-mode-map):
336 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
337 (menu-bar-edit-menu, menu-bar-goto-menu)
338 (menu-bar-custom-menu, menu-bar-showhide-menu)
339 (menu-bar-options-menu, menu-bar-tools-menu)
340 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
341 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
342 (menu-bar-help-menu):
343 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
344 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
345
346 * term/x-win.el (x-gtk-stock-map):
347 * progmodes/vera-mode.el (auto-mode-alist):
348 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
349 (inferior-lisp-program, inferior-lisp-load-command):
350 * progmodes/hideshow.el (hs-special-modes-alist):
351 * progmodes/gud.el (same-window-regexps):
352 * progmodes/grep.el (grep-program, find-program, xargs-program):
353 * net/telnet.el (same-window-regexps):
354 * net/rlogin.el (same-window-regexps):
355 * language/ethiopic.el (font-ccl-encoder-alist):
356 * vc-sccs.el (vc-sccs-master-templates):
357 * vc-rcs.el (vc-rcs-master-templates):
358 * subr.el (cl-assertion-failed):
359 * simple.el (next-error-overlay-arrow-position):
360 * lpr.el (lpr-command):
361 * locate.el (locate-ls-subdir-switches):
362 * info.el (same-window-regexps, info)
363 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
364 * image-mode.el (image-mode, auto-mode-alist):
365 * hippie-exp.el (hippie-expand-ignore-buffers):
366 * format.el (format-alist):
367 * find-dired.el (find-ls-subdir-switches, find-grep-options)
368 (find-name-arg):
369 * facemenu.el (facemenu-keybindings):
370 * dired.el (dired-listing-switches, dired-chown-program):
371 * diff.el (diff-switches, diff-command):
372 * cus-edit.el (same-window-regexps):
373 * bindings.el (mode-line-mule-info)
374 (mode-line-buffer-identification): Purecopy strings.
375
376 2009-11-11 Juri Linkov <juri@jurta.org>
377
378 * simple.el (dired-get-filename)<declare-function>:
379 Tell the byte-compiler about dired-get-filename.
380 (shell-command): In Dired mode, get filename from the current line
381 as the default value.
382
383 2009-11-10 Glenn Morris <rgm@gnu.org>
384
385 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
386 * calendar/holidays.el, progmodes/cperl-mode.el:
387 Update x-popup-menu declarations.
388
389 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
390 (list-load-path-shadows): Use dolist.
391 (list-load-path-shadows): Use with-current-buffer.
392
393 2009-11-10 Juri Linkov <juri@jurta.org>
394
395 * minibuffer.el (read-file-name): Support a list of default values
396 in `default-filename'. Use the first file name where only one
397 element is required. Doc fix.
398
399 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
400
401 * net/dbus.el (dbus-unregister-object): Release service, if no
402 other method is registered for it.
403
404 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
405
406 * bookmark.el (bookmark-completing-read): Sort bookmark names if
407 bookmark-sort-flag is non-nil (Bug#4653).
408
409 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
410
411 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
412 the progress reporter entirely.
413
414 * emulation/cua-base.el: Add CUA property to some CC mode commands
415 (Bug#4100).
416
417 2009-11-08 Kevin Ryde <user42@zip.com.au>
418
419 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
420 at end of sentence (Bug#4818).
421
422 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
423
424 * progmodes/compile.el (compilation-error-regexp-alist-alist):
425 Handle "see declaration of" MSFT statements (Bug#4100).
426
427 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
428
429 * net/tramp.el (tramp-advice-make-auto-save-file-name)
430 (tramp-advice-file-expand-wildcards): Unload via
431 `ad-remove-advice'.
432
433 * net/trampver.el: Update release number.
434
435 2009-11-08 Kevin Ryde <user42@zip.com.au>
436
437 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
438 `ad-do-it'.
439
440 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
441
442 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
443 in order to keep context in SELinux.
444
445 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
446
447 * dired-aux.el (dired-query): Place cursor in echo area and allow
448 C-g.
449
450 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
451 menu item if not on a directory (Bug#4701).
452
453 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
454
455 Sync with Tramp 2.1.17.
456
457 * net/tramp.el (tramp-handle-copy-directory): Don't use
458 `file-remote-p' (due to compatibility).
459
460 * net/tramp-compat.el (tramp-compat-copy-directory)
461 (tramp-compat-delete-directory): New defuns.
462
463 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
464 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
465 `tramp-compat-delete-directory'.
466
467 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
468 (tramp-smb-handle-delete-directory ): Use
469 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
470
471 * net/trampver.el: Update release number.
472
473 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
474
475 * tar-mode.el (tar-copy): Call write-region on the right buffer
476 (Bug#4857).
477
478 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
479 by hand, if necessary (Bug#4878).
480
481 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
482
483 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
484 align size column (Bug#4839).
485
486 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
487 statement.
488
489 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * progmodes/ld-script.el (auto-mode-alist):
492 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
493
494 * cus-face.el (custom-declare-face): Purecopy face spec.
495
496 2009-11-06 Kenichi Handa <handa@m17n.org>
497
498 * international/uni-bidi.el: Re-generated.
499 * international/uni-category.el: Re-generated.
500 * international/uni-combining.el: Re-generated.
501 * international/uni-mirrored.el: Re-generated.
502
503 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
504
505 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
506 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
507 (tex-start-options, slitex-run-command, latex-run-command)
508 (tex-run-command, tex-directory):
509 * textmodes/ispell.el (ispell-html-skip-alists)
510 (ispell-tex-skip-alists, ispell-tex-skip-alists):
511 * textmodes/fill.el (adaptive-fill-first-line-regexp):
512 (adaptive-fill-regexp):
513 * textmodes/dns-mode.el (auto-mode-alist):
514 * progmodes/python.el (interpreter-mode-alist):
515 * progmodes/etags.el (tags-compression-info-list):
516 * progmodes/etags.el (tags-file-name):
517 * net/browse-url.el (browse-url-galeon-program)
518 (browse-url-firefox-program):
519 * mail/sendmail.el (mail-signature-file)
520 (mail-citation-prefix-regexp):
521 * international/mule-conf.el (eight-bit):
522 * international/latexenc.el (latex-inputenc-coding-alist):
523 * international/fontset.el (x-pixel-size-width-font-regexp):
524 * emacs-lisp/warnings.el (warning-type-format):
525 * emacs-lisp/trace.el (trace-buffer):
526 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
527 (emacs-lisp-mode-map):
528 * calendar/holidays.el (holiday-solar-holidays)
529 (holiday-bahai-holidays, holiday-islamic-holidays)
530 (holiday-christian-holidays, holiday-hebrew-holidays)
531 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
532 (hebrew-holidays-1, holiday-oriental-holidays)
533 (holiday-general-holidays):
534 * x-dnd.el (x-dnd-known-types):
535 * tool-bar.el (tool-bar):
536 * startup.el (site-run-file):
537 * shell.el (shell-dumb-shell-regexp):
538 * rfn-eshadow.el (file-name-shadow-tty-properties)
539 (file-name-shadow-properties):
540 * paths.el (remote-shell-program, news-directory):
541 * mouse.el ([C-down-mouse-3]):
542 * menu-bar.el (menu-bar-tools-menu):
543 * jka-cmpr-hook.el (jka-compr-load-suffixes)
544 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
545 (jka-compr-compression-info-list):
546 * isearch.el (search-whitespace-regexp):
547 * image-file.el (image-file-name-extensions):
548 * find-dired.el (find-ls-option):
549 * files.el (directory-listing-before-filename-regexp)
550 (directory-free-space-args, insert-directory-program)
551 (list-directory-brief-switches, magic-fallback-mode-alist)
552 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
553 (automount-dir-prefix):
554 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
555 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
556 (face-font-registry-alternatives, face-font-registry-alternatives)
557 (face-font-family-alternatives):
558 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
559 (facemenu-foreground-menu, facemenu-face-menu):
560 * epa-hook.el (epa-file-name-regexp):
561 * dnd.el (dnd-protocol-alist):
562 * textmodes/rst.el (auto-mode-alist):
563 * button.el (default-button): Purecopy strings.
564
565 2009-11-06 Glenn Morris <rgm@gnu.org>
566
567 * Makefile.in (ELCFILES): Update.
568
569 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
572 * emacs-lisp/levents.el: Move to obsolete/levents.el.
573
574 * nxml/xsd-regexp.el (xsdre-gen-categories):
575 * nxml/xmltok.el (xmltok-parse-entity):
576 * nxml/rng-parse.el (rng-parse-validate-file):
577 * nxml/rng-maint.el (rng-format-manual)
578 (rng-manual-output-force-new-line):
579 * nxml/rng-loc.el (rng-save-schema-location-1):
580 * nxml/rng-cmpct.el (rng-c-parse-file):
581 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
582 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
583
584 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
585
586 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
587 Remove extra save-excursions and make-variable-buffer-local's.
588 Suggested by Stefan Monnier.
589
590 (verilog-getopt-file, verilog-module-inside-filename-p)
591 (verilog-set-define): Merge GNU 1.35 and repair changes from
592 switching to using with-current-buffer.
593
594 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
595 being treated as a number and confusing AUTORESET.
596 Reported by Dan Dever.
597
598 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
599 Add verilog-auto-ignore-concat to fix backward compatibility with
600 older verilog-modes. Reported by Dan Katz.
601
602 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
603 containing closing anchors "...$".
604
605 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
606 Reported by Wade Smith.
607
608 (verilog-batch-execute-func) Comment on function usage.
609
610 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
611
612 * verilog-mode.el (verilog-label-re): Fix regular expression for
613 labels.
614
615 (verilog-label-re, verilog-calc-1): Support proper indent of named
616 asserts.
617
618 (verilog-backward-token, verilog-basic-complete-re)
619 (verilog-beg-of-statement, verilog-indent-re): Support proper
620 indent of the assert statement at the beginning of a block of text.
621
622 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
623 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
624 tokens as begins.
625
626 2009-11-05 Glenn Morris <rgm@gnu.org>
627
628 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
629 Emacs 19. (Bug#1531)
630 (byte-compile-fix-header): Update for the above change.
631 Drop test for epoch::version.
632
633 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
634 * cus-dep.el (custom-make-dependencies):
635 * finder.el (finder-compile-keywords):
636 Use autoload-rubric's feature argument.
637
638 * calendar/diary-lib.el (top-level): Make load behave more like require.
639
640 * vc-git.el (vc-git-stash-map): Move definition before use.
641
642 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
643
644 * custom.el (custom-declare-group): Purecopy standard-value.
645 (custom-declare-group): Purecopy custom-prefix.
646
647 * international/mule.el (load-with-code-conversion):
648 Call do-after-load-evaluation unconditionally.
649
650 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
651
652 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
655
656 2009-11-04 Glenn Morris <rgm@gnu.org>
657
658 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
659 (byte-compile-compatibility): Remove option.
660 (byte-compile-close-variables, byte-compile-fix-header)
661 (byte-compile-insert-header, byte-compile-output-docform)
662 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
663 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
664 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
665 (byte-compile-insert, byte-compile-defun):
666 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
667 (byte-defop-compiler19): Remove.
668 Without byte-compile-compatibility, the 'emacs19-opcode property is not
669 used by anything. Replace all calls with byte-defop-compiler.
670
671 2009-11-04 Juri Linkov <juri@jurta.org>
672
673 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
674 (menu-bar-options-menu): Don't quote the `prop' arg of
675 `menu-bar-make-mm-toggle'.
676
677 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
678
679 * calendar/calendar.el (cal-loaddefs):
680 * calendar/diary-lib.el (diary-loaddefs):
681 * calendar/holidays.el (hol-loaddefs):
682 * eshell/esh-module.el (esh-groups): Load rather than require.
683
684 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * calendar/todo-mode.el (todo-add-category): Don't hardcode
687 point-min==1.
688 (todo-top-priorities): Only display-buffer when called interactively.
689 (todo-item-start): Don't save excursion point.
690 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
691 (todo-insert-item-here, todo-file-item, todo-remove-item):
692 Adjust uses of todo-item-start and todo-item-end.
693
694 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
695 (autoload-rubric): Don't use any more.
696 * cedet/semantic/fw.el (semantic/loaddefs):
697 * cedet/srecode.el (srecode/loaddefs):
698 * cedet/ede.el (ede/loaddefs): Load rather than require.
699 * cedet/ede/cpp-root.el:
700 * cedet/ede/emacs.el:
701 * cedet/ede/files.el:
702 * cedet/ede/linux.el:
703 * cedet/ede/locate.el:
704 * cedet/ede/make.el:
705 * cedet/ede/shell.el:
706 * cedet/ede/speedbar.el:
707 * cedet/ede/system.el:
708 * cedet/ede/util.el:
709 * cedet/semantic/analyze.el:
710 * cedet/semantic/bovine.el:
711 * cedet/semantic/complete.el:
712 * cedet/semantic/ctxt.el:
713 * cedet/semantic/db-file.el:
714 * cedet/semantic/db-find.el:
715 * cedet/semantic/db-global.el:
716 * cedet/semantic/db-mode.el:
717 * cedet/semantic/db-typecache.el:
718 * cedet/semantic/db.el:
719 * cedet/semantic/debug.el:
720 * cedet/semantic/dep.el:
721 * cedet/semantic/doc.el:
722 * cedet/semantic/edit.el:
723 * cedet/semantic/find.el:
724 * cedet/semantic/format.el:
725 * cedet/semantic/html.el:
726 * cedet/semantic/ia-sb.el:
727 * cedet/semantic/ia.el:
728 * cedet/semantic/idle.el:
729 * cedet/semantic/lex-spp.el:
730 * cedet/semantic/lex.el:
731 * cedet/semantic/mru-bookmark.el:
732 * cedet/semantic/scope.el:
733 * cedet/semantic/senator.el:
734 * cedet/semantic/sort.el:
735 * cedet/semantic/symref.el:
736 * cedet/semantic/tag-file.el:
737 * cedet/semantic/tag-ls.el:
738 * cedet/semantic/tag-write.el:
739 * cedet/semantic/tag.el:
740 * cedet/semantic/util-modes.el:
741 * cedet/semantic/analyze/complete.el:
742 * cedet/semantic/analyze/refs.el:
743 * cedet/semantic/bovine/c.el:
744 * cedet/semantic/bovine/gcc.el:
745 * cedet/semantic/bovine/make.el:
746 * cedet/semantic/bovine/scm.el:
747 * cedet/semantic/decorate/include.el:
748 * cedet/semantic/decorate/mode.el:
749 * cedet/semantic/symref/cscope.el:
750 * cedet/semantic/symref/global.el:
751 * cedet/semantic/symref/grep.el:
752 * cedet/semantic/symref/idutils.el:
753 * cedet/semantic/symref/list.el:
754 * cedet/semantic/wisent/java-tags.el:
755 * cedet/semantic/wisent/javascript.el:
756 * cedet/srecode/compile.el:
757 * cedet/srecode/cpp.el:
758 * cedet/srecode/document.el:
759 * cedet/srecode/el.el:
760 * cedet/srecode/expandproto.el:
761 * cedet/srecode/getset.el:
762 * cedet/srecode/insert.el:
763 * cedet/srecode/java.el:
764 * cedet/srecode/map.el:
765 * cedet/srecode/mode.el:
766 * cedet/srecode/template.el:
767 * cedet/srecode/texi.el: Remove the file-local setting of
768 generated-autoload-feature.
769
770 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
771 and only put a prop if it is non-nil.
772
773 2009-11-03 Juri Linkov <juri@jurta.org>
774
775 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
776 (menu-bar-options-menu): Fix list quoting (Bug#4429).
777
778 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
779 and "Menu" to make top-level menu item visually one unit (like
780 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
781 multi-word menu items). Fix :help string for quit-window.
782
783 2009-11-03 Glenn Morris <rgm@gnu.org>
784
785 * cedet/mode-local.el (with-mode-local): Doc fix.
786
787 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
788 (byte-compile-file-form-define-abbrev-table)
789 (byte-compile-file-form-custom-declare-variable)
790 (byte-compile-variable-ref, byte-compile-defvar):
791 Whether or not a warning is enabled should only affect whether we issue
792 the warning, not whether or not we collect the relevant data.
793 Eg warnings can be turned on and off throughout the course of a file.
794
795 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
796 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
797
798 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
801 * play/mpuz.el (mpuz-create-buffer):
802 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
803 (lm-print-y,s,noise, lm-print-w0, lm-init):
804 * play/gomoku.el (gomoku-prompt-for-move):
805 * play/fortune.el (fortune-in-buffer):
806 * play/dissociate.el (dissociated-press):
807 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
808 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
809 * mail/supercite.el (sc-eref-show):
810 * mail/smtpmail.el (smtpmail-send-it):
811 * mail/rmailsum.el (rmail-summary-next-labeled-message)
812 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
813 (rmail-summary-undelete-many, rmail-summary-rmail-update)
814 (rmail-summary-goto-msg, rmail-summary-expunge)
815 (rmail-summary-get-new-mail, rmail-summary-search-backward)
816 (rmail-summary-add-label, rmail-summary-output-menu)
817 (rmail-summary-output-body):
818 * mail/rfc822.el (rfc822-addresses):
819 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
820 * mail/mailpost.el (post-mail-send-it):
821 * mail/hashcash.el (hashcash-generate-payment):
822 * mail/feedmail.el (feedmail-run-the-queue)
823 (feedmail-queue-send-edit-prompt-help-first)
824 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
825 (feedmail-deduce-address-list):
826 * eshell/esh-ext.el (eshell-remote-command):
827 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
828 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
829 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
830 (viper-save-string-in-file, viper-valid-marker):
831 * emulation/viper-keym.el (viper-toggle-key):
832 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
833 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
834 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
835 * emulation/viper-cmd.el (viper-exec-form-in-vi)
836 (viper-exec-form-in-emacs, viper-brac-function):
837 * emulation/viper.el (viper-delocalize-var):
838 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
839 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
840 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
841 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
842 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
843 * emulation/edt.el (edt-electric-helpify):
844 * emulation/cua-rect.el (cua--rectangle-aux-replace):
845 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
846 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
847 (cua-indent-to-global-mark-column):
848 * calendar/diary-lib.el (calendar-mark-1):
849 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
850 Use with-current-buffer.
851 * emulation/viper.el (viper-delocalize-var): Use dolist.
852
853 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
854
855 * comint.el (comint-replace-by-expanded-history-before-point):
856 Replace !! with the previous input string literally (Bug#1795).
857
858 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
859
860 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
861 to be made up of whitespace.
862
863 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
864
865 * minibuffer.el (read-file-name): Don't use file dialogs for
866 remote directories (Bug#99).
867
868 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
869
870 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
871
872 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
873
874 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
875 instead of deleting the window or frame.
876
877 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
878
879 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
880 Support face colors.
881
882 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
883 New function. Support face colors (Bug#1168).
884 (tex-common-initialization): Use it.
885
886 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
887 mode allows it (Bug#1168).
888
889 2009-10-31 Juri Linkov <juri@jurta.org>
890
891 * facemenu.el (list-colors-display): Don't mark buffer as
892 modified (Bug#3948).
893
894 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
895
896 * international/mule-diag.el (list-character-sets-1): Minor
897 message fix (Bug#3526).
898
899 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
900 face property (Bug#4834).
901 (etags-list-tags, etags-tags-apropos-additional)
902 (etags-tags-apropos, tags-select-tags-table): Add follow-link
903 property.
904
905 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
906 items.
907
908 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
909 items.
910
911 * cedet/ede.el (ede-minor-mode):
912 * cedet/semantic.el (semantic-mode): Toggle menu separators.
913
914 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * textmodes/two-column.el (2C-split):
917 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
918 * textmodes/tex-mode.el (tex-set-buffer-directory):
919 * textmodes/spell.el (spell-region, spell-string):
920 * textmodes/reftex.el (reftex-erase-buffer):
921 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
922 * textmodes/reftex-toc.el (reftex-toc-promote-action):
923 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
924 (reftex-select-item):
925 * textmodes/reftex-ref.el (reftex-label-info-update)
926 (reftex-offer-label-menu):
927 * textmodes/reftex-index.el (reftex-index-change-entry)
928 (reftex-index-phrases-info):
929 * textmodes/reftex-global.el (reftex-create-tags-file)
930 (reftex-save-all-document-buffers, reftex-ensure-write-access):
931 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
932 (reftex-view-crossref-from-bibtex):
933 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
934 (reftex-extract-bib-entries-from-thebibliography)
935 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
936 * textmodes/refbib.el (r2b-capitalize-title):
937 (r2b-convert-buffer, r2b-help):
938 * textmodes/page-ext.el (pages-directory)
939 (pages-directory-goto-with-mouse):
940 * textmodes/bibtex.el (bibtex-validate-globally):
941 * textmodes/bib-mode.el (bib-capitalize-title):
942 * textmodes/artist.el (artist-clear-buffer, artist-system):
943 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
944 (local-set-scheme-interaction-buffer, xscheme-process-filter)
945 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
946 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
947 (xscheme-send-control-g-interrupt, xscheme-start-process)
948 (xscheme-process-sentinel, xscheme-cd):
949 * progmodes/verilog-mode.el (verilog-read-always-signals)
950 (verilog-set-define, verilog-getopt-file)
951 (verilog-module-inside-filename-p):
952 * progmodes/sh-script.el:
953 * progmodes/python.el (python-pdbtrack-get-source-buffer)
954 (python-pdbtrack-grub-for-buffer, python-execute-file):
955 * progmodes/octave-inf.el (inferior-octave):
956 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
957 (idlwave-shell-compile-helper-routines, idlwave-set-local)
958 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
959 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
960 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
961 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
962 (idlwave-shell-filter, idlwave-shell-examine-highlight)
963 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
964 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
965 (idlwave-shell-examine-display, idlwave-shell-run-region)
966 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
967 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
968 * progmodes/idlw-help.el (idlwave-help-get-special-help)
969 (idlwave-help-get-help-buffer):
970 * progmodes/gud.el (gud-basic-call, gud-find-class)
971 (gud-tooltip-activate-mouse-motions-if-enabled):
972 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
973 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
974 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
975 (ebrowse-tags-next-file):
976 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
977 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
978 (ebnf-eps-finish-and-write):
979 * progmodes/cpp.el (cpp-edit-save):
980 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
981 * progmodes/cc-defs.el (c-emacs-features):
982 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
983 (antlr-directory-dependencies):
984 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
985 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
986 (ada-find-any-references, ada-make-filename-from-adaname)
987 (ada-make-body-gnatstub):
988 * obsolete/rnews.el (news-list-news-groups):
989 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
990 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
991 * net/rcirc.el (rcirc-debug):
992 * net/newst-treeview.el (newsticker--treeview-list-add-item)
993 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
994 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
995 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
996 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
997 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
998 (newsticker--treeview-list-clear-highlight)
999 (newsticker--treeview-list-update-highlight)
1000 (newsticker--treeview-list-highlight-start)
1001 (newsticker--treeview-tree-update-highlight)
1002 (newsticker--treeview-get-selected-item)
1003 (newsticker-treeview-mark-list-items-old)
1004 (newsticker--treeview-set-current-node):
1005 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1006 * net/newst-backend.el (newsticker--get-news-by-funcall)
1007 (newsticker--get-news-by-wget, newsticker--image-get)
1008 (newsticker--image-sentinel):
1009 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1010 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1011 (eudc-ph-close-session):
1012 * net/eudc.el (eudc-save-options):
1013 * language/thai-word.el (thai-update-word-table):
1014 * language/japan-util.el (japanese-string-conversion):
1015 * international/titdic-cnv.el (tsang-quick-converter)
1016 (ziranma-converter, ctlau-converter):
1017 * international/mule-cmds.el (describe-language-environment):
1018 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1019 (skkdic-convert-postfix, skkdic-convert-prefix):
1020 (skkdic-convert-okuri-nasi, skkdic-convert):
1021 * emacs-lisp/re-builder.el (reb-update-overlays):
1022 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1023 * emacs-lisp/gulp.el (gulp-send-requests):
1024 * emacs-lisp/find-gc.el (trace-call-tree):
1025 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1026 (eieio-describe-generic):
1027 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1028 * emacs-lisp/edebug.el (edebug-outside-excursion):
1029 * emacs-lisp/debug.el (debugger-make-xrefs):
1030 * emacs-lisp/cust-print.el (custom-prin1-to-string):
1031 * emacs-lisp/chart.el (chart-new-buffer):
1032 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1033 Use with-current-buffer.
1034 * textmodes/artist.el (artist-system): Don't call
1035 copy-sequence on a fresh string.
1036 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1037
1038 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
1039
1040 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1041 is no item to edit. (Bug#4820)
1042 (todo-top-priorities): Restore point and restore narrowing in Todo
1043 buffer. (Bug#4820)
1044
1045 2009-10-31 Glenn Morris <rgm@gnu.org>
1046
1047 * net/ange-ftp.el (top-level): Don't require dired when compiling.
1048 (comint-last-output-start, comint-last-input-start)
1049 (comint-last-input-end): Don't defvar when compiling.
1050 (ange-ftp-process-file): Use bound-and-true-p.
1051
1052 * pcmpl-rpm.el (top-level): Move provide statement to end.
1053 (pcmpl-rpm): Remove unused custom group.
1054
1055 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1056
1057 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1058
1059 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1060 (byte-compile-warnings): Add `constants' as an option.
1061 (byte-compile-callargs-warn, byte-compile-arglist-warn)
1062 (display-call-tree): Update for byte-compile-fdefinition possibly
1063 returning `(macro lambda ...)'. (Bug#4778)
1064 (byte-compile-variable-ref, byte-compile-setq-default):
1065 Respect `constants' member of byte-compile-warnings.
1066
1067 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1068 Use mapc rather than mapcar because the return value is never used.
1069
1070 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1071 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1072 * cedet/semantic/html.el:
1073 Suppress harmless warnings about setting up semantic-imenu (not
1074 part of Emacs) variables.
1075
1076 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * vc-bzr.el (vc-bzr-revision-keywords): New var.
1079 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1080 to "submit:".
1081
1082 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1083 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1084 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1085 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1086 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1087 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1088 (semantic-analyzer-debug-global-symbol)
1089 (semantic-analyzer-debug-missing-innertype)
1090 (semantic-analyzer-debug-insert-include-summary):
1091 * cedet/semantic/util.el (semantic-file-tag-table):
1092 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1093 (semantic-recursive-find-nonterminal-by-name):
1094 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1095 * cedet/semantic/tag-file.el (semantic-prototype-file):
1096 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1097 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1098 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1099 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1100 (semantic-idle-summary-maybe-highlight):
1101 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1102 (semantic-ia-sb-tag-info):
1103 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1104 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1105 * cedet/semantic/ede-grammar.el (project-compile-target):
1106 (ede-proj-makefile-insert-variables):
1107 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1108 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1109 (semantic-debug-mode, semantic-debug):
1110 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1111 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1112 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1113 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1114 (semanticdb-find-translate-path-includes--internal)
1115 (semanticdb-reset-log, semanticdb-find-log-activity):
1116 * cedet/semantic/db-file.el (object-write):
1117 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1118 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1119 (semanticdb-create-ebrowse-database):
1120 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1121 * cedet/semantic/complete.el (semantic-displayor-focus-request)
1122 (semantic-collector-calculate-completions-raw)
1123 (semantic-complete-read-tag-analyzer):
1124 * cedet/semantic/analyze.el (semantic-analyze-pulse):
1125 * cedet/ede/util.el (ede-update-version-in-source):
1126 * cedet/ede/proj.el (project-delete-target):
1127 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1128 (ede-proj-flush-autoconf):
1129 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1130 (ede-proj-configure-synchronize):
1131 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1132 * cedet/ede/linux.el (ede-linux-version):
1133 * cedet/ede/emacs.el (ede-emacs-version):
1134 * cedet/ede/dired.el (ede-dired-add-to-target):
1135 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1136 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1137 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1138 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1139 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1140 (cedet-idutils-version-check):
1141 * cedet/cedet-global.el (cedet-gnu-global-call):
1142 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1143 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1144 * cedet/cedet-cscope.el (cedet-cscope-call)
1145 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1146 Use with-current-buffer.
1147 * cedet/ede.el (ede-make-project-local-variable)
1148 (ede-set-project-variables, ede-set): Use dolist.
1149
1150 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1151
1152 * textmodes/ispell.el (ispell-skip-region-alist):
1153 * international/mule-conf.el (eight-bit):
1154 * international/fontset.el (font-encoding-alist):
1155 * startup.el (pure-space-overflow-message):
1156 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1157 * paths.el (gnus-nntp-service, rmail-spool-directory)
1158 (term-file-prefix):
1159 * files.el (save-some-buffers-action-alist):
1160 * cmuscheme.el (same-window-buffer-names):
1161 * ielm.el (same-window-buffer-names):
1162 * shell.el (same-window-buffer-names):
1163 * mail/sendmail.el (same-window-buffer-names):
1164 * progmodes/inf-lisp.el (same-window-buffer-names):
1165 * bindings.el (mode-line-client)
1166 (mode-line-column-line-number-mode-map):
1167 * language/tibetan.el (tibetan-precomposition-rule-regexp)
1168 (tibetan-precomposed-regexp): Purecopy string arguments.
1169
1170 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1173 (calcDigit-nondigit):
1174 * calc/calc-yank.el (calc-copy-to-buffer):
1175 * calc/calc-units.el (calc-invalidate-units-table):
1176 * calc/calc-trail.el (calc-trail-yank):
1177 * calc/calc-store.el (calc-insert-variables):
1178 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1179 * calc/calc-prog.el (calc-read-parse-table):
1180 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1181 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1182 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1183 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1184 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1185 (calc-graph-name, calc-graph-find-command, calc-graph-view)
1186 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1187 * calc/calc-ext.el (calc-realign):
1188 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1189 (calc-embedded-finish-edit, calc-embedded-make-info)
1190 (calc-embedded-finish-command, calc-embedded-stack-change):
1191 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1192
1193 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1194 (overload-docstring-extension): Use that info.
1195 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1196 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1197 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1198 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1199 (semantic-nonterminal-full-name): Add the new `when' info.
1200 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1201 `assert'.
1202
1203 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1204 shell-dynamic-complete-filename in preference to
1205 comint-dynamic-complete-filename.
1206
1207 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1208 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1209 Don't consider whether the display supports colors.
1210 (bookmark-import-new-list): Use dolist.
1211 (bookmark-bmenu-mode-map): Move initialization into declaration.
1212 (bookmark-bmenu-list): Use dolist, simplify.
1213 (bookmark-show-all-annotations): Use save-selected-window and dolist.
1214 (menu-bar-final-items): Use push.
1215
1216 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1217
1218 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1219 it works on remote files.
1220 (vc-hg-diff): Don't pass any `--cwd' argument.
1221
1222 2009-10-27 Kevin Ryde <user42@zip.com.au>
1223
1224 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1225 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1226 (Further to Bug#3921).
1227
1228 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1231 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1232 calling `tramp-imap-put-file'. Add file size to the call.
1233 (tramp-imap-get-file-entries): Compute also user name, file size,
1234 and date.
1235 (tramp-imap-handle-insert-directory): Insert uid and gid.
1236 (tramp-imap-handle-file-attributes): Transform uid and gid
1237 according to `id-format'.
1238 (tramp-imap-put-file): New optional parameter SIZE. Encode file
1239 size in header X-Size.
1240
1241 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * simple.el (transpose-subr): Give clearer error when the mark
1244 is not set. (Bug#4807)
1245
1246 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
1247
1248 * net/tramp.el (tramp-perl-file-truename): New defconst.
1249 Perl code contributed by yary <not.com@gmail.com> (tiny change).
1250 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1251 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1252 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1253
1254 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1255 Ignore `dired-call-process'.
1256 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1257
1258 2009-10-26 Julian Scheid <julians37@gmail.com>
1259
1260 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1261 (tramp-get-remote-readlink): New defun.
1262 (tramp-handle-file-truename): Use it.
1263 (tramp-handle-file-exists-p): Check file-attributes cache, assume
1264 file exists if cache value present.
1265 (tramp-check-cached-permissions) New defun.
1266 (tramp-handle-file-readable-p): Use it.
1267 (tramp-handle-file-writable-p): Likewise.
1268 (tramp-handle-file-executable-p): Likewise.
1269 (tramp-handle-file-name-all-completions): Try using Perl to get
1270 partial completions. When perl not available, combine `cd' and
1271 `ls' into single remote operation and use shell expansion to get
1272 partial remote directory contents. Set `file-exists-p' cache for
1273 directory and any files returned by ls. Change cache handling to
1274 support partial directory contents. Use error message emitted by
1275 remote `cd' or Perl code for local tramp-error.
1276 (tramp-do-copy-or-rename-file-directly): Avoid separate
1277 tramp-send-command-and-check call.
1278 (tramp-handle-process-file): Merge three remote ops into one.
1279 Do not flush all caches when `process-file-side-effects' is set.
1280 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1281 file-attributes shows uid/gid to be set already.
1282
1283 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * textmodes/tex-mode.el (tex-dvi-view-command)
1286 (tex-show-queue-command, tex-open-quote):
1287 * progmodes/ruby-mode.el (auto-mode-alist)
1288 (interpreter-mode-alist): Purecopy strings.
1289
1290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1291
1292 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1293 string for the hook, keymap and abbrev table.
1294
1295 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1296
1297 * x-dnd.el (x-dnd-xdnd-to-action):
1298 * startup.el (fancy-startup-text, fancy-about-text): Change to
1299 defconst from defvar.
1300
1301 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1302
1303 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1304 Purecopy initialization strings.
1305
1306 * mail/sendmail.el (mail-header-separator)
1307 (mail-personal-alias-file):
1308 * mail/rmail.el (rmail-default-dont-reply-to-names)
1309 (rmail-ignored-headers, rmail-retry-ignored-headers)
1310 (rmail-highlighted-headers, rmail-secondary-file-directory)
1311 (rmail-secondary-file-regexp):
1312 * files.el (null-device, file-name-invalid-regexp)
1313 (locate-dominating-stop-dir-regexp)
1314 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1315 (interpreter-mode-alist): Use mapcar instead of mapc.
1316
1317 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1318
1319 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1320 (completion-ignored-extensions):
1321 (debug-ignored-errors): Purecopy strings.
1322
1323 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1326 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1327 (pcomplete--here): Use push.
1328
1329 * subr.el (all-completions): Declare the 4th arg obsolete.
1330
1331 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * pcomplete.el (pcomplete-unquote-argument-function): New var.
1334 (pcomplete-unquote-argument): New function.
1335 (pcomplete--common-suffix): Always pay attention to case.
1336 (pcomplete--table-subvert): Quote and unquote the text.
1337 (pcomplete--common-quoted-suffix): New function.
1338 (pcomplete-std-complete): Use it and pcomplete-begin.
1339
1340 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1341 we're inside a dedicated or minibuffer window.
1342
1343 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * cedet/semantic/fw.el (semantic-alias-obsolete)
1346 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1347 (define-mode-overload-implementation):
1348 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1349 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1350 * cedet/semantic/util.el (semantic-file-token-stream)
1351 (semantic-something-to-stream):
1352 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1353 (semantic-expand-nonterminal):
1354 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1355 (semantic-find-dependency, semantic-find-nonterminal)
1356 (semantic-find-dependency):
1357 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1358 (semantic-flex-text, semantic-flex-make-keyword-table)
1359 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1360 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1361 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1362 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1363 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1364 (semantic-after-idle-scheduler-reparse-hooks):
1365 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1366 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1367 * cedet/semantic.el (semantic-toplevel-bovine-table)
1368 (semantic-toplevel-bovine-cache)
1369 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1370 (semantic-init-mode-hooks, semantic-init-db-hooks)
1371 (semantic-bovination-working-type): Provide the `when' arg.
1372
1373 2009-10-24 Karl Fogel <kfogel@red-bean.com>
1374
1375 * bookmark.el: Update documentation, especially documentation
1376 of `bookmark-alist' and of the bookmark file format.
1377 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
1378
1379 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * mail/emacsbug.el (report-emacs-bug): Clarify that the
1382 keybindings apply to the mail buffer (Bug#4003). Shrink help
1383 window to buffer.
1384
1385 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1386 (global-whitespace-mode, global-whitespace-newline-mode)
1387 (whitespace-toggle-options, global-whitespace-toggle-options):
1388 Doc fix (Bug#3660).
1389
1390 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1391 of xmltok-start before the end tag was inserted (Bug#2840).
1392
1393 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1394 patterns that are preceded by an open-paren (Bug#1320).
1395
1396 2009-10-24 Sven Joachim <svenjoac@gmx.de>
1397
1398 * files.el (delete-directory): Delete symlinks to directories with
1399 delete-file (Bug#4739).
1400
1401 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1404 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1405 argument to make-obsolete.
1406
1407 * cedet/semantic/fw.el (semantic-alias-obsolete)
1408 (semantic-varalias-obsolete): Add optional WHEN argument.
1409
1410 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * vc.el (vc-backend-for-registration): Rename from
1413 vc-get-backend-for-registration. Update callers.
1414
1415 * international/mule-cmds.el (set-language-info-alist):
1416 Purecopy lang-env.
1417 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1418 (charset): Purecopy the name.
1419 (define-char-code-property): Purecopy string arguments.
1420
1421 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1422 Purecopy string arguments.
1423
1424 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1425 * ediff-hook.el (menu-bar-ediff-menu):
1426 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1427 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1428
1429 2009-10-24 Glenn Morris <rgm@gnu.org>
1430
1431 * comint.el (comint-dynamic-list-completions):
1432 * term.el (term-dynamic-list-completions): Use choose-completion rather
1433 than obsolete alias mouse-choose-completion.
1434
1435 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1436 file-cache-choose-completion.
1437 (file-cache-choose-completion): Handle an optional event argument.
1438 (file-cache-mouse-choose-completion): Make it an obsolete alias.
1439
1440 * progmodes/octave-mod.el (octave-complete-symbol):
1441 Use choose-completion if mouse-choose-completion is ever removed.
1442
1443 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1444 use.
1445
1446 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1447 compiler.
1448
1449 * vc-hooks.el (vc-responsible-backend): Fix declaration.
1450
1451 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1454 Ignore `pred' now that we receive one.
1455 Handle test-completion specially.
1456
1457 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1458
1459 * vc.el (vc-responsible-backend): Throw an error if not backend is
1460 found. Remove the REGISTER argument. Move the code dealing with
1461 REGISTER ...
1462 (vc-get-backend-for-registration): ... here. New function.
1463 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1464 of vc-responsible-backend, pass the file name instead of the
1465 directory name.
1466
1467 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1470 New funs.
1471 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
1472 (pcomplete-comint-setup): Don't modify a global var via
1473 accidental side-effects.
1474 (pcomplete-shell-setup): Adjust call accordingly.
1475 (pcomplete-parse-comint-arguments): Use push.
1476
1477 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1480 Allow uncapitalized info node names (Bug#3921).
1481
1482 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1483 to the DEBUG file (Bug#3781).
1484
1485 2009-10-23 Jari Aalto <jari.aalto@cante.net>
1486
1487 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1488 dictionary entry (Bug#4579).
1489
1490 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
1491
1492 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1493 from `rfn-eshadow-update-overlay-hook' when unloading.
1494 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1495 "rsyncc". Adjust doc string.
1496 (tramp-temp-buffer-file-name) New buffer-local defvar.
1497 (tramp-handle-insert-file-contents, tramp-handle-write-region):
1498 Keep temporary file when indicated by method ("rsync" and
1499 "rsyncc").
1500 (tramp-handle-write-region): Handle APPEND.
1501 (tramp-delete-temp-file-function): New defun. Added to
1502 `kill-buffer-hook'.
1503
1504 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1507
1508 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1511 (color-name-rgb-alist, tty-standard-colors)
1512 (tty-color-mode-alist): Change to defconst.
1513
1514 * simple.el (mark-inactive): Purecopy message.
1515
1516 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1517 (global-map, yank-menu):
1518 * textmodes/ispell.el (ispell-menu-map):
1519 * net/eudc.el (eudc-tools-menu):
1520 * international/mule-cmds.el (describe-language-environment-map)
1521 (setup-language-environment-map, set-coding-system-map)
1522 (mule-menu-keymap):
1523 * vc-hooks.el (vc-menu-entry, vc-menu-map):
1524 * replace.el (occur-mode-map):
1525 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1526
1527 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
1528
1529 * calc/calc.el (math-read-number, math-read-number-simple): Use
1530 `save-match-data'.
1531
1532 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1535 rather than fiddling with global-map bindings, since it should only
1536 affect per-terminal settings.
1537 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1538
1539 * minibuffer.el (completion-table-with-terminator): Allow to specify
1540 the terminator-regexp.
1541
1542 * simple.el (switch-to-completions): Look for *Completions* in other
1543 frames as well.
1544
1545 * pcomplete.el: Allow the use of completion-tables.
1546 (pcomplete-std-complete): New command.
1547 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1548 (pcomplete--here): Use a function for `form' rather than an expression,
1549 so it can be byte-compiled.
1550 (pcomplete-here, pcomplete-here*): Adjust accordingly.
1551 Add edebug declaration.
1552 (pcomplete-show-completions): Remove unused var `curbuf'.
1553 (pcomplete-do-complete, pcomplete-stub):
1554 Don't assume `completions' is a list of strings any more.
1555
1556 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * find-dired.el (find-name-arg): Fix typo in docstring.
1559
1560 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1563 (pcmpl-linux-fs-types): Same, and update to new modules layout.
1564
1565 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1566 pcomplete-entries.
1567
1568 * comint.el (comint-read-input-ring, comint-write-input-ring)
1569 (comint-substitute-in-file-name)
1570 (comint-dynamic-complete-as-filename)
1571 (comint-dynamic-simple-complete)
1572 (comint-dynamic-list-filename-completions)
1573 (comint-dynamic-list-completions)
1574 (comint-redirect-results-list-from-process): Minor simplifications.
1575
1576 2009-10-21 Kevin Ryde <user42@zip.com.au>
1577
1578 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1579 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1580 the first form. And insert a blank line after ";;; Code" since
1581 that's usual style. (My Bug#4612.)
1582
1583 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1584
1585 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * minibuffer.el (completion-table-with-terminator): Properly implement
1588 boundaries, in case `terminator' appears in the suffix.
1589 (completion--embedded-envvar-table): Don't return boundaries if
1590 there's no valid completion. Simplify.
1591 (completion-file-name-table): New completion table extracted from
1592 completion--file-name-table.
1593 (completion--file-name-table): Use it.
1594 (read-file-name-predicate): Declare obsolete.
1595 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1596 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1597 completion-file-name-table, and use the `pred' argument.
1598 * files.el (locate-file-completion-table): Use the `pred' arg rather
1599 than read-file-name-predicate.
1600 (abbreviate-file-name): Use \` rather than ^ for BOS.
1601
1602 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1605 vc-responsible-backend to register, it causes problems.
1606
1607 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1610
1611 2009-10-21 Eric Ludlam <zappo@gnu.org>
1612
1613 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1614 (semantic-c-debug-mode-init-pch): New functions.
1615 (semantic-c-debug-mode-init-last-mode): New var.
1616 (semantic-c-parse-lexical-token): Use them.
1617
1618 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1619 When extracting the argument list, limit only by point-max.
1620
1621 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1624 (tramp-smb-handle-file-attributes): Use it.
1625 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1626 (tramp-smb-handle-insert-directory): Use `mapc' rather than
1627 `mapcar'. Use `tramp-smb-get-stat-capability'.
1628 Add `dired-filename' text properties.
1629 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1630 (tramp-smb-maybe-open-connection): Simplify check for smbclient
1631 version.
1632
1633 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * subr.el (read-key-delay): Reduce to 0.01.
1636 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1637 (bug#4751).
1638
1639 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1642
1643 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1644 (Info-menu): Remove unused vars `last' and `completions'.
1645 (Info-index-nodes): Remove unused var `node'.
1646
1647 * info.el (Info-complete-menu-item): Use complete-with-action.
1648
1649 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1650
1651 Make vc-annotate work through copies and renames.
1652 * vc-annotate.el (vc-annotate-extract-revision-at-line):
1653 Return the file name too.
1654 (vc-annotate-revision-at-line)
1655 (vc-annotate-find-revision-at-line)
1656 (vc-annotate-revision-previous-to-line)
1657 (vc-annotate-show-log-revision-at-line): Update to get the file
1658 name from vc-annotate-extract-revision-at-line.
1659 (vc-annotate-show-diff-revision-at-line-internal): Change the
1660 argument to mean whether to show a file diff or not. Get the file
1661 name from vc-annotate-extract-revision-at-line.
1662 (vc-annotate-show-diff-revision-at-line):
1663 Update vc-annotate-show-diff-revision-at-line call.
1664 (vc-annotate-warp-revision): Add an optional file argument.
1665
1666 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1667 (vc-git-annotate-extract-revision-at-line): Also return the file
1668 name if found.
1669
1670 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1671 command. Remove unused code.
1672 (vc-hg-annotate-re): Update to match --follow output.
1673 (vc-hg-annotate-extract-revision-at-line): Also return the file
1674 name if found.
1675
1676 * vc.el: Update annotate-extract-revision-at-line documentation.
1677
1678 2009-10-18 Kevin Ryde <user42@zip.com.au>
1679
1680 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1681 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1682
1683 * net/browse-url.el (browse-url): Identify alist with "consp and
1684 not functionp" and let all other things go down the `apply' leg,
1685 as suggested by Stefan. (Further to bug#4531.)
1686
1687 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * minibuffer.el (read-file-name): Check for repeat before putting
1690 a default argument in file-name-history (Bug#4657).
1691
1692 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1693 read syntax (Bug#4737).
1694
1695 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1696
1697 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1698
1699 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1700 (html-tag-alist, html-tag-help): Add descriptions for undocumented
1701 entries and make note of obsolete tags.
1702
1703 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1706
1707 2009-10-18 Glenn Morris <rgm@gnu.org>
1708
1709 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1710 grep, so that binary files (eg international/uni-bidi.el) can match.
1711 Remove test for "UnicodeData" files, since it is hopefully unnecessary
1712 now, and in any case the file header format has changed.
1713
1714 2009-10-17 Glenn Morris <rgm@gnu.org>
1715
1716 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1717 (flyspell-get-word, flyspell-large-region)
1718 (flyspell-auto-correct-previous-word): Doc/error message fixes.
1719
1720 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1721
1722 * Makefile.in (ELCFILES): Add ede/shell.
1723
1724 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * term/common-win.el (x-colors): Purecopy it.
1727
1728 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1731 permissive for when the buffer is empty.
1732 (tar-header-block-tokenize): Decode the username and groupname.
1733 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1734
1735 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * cedet/srecode/srt.el:
1738 * cedet/srecode/compile.el:
1739 * cedet/semantic/mru-bookmark.el:
1740 * cedet/semantic/debug.el:
1741 * cedet/semantic/complete.el:
1742 * cedet/semantic/analyze.el: Require CL when compiling.
1743
1744 2009-10-17 Eric Ludlam <zappo@gnu.org>
1745
1746 * cedet/semantic/scope.el
1747 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1748 tmpscope so that the regular scope will continue to work.
1749
1750 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1751 Use semantic-idle-summary-highlight-face as the highlighting.
1752
1753 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1754 contains multibyte characters, choose first applicable coding
1755 system automatically.
1756
1757 * cedet/ede/project-am.el (project-run-target): New method.
1758 (project-run-target): New method.
1759
1760 * cedet/ede.el (ede-target): Add run target menu item.
1761 (ede-project, ede-minor-keymap): Add ede-run-target binding.
1762 (ede-run-target): New function.
1763 (ede-target::project-run-target): New method.
1764
1765 * cedet/ede/proj.el (project-run-target): New method.
1766
1767 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1768 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
1769 Add :rules.
1770 (ede-proj-target-makefile-shared-object): Only libtool compilers
1771 now available. Add linkers for libtool.
1772 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1773 (ede-proj-makefile-target-name): Always use .la extension.
1774
1775 * cedet/ede/proj-prog.el (project-run-target): New method.
1776
1777 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1778 (ede-g++-linker): Change Change link lines.
1779
1780 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1781 When searching for old variables, go to the end of the buffer and
1782 search backward from there.
1783 (ede-proj-makefile-automake-insert-subdirs)
1784 (ede-proj-makefile-automake-insert-extradist): New methods.
1785 (ede-proj-makefile-create): Use them.
1786
1787 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1788 Force FILE to expand to the current target. Use file-exists-p to
1789 check that it exists.
1790
1791 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1792 (ede-linux-load): Wrap dir in file-name-as-directory.
1793 Set :version slot.
1794
1795 * cedet/ede/files.el (ede-get-locator-object): When enabling
1796 locate, do so on "top".
1797
1798 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1799 file-name-as-directory during compare.
1800 (ede-emacs-version): Return Emacs/XEmacs differentiator.
1801 Get version number from different places. Don't call egrep.
1802 (ede-emacs-load): Set :version slot. Call file-name-as-directory
1803 to set the directory.
1804
1805 * cedet/ede/shell.el: New file.
1806
1807 * cedet/inversion.el (inversion-decoders): Allow for stray . in
1808 alpha/beta variants.
1809
1810 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * international/mule-cmds.el (select-safe-coding-system): If the file
1813 has a coding cookie, use it regardless of any other setting (bug#4712).
1814
1815 2009-10-17 Glenn Morris <rgm@gnu.org>
1816
1817 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1818 All errors should have messages.
1819
1820 * foldout.el (foldout-mouse-swallow-events):
1821 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1822
1823 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1824 (dired-keep-marker-copy, dired-keep-marker-hardlink)
1825 (dired-keep-marker-symlink, dired-dwim-target)
1826 (dired-copy-preserve-time): Do not autoload these defcustoms.
1827
1828 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1829 messages from messing up the file coding. (Bug#4623)
1830
1831 2009-10-17 Jari Aalto <jari.aalto@cante.net>
1832
1833 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1834 if no match is found for the current dictionary. (Bug#4578)
1835
1836 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1837 optional, since that is how it is documented, and this is often called
1838 with a nil argument. (Bug#4577)
1839 (flyspell-external-point-words, flyspell-auto-correct-word)
1840 (flyspell-correct-word-before-point, flyspell-word-search-forward)
1841 (flyspell-word-search-backward): Remove nil argument in calls to
1842 flyspell-get-word, since it is not needed now.
1843
1844 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
1845
1846 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
1847
1848 2009-10-16 Glenn Morris <rgm@gnu.org>
1849
1850 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1851
1852 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1853
1854 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1855 (ange-ftp-file-size): New function.
1856 (ange-ftp-file-attributes): Use it.
1857
1858 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
1859
1860 * net/tramp-smb.el (tramp-smb-version): New defvar.
1861 (tramp-smb-maybe-open-connection): Use it, in order to avoid
1862 repeated checks.
1863
1864 2009-10-16 Glenn Morris <rgm@gnu.org>
1865
1866 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1867 Maybe copy some custom properties from old to new name. (Bug#4706)
1868
1869 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * subr.el (error, sit-for, start-process-shell-command)
1872 (start-file-process-shell-command): Set the calling convention
1873 after the function definition.
1874
1875 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * subr.el (error, sit-for, start-process-shell-command)
1878 (start-file-process-shell-command): Use the new
1879 set-advertised-calling-convention feature.
1880
1881 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
1882
1883 * international/ucs-normalize.el (ucs-normalize-version):
1884 Change to 1.2.
1885 (check-range): Adjust for Unicode 5.2.
1886
1887 2009-10-15 Juri Linkov <juri@jurta.org>
1888
1889 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
1890 to the `menu-item' format.
1891
1892 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
1893
1894 * net/tramp.el (tramp-replace-environment-variables): Do not fail
1895 if the environment variable does not exist.
1896
1897 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1898 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
1899 parameter.
1900 (tramp-smb-handle-add-name-to-file)
1901 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1902 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1903 (tramp-smb-handle-file-attributes)
1904 (tramp-smb-do-file-attributes-with-stat)
1905 (tramp-smb-handle-file-local-copy)
1906 (tramp-smb-handle-insert-directory)
1907 (tramp-smb-handle-make-directory)
1908 (tramp-smb-handle-make-directory-internal)
1909 (tramp-smb-handle-make-symbolic-link)
1910 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
1911 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
1912 (tramp-smb-maybe-open-connection): Apply the changed parameters.
1913 (tramp-smb-read-file-entry): Read Disk names in compressed format.
1914 Handle long file names.
1915 (tramp-smb-get-cifs-capabilities): Check, whether the connection
1916 process is running.
1917 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
1918 Read share names with "-g" option.
1919
1920 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
1921
1922 * net/rcirc.el (rcirc-view-log-file): New command.
1923 (rcirc-track-minor-mode-map): Remove C-c ` binding.
1924 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
1925 specified.
1926
1927 2009-10-15 Glenn Morris <rgm@gnu.org>
1928
1929 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
1930 from the second command-line argument.
1931 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
1932 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
1933 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
1934 w32-batch-update-autoloads.
1935 * emacs-lisp/autoload.el (autoload-make-program): New variable.
1936 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
1937
1938 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
1939 the headers cannot be located. Simplify, subtracting superflous
1940 save-excursions.
1941
1942 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 Replace completion-base-size by completion-base-position to fix bugs
1945 such as (bug#4699).
1946 * simple.el (completion-base-position): New var.
1947 (completion-base-size): Mark as obsolete.
1948 (choose-completion): Make it work for mouse events as well.
1949 Pass the new base-position to choose-completion-string.
1950 (choose-completion-guess-base-position): New function, extracted from
1951 choose-completion-delete-max-match.
1952 (choose-completion-delete-max-match): Use it. Make obsolete.
1953 (choose-completion-string): Use the new base-position info.
1954 (completion-root-regexp): Delete.
1955 (completion-setup-function): Preserve completion-base-position.
1956 Eliminate obsolete base-size manipulation.
1957 * minibuffer.el (display-completion-list): Don't mess with base-size.
1958 (minibuffer-completion-help): Set completion-base-position instead.
1959 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
1960 choose-completion.
1961 * textmodes/bibtex.el (bibtex-complete):
1962 * emacs-lisp/crm.el (crm--choose-completion-string):
1963 Adjust to new calling convention.
1964 * complete.el (partial-completion-mode): Use minibufferp to avoid
1965 bumping into incompatible change to choose-completion-string-functions.
1966 * ido.el (ido-choose-completion-string): Make its calling convention
1967 more permissive.
1968 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
1969 base-size manipulation.
1970 (comint-dynamic-list-input-ring): Use dotimes and push.
1971 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
1972 fundamental-mode. Use `or'.
1973
1974 2009-10-14 Juri Linkov <juri@jurta.org>
1975
1976 * misearch.el (multi-isearch-next-buffer-from-list)
1977 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
1978
1979 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * Makefile.in (compile-onefile): Load `bytecomp' rather than
1982 `bytecomp.el'.
1983
1984 * minibuffer.el (completion-pcm--merge-completions): Make sure the
1985 string we return is all made up of text from the completions rather
1986 than part from the completions and part from the input (bug#4219).
1987
1988 * ido.el (ido-everywhere): Use define-minor-mode.
1989
1990 * buff-menu.el (list-buffers, ctl-x-map):
1991 Mark the entry points with ;;;###autoload cookies.
1992
1993 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
1996 correctly in the detached head case.
1997 (vc-git-print-log): Remove unused binding.
1998
1999 * vc.el (vc-responsible-backend): When a directory is passed for
2000 for registration create a VC repository if no backend is
2001 responsible for the directory argument.
2002 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2003
2004 * vc.el: Move comments about RCS and SCCS ...
2005 * vc-rcs.el:
2006 * vc-sccs.el: ... here, respectively.
2007
2008 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * minibuffer.el (completion--file-name-table): Return nil if there's
2011 no file completion, even if substitute-in-file-name changed
2012 the string (bug#4708).
2013
2014 2009-10-13 Juri Linkov <juri@jurta.org>
2015
2016 * files-x.el (read-file-local-variable-value): Don't filter out
2017 minor modes from mode name completion (bug#4664).
2018
2019 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * international/mule-cmds.el (ucs-names): Remove exclusion of
2022 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2023
2024 2009-10-13 Kenichi Handa <handa@m17n.org>
2025
2026 * international/uni-name.el: Regenerated.
2027
2028 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2031 should be automatically buffer-local, but isn't.)
2032
2033 2009-10-12 Sam Steingold <sds@gnu.org>
2034
2035 * progmodes/compile.el (compilation-next-error-function): Fix the
2036 timestamps if the buffer has been visited before.
2037 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2038 non-anchored patterns, like the perl one (bug#3928).
2039
2040 2009-10-12 Glenn Morris <rgm@gnu.org>
2041
2042 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2043 Let-bind `size'.
2044
2045 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * proced.el (proced-unload-function): New function.
2048
2049 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2050 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2051 Doc fix.
2052
2053 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2054
2055 2009-10-11 Juri Linkov <juri@jurta.org>
2056
2057 * files-x.el (read-file-local-variable-value):
2058 Provide default value only for bound variables (bug#4664).
2059
2060 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * net/tramp.el (tramp-local-host-p): Function shall return nil for
2063 connection methods like smb.
2064
2065 * net/tramp-cache.el (tramp-flush-connection-property): The hash
2066 can be empty.
2067
2068 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2069 (tramp-smb-file-name-handler-alist): Add handlers for
2070 `add-name-to-file', `make-symbolic-link'.
2071 (tramp-smb-handle-add-name-to-file)
2072 (tramp-smb-do-file-attributes-with-stat)
2073 (tramp-smb-handle-make-symbolic-link)
2074 (tramp-smb-get-cifs-capabilities): New defuns.
2075 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2076 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2077 (tramp-smb-handle-file-local-copy)
2078 (tramp-smb-handle-make-directory-internal)
2079 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2080 The file name syntax depends on cifs capabilities.
2081 (tramp-smb-handle-file-attributes):
2082 Call `tramp-smb-do-file-attributes-with-stat' if possible.
2083 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2084 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2085
2086 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2089 (eieio-defclass): Apply deftype handler and setf-method properties
2090 directly.
2091 (eieio-add-new-slot): Avoid union function from cl library.
2092 (eieio--typep): New function.
2093 (eieio-perform-slot-validation): Use it.
2094
2095 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2096
2097 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2098 Update documentation to refer to the variables documented in r1.135.
2099 (Bug#4188)
2100
2101 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2102
2103 * bookmark.el (Info-suffix-list): Remove this unused variable.
2104 (bookmark-current-point): Remove this obsolete variable.
2105 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2106 Adjust for removal of bookmark-current-point.
2107
2108 (bookmarks-already-loaded, bookmark-current-buffer)
2109 (bookmark-yank-point): Document. (Bug#4188)
2110
2111 2009-10-10 Glenn Morris <rgm@gnu.org>
2112
2113 * frame.el (frame-height): Doc fix.
2114
2115 * calendar/calendar.el (calendar-split-width-threshold): New option.
2116 (calendar-basic-setup): Use calendar-split-width-threshold.
2117
2118 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2119
2120 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2121 Use .la for Automake.
2122
2123 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2126 Use "autoreconf -i". Suggested by Andreas Schwab.
2127
2128 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2131 Ideographic Supplement" range (U+1F200..U+1F2FF).
2132
2133 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2134
2135 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2136 since the list will have been rebuilt anyway. (Bug#4349)
2137
2138 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2139
2140 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2141 (bookmark-bmenu-execute-deletions): Don't save here, as
2142 bookmark-delete will now do so if necessary.
2143 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2144 (Bug#4348)
2145
2146 2009-10-09 Glenn Morris <rgm@gnu.org>
2147
2148 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2149
2150 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2151
2152 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2153 (bookmark-jump-other-window): Just invoke bookmark-jump with new
2154 argument now, so the two function's behaviors will match. (Bug#3645)
2155
2156 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * cedet/ede/proj.el (project-make-dist, project-compile-project):
2159 Fix filename test.
2160 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2161 to expand file names.
2162
2163 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
2164
2165 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2166 (tramp-file-name-real-host, tramp-file-name-port):
2167 Apply `save-match-data'.
2168
2169 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2170 case both directories are remote.
2171 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2172 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2173
2174 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2177 (ede-proj-target-makefile-objectcode): Use it.
2178
2179 * cedet/ede/source.el (ede-want-any-source-files-p)
2180 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2181 Return search result. This error was introduced while merging.
2182
2183 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2186
2187 2009-10-07 Glenn Morris <rgm@gnu.org>
2188
2189 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2190 of concat.
2191
2192 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * files-x.el (read-file-local-variable): Include some
2195 non-user-variables in the completion table (bug#4664).
2196
2197 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2200 message.
2201
2202 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2203 (tramp-smb-file-name-handler-alist): Add handler for
2204 `copy-directory', `expand-file-name', `set-file-modes'.
2205 (tramp-smb-handle-copy-directory)
2206 (tramp-smb-handle-expand-file-name)
2207 (tramp-smb-handle-set-file-modes): New defuns.
2208 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2209 (tramp-smb-handle-file-attributes): Simplify check for retrieving
2210 entry.
2211 (tramp-smb-handle-insert-directory): Don't flush the cache.
2212 (tramp-smb-maybe-open-connection): Check for samba client and
2213 server versions.
2214
2215 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2216
2217 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2218 to not error out of search for "^lisp=" fails.
2219
2220 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * makefile.w32-in (WINS_UPDATES): New macro.
2223 (custom-deps, finder-data, autoloads): Use it.
2224
2225 2009-10-07 Glenn Morris <rgm@gnu.org>
2226
2227 * Makefile.in (autoloads): Revert previous change.
2228 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2229 the list of preloaded files passed on the command-line, get
2230 it from src/Makefile.
2231
2232 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2233 show the original buffer rather than a random one.
2234
2235 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
2236
2237 * help.el (describe-no-warranty): Place point in a slightly better
2238 position in the GPLv3 text.
2239
2240 2009-10-06 Sam Steingold <sds@gnu.org>
2241
2242 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2243 the comm attribute is present before calling regexp-quote.
2244
2245 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * play/animate.el (animate-string): For good effect, make sure
2248 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2249
2250 * play/animate.el (animate-sequence, animate-birthday-present):
2251 * misc.el (butterfly): Don't set `indent-tabs-mode'.
2252
2253 2009-10-06 Glenn Morris <rgm@gnu.org>
2254
2255 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2256
2257 * emacs-lisp/autoload.el (autoload-excludes): New variable.
2258 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2259 (batch-update-autoloads): Process a string value of autoload-excludes,
2260 set during the build process.
2261 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
2262
2263 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2264 inside with-parsed... macro so that `v' is defined.
2265
2266 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2267 * progmodes/fortran.el (fortran-end-of-block)
2268 (fortran-beginning-of-block):
2269 Also push mark in the macro case.
2270
2271 * emerge.el (emerge-show-file-name):
2272 * calc/calc.el (calc-quit):
2273 * calc/calc-misc.el (calc-big-or-small):
2274 * calc/calc-graph.el (calc-graph-view):
2275 * calc/calc-ext.el (calc-reset):
2276 * calendar/calendar.el (calendar-basic-setup):
2277 Use window-full-height-p.
2278
2279 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2280 header we don't understand, don't insert another. (Bug#4624)
2281 If changing mime charset, insert the new one in the right place.
2282
2283 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
2284
2285 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2286 (cal-tex-cursor-month): Correctly increment the end date for diary and
2287 holiday listing. (Bug#4626)
2288
2289 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * help-fns.el (describe-function-1): Don't burp if the function is not
2292 a symbol.
2293
2294 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2297 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2298 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2299 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2300
2301 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2302 (eieio-default-superclass): Reflow docstrings.
2303 (this, class-option-assoc, defclass, eieio-class-un-autoload)
2304 (eieio-unbind-method-implementations, defmethod)
2305 (eieio-validate-slot-value, eieio-validate-class-slot-value)
2306 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2307 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2308 (eieio-slot-originating-class-p, eieio-slot-name-index)
2309 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2310 (constructor, initialize-instance, no-next-method, object-print)
2311 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2312 Fix typos in docstrings.
2313 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2314 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2315 (next-method-p): Doc fixes.
2316 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2317 Fix typos in error messages.
2318 (eieio-defmethod): Fix typo in description of generic method.
2319
2320 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2321 (eieio-persistent-save-interactive, slot-missing):
2322 Fix typos in docstrings.
2323 (eieio-instance-inheritor-slot-boundp): Doc fix.
2324
2325 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2326 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2327
2328 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2329 (eieio-custom-object-apply-reset):
2330 Fix typos in docstrings and error messages.
2331
2332 * emacs-lisp/eieio-datadebug.el (data-debug-show):
2333 Fix typo in docstring.
2334
2335 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2336 (eieio-browse-tree): Doc fix.
2337 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2338 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2339 Fix typos in docstrings.
2340
2341 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2342 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2343 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2344 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2345 Reflow docstrings.
2346
2347 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2348
2349 * vc-hg.el (log-view-vc-backend): Declare for compiler.
2350 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2351 Set log-view-vc-backend so that diff can work.
2352
2353 * log-view.el (log-view-diff): Use vc-diff-internal instead of
2354 vc-version-diff.
2355 (vc-diff-internal): Autoload this instead of vc-version-diff.
2356
2357 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2358
2359 * simple.el (eval-expression): Doc fix.
2360
2361 * progmodes/cwarn.el (cwarn-mode): Doc fix.
2362
2363 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * files.el (directory-files-no-dot-files-regexp): New defconst.
2366 (delete-directory): Use it.
2367 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
2368
2369 * net/tramp.el (tramp-verbose): Fix docstring.
2370 (tramp-methods): Add recursive option to `tramp-copy-args'.
2371 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
2372 "scp1_old", "scp2_old", "rsync", "rsyncc".
2373 (tramp-default-method): Check also for `auth-source-user-or-password'.
2374 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2375 Add handler for `copy-directory'.
2376 (tramp-handle-copy-directory): New defun.
2377 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2378 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2379 Optimize sent command.
2380
2381 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2384 window if necessary.
2385
2386 * calendar/calendar.el (calendar-basic-setup): Don't call
2387 switch-to-buffer in a dedicated window.
2388
2389 2009-10-05 Karl Fogel <kfogel@red-bean.com>
2390
2391 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2392 don't do anything related to relocating, just return nil.
2393 (bookmark-error-no-filename): New error.
2394 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2395 bookmark has no file. Don't even attempt to handle things that
2396 are not files; the whole point of custom handlers is to keep that
2397 knowledge elsewhere anyway. Tighten some comments.
2398 (bookmark-file-or-variation-thereof): Remove now-unused function.
2399 (bookmark-location): Doc string fix.
2400 (Bug#4250)
2401
2402 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2403
2404 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2405 don't use a file dialog, because they usually don't know how to read
2406 a directory target from the user. (Bug#4230)
2407 Also, make sure the prompt can display directories as well as files.
2408
2409 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2410
2411 * bookmark.el (bookmark-set, bookmark-buffer-name):
2412 Improve doc strings. (Bug#1193)
2413
2414 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2415
2416 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2417 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2418 (bookmark-get-annotation, bookmark-set-annotation)
2419 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2420 (bookmark-set-position, bookmark-get-front-context-string)
2421 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2422 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2423 (bookmark-jump-other-window, bookmark-handle-bookmark)
2424 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2425 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2426 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2427 Improve doc strings to say whether bookmark can be a string or
2428 a record or both, and make other consistency and clarity fixes.
2429 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2430 (bookmark-default-annotation-text, bookmark-yank-word)
2431 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2432 (bookmark-import-new-list, bookmark-maybe-rename)
2433 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2434 (bookmark-bmenu-bookmark): Give these doc strings.
2435 (bookmark-bmenu-check-position): Give this a doc string, but also
2436 add a FIXME comment about how the function may be pointless.
2437 (bookmark-default-handler): Rework doc string and change a
2438 parameter name, to clarify that this takes a bookmark record
2439 not a bookmark name.
2440 (bookmark-set): Change a parameter name to indicate its meaning,
2441 and improve the doc string a bit.
2442 (Bug#4188)
2443
2444 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2445
2446 * bookmark.el (bookmark-alist): Document the new `handler' element
2447 in the param alist.
2448 (bookmark-make-record-function): Adjust documentation for above.
2449 (Bug#4193)
2450
2451 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2452
2453 * info.el (Info-bookmark-make-record): Document this function.
2454 (Info-bookmark-jump): Document with a doc string, not just a comment.
2455 (Bug#4203)
2456
2457 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2460 (semantic-new-buffer-fcn): Call parser setup functions here.
2461 (semantic-mode): Don't call parser setup functions here, it's done
2462 in semantic-new-buffer-fcn now.
2463 (semantic-mode): Parse all existing buffers when enabled.
2464
2465 * cedet/srecode/compile.el (srecode-compile-file):
2466 Call semantic-new-buffer-fcn if the buffer has not been parsed.
2467
2468 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2471
2472 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2473 (proj-comp-insert-variable-once): New macro, renamed from
2474 ede-pmake-insert-variable-once in ede/pmake.edl.
2475 (ede-proj-makefile-insert-variables): Use it.
2476
2477 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
2478
2479 * files.el (copy-directory): New defun.
2480
2481 * dired-aux.el (dired-copy-file-recursive): Use it.
2482
2483 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2486 (makefile-end-of-command):
2487 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2488 (semantic-end-of-context): Fix previous change. Doc fixes.
2489
2490 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * files-x.el (modify-dir-local-variable)
2493 (copy-dir-locals-to-file-locals-prop-line):
2494 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2495 (makefile-end-of-command):
2496 * cedet/semantic/lex.el (semantic-lex-token):
2497 * cedet/semantic/analyze/fcn.el
2498 (semantic-analyze-dereference-metatype-1):
2499 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2500 (semantic-lex-cpp-undef):
2501 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2502 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2503 (semantic-end-of-context): Fix typos in docstrings.
2504
2505 * recentf.el (recentf-unload-function): New function.
2506
2507 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * cedet/ede.el (ede-project-placeholder-cache-file):
2510 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2511 * cedet/srecode/map.el (srecode-map-save-file):
2512 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
2513
2514 2009-10-04 Glenn Morris <rgm@gnu.org>
2515
2516 * window.el (window-full-height-p): Add doc string.
2517
2518 2009-10-04 Martin Rudalics <rudalics@gmx.at>
2519
2520 * window.el (window-full-height-p): New function. (Bug#4543)
2521
2522 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * cedet/srecode/insert.el: Require srecode/args.
2525
2526 * cedet/srecode/args.el: Require srecode/dictionary instead of
2527 srecode/insert.
2528
2529 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2530
2531 * files.el (auto-mode-alist): Add .srt and Project.ede.
2532
2533 * cedet/semantic.el (semantic-mode):
2534 Handle srecode-template-mode-hook as well.
2535 (semantic-mode): Use js-mode-hook for Javascript hook.
2536
2537 * cedet/srecode/template.el: Remove hook variable.
2538
2539 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2540
2541 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2542 projects exist.
2543 (ede-project-placeholder-cache-file): Default to a file in
2544 user-emacs-directory.
2545
2546 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2547 templates in data-directory.
2548 (srecode-map-save-file): Default to a file in user-emacs-directory.
2549
2550 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2551 directory.
2552
2553 2009-09-30 Eric Ludlam <zappo@gnu.org>
2554
2555 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2556 Doc fix.
2557
2558 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2559 Only insert each variable once.
2560
2561 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2562 (ede-pmake-insert-variable-shared): Use it.
2563
2564 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2565 for lexical table iff table is nil.
2566
2567 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2568
2569 * vc.el: Remove commented out code.
2570 (vc-derived-from-dir-mode): Remove, unused.
2571 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2572
2573 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
2574
2575 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2576 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
2577 there could be recursive loading when `default-directory' is a
2578 remote file name. (Bug#4614)
2579
2580 2009-10-03 Glenn Morris <rgm@gnu.org>
2581
2582 * calendar/calendar.el (calendar-basic-setup): Handle the case where
2583 the frame is wide.
2584 (calendar-generate-window): Test for shrinkability rather than width.
2585
2586 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2587 declaration, currently false.
2588
2589 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2590 reusing existing buffers, in case we happen to visit two files with the
2591 same basename. (Bug#4593)
2592
2593 2009-10-02 Eli Zaretskii <eliz@gnu.org>
2594
2595 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2596 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2597 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2598 subdirs of cedet as well.
2599 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2600
2601 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2604 Obey advertised-signature-table.
2605
2606 * help-fns.el (help-function-arglist): Don't check
2607 advertised-signature-table.
2608 (describe-function-1): Do it here instead so it also applies to subrs.
2609
2610 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * simple.el (start-file-process): Say in the doc-string, that file
2613 handlers might not support pty association, if PROGRAM is nil.
2614
2615 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2616 HOST and USER are strings. They are nil, when there are
2617 incomplete entries in ~/.netrc, for example.
2618 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
2619 root directory ("device busy" error otherwise).
2620
2621 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2622 Flush file properties of created directory.
2623
2624 2009-10-02 Eli Zaretskii <eliz@gnu.org>
2625
2626 * makefile.w32-in (WINS_BASIC): Remove cedet.
2627 (WINS_CEDET): Add cedet.
2628 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2629
2630 2009-10-02 Kevin Ryde <user42@zip.com.au>
2631
2632 * net/browse-url.el (browse-url): Pass any symbol in
2633 browse-url-browser-function to `apply', since if you've mistakenly put
2634 an unbound symbol then the error is clearer. (Bug#4531)
2635
2636 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
2637
2638 * allout.el (allout-init, allout-back-to-current-heading)
2639 (allout-beginning-of-current-entry, allout-ascend-to-depth)
2640 (allout-ascend, allout-up-current-level, allout-end-of-level)
2641 (allout-previous-visible-heading, allout-forward-current-level)
2642 (allout-backward-current-level, allout-show-children):
2643 * apropos.el (apropos-describe-plist):
2644 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2645 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2646 * completion.el (add-completion, add-permanent-completion):
2647 * descr-text.el (describe-text-category, describe-char):
2648 * desktop.el (desktop-lazy-abort):
2649 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2650 * dired.el (dired-build-subdir-alist):
2651 * ediff.el (ediff-version):
2652 * elide-head.el (elide-head, elide-head-show):
2653 * emerge.el (emerge-version):
2654 * env.el (getenv):
2655 * face-remap.el (variable-pitch-mode):
2656 * faces.el (describe-face):
2657 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2658 (dired-at-point):
2659 * files.el (find-file-existing, auto-save-mode):
2660 * font-lock.el (font-lock-fontify-buffer):
2661 * help-fns.el (describe-function, describe-variable)
2662 (describe-syntax, describe-categories):
2663 * help.el (view-lossage, describe-bindings, describe-key)
2664 (describe-mode):
2665 * hexl.el (hexl-current-address):
2666 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2667 * info.el (Info-goto-emacs-key-command-node):
2668 * log-edit.el (log-edit-insert-cvs-template)
2669 (log-edit-insert-cvs-rcstemplate):
2670 * menu-bar.el (menu-bar-mode):
2671 * mouse.el (mouse-appearance-menu):
2672 * newcomment.el (comment-indent-new-line):
2673 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2674 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2675 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2676 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2677 * recentf.el (recentf-mode):
2678 * savehist.el (savehist-mode, savehist-save):
2679 * shadowfile.el (shadow-copy-files):
2680 * simple.el (kill-ring-save, next-line, previous-line)
2681 (normal-erase-is-backspace-mode):
2682 * strokes.el (strokes-update-window-configuration)
2683 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2684 (strokes-xpm-for-stroke):
2685 * time.el (emacs-uptime, emacs-init-time):
2686 * tutorial.el (tutorial--describe-nonstandard-key)
2687 (tutorial--detailed-help):
2688 * type-break.el (type-break-mode)
2689 (type-break-mode-line-message-mode, type-break-query-mode)
2690 (type-break-guesstimate-keystroke-threshold):
2691 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2692 * version.el (emacs-version):
2693 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2694 * winner.el (winner-mode):
2695 * calendar/timeclock.el (timeclock-in, timeclock-out)
2696 (timeclock-status-string, timeclock-change)
2697 (timeclock-workday-remaining-string)
2698 (timeclock-workday-elapsed-string)
2699 (timeclock-when-to-leave-string):
2700 * calendar/todo-mode.el (todo-add-category):
2701 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2702 * emacs-lisp/autoload.el (update-file-autoloads):
2703 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2704 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2705 (checkdoc-message-text, checkdoc-defun):
2706 * emacs-lisp/debug.el (debugger-list-functions):
2707 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2708 * emacs-lisp/eieio-opt.el (eieio-describe-class)
2709 (eieio-describe-generic):
2710 * emacs-lisp/lisp-mnt.el (lm-synopsis):
2711 * emacs-lisp/shadow.el (list-load-path-shadows):
2712 * emulation/cua-base.el (cua-mode):
2713 * emulation/edt.el (edt-set-scroll-margins):
2714 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2715 (tpu-toggle-regexp, tpu-toggle-search-direction)
2716 (tpu-toggle-rectangle, tpu-toggle-control-keys):
2717 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2718 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2719 (viper-set-parsing-style-toggling-macro)
2720 (viper-set-emacs-state-searchstyle-macros):
2721 * emulation/viper.el (viper-set-hooks):
2722 * eshell/esh-mode.el (eshell-truncate-buffer):
2723 * international/mule-cmds.el (prefer-coding-system)
2724 (describe-input-method, describe-language-environment):
2725 * international/mule-diag.el (list-character-sets)
2726 (describe-character-set, describe-coding-system)
2727 (describe-fontset, list-fontsets, list-input-methods):
2728 * mail/sendmail.el (mail-signature):
2729 * net/ange-ftp.el (ange-ftp-copy-file):
2730 * net/browse-url.el (browse-url):
2731 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2732 * net/quickurl.el (quickurl-add-url):
2733 * net/rcirc.el (names, topic):
2734 * net/xesam.el (xesam-mode):
2735 * play/5x5.el (5x5-new-game):
2736 * play/yow.el (apropos-zippy):
2737 * progmodes/ada-mode.el (ada-mode-version):
2738 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2739 (f90-end-of-block)
2740 (f90-beginning-of-block):
2741 * progmodes/fortran.el (fortran-end-of-block)
2742 (fortran-beginning-of-block):
2743 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2744 * progmodes/python.el (python-describe-symbol, python-shell):
2745 * term/ns-win.el (ns-print-buffer):
2746 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2747 * textmodes/flyspell.el (flyspell-mode-on):
2748 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2749 (pages-directory-for-addresses):
2750 * textmodes/table.el (table-recognize-cell)
2751 (table-query-dimension, table-generate-source)
2752 (table-insert-sequence, table--warn-incompatibility):
2753 * textmodes/tex-mode.el (tex-validate-buffer):
2754 * textmodes/texinfmt.el (texinfmt-version)
2755 (texinfo-format-buffer):
2756 Use `called-interactively-p' instead of `interactive-p'.
2757
2758 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * image-mode.el (image-toggle-display):
2761 * emacs-lisp/elp.el (elp-instrument-function):
2762 * emacs-lisp/advice.el (ad-make-advised-definition):
2763 * emacs-lisp/easy-mmode.el (define-minor-mode):
2764 * net/browse-url.el (browse-url-maybe-new-window):
2765 * progmodes/sh-script.el (sh-learn-buffer-indent):
2766 Pass new argument 'any to `called-interactively-p'.
2767
2768 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * international/uni-bidi.el:
2771 * international/uni-category.el:
2772 * international/uni-combining.el:
2773 * international/uni-comment.el:
2774 * international/uni-decimal.el:
2775 * international/uni-decomposition.el:
2776 * international/uni-digit.el:
2777 * international/uni-lowercase.el:
2778 * international/uni-mirrored.el:
2779 * international/uni-name.el:
2780 * international/uni-numeric.el:
2781 * international/uni-old-name.el:
2782 * international/uni-titlecase.el:
2783 * international/uni-uppercase.el:
2784 Regenerate from Unicode 5.2.0 data.
2785
2786 2009-10-01 Glenn Morris <rgm@gnu.org>
2787
2788 * Makefile.in (ELCFILES): Regenerate.
2789
2790 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * subr.el (interactive-p): Mark obsolete.
2793 (called-interactively-p): Make the optional-ness of `kind' obsolete.
2794 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2795 advertised-signature-table for subroutines as well.
2796
2797 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2798 (set-advertised-calling-convention): New function.
2799 (make-obsolete, define-obsolete-function-alias)
2800 (make-obsolete-variable, define-obsolete-variable-alias):
2801 Make the optional-ness of `when' obsolete.
2802 (define-obsolete-face-alias): Make `when' non-optional.
2803 * help-fns.el (help-function-arglist):
2804 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2805 Use advertised-signature-table.
2806
2807 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * files.el (delete-directory): New defun. The original function
2810 in fileio.c has been renamed to `delete-directory-internal'.
2811
2812 * dired.el (dired-delete-file): Call `delete-directory' with
2813 RECURSIVE parameter.
2814
2815 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2816 parameter RECURSIVE. Implementation is missing.
2817
2818 * net/tramp.el (tramp-handle-make-directory): Flush upper
2819 directory's file properties.
2820 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2821 (tramp-handle-dired-recursive-delete-directory): Flush directory
2822 properties after the remove command only.
2823
2824 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2825 Handle optional parameter RECURSIVE.
2826
2827 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2828 Handle optional parameter RECURSIVE.
2829
2830 * net/tramp-smb.el (tramp-smb-errors): Add error message for
2831 connection timeout.
2832 (tramp-smb-handle-delete-directory): Handle optional parameter
2833 RECURSIVE.
2834
2835 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2838 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2839 (byte-compile-defmacro): Use backquotes.
2840
2841 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2842
2843 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2844 has no associated file.
2845 (vc-resynch-buffer): Use vc-dir-buffers.
2846
2847 2009-10-01 Glenn Morris <rgm@gnu.org>
2848
2849 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2850 (chart-file-count):
2851 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2852 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2853 * emacs-lisp/eieio-opt.el (eieio-describe-class):
2854 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2855 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2856 (eieio-copy-parents-into-subclass, make-instance, class-children)
2857 (eieio-generic-form):
2858 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2859 * cedet/cedet-idutils.el (cedet-idutils-search)
2860 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2861 (cedet-idutils-version-check):
2862 * cedet/cedet.el (cedet-version):
2863 * cedet/data-debug.el (data-debug-insert-overlay-button)
2864 (data-debug-insert-overlay-list-button)
2865 (data-debug-insert-buffer-button)
2866 (data-debug-insert-buffer-list-button)
2867 (data-debug-insert-process-button, data-debug-insert-ring-button)
2868 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2869 (data-debug-insert-stuff-vector-button)
2870 (data-debug-insert-symbol-button, data-debug-insert-string)
2871 (data-debug-insert-number, data-debug-insert-lambda-expression)
2872 (data-debug-insert-nil, data-debug-insert-simple-thing)
2873 (data-debug-insert-custom, data-debug-edebug-expr):
2874 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2875 (global-ede-mode-map, ede-new, ede-debug-target)
2876 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2877 * cedet/semantic.el (semantic-minimum-working-buffer-size)
2878 (semantic-fetch-tags, semantic-submode-list)
2879 (semantic-default-submodes):
2880 * cedet/ede/source.el (ede-source-match):
2881 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2882 (project-am-package-info):
2883 * cedet/ede/proj.el (ede-proj-target, project-new-target):
2884 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2885 * cedet/ede/proj-comp.el (ede-current-build-list):
2886 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2887 * cedet/ede/files.el (ede-toplevel-project-or-nil):
2888 * cedet/ede/cpp-root.el (initialize-instance):
2889 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
2890 (autoconf-parameter-strip, autoconf-insert-new-macro):
2891 * cedet/semantic/wisent.el (wisent-lex-eoi):
2892 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
2893 (semantic-show-parser-state-mode):
2894 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
2895 * cedet/semantic/tag.el (semantic-tag-new-variable)
2896 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2897 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2898 (semantic--tag-deep-copy-tag-list)
2899 (semantic-tag-components-with-overlays-default):
2900 * cedet/semantic/symref.el (semantic-symref-find-text):
2901 * cedet/semantic/senator.el (senator-yank-tag)
2902 (senator-transpose-tags-up):
2903 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
2904 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2905 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
2906 * cedet/semantic/lex.el (semantic-lex-comment-regex)
2907 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2908 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2909 * cedet/semantic/lex-spp.el
2910 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2911 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2912 * cedet/semantic/idle.el
2913 (semantic-idle-summary-current-symbol-info-brutish)
2914 (semantic-idle-summary-current-symbol-info-default):
2915 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
2916 (semantic--grammar-macro-compl-dict):
2917 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2918 * cedet/semantic/format.el (semantic-format-tag-custom-list)
2919 (semantic-format-tag-canonical-name-default):
2920 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
2921 (semantic-find-tags-for-completion)
2922 (semantic-find-tags-by-scope-protection-default)
2923 (semantic-deep-find-tags-for-completion):
2924 * cedet/semantic/edit.el
2925 (semantic-edits-incremental-reparse-failed-hook)
2926 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2927 (semantic-edits-splice-remove, semantic-edits-splice-replace):
2928 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2929 * cedet/semantic/dep.el (semantic-dependency-include-path):
2930 * cedet/semantic/db.el (semanticdb-default-find-index-class)
2931 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2932 (semanticdb-project-roots):
2933 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
2934 (semanticdb-find-adebug-insert-scanned-tag-cons)
2935 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2936 (semanticdb-brute-deep-find-tags-for-completion):
2937 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2938 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
2939 (semantic-end-of-context-default)
2940 (semantic-ctxt-current-function-default)
2941 (semantic-ctxt-scoped-types-default):
2942 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2943 (semantic-complete-inline-tag-engine)
2944 (semantic-complete-inline-custom-type)
2945 (semantic-complete-read-tag-analyzer):
2946 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
2947 (semantic-chart-database-size):
2948 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
2949 (semantic-analyze-current-context):
2950 * cedet/semantic/symref/list.el (semantic-symref)
2951 (semantic-symref-hide-buffer, semantic-symref-symbol):
2952 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
2953 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
2954 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2955 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2956 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2957 (semantic-c-dereference-template):
2958 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2959 (semantic--analyze-refs-full-lookup-with-parents)
2960 (semantic--analyze-refs-full-lookup-simple):
2961 * cedet/semantic/analyze/complete.el
2962 (semantic-analyze-possible-completions):
2963 * cedet/srecode/table.el (srecode-mode-table-new):
2964 * cedet/srecode/srt.el (srecode-read-variable-name):
2965 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2966 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
2967 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2968 * cedet/srecode/map.el (srecode-current-map):
2969 * cedet/srecode/insert.el (srecode-insert)
2970 (srecode-insert-variable-secondname-handler, srecode-insert-method)
2971 (srecode-template-inserter-point-override)
2972 (srecode-insert-include-lookup):
2973 * cedet/srecode/getset.el (srecode-auto-choose-class):
2974 * cedet/srecode/extract.el (srecode-inserter-extract):
2975 * cedet/srecode/document.el
2976 (srecode-document-autocomment-return-last-alist)
2977 (srecode-document-autocomment-param-type-alist)
2978 (srecode-document-insert-function-comment)
2979 (srecode-document-insert-variable-one-line-comment)
2980 (srecode-document-function-name-comment):
2981 * cedet/srecode/dictionary.el (srecode-create-dictionary)
2982 (srecode-compound-toString):
2983 * cedet/srecode/compile.el (srecode-flush-active-templates):
2984 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
2985 Doc/message fixes.
2986
2987 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
2988 match-data. (Bug#4555).
2989
2990 * cedet/semantic/bovine/gcc.el
2991 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2992 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2993
2994 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
2995 rather than parsing it as a regexp. This relaxes the layout
2996 requirements and makes errors easier to detect.
2997 (check-declare-verify): Check file is regular.
2998 (check-declare-directory): Doc fix.
2999 * subr.el (declare-function): Doc fix.
3000
3001 * ibuffer.el (ibuffer-format-qualifier):
3002 * isearch.el (hi-lock-regexp-okay):
3003 * calc/calc.el (math-zerop):
3004 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3005 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3006 Remove unused declarations.
3007
3008 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * cedet/semantic/wisent/javat-wy.el
3011 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3012
3013 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * cedet/srecode/expandproto.el: Fix provide statement.
3016
3017 2009-09-30 Eric Ludlam <zappo@gnu.org>
3018
3019 * emacs-lisp/eieio.el (boolean-p): Delete.
3020
3021 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
3022
3023 * cedet/ede/srecode.el: Fix provide statement.
3024
3025 2009-09-30 Glenn Morris <rgm@gnu.org>
3026
3027 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3028 * cedet/ede/proj-aux.el (ede-aux-source):
3029 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3030 (ede-misc-source):
3031 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3032 (semantic-mrub-switch-tags): Fix doc typos.
3033
3034 * cedet/semantic/db-global.el (data-debug-new-buffer)
3035 (data-debug-insert-thing): Remove unneeded declarations (one broken).
3036 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3037
3038 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3039
3040 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3041 use of CL function `remove-if-not'.
3042
3043 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3044
3045 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3046 filename is not a string.
3047
3048 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * files.el (safe-local-eval-forms): Fix typo.
3051
3052 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3053
3054 * vc-hooks.el (vc-dir-buffers): New var.
3055 (vc-state-refresh): New function.
3056 (vc-state): Use it.
3057 (vc-after-save): Always ask the backend to recompute the new state.
3058 Always call vc-dir if necessary, using vc-dir-buffers.
3059 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3060 Use vc-dir-buffers.
3061 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3062 (vc-dir-prepare-status-buffer, vc-dir-update)
3063 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3064 Don't call expand-file-name on default-directory.
3065
3066 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * speedbar.el (speedbar-item-delete):
3069 * calc/calc-prog.el (calc-kbd-if):
3070 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3071
3072 * epa.el (epa-key-list-mode-map):
3073 * hi-lock.el (hi-lock-menu): Fix typos in menus.
3074
3075 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3076 (hs-show-hook): Fix typo in docstring.
3077
3078 2009-09-29 Glenn Morris <rgm@gnu.org>
3079
3080 * cedet/semantic/symref/idutils.el:
3081 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3082
3083 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3084
3085 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3086 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3087 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3088 Mark declarations not understood by check-declare.
3089
3090 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3091 file-name-nondirectory call preventing location of cedet files.
3092 (check-declare-verify): Use literal search rather than re-search.
3093 Add basic defmethod and defclass, and define-overloadable-function.
3094
3095 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3096 Use tramp-compat-file-attributes rather than nonexistent
3097 tramp-compat-handle-file-attributes.
3098
3099 * Makefile.in (lisptagsfiles4): New.
3100 (AUTOGENEL): Add cedet loaddefs files.
3101 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3102 (update-elclist, compile-always, backup-compiled-files)
3103 (bootstrap-clean): Add yet another directory level.
3104 (update-elclist): Use LC_COLLATE rather than COLLATE.
3105 (ELCFILES): Update, via `make update-elclist'.
3106
3107 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3110 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3111 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3112
3113 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
3114
3115 * Makefile.in (lisptagsfiles3): Define.
3116 (TAGS, TAGS-LISP): Use it.
3117 (update-elclist): Add third directory level to look for elc files.
3118 (compile-always): Likewise.
3119 (backup-compiled-files): Likewise.
3120 (bootstrap-clean): Likewise.
3121 (ELCFILES): Update.
3122
3123 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * Makefile.in (ELCFILES): Add CEDET files.
3126
3127 2009-09-28 Eric Ludlam <zappo@gnu.org>
3128
3129 CEDET (development tools) package merged.
3130
3131 * cedet/*.el:
3132 * cedet/ede/*.el:
3133 * cedet/semantic/*.el:
3134 * cedet/srecode/*.el: New files.
3135
3136 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3137
3138 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3139
3140 * net/tramp.el (top): Require tramp-imap.
3141
3142 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3143 Use `tramp-compat-handle-file-attributes'.
3144
3145 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3146
3147 * net/tramp-imap.el: New package.
3148
3149 2009-09-28 Eric Ludlam <zappo@gnu.org>
3150
3151 * emacs-lisp/chart.el:
3152 * emacs-lisp/eieio-base.el:
3153 * emacs-lisp/eieio-comp.el:
3154 * emacs-lisp/eieio-custom.el:
3155 * emacs-lisp/eieio-datadebug.el:
3156 * emacs-lisp/eieio-opt.el:
3157 * emacs-lisp/eieio-speedbar.el:
3158 * emacs-lisp/eieio.el: New files.
3159
3160 * cedet/cedet-cscope.el:
3161 * cedet/cedet-files.el:
3162 * cedet/cedet-global.el:
3163 * cedet/cedet-idutils.el:
3164 * cedet/data-debug.el:
3165 * cedet/inversion.el:
3166 * cedet/mode-local.el:
3167 * cedet/pulse.el: New files.
3168
3169 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3170
3171 * whitespace.el (whitespace-trailing-regexp)
3172 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3173 Fix doc string.
3174
3175 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3178 menu.
3179
3180 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3181 menu-bar-ediff-menu.
3182
3183 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3184 define-overloadable-function.
3185
3186 * progmodes/autoconf.el: Provide autoconf as well, so that this
3187 file can be `require'd.
3188
3189 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3190
3191 * emacs-lisp/autoload.el (generated-autoload-feature)
3192 (generated-autoload-load-name): New vars.
3193 (autoload-rubric, autoload-generate-file-autoloads): Use them.
3194 (make-autoload): Recognize define-overloadable-function and
3195 defclass forms (for EIEIO).
3196
3197 * Makefile.in (update-subdirs): Exclude cedet directory.
3198
3199 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3200
3201 * term/ns-win.el: Don't set the region face background. (Bug#4381)
3202
3203 * faces.el: Default light-background background for region face to
3204 ns_selection_color under NS.
3205
3206 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3207
3208 * net/imap-hash.el: New library, see NEWS.
3209
3210 * Makefile.in (ELCFILES): Add imap-hash.el.
3211
3212 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3215 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3216 * help-macro.el (make-help-screen): Avoid using an ambiguous function
3217 definition where the docstring could be taken for the return value.
3218
3219 2009-09-26 Glenn Morris <rgm@gnu.org>
3220
3221 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3222 Add option to only show images below a certain size.
3223 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3224 save-excursion calls.
3225
3226 2009-09-26 Eli Zaretskii <eliz@gnu.org>
3227
3228 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3229 subdirectories) and eieio.
3230
3231 2009-09-26 Alan Mackenzie <acm@muc.de>
3232
3233 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3234 buggy bracketing. (Bug#4289)
3235
3236 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3237 character constants (as case labels). (Bug#4289)
3238
3239 2009-09-25 Juri Linkov <juri@jurta.org>
3240
3241 * files.el (safe-local-eval-forms): Allow time-stamp in
3242 before-save-hook (Bug#4554).
3243
3244 2009-09-25 Drew Adams <drew.adams@oracle.com>
3245
3246 * menu-bar.el (list-buffers-directory): Doc fix.
3247
3248 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3251 Try and avoid copying twice the same paragraph.
3252 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3253 Remove save-excursion.
3254 (log-edit-changelog-entry): Do it here instead.
3255
3256 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * bs.el (bs--get-file-name): Use `list-buffers-directory'
3259 when available, instead of hardcoding mode names. Doc fix.
3260
3261 * menu-bar.el (list-buffers-directory): Add docstring.
3262 Make automatically buffer-local.
3263
3264 * dired.el (dired-mode):
3265 * files.el (cd-absolute):
3266 * pcvs.el (cvs-temp-buffer):
3267 * pcvs-util.el (cvs-get-buffer-create):
3268 * shell.el (shell-mode):
3269 * vc-dir.el (vc-dir-mode):
3270 Don't make `list-buffers-directory' buffer local.
3271
3272 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
3273
3274 * comint.el (comint-exec, comint-run, make-comint):
3275 Doc fixes (Bug#4542).
3276
3277 2009-09-25 Glenn Morris <rgm@gnu.org>
3278
3279 * mail/rmailmm.el (rmail-mime): New custom group.
3280 Move all defcustoms in this file into this group.
3281 (rmail-mime-media-type-handlers-alist): Revert previous change.
3282 (rmail-mime-show-images): New option.
3283 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3284 references to it, since it wasn't actually used for anything.
3285 (rmail-mime-insert-image): New function.
3286 (rmail-mime-image): Use rmail-mime-insert-image.
3287 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3288 obey the value of `rmail-mime-show-images' option. Print the size of
3289 attachments.
3290
3291 2009-09-25 David Engster <deng@randomsample.de>
3292
3293 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
3294
3295 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3296
3297 * whitespace.el: Does not highlight trailing spaces While point is
3298 at end of line. Does not highligt spaces at beginning of buffer
3299 while point is at beginning of buffer. Does not highlight spaces
3300 at end of buffer while point is at end of buffer. (Bug#4177)
3301 New version 12.0.
3302 (whitespace-display-mappings): Adjust initialization.
3303 (whitespace-point, whitespace-font-lock-refontify): New vars.
3304 (whitespace-color-on, whitespace-color-off): Adjust code.
3305 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3306 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3307 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3308
3309 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3312
3313 * textmodes/sgml-mode.el: Remove xml-mode alias.
3314
3315 * files.el (auto-mode-alist, conf-mode-maybe)
3316 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3317
3318 2009-09-24 Alan Mackenzie <acm@muc.de>
3319
3320 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3321 c-forward-conditionals, but it doesn't move point and doesn't set
3322 the mark.
3323 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3324 (c-down-conditional-with-else, c-backward-conditional)
3325 (c-forward-conditional): Refactor to use c-scan-conditionals.
3326
3327 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3330 (help-default-arg-highlight): Remove.
3331 (help-highlight-arg): New function.
3332 (help-do-arg-highlight): Use it.
3333 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
3334
3335 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * term.el (term-set-scroll-region, term-handle-ansi-escape):
3338 Undo last change, which didn't fix the problem and introduced others.
3339
3340 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
3341
3342 * progmodes/gdb-mi.el: Don't require speedbar.
3343 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3344
3345 2009-09-24 Glenn Morris <rgm@gnu.org>
3346
3347 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3348
3349 * term/ns-win.el (ns-reg-to-script): Define for compiler.
3350
3351 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3352 there is no newline after the final mime boundary. (Bug#4539)
3353 Move markers on insertion so that any buttons inserted don't end up in
3354 the next part of a multipart message.
3355 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
3356 (rmail-mime-bulk-handler): Optionally handle images.
3357 (rmail-mime-image): New button action.
3358 (rmail-mime-image-handler): New function.
3359 (rmail-mime-mode): New mode.
3360 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
3361
3362 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3365 than just dropping elements from it (bug#4504).
3366
3367 * term.el (term-set-scroll-region): Don't move cursor any more.
3368 (term-handle-ansi-escape): Call term-goto here instead.
3369 Suggested by Ivan Kanis <apple@kanis.eu>.
3370
3371 * term.el: Require CL.
3372 (term-ansi-reset): New function.
3373 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3374 (term-handle-colors-array): Simplify.
3375
3376 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * allout.el (allout-overlay-interior-modification-handler)
3379 (allout-obtain-passphrase):
3380 * epa-file.el (epa-file-write-region):
3381 * ps-print.el (ps-begin-job):
3382 * vc-hooks.el (vc-toggle-read-only):
3383 * vc-rcs.el (vc-rcs-rollback):
3384 * vc-sccs.el (vc-sccs-rollback):
3385 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3386 (vc-version-diff, vc-revert, vc-rollback):
3387 * wdired.el (wdired-check-kill-buffer):
3388 * emacs-lisp/authors.el (authors):
3389 * net/socks.el (socks-open-connection):
3390 * net/zeroconf.el (zeroconf-service-add-hook):
3391 * obsolete/vc-mcvs.el (vc-mcvs-register):
3392 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3393 (gdb-select-frame):
3394 * progmodes/grep.el (lgrep, rgrep):
3395 * progmodes/idlw-help.el (idlwave-help-check-locations)
3396 (idlwave-help-html-link, idlwave-help-assistant-open-link):
3397 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3398 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3399 (reftex-toc-rename-label): Fix typos in error messages.
3400
3401 * dired-aux.el (dired-do-shell-command): Reflow docstring.
3402 (dired-copy-how-to-fn): Doc fix.
3403 (dired-files-attributes, dired-read-shell-command):
3404 Fix typos in docstrings.
3405
3406 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3407 (dired-x-find-file-other-window): Reflow docstrings.
3408 (dired-omit-marker-char, dired-read-shell-command)
3409 (dired-x-submit-report): Fix typos in docstrings.
3410
3411 * shell.el (shell-mode-hook):
3412 * view.el (View-scroll-line-forward):
3413 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3414 Fix typos in docstrings.
3415
3416 * net/dig.el (dig-invoke): Fix typo in docstring.
3417 (query-dig): Reflow docstring.
3418
3419 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3420 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3421 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3422 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3423 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3424 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3425 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3426 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3427 (idlwave-completion-map, idlwave-current-indent)
3428 (idlwave-custom-ampersand-surround, idlwave-customize)
3429 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3430 (idlwave-define-abbrev, idlwave-determine-class-special)
3431 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3432 (idlwave-end-block-reg, idlwave-end-of-statement)
3433 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3434 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3435 (idlwave-explicit-class-listed, idlwave-file-header)
3436 (idlwave-fill-paragraph, idlwave-find-class-definition)
3437 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3438 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3439 (idlwave-in-quote, idlwave-indent-action-table)
3440 (idlwave-indent-expand-table, idlwave-indent-line)
3441 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3442 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3443 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3444 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3445 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3446 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3447 (idlwave-outlawed-buffers, idlwave-popup-select)
3448 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3449 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3450 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3451 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3452 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3453 (idlwave-statement-type, idlwave-struct-skip)
3454 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3455 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3456 (idlwave-what-module-find-class): Fix typos in docstrings.
3457 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3458 (idlwave-calculate-cont-indent, idlwave-expand-equal)
3459 (idlwave-find-module, idlwave-find-structure-definition)
3460 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3461 (idlwave-list-load-path-shadows, idlwave-next-statement)
3462 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3463 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3464 (idlwave-template): Reflow docstrings.
3465
3466 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3467 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3468 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3469 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3470 (idlwave-shell-display-line, idlwave-shell-display-wframe)
3471 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3472 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3473 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3474 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3475 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3476 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3477 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3478 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3479 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3480 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3481 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3482 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3483 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3484 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3485 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3486 Fix typos in docstrings.
3487 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3488 (idlwave-shell-hide-output, idlwave-shell-mode)
3489 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3490 Reflow docstrings.
3491
3492 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3493
3494 2009-09-24 Ivan Kanis <apple@kanis.eu>
3495
3496 * term.el (term-bold-attribute): New var.
3497 (term-handle-colors-array): Use it.
3498
3499 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
3500
3501 * progmodes/gdb-mi.el (gdb-version): New variable.
3502 (gdb-non-stop-handler): Set gdb-version.
3503 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3504 Condition "--thread" option on gdb-version.
3505 (gdb-invalidate-threads): Remove unused argument.
3506
3507 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3510 to looking-back to avoid ridiculous slow down in large files (bug#4511).
3511
3512 2009-09-23 Glenn Morris <rgm@gnu.org>
3513
3514 * mail/rmail.el (rmail-reply): Don't try to add a References header when
3515 replying to mail without References or Message-Id. (Bug#4525)
3516
3517 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3518
3519 * term/ns-win.el (ns-reg-to-script): New variable.
3520
3521 2009-09-23 Daiki Ueno <ueno@unixuser.org>
3522
3523 * epg.el (epg-wait-for-status): Preserve existing 'error results.
3524
3525 2009-09-22 Sam Steingold <sds@gnu.org>
3526
3527 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3528 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3529 to 1 because hg returns status 1 when nothing is found.
3530 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3531
3532 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * textmodes/fill.el: Convert to utf-8 encoding.
3535 (fill-french-nobreak-p): Remove redundant » and « inherited from our
3536 pre-unicode days.
3537
3538 * add-log.el (change-log-fill-forward-paragraph): New function.
3539 (change-log-mode): Use it so fill-region DTRT.
3540 Set fill-indent-according-to-mode here rather than in
3541 change-log-fill-paragraph.
3542 (change-log-fill-paragraph): Remove.
3543
3544 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3547 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
3548
3549 2009-09-22 Glenn Morris <rgm@gnu.org>
3550
3551 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3552 the scroll-bar scroll the calendar window rather than the buffer.
3553
3554 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3555 commands that move point (as opposed to scrolling).
3556
3557 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3558
3559 * emacs-lisp/elint.el (elint): New custom group.
3560 (elint-log-buffer): Make it a defcustom.
3561 (elint-scan-preloaded, elint-ignored-warnings)
3562 (elint-directory-skip-re): New options.
3563 (elint-builtin-variables): Doc fix.
3564 (elint-preloaded-env): New variable.
3565 (elint-unknown-builtin-args): Add an entry for encode-time.
3566 (elint-extra-errors): Make it a variable rather than a constant.
3567 (elint-preloaded-skip-re): New constant.
3568 (elint-directory): Skip files matching elint-directory-skip-re.
3569 (elint-features): New variable, local to linted buffers.
3570 (elint-update-env): Initialize elint-features. Possibly add
3571 elint-preloaded-env to the buffer's environment.
3572 (elint-get-top-forms): Bind elint-current-pos, for log messages.
3573 Skip quoted forms.
3574 (elint-init-form): New function, extracted from elint-init-env.
3575 Make non-list forms a warning rather than an error.
3576 Add the mode-map for define-derived-mode. Handle define-minor-mode,
3577 easy-menu-define, put that adds an error-condition, and provide.
3578 When requiring cl, also require cl-macs. Really require cl, to handle
3579 some cl macros. Store required libraries in the list elint-features,
3580 so as not to re-load them. Treat cc-require like require.
3581 (elint-init-env): Call elint-init-form to do the work.
3582 Handle eval-and-compile and such like.
3583 (elint-add-required-env): Do not clear messages.
3584 (elint-special-forms): Add handlers for function, defalias, if, when,
3585 unless, and, or.
3586 (elint-form): Add optional argument to ignore elint-special-forms,
3587 useful to prevent recursive calls from handlers. Doc fix.
3588 Respect elint-ignored-warnings.
3589 (elint-form): Respect elint-ignored-warnings.
3590 (elint-bound-variable, elint-bound-function): New variables.
3591 (elint-unbound-variable): Respect elint-bound-variable.
3592 (elint-get-args): Respect elint-bound-function.
3593 (elint-check-cond-form): Add some simple handling for (f)boundp and
3594 featurep tests.
3595 (elint-check-defalias-form): New handler.
3596 (elint-check-let-form): Make an empty let a warning rather than an
3597 error.
3598 (elint-check-setq-form): Make an empty setq a warning rather than an
3599 error. Respect elint-ignored-warnings.
3600 (elint-check-defvar-form): Accept null doc-strings.
3601 (elint-check-conditional-form): New handler. Does some simple-minded
3602 checking of featurep and (f)boundp tests.
3603 (elint-put-function-args): New function.
3604 (elint-initialize): Use elint-scan-doc-file rather than
3605 elint-find-builtin-variables. Use elint-put-function-args.
3606 Possibly scan preloaded-file-list.
3607 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3608 extend to handle functions as well.
3609
3610 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
3611
3612 * linum.el (linum-delete-overlays, linum-update-window):
3613 Do not modify the right margin. (Bug#3971)
3614
3615 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3618 nxml-mode instead of xml-mode.
3619
3620 2009-09-21 Kevin Ryde <user42@zip.com.au>
3621
3622 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
3623
3624 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * net/dig.el (dig-mode): Use define-derived-mode.
3627
3628 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3629
3630 * vc-dispatcher.el (vc-do-command): Return the process object in
3631 the asynchronous case. Use when instead of if. Do not run
3632 vc-exec-after to display a message if not enabled. (Bug#4463)
3633
3634 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3635 properties to the stash strings.
3636 (vc-git-stash-list): Return a list of strings.
3637 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3638 (vc-git-stash-show-at-point): New functions.
3639 (vc-git-stash-map): New keymap.
3640
3641 * register.el (ctl-x-r-map): Define the keys here instead of
3642 using autoload.
3643
3644 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
3645
3646 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3647 list, to workaround performance problem (bug#4485).
3648
3649 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
3650
3651 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3652
3653 2009-09-20 Daiki Ueno <ueno@unixuser.org>
3654
3655 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3656 Document that this option is not recommended to use.
3657
3658 2009-09-19 Glenn Morris <rgm@gnu.org>
3659
3660 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3661 variable `var'.
3662
3663 * calc/calc-alg.el (var):
3664 * calc/calcalg2.el (var): Define for compiler.
3665
3666 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3669 Doc fix (Bug#3932).
3670
3671 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3672
3673 * time-stamp.el (time-stamp-month-dd-yyyy)
3674 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3675 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3676 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3677 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3678 Remove functions that have been obsolete since 1995 (Bug#4436).
3679
3680 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3681 indent buffer only if called interactively (Bug#4452).
3682
3683 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
3684 Eli Zaretskii <eliz@gnu.org>
3685
3686 This fixes bug#4197 (merged to bug#865, though not identical).
3687 * server.el (server-auth-dir): Add docstring note about FAT32.
3688 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3689 but warn against using them.
3690
3691 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3694 older GDB where there is no has_more field.
3695
3696 2009-09-19 Glenn Morris <rgm@gnu.org>
3697
3698 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3699
3700 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * files.el (auto-mode-alist): Change default for XML files to nXML
3703 mode (Bug#4169).
3704
3705 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * server.el (server-ensure-safe-dir): Pass 'integer
3708 to `file-attributes', as suggested.
3709
3710 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * dired-aux.el (dired-query-alist): Remove spurious backslash.
3713 (dired-query): Use read-key.
3714
3715 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3716
3717 * cus-start.el (ns-use-qd-smoothing): Remove.
3718
3719 2009-09-18 Glenn Morris <rgm@gnu.org>
3720
3721 * allout.el (top-level): Remove unnecessary progn.
3722
3723 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3724
3725 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3726 definition of abbrev table.
3727
3728 * speedbar.el (speedbar-track-mouse):
3729 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3730 * net/eudc.el (eudc-expand-inline):
3731 * net/newst-backend.el (newsticker--cache-read-feed):
3732 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3733 condition-case handlers.
3734
3735 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
3736
3737 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3738 (gdb-var-list): Add an element for has_more field.
3739 (gdb-non-stop-handler): Enable pretty printing for STL containers.
3740 (gdb-var-create-handler, gdb-var-list-children-handler-1)
3741 (gdb-var-update-handler-1): Parse output of dynamic variable
3742 objects (STL containers).
3743 (gdb-var-delete-1): Pass var1 as an explicit second argument.
3744 (gdb-get-field): Delete alias. Use bindat-get-field directly.
3745
3746 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3747 gdb-var-list.
3748 (gud-speedbar-buttons): Make node expandable if expression "has more"
3749 children.
3750
3751 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
3752
3753 * startup.el (emacs-quick-startup): Remove variable and all uses.
3754 (command-line): Set `inhibit-x-resources' instead.
3755 (command-line-1): Use `inhibit-x-resources' instead.
3756
3757 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * subr.el: Fix last change to avoid using the `unless' macro,
3760 which breaks bootstrapping.
3761
3762 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3765 extended definitions, in case we reload subr.el after having
3766 loaded CL.
3767 (eval-next-after-load): Mark as obsolete.
3768
3769 2009-09-17 Juri Linkov <juri@jurta.org>
3770
3771 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3772 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3773 (menu-bar-showhide-menu, menu-bar-tools-menu)
3774 (menu-bar-describe-menu, menu-bar-help-menu)
3775 (minibuffer-local-completion-map, minibuffer-local-map):
3776 Fix list quoting.
3777
3778 2009-09-17 Glenn Morris <rgm@gnu.org>
3779
3780 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3781 arguments, whether or not it has a handler.
3782
3783 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3784
3785 * simple.el (hard-newline): Give it a doc-string.
3786
3787 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3788 (lisp-mode-syntax-table): Give them doc-strings.
3789
3790 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3791
3792 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3793 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3794 (menu-bar-options-menu, menu-bar-showhide-menu)
3795 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3796 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3797 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3798 (menu-bar-options-menu, menu-bar-tools-menu)
3799 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3800 (menu-bar-help-menu):
3801 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3802 string arguments.
3803
3804 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3805 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3806 calls for the menu names and :help.
3807
3808 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * mouse.el (minor-mode-menu-from-indicator): Pay attention
3811 to :minor-mode-function (bug#4455).
3812
3813 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * startup.el (command-line): Initialize the window-system after
3816 processing the command-line.
3817
3818 * textmodes/page.el (what-page): Make sure we don't inf-loop if
3819 page-delimiter matches the empty string.
3820
3821 2009-09-16 Glenn Morris <rgm@gnu.org>
3822
3823 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3824 byte-compile-not-obsolete-var. It's a list now.
3825 (byte-compile-not-obsolete-funcs): New variable.
3826 (byte-compile-warn-obsolete): Don't warn about functions if they are in
3827 byte-compile-not-obsolete-funcs.
3828 (byte-compile-variable-ref, byte-compile-defvar): Update for
3829 byte-compile-not-obsolete-vars name-change and list nature.
3830 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3831 and variables behind (f)boundp tests.
3832 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3833
3834 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3835
3836 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3837
3838 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3841 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3842 Don't autoload.
3843
3844 2009-09-15 Stephen Eglen <stephen@gnu.org>
3845
3846 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3847 the virtual-buffers, use the name of the buffer specified by
3848 find-file-noselect, as the match may be a symlink. (This was a
3849 problem if the target and the symlink had different names.)
3850
3851 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3854
3855 * desktop.el (desktop-path): Check user-emacs-directory.
3856
3857 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3858
3859 * loadup.el: Use after-load-functions to GC after loading each file.
3860 Remove the explicit GC calls that used to be sprinkled around.
3861
3862 * subr.el (after-load-functions): New hook.
3863 (do-after-load-evaluation): Run it. Use string-match-p to detect
3864 `obsolete' packages, rather than painfully extracting the relevant
3865 directory name.
3866
3867 2009-09-15 Glenn Morris <rgm@gnu.org>
3868
3869 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3870 free variable `doc'.
3871
3872 * dired.el (dired-mode-map): Add menu entry for async shell command.
3873
3874 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3875 variables, also consider the .elc files, since the .el files are
3876 normally gzipped (subsequent code locates the .el.gz from the .elc).
3877
3878 * calc/calc-prog.el (arglist): Define for compiler.
3879
3880 * calendar/diary-lib.el (diary-display-function): Change the default to
3881 fancy display.
3882 (body): Define for compiler.
3883
3884 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3885 (byte-compile-file-form, byte-compile-lambda)
3886 (byte-compile-top-level-body, byte-compile-form)
3887 (byte-compile-variable-ref, byte-compile-setq)
3888 (byte-compile-setq-default, byte-compile-body)
3889 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
3890 (batch-byte-compile): Give some more local variables with common names
3891 a "bytecomp-" prefix to avoid masking warnings about free variables.
3892
3893 * startup.el (command-line-1): Give local variables with common names a
3894 distinguishing prefix, so as not to hide free variable warnings during
3895 bootstrap.
3896
3897 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
3898 clever and add a suffix to make a unique name, just let the user decide
3899 whether or not to overwrite it. If the input is a directory, write the
3900 default filename to that directory. (Bug#4388)
3901 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
3902 is a filename-as-a-directory.
3903
3904 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * textmodes/page.el (what-page): Don't move to beginning of line.
3907 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
3908
3909 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3910
3911 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
3912
3913 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3914
3915 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
3916 * help.el (help-for-help-internal): Add purecopy calls for text.
3917
3918 * vc.el (top): print-log method now takes an optional SHORTLOG
3919 argument. Add a new method: root.
3920 (vc-root-diff, vc-print-root-log): New functions.
3921 (vc-log-short-style): New variable.
3922 (vc-print-log-internal): Add support for showing short logs.
3923
3924 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
3925 vc-print-root-log and vc-print-root-diff.
3926
3927 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
3928 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
3929 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
3930 short logs.
3931
3932 * vc-cvs.el (vc-cvs-print-log):
3933 * vc-mtn.el (vc-mtn-print-log):
3934 * vc-rcs.el (vc-rcs-print-log):
3935 * vc-sccs.el (vc-sccs-print-log):
3936 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
3937 that is ignored for now.
3938
3939 * vc-mtn.el (vc-mtn-annotate-command):
3940 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
3941
3942 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
3945 to function-key-map, and give them ascii-character property.
3946 * term/x-win.el (x-alternatives-map):
3947 * term/ns-win.el (ns-alternatives-map):
3948 * term/internal.el (msdos-key-remapping-map):
3949 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
3950
3951 2009-09-14 Glenn Morris <rgm@gnu.org>
3952
3953 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
3954 temp-buffers (2009-09-12).
3955
3956 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
3959 the new read-key function.
3960
3961 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
3964 is defined (Bug#4405).
3965
3966 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
3967
3968 * recentf.el (recentf-cleanup): Use a hash table to find
3969 duplicates (Bug#4407).
3970
3971 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
3972
3973 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
3974 kp-0 to ascii equivalents (Bug#4325).
3975
3976 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
3979
3980 * eshell/em-hist.el:
3981 * eshell/em-dirs.el (eshell-complete-user-reference):
3982 Declare pcomplete functions and variables to avoid compiler warnings.
3983
3984 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
3985
3986 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
3987 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
3988 * eshell/em-alias.el (eshell-aliases-file):
3989 * eshell/em-hist.el (eshell-history-file-name):
3990 Use expand-file-name instead of concat to make file names (Bug#4308).
3991
3992 2009-09-13 Glenn Morris <rgm@gnu.org>
3993
3994 * ediff-merg.el (ediff-do-merge):
3995 * filesets.el (filesets-run-cmd):
3996 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
3997 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
3998 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
3999 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4000 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4001 Replace empty `let's with `progn'.
4002
4003 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * mail/sendmail.el (send-mail-function):
4006 * tooltip.el (tooltip-mode):
4007 * simple.el (transient-mark-mode):
4008 * rfn-eshadow.el (file-name-shadow-mode):
4009 * frame.el (blink-cursor-mode):
4010 * font-core.el (global-font-lock-mode):
4011 * files.el (temporary-file-directory)
4012 (small-temporary-file-directory, auto-save-file-name-transforms):
4013 * epa-hook.el (auto-encryption-mode):
4014 * composite.el (global-auto-composition-mode):
4015 Use custom-initialize-delay.
4016 * startup.el (command-line): Don't explicitly call
4017 custom-reevaluate-setting for all the above vars.
4018 * custom.el (custom-initialize-safe-set)
4019 (custom-initialize-safe-default): Delete.
4020
4021 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * term/x-win.el (x-initialize-window-system):
4024 * term/w32-win.el (w32-initialize-window-system):
4025 * term/ns-win.el (ns-initialize-window-system): Don't call
4026 mouse-wheel-mode since it's enabled globally by default already.
4027
4028 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4029 actually define the variable, but only silences the byte-compiler.
4030 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4031 before looking it up.
4032 (mouse-wheel-scroll-amount): Also reset the bindings if this value
4033 is changed.
4034
4035 2009-09-12 Glenn Morris <rgm@gnu.org>
4036
4037 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4038 1000.
4039 (elint-add-required-env): Don't beep on error.
4040 (elint-forms): In case of error, return ENV unchanged.
4041 (elint-init-env): Skip non-list forms.
4042 (elint-log): Handle unknown file positions.
4043
4044 2009-09-12 Daiki Ueno <ueno@unixuser.org>
4045
4046 * epg.el (epg-make-context): Add autoload cookie.
4047 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4048 (epg-decrypt-string, epg-start-verify, epg-verify-file)
4049 (epg-verify-string, epg-start-sign, epg-sign-file)
4050 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4051 (epg-encrypt-string, epg-start-export-keys)
4052 (epg-export-keys-to-file, epg-export-keys-to-string)
4053 (epg-start-import-keys, epg-import-keys-from-file)
4054 (epg-import-keys-from-string, epg-start-receive-keys)
4055 (epg-receive-keys, epg-import-keys-from-server)
4056 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4057 (epg-sign-keys, epg-start-generate-key)
4058 (epg-generate-key-from-file, epg-generate-key-from-string):
4059 Remove autoload cookie.
4060
4061 2009-09-12 Eli Zaretskii <eliz@gnu.org>
4062
4063 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4064 reevaluation of trash-directory.
4065
4066 * mwheel.el: Fix last change.
4067 (mouse-wheel-mode): New defvar.
4068 (mouse-wheel-mode): Remove autoload cookie.
4069
4070 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * mwheel.el (mwheel-installed-bindings): New var.
4073 (mouse-wheel-mode): Use it, so as to make sure we really remove all
4074 the bindings we set last time. Use custom-initialize-delay.
4075 * loadup.el: Load mwheel after term/*-win.el.
4076 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4077 and mouse-wheel-up-event now that their first evaluation is done
4078 sufficiently late to be correct.
4079
4080 * startup.el (tutorial-directory): Make it a defcustom.
4081 Use custom-initialize-delay rather than eval-at-startup to set it.
4082 * image.el (image-load-path): Make it a defcustom.
4083 Use custom-initialize-delay rather than eval-at-startup to set it.
4084 * subr.el (eval-at-startup): Remove.
4085 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4086
4087 * subr.el (do-after-load-evaluation): Warn the user after loading an
4088 obsolete package.
4089
4090 2009-09-12 Glenn Morris <rgm@gnu.org>
4091
4092 * proced.el (proced-mark-alt): Remove alias.
4093 (proced-mode-map): Remove proced-mark-alt.
4094
4095 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4096 Elint file and directory. Remove initialization entry.
4097
4098 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4099 commands.
4100 (elint-current-buffer): Set mode-line-process.
4101 (elint-init-env): Handle define-derived-mode.
4102 Fix declare-function with unspecified arglist. Guard against odd
4103 defalias statements (eg iso-insert's 8859-1-map).
4104 (elint-add-required-env): Use a temp buffer.
4105 (elint-form): Just print the function/macro name, not the whole form.
4106 Return env unchanged if we fail to parse a macro.
4107 (elint-forms): Guard against parse errors.
4108 (elint-output): New function, to handle batch mode.
4109 (elint-log-message): Add optional argument. Use elint-output.
4110 (elint-set-mode-line): New function.
4111
4112 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
4113
4114 * emacs-lisp/elp.el (elp-not-profilable): Add more
4115 functions (Bug#4233).
4116
4117 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4120 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4121
4122 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4123
4124 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4125 (gdb-var-list-children): Use json parsing.
4126
4127 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
4128
4129 * progmodes/js.el (js--proper-indentation): Handle the case where
4130 char-before is null. Reported by Deniz Dogan.
4131
4132 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4133
4134 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4135
4136 2009-09-11 Daiki Ueno <ueno@unixuser.org>
4137
4138 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4139 (epg-digest-algorithm-alist): Add SHA224.
4140 (epg-context-set-passphrase-callback)
4141 (epg-context-set-progress-callback): Add description about
4142 callback function.
4143
4144 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * custom.el (custom-delayed-init-variables): New var.
4147 (custom-initialize-delay): New function.
4148 * startup.el (command-line): "Re"evaluate all vars in
4149 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
4150 explicitly any more.
4151 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4152 to avoid creating a ~/.emacs.d at build-time (bug#4347).
4153
4154 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4155
4156 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4157
4158 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4159 (gdb-var-update-handler): Use json parsing.
4160
4161 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4164 decode annotated text, regardless of language environment. (Bug#2741)
4165
4166 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * Makefile.in (autoloads): Make rmail.el writable as well.
4169
4170 2009-09-11 Glenn Morris <rgm@gnu.org>
4171
4172 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4173 loaddefs.el.
4174 * dired.el: Regenerate with extracted autoloads.
4175 * Makefile.in (autoloads): Make dired.el writable.
4176
4177 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4178 * ibuffer.el: Regenerate with extracted autoloads.
4179 * Makefile.in (autoloads): Make ibuffer.el writable.
4180
4181 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4182 * version.el (emacs-copyright, emacs-major-version)
4183 (emacs-minor-version): Reformat doc-strings for make-docfile.
4184
4185 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4186 functions and variables, since they must be stuff specific to some other
4187 platform.
4188 (apropos-print): Make mouse-click message less specific about button.
4189
4190 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4191 that records where a macro was defined.
4192 * help-fns.el (describe-function-1): Mention if a function has a
4193 compiler-macro.
4194 * help-mode.el (help-function-cmacro): New button.
4195
4196 * locate.el (top-level): Always require dired.
4197 (locate-mode-map): Initialize inside the defvar.
4198
4199 * net/ange-ftp.el (dired-compress-file): Declare.
4200 (ange-ftp-dired-compress-file): Add doc string.
4201
4202 * term/ns-win.el (x-display-name, x-setup-function-keys):
4203 Unify doc-strings with X versions.
4204
4205 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * emulation/crisp.el (crisp-mode-map): Move initialization
4208 into declaration.
4209 (crisp-mode): Use define-minor-mode.
4210
4211 * progmodes/xscheme.el (xscheme-evaluation-commands):
4212 Put a :advertised-binding property rather than using
4213 advertised-xscheme-send-previous-expression.
4214 (advertised-xscheme-send-previous-expression): Declare obsolete.
4215 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4216 `advertised-undo'.
4217 (crisp-mode): Add corresponding bindings to
4218 undo's :advertised-binding instead.
4219 * dired.el (dired-mode-map): Put a :advertised-binding property rather
4220 than using dired-advertised-find-file.
4221 (dired-advertised-find-file):
4222 * simple.el (advertised-undo):
4223 * wid-edit.el (advertised-widget-backward): Declare obsolete.
4224 (widget-keymap): Put a :advertised-binding property rather
4225 than using advertised-widget-backward.
4226 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4227 than using advertised-undo.
4228 * tutorial.el (tutorial--default-keys): Adjust accordingly.
4229
4230 2009-09-10 Simon South <ssouth@slowcomputing.org>
4231
4232 * progmodes/delphi.el (delphi-tab): Indent region when Transient
4233 Mark mode is enabled and region is active; otherwise indent or
4234 insert TAB as usual.
4235 (delphi-mode): Update description of TAB-key binding.
4236
4237 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * subr.el (define-key-rebound-commands): Mark obsolete.
4240 * startup.el (precompute-menubar-bindings): Remove.
4241 (normal-top-level): Remove obsolete code that tried to precompute
4242 menubar bindings.
4243 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4244 define-key-rebound-commands and precompute-menubar-bindings.
4245
4246 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4247
4248 * net/imap.el (imap-interactive-login): Better messages.
4249 (imap-open): Fix bug with renamed buffer on reconnect.
4250 (imap-authenticate): Add buffer-local imap-last-authenticator variable
4251 for easier debugging and cleaner code. On successful (guessed based on
4252 server capabilities) secondary authentication, set imap-state
4253 correctly.
4254 (imap-last-authenticator): Define imap-last-authenticator as a variable
4255 to avoid warnings.
4256
4257 2009-09-10 Glenn Morris <rgm@gnu.org>
4258
4259 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4260
4261 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4262 (byte-compile-file-form-autoload): Don't warn about unknown functions
4263 where the autoload statement comes after the use.
4264 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4265 that any handlers inside the body (eg require) are in turn respected.
4266
4267 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4268 effects.
4269
4270 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4271 and syntax and abbrev tables basic docs, if they don't have any.
4272
4273 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4274
4275 * international/mule-cmds.el (top-level): Require cl when compiling.
4276 (view-hello-file): Use default-value rather than
4277 default-enable-multibyte-characters.
4278
4279 * progmodes/fortran.el: Move all safe and risky properties into the
4280 defcustoms.
4281
4282 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4283 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4284 * mail/undigest.el:
4285 Put autoloads in rmail.el rather than loaddefs.el.
4286 * mail/rmail.el: Regenerate with extracted autoloads.
4287
4288 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4289 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4290
4291 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
4292
4293 Reported in thread for Bug#4375.
4294 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4295 "-data-evaluate-expression" instead of print.
4296 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4297 (gdb-tooltip-print): Parse output from above MI command.
4298 (gdb): Revert 2009-08-11 change. User should detach inferior
4299 manually.
4300
4301 Remove the word "separate" from IO functions as inferior
4302 output is now never displayed in the GUD buffer.
4303
4304 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
4305
4306 * startup.el (command-line-normalize-file-name): On Windows and
4307 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4308
4309 2009-09-10 Juri Linkov <juri@jurta.org>
4310
4311 * isearch.el (isearch-text-char-description): Propertize escape
4312 character sequences with the `escape-glyph' face. (Bug#4344)
4313
4314 * simple.el (shell-command): Set asynchronous process filter to
4315 `comint-output-filter'. (Bug#4343)
4316
4317 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4318 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
4319 the list. Move "asm" to the bottom.
4320 (grep-find-ignored-directories): Add `choice' with nil value
4321 to empty the list easily.
4322 (grep-find-ignored-files): New option.
4323 (grep-files-history): Set to nil by default instead of '("ch" "el").
4324 (grep-compute-defaults): Add "<X>" to `grep-template'.
4325 (grep-read-files): Bind new local variables `default-alias' and
4326 `default-extension'. Use a list of default values for the file prompt.
4327 (lgrep): Add `--exclude=' command line options composed from
4328 `grep-find-ignored-files'.
4329 (rgrep): Add `-name' command line options composed from
4330 `grep-find-ignored-files'. (Bug#4301)
4331
4332 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4335 (bug#4368).
4336
4337 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4338
4339 * calendar/time-date.el (autoload):
4340 Expand define-obsolete-function-alias into defalias and make-obsolete
4341 for old Emacsen that Gnus supports.
4342 (with-no-warnings): Define it for old Emacsen.
4343 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4344 is available.
4345 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4346 float-time is available; suppress compile warning for time-to-seconds.
4347
4348 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
4349
4350 * net/imap.el (imap-message-map): Docstring fix.
4351
4352 2009-09-09 Glenn Morris <rgm@gnu.org>
4353
4354 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4355 line numbers too. (Bug#4374)
4356
4357 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * smerge-mode.el (smerge-remove-props, smerge-refine):
4360 Use with-silent-modifications (bug#4342).
4361
4362 * subr.el (with-silent-modifications): New macro.
4363
4364 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
4365
4366 * files.el (top-level): Require `cl' when compiling.
4367
4368 2009-09-07 Glenn Morris <rgm@gnu.org>
4369
4370 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4371
4372 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4373 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
4374
4375 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
4376
4377 * vc-git.el (vc-git-annotate-command): Use separator to parse
4378 arguments correctly.
4379
4380 2009-09-06 Eli Zaretskii <eliz@gnu.org>
4381
4382 * proced.el (proced-mode): Doc fix.
4383
4384 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
4385
4386 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4387 lstat fails.
4388 (tramp-do-file-attributes-with-ls): Check for file existence at
4389 remote end.
4390 (tramp-do-file-attributes-with-stat): Likewise.
4391 (tramp-convert-file-attributes): Return nil when attr is nil.
4392
4393 2009-09-05 Glenn Morris <rgm@gnu.org>
4394
4395 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4396 properties to this button.
4397 (diary-fancy-display): Don't extend the button to the final newline.
4398 (diary-fancy-display-mode): Continue to define "q" as a local key.
4399
4400 * calendar/cal-china.el (holiday-chinese): Make it slightly more
4401 efficient.
4402
4403 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4404
4405 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4406 (byte-compile-dest-file-function): New option.
4407 (byte-compile-dest-file): Doc fix.
4408 Obey byte-compile-dest-file-function.
4409 (byte-compile-cl-file-p): New function.
4410 (byte-compile-eval): Only suppress noruntime warnings about cl functions
4411 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
4412 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4413 than for file being previously loaded.
4414 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4415 (byte-compile-file-form-require): Handle the case where requiring a file
4416 indirectly causes CL to be loaded.
4417
4418 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4419
4420 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4421 before killing the old buffer, since by the time `kill-buffer' is
4422 run so many buffer variables have been set to nil that it may not
4423 behave as expected. (Bug#4061)
4424
4425 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4426
4427 * files.el (find-alternate-file): If the old buffer is modified
4428 and visiting a file, behave similarly to `kill-buffer' when
4429 killing it, thus reverting to the pre-1.878 behavior; see
4430 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4431 for discussion. Also, consult `buffer-file-name' as a variable
4432 not as a function, for consistency with the rest of the code.
4433
4434 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
4435
4436 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4437 also when adding a new directory.
4438
4439 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4440 defun.
4441
4442 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * files.el (locate-file-completion-table): Make it provide boundary
4445 information, so partial-completion works better.
4446
4447 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
4448
4449 * mail/footnote.el (Footnote-text-under-cursor):
4450 Check footnote-text-marker-alist before using it (bug#4324).
4451
4452 2009-09-04 Glenn Morris <rgm@gnu.org>
4453
4454 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4455 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4456 * play/solitaire.el, play/tetris.el:
4457 Remove leading * from defcustom and defface docs.
4458
4459 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4460 necessary.
4461 (diary-fancy-overriding-map): New variable.
4462 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4463 Use view-mode.
4464
4465 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4466 goto-line.
4467
4468 2009-09-03 Glenn Morris <rgm@gnu.org>
4469
4470 * arc-mode.el (archive-mode):
4471 * dos-fns.el (set-default-process-coding-system):
4472 * man.el (Man-getpage-in-background):
4473 * menu-bar.el (menu-bar-describe-menu):
4474 * server.el (server-process-filter):
4475 * startup.el (command-line):
4476 * tar-mode.el (tar-header-block-tokenize, tar-extract):
4477 * w32-fns.el (set-default-process-coding-system):
4478 * x-dnd.el (x-dnd-handle-file-name):
4479 * international/mule-cmds.el (mule-menu-keymap)
4480 (set-default-coding-systems, language-info-alist, set-language-info)
4481 (set-language-environment, standard-display-european-internal)
4482 (set-locale-environment):
4483 * international/mule-diag.el (mule-diag):
4484 * mail/emacsbug.el (report-emacs-bug):
4485 * mail/rmail.el (rmail-mode):
4486 * mail/sendmail.el (mail-setup):
4487 Use default-value rather than default-enable-multibyte-characters.
4488
4489 * progmodes/f90.el: Move all safe properties into the defcustoms.
4490 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4491
4492 * calendar/appt.el (appt-check):
4493 * calendar/diary-lib.el (diary-set-header, diary-live-p)
4494 (diary-check-diary-file, diary-list-entries)
4495 (diary-include-other-diary-files, diary-simple-display)
4496 (diary-fancy-display, diary-print-entries)
4497 (diary-mark-included-diary-files, diary-make-entry):
4498 Don't call substitute-in-file-name on diary-file.
4499
4500 2009-09-03 Eduard Wiebe <usenet@pusto.de>
4501 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * mail/footnote.el (footnote-prefix): Make it a defcustom.
4504 (footnote-mode-map): Move initialization into the declaration.
4505 (footnote-minor-mode-map): Define it rather than changing global-map.
4506 (footnote-mode): Use define-minor-mode.
4507
4508 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
4509
4510 * net/tramp.el (tramp-handle-file-attributes-with-ls)
4511 (tramp-do-file-attributes-with-perl)
4512 (tramp-do-file-attributes-with-stat): Rename from
4513 `tramp-handle-file-attributes-with-*'.
4514 (tramp-handle-file-attributes): Use them.
4515 (tramp-do-directory-files-and-attributes-with-perl)
4516 (tramp-do-directory-files-and-attributes-with-stat): Rename from
4517 `tramp-handle-directory-files-and-attributes-with-*'.
4518 (tramp-handle-directory-files-and-attributes): Use them.
4519 (tramp-method-out-of-band-p): Additional parameter SIZE.
4520 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4521 (tramp-handle-write-region): Use it.
4522 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4523 (tramp-handle-vc-registered): Check, whether the first run did
4524 return files to be tested.
4525 (tramp-advice-make-auto-save-file-name): Do not call directly
4526 `tramp-handle-make-auto-save-file-name', because this would bypass
4527 the locking mechanism.
4528
4529 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4530 (file-remote-p, process-file, start-file-process, set-file-times)
4531 (tramp-compat-file-attributes): Compatibility functions shall not
4532 call directly `tramp-handle-*', because this would bypass the
4533 locking mechanism.
4534 (tramp-compat-number-sequence): New defun.
4535
4536 2009-09-02 Glenn Morris <rgm@gnu.org>
4537
4538 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4539 alias for float-time.
4540 (time-to-number-of-days): In Emacs, use float-time.
4541 * net/newst-backend.el (time-add): Suppress warnings from compat
4542 function.
4543 * time.el (emacs-uptime, emacs-init-time):
4544 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4545 Use float-time rather than time-to-seconds.
4546
4547 * minibuffer.el (completion-initials-expand): Fix typo.
4548
4549 * faces.el (modeline, modeline-inactive, modeline-highlight)
4550 (modeline-buffer-id):
4551 * info.el (info-menu-5): Mark these face aliases as obsolete.
4552
4553 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
4554
4555 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4556 space ...
4557 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4558 no "--thread" option.
4559 (gdb-stopped): Don't print "Switched to thread" message when it is
4560 unchanged.
4561
4562 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * minibuffer.el (completion-try-completion)
4565 (completion-all-completions): Remove ill-defined (and
4566 mistakenly installed and luckily never used nor documented)
4567 `completion-styles' property.
4568 (completion-initials-expand, completion-initials-all-completions)
4569 (completion-initials-try-completion): New functions.
4570 (completion-styles-alist): Add doc to each entry.
4571 Add new `initials' entry.
4572
4573 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4576 MI command -var-evaluate-expression.
4577 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4578 and tweak for case of string child.
4579 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4580
4581 2009-09-01 Glenn Morris <rgm@gnu.org>
4582
4583 * add-log.el (change-log-date-face, change-log-name-face)
4584 (change-log-email-face, change-log-file-face, change-log-list-face)
4585 (change-log-conditionals-face, change-log-function-face)
4586 (change-log-acknowledgement-face):
4587 * cus-edit.el (custom-invalid-face, custom-rogue-face)
4588 (custom-modified-face, custom-set-face, custom-changed-face)
4589 (custom-saved-face, custom-button-face, custom-button-pressed-face)
4590 (custom-documentation-face, custom-state-face, custom-comment-face)
4591 (custom-comment-tag-face, custom-variable-tag-face)
4592 (custom-variable-button-face, custom-face-tag-face)
4593 (custom-group-tag-face-1, custom-group-tag-face):
4594 * diff-mode.el (diff-header-face, diff-file-header-face)
4595 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4596 (diff-added-face, diff-changed-face, diff-function-face)
4597 (diff-context-face, diff-nonexistent-face):
4598 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4599 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4600 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4601 (Info-title-4-face):
4602 * isearch.el (isearch-lazy-highlight-face):
4603 * log-view.el (log-view-file-face, log-view-message-face):
4604 * paren.el (show-paren-match-face, show-paren-mismatch-face):
4605 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4606 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4607 (cvs-msg-face):
4608 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4609 (smerge-base-face, smerge-markers-face):
4610 * wid-edit.el (widget-documentation-face, widget-button-face)
4611 (widget-field-face, widget-single-line-field-face)
4612 (widget-inactive-face, widget-button-pressed-face):
4613 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4614 (woman-addition-face):
4615 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4616 (eshell-ls-executable-face, eshell-ls-readonly-face)
4617 (eshell-ls-unreadable-face, eshell-ls-special-face)
4618 (eshell-ls-missing-face, eshell-ls-archive-face)
4619 (eshell-ls-backup-face, eshell-ls-product-face)
4620 (eshell-ls-clutter-face):
4621 * eshell/em-prompt.el (eshell-prompt-face):
4622 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4623 * obsolete/old-whitespace.el (whitespace-highlight-face):
4624 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4625 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4626 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4627 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4628 (antlr-font-lock-literal-face):
4629 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4630 (ebrowse-root-class-face, ebrowse-file-name-face)
4631 (ebrowse-default-face, ebrowse-member-attribute-face)
4632 (ebrowse-member-class-face, ebrowse-progress-face):
4633 * progmodes/make-mode.el (makefile-space-face):
4634 * progmodes/sh-script.el (sh-heredoc-face):
4635 * textmodes/flyspell.el (flyspell-incorrect-face)
4636 (flyspell-duplicate-face):
4637 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4638 * textmodes/texinfo.el (texinfo-heading-face):
4639 Mark face aliases with "-face" suffix as obsolete.
4640
4641 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4642 compiler.
4643
4644 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4645 (eudc-bob-sound-menu): Use defvar rather than defconst, since
4646 easy-menu-define wants to modify these.
4647
4648 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4649
4650 * net/browse-url.el (browse-url-file-url):
4651 * term/internal.el (dos-codepage-setup):
4652 Use default-value rather than default-enable-multibyte-characters.
4653
4654 * progmodes/etags.el (etags-goto-tag-location):
4655 * progmodes/flymake.el (flymake-highlight-line)
4656 (flymake-goto-file-and-line, flymake-goto-line):
4657 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4658 (gdb-goto-breakpoint):
4659 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4660 * progmodes/python.el (python-find-function)
4661 (python-pdbtrack-track-stack-file):
4662 * progmodes/verilog-mode.el (verilog-surelint-off):
4663 * term/ns-win.el (ns-open-file-select-line):
4664 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4665 Use forward-line rather than goto-line.
4666
4667 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4668 * textmodes/reftex-index.el (reftex-display-index):
4669 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4670 * textmodes/reftex-toc.el (reftex-toc):
4671 Remove unnecessary bindings of default-major-mode (all are followed by
4672 major-mode check and possible mode switch).
4673
4674 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4677 Handle watchpoints (bug#4282).
4678 (def-gdb-thread-buffer-command): Enable thread to be selected by
4679 clicking without selecting threads buffer first.
4680 (gdb-current-context-command): Use selected frame so that "up",
4681 "down" etc work in the GUD buffer.
4682 (gdb-update): Find selected frame before rendering stack buffer.
4683 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4684
4685 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * progmodes/sym-comp.el (displayed-completions): Remove.
4688 (symbol-complete): Use minibuffer-complete.
4689
4690 2009-08-31 Glenn Morris <rgm@gnu.org>
4691
4692 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4693
4694 * apropos.el (apropos-symbols-internal):
4695 Handle (obsolete) face aliases.
4696
4697 * faces.el (describe-face): Adjust the output format to be more like
4698 describe-variable, and to mention (obsolete) face aliases.
4699 Adjust the whitespace so that help-setup-xref works.
4700
4701 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4702 * calendar/diary-lib.el (diary-button-face):
4703 Mark these face aliases as obsolete.
4704
4705 * calendar/calendar.el (calendar-today): Doc fix.
4706
4707 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4708
4709 * progmodes/gdb-mi.el (gdb-control-all-threads)
4710 (gdb-control-current-thread): Force tool bar update.
4711 (gdb-non-stop-handler): New function.
4712 (gdb-init-1): Use it to test if non-stop mode is supported.
4713 Remove unused gdbmi buffer type.
4714
4715 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4716
4717 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4718 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
4719
4720 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4721
4722 * comint.el (comint-exec-1): Check command is non-null first.
4723 Part of gdb-mi.el change (2009-08-28).
4724
4725 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4728
4729 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
4730
4731 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4732 instead of `dolist' to avoid a recursive require when bootstrapping.
4733
4734 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4737
4738 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4739
4740 * net/imap.el (imap-send-command): Simplify.
4741 (imap-wait-for-tag): point-max -> buffer-size.
4742
4743 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4744
4745 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4746 with constant argument.
4747
4748 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4749
4750 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4751
4752 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4753 Change default, since most of our files don't have a history.
4754 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4755 the user.
4756
4757 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4758 Add comint-run.
4759
4760 * calc/calc.el: Improve commenting convention.
4761 (calc-digit-map, toplevel): Simplify.
4762
4763 * comint.el (comint-insert-input): Be careful to only set point if we
4764 don't delegate to some other command.
4765
4766 * proced.el (proced-signal-list): Make it an alist.
4767 (proced-grammar-alist): Capitalize names.
4768 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4769 Disable undo manually and make it read-only.
4770 Use completion-annotate-function.
4771
4772 * minibuffer.el (minibuffer-message): If the current buffer is not
4773 a minibuffer, insert the message in the echo area rather than at the
4774 end of the buffer.
4775 (completion-annotate-function): New variable.
4776 (minibuffer-completion-help): Use it.
4777 (completion--embedded-envvar-table): Environment vars are
4778 always case-sensitive.
4779
4780 2009-08-30 Glenn Morris <rgm@gnu.org>
4781
4782 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4783 from fortran-current-defun.
4784 (fortran-beginning-of-subprogram): Be more precise about finding the
4785 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
4786 (fortran-end-of-subprogram): Simplify.
4787 (fortran-current-defun): Use fortran-start-prog-re.
4788
4789 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * subr.el (do-after-load-evaluation): Simplify.
4792
4793 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4794
4795 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4796
4797 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
4798 (vc-rcs-print-log): Use it.
4799
4800 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4801
4802 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * paths.el (abbrev-file-name): Move to abbrev.el.
4805 * abbrev.el (abbrev-file-name): Move from paths.el.
4806 Obey user-emacs-directory.
4807 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4808 user-emacs-directory.
4809 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4810 abbrev-file-name and calc-settings-file any more.
4811 * startup.el (command-line): Recompute abbrev-file-name and
4812 abbreviated-home-dir.
4813 (normal-no-mouse-startup-screen): Improve the generic code and get rid
4814 of the special code for when C-h bindings haven't been changed.
4815 (display-startup-echo-area-message): Use with-current-buffer.
4816 (command-line-1): Use a list of strings, rather than a list of lists
4817 of strings for longopts.
4818
4819 * files.el (get-free-disk-space): Use / for default-directory.
4820
4821 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4822 Use with-current-buffer.
4823
4824 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4825 Recognize immutable variables like most-positive-fixnum.
4826 (byte-compile-setq-default): Check and warn if trying to assign
4827 to an immutable variable, or a non-variable.
4828
4829 * progmodes/cc-vars.el (c-comment-continuation-stars):
4830 * progmodes/cc-engine.el (c-looking-at-bos):
4831 * progmodes/cc-cmds.el (c-toggle-auto-state)
4832 (c-forward-into-nomenclature, c-backward-into-nomenclature)
4833 (c-comment-line-break-function): Add version of obsolescence.
4834
4835 2009-08-28 Juri Linkov <juri@jurta.org>
4836
4837 * files.el (magic-fallback-mode-alist): Add ZIP magic number
4838 associated with `archive-mode'.
4839
4840 * image.el (image-type-header-regexps): Use only JPEG magic number
4841 to determine JPEG images, and don't use `image-jpeg-p' because
4842 Emacs can display non-JFIF non-Exif JPEG images.
4843
4844 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * arc-mode.el (archive-mode):
4847 * emacs-lisp/re-builder.el (re-builder-unload-function):
4848 Protect against the default value of `major-mode' being nil.
4849
4850 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
4851
4852 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4853 Fix typos in docstrings.
4854
4855 * progmodes/js.el (js--macro-decl-re): Doc fix.
4856 (js--plain-method-re, js--split-name): Refloc docstring.
4857 (js--class-styles, js--make-merged-item, js--splice-into-items):
4858 Fix typos in docstrings; reflow docstrings.
4859 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4860 (js--variable-decl-matcher, js--inside-pitem-p)
4861 (js--parse-state-at-point, js--get-all-known-symbols)
4862 (js--symbol-history, js-find-symbol, js--js-references)
4863 (js--moz-interactor, js--js-encode-value, js--read-tab):
4864 Fix typos in docstrings.
4865
4866 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * textmodes/reftex.el (reftex-get-file-buffer-force):
4869 * progmodes/verilog-mode.el (verilog-batch-execute-func):
4870 * emulation/viper.el (viper-go-away, viper-set-hooks):
4871 * emacs-lisp/re-builder.el (re-builder-unload-function):
4872 * emacs-lisp/bytecomp.el (byte-compile-file):
4873 * ses.el (ses-unload-function):
4874 * hexl.el (hexl-find-file):
4875 * files.el (normal-mode):
4876 * ehelp.el (with-electric-help):
4877 * autoinsert.el (auto-insert-alist):
4878 * arc-mode.el (archive-mode):
4879 Use (default-value 'major-mode) instead of default-major-mode.
4880
4881 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4882 * international/mule.el (load-with-code-conversion):
4883 * emacs-lisp/debug.el (debug):
4884 * ediff-vers.el (ediff-rcs-get-output-buffer):
4885 * dired.el (dired-internal-noselect): Don't let-bind
4886 default-major-mode around code that doesn't use it.
4887 E.g. buffer creation via get-buffer-create doesn't use it.
4888
4889 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
4892 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
4893 when writing the temp file. Otherwise, epa-file gets confused.
4894 (tramp-register-file-name-handlers): Make it a defun. Move also
4895 `epa-file-handler' to the front of `file-name-handler-alist'.
4896
4897 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
4900 start right after a ^M.
4901 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
4902 (tramp-completion-file-name-regexp-separate)
4903 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
4904 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
4905 Don't modify last-coding-system-used by accident.
4906 (tramp-completion-file-name-handler): Apply the checks here,
4907 instead during registration.
4908 (tramp-register-file-name-handlers) Renamed from
4909 `tramp-register-file-name-handler'. Register both
4910 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
4911 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
4912
4913 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
4914
4915 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
4916 Remove variable ...
4917 (gdb-init-1, gdb-display-separate-io-buffer)
4918 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
4919 references to it.
4920 (gdb-inferior-io-mode): Use make-comint-in-buffer.
4921 (gdb-inferior-filter): Use comint-output-filter to stop
4922 echoing and remove ^M characters.
4923
4924 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * emulation/viper-init.el (viper-restore-cursor-type):
4927 * emulation/cua-base.el (cua--update-indications):
4928 Replace default-cursor-type with (default-value 'cursor-type).
4929
4930 * mail/sendmail.el (mail-recover-1):
4931 * international/mule-diag.el (describe-current-coding-system-briefly)
4932 (describe-current-coding-system):
4933 * international/mule-cmds.el (select-safe-coding-system)
4934 (select-message-coding-system)
4935 (set-language-environment-coding-systems, set-locale-environment):
4936 * hexl.el (hexl-insert-multibyte-char):
4937 * dos-w32.el (find-buffer-file-type-coding-system):
4938 * simple.el (what-cursor-position):
4939 Replace uses of default-buffer-file-coding-system
4940 with (default-value 'buffer-file-coding-system).
4941
4942 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
4943 Replace uses of default-cursor-in-non-selected-windows
4944 with (default-value 'cursor-in-non-selected-windows).
4945 Use with-current-buffer.
4946
4947 * mail/feedmail.el: Use CL macros.
4948 (feedmail-run-the-queue, feedmail-send-it-immediately):
4949 * dos-w32.el (find-buffer-file-type): Replace uses of
4950 default-buffer-file-type with (default-value 'buffer-file-type).
4951
4952 2009-08-28 Glenn Morris <rgm@gnu.org>
4953
4954 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
4955 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
4956 Use default-value of major-mode rather than default-major-mode.
4957
4958 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * Makefile.in (update-elcfiles): Report left over elc files.
4961
4962 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
4963 expand-file-name and with-current-buffer.
4964 (mail-get-names, mail-directory): Use with-current-buffer.
4965
4966 * vc.el (vc-read-revision): New function.
4967 (vc-version-diff, vc-merge): Use it.
4968
4969 2009-08-27 Sam Steingold <sds@gnu.org>
4970
4971 * simple.el (kill-do-not-save-duplicates): New user option.
4972 (kill-new): When it is non-nil, and the new string is the same as
4973 the latest kill, set replace to t to avoid duplicates in kill-ring.
4974
4975 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
4976
4977 * net/tramp.el (tramp-handle-process-file): Do not flush all
4978 caches when `process-file-side-effects' is set.
4979 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
4980 instead of `tramp-find-file-exists-command'.
4981 Unset `process-file-side-effects'.
4982
4983 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * net/tramp.el (tramp-methods): New method "rsyncc".
4986 (top): Add completion function for "rsyncc".
4987 (tramp-message-show-message): New defvar.
4988 (tramp-message, tramp-error): Use it.
4989 (tramp-do-copy-or-rename-file-directly): Extend check for direct
4990 remote copying.
4991 (tramp-do-copy-or-rename-file-out-of-band): Handle new
4992 `tramp-methods' entry `copy-env' of "rsyncc".
4993 (tramp-vc-registered-read-file-names): New defconst.
4994 (tramp-vc-registered-file-names): New defvar.
4995 (tramp-handle-vc-registered): Implement optimization strategy.
4996 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
4997 (tramp-vc-file-name-handler): New defun.
4998 (tramp-get-ls-command, tramp-get-test-command)
4999 (tramp-get-file-exists-command, tramp-get-remote-ln)
5000 (tramp-get-remote-perl, tramp-get-remote-stat)
5001 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5002
5003 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5004 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5005 timestamps.
5006 (tramp-get-file-property): Check for timestamps in
5007 `tramp-cache-inhibit-cache'.
5008 (tramp-set-file-property): Write timestamp.
5009
5010 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5011
5012 * language/japan-util.el (japanese-symbol-table): Add entries for
5013 cp932-2-byte.
5014
5015 * international/characters.el: Add category `j' to cp932-2-byte.
5016
5017 2009-08-27 Kenichi Handa <handa@m17n.org>
5018
5019 * international/fontset.el (build-default-fontset-data): New macro.
5020 (setup-default-fontset): Use build-default-fontset-data for CJK,
5021 tibetan, ethiopic, and ipa.
5022
5023 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * cus-start.el (default-major-mode): Customize `major-mode' instead.
5026 (enable-multibyte-characters): Not customizable any more.
5027
5028 * subr.el (default-mode-line-format, default-header-line-format)
5029 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5030 (default-direction-reversed, default-truncate-lines)
5031 (default-left-margin, default-tab-width, default-case-fold-search)
5032 (default-left-margin-width, default-right-margin-width)
5033 (default-left-fringe-width, default-right-fringe-width)
5034 (default-fringes-outside-margins, default-scroll-bar-width)
5035 (default-vertical-scroll-bar, default-indicate-empty-lines)
5036 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5037 (default-fringe-cursor-alist, default-scroll-up-aggressively)
5038 (default-scroll-down-aggressively, default-fill-column)
5039 (default-cursor-type, default-buffer-file-type)
5040 (default-cursor-in-non-selected-windows)
5041 (default-buffer-file-coding-system, default-major-mode)
5042 (default-enable-multibyte-characters): Mark as obsolete.
5043
5044 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
5045
5046 * vc-dir.el (vc-dir-update): Remove debug helper.
5047
5048 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5049
5050 2009-08-26 Sam Steingold <sds@gnu.org>
5051
5052 * simple.el (save-interprogram-paste-before-kill): New user option.
5053 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5054 save the interprogram-paste into kill-ring before overriding it
5055 with the Emacs kill.
5056
5057 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5058
5059 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5060 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5061 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5062 and move to vc-rcs.el.
5063 (vc-default-next-revision): Rename to vc-rcs-next-revision and
5064 move to vc-rcs.el.
5065 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5066 (vc-rcs-update-changelog): Remove.
5067 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5068 and move to vc-rcs.el.
5069
5070 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5071 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5072 renaming.
5073 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5074 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5075 vc.el, renamed to be RCS specific.
5076
5077 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5078 New functions.
5079 (vc-cvs-update-changelog): Move here from vc.el.
5080
5081 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5082 New functions.
5083
5084 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5087
5088 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5089
5090 * vc-git.el (vc-git-register): Use "git add" for directories.
5091 (vc-git-stash, vc-git-stash-show): New functions.
5092 (vc-git-extra-menu-map): Bind them.
5093
5094 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5095 directory correctly in case the item is a directory itself.
5096
5097 * vc.el: Document the desired behavior for reverted files in the
5098 `added' state.
5099 (vc-default-prettify-state-info): Remove function, unused.
5100
5101 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5102
5103 2009-08-26 Glenn Morris <rgm@gnu.org>
5104
5105 * bindings.el (standard-mode-line-format): Reposition dashes in
5106 which-func entry. (Bug#4217)
5107
5108 * files.el (enable-local-variables, enable-local-eval)
5109 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5110 the defcustoms.
5111 (auto-mode-alist, ignored-local-variables)
5112 (save-some-buffers-action-alist): Move risky declarations to the
5113 definitions.
5114 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5115 (font-lock-defaults, format-alist, imenu--index-alist)
5116 (imenu-generic-expression, input-method-alist, minor-mode-alist)
5117 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5118 (mode-line-modified, mode-line-mule-info, mode-line-position)
5119 (mode-line-process, mode-line-remote, outline-level)
5120 (parse-time-rules, rmail-output-file-alist)
5121 (special-display-buffer-names, vc-mode):
5122 Move risky declarations to the relevant files.
5123 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5124 (mode-line-modified, mode-line-process, mode-line-position)
5125 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5126 * font-core.el (font-lock-defaults):
5127 * format.el (format-alist):
5128 * vc-hooks.el (vc-mode):
5129 * window.el (special-display-buffer-names):
5130 * international/mule-cmds.el (input-method-alist):
5131 Define riskiness here (dumped file) rather than in files.el.
5132 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5133 * imenu.el (imenu-generic-expression, imenu--index-alist):
5134 * outline.el (outline-level):
5135 * time.el (display-time-string):
5136 * calendar/parse-time.el (parse-time-rules):
5137 * mail/rmailout.el (rmail-output-file-alist):
5138 Autoload riskiness here, rather than placing in files.el.
5139
5140 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
5141
5142 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5143
5144 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5145
5146 * simple.el (process-file-side-effects): New defvar.
5147
5148 * dired-aux.el (dired-show-file-type):
5149 * vc.el (vc-diff-internal):
5150 * vc-arch.el (vc-arch-diff):
5151 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5152 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5153 * vc-git.el (vc-git-registered, vc-git-working-revision)
5154 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5155 (vc-git--empty-db-p):
5156 * vc-hooks.el (vc-user-login-name):
5157 * vc-svn.el (vc-svn-registered, vc-svn-state)
5158 (vc-svn-dir-extra-headers, vc-svn-find-revision):
5159 * progmodes/grep.el (grep-probe): Let-bind
5160 `process-file-side-effects' with nil.
5161
5162 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5163
5164 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5165 daemon. Replace ping by checking for running service for bluez
5166 and zeroconf. (Bug#4239)
5167
5168 2009-08-25 Kevin Ryde <user42@zip.com.au>
5169
5170 * net/dig.el (dig): Add autoload cookie.
5171
5172 2009-08-25 Glenn Morris <rgm@gnu.org>
5173
5174 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5175 load-history for absolute file-names.
5176 (byte-compile-file-form-require): Warn about use of the cl package.
5177
5178 * format.el (format-alist): Doc fix.
5179
5180 * play/bubbles.el (top-level): Don't require cl at run-time.
5181
5182 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5183 run-time cl).
5184
5185 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
5186
5187 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5188 from cl package.
5189 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5190
5191 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
5192
5193 * calc/calc-alg.el (math-trig-rewrite)
5194 (math-hyperbolic-trig-rewrite): New functions.
5195 (calc-simplify): Simplify trig functions when asked.
5196
5197 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * diff-mode.el (diff-find-source-location): Avoid goto-line.
5200
5201 2009-08-24 Kenichi Handa <handa@m17n.org>
5202
5203 * language/ind-util.el (mapthread): Delete it.
5204 (combinatorial): New function.
5205 (indian--puthash-cv): Use combinatorial instead of mapthread.
5206
5207 2009-08-22 Kevin Ryde <user42@zip.com.au>
5208
5209 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5210 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5211 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5212 Clarify docstring that the value is strings not symbols.
5213 (checkdoc-list-of-strings-p): New function.
5214
5215 2009-08-22 Glenn Morris <rgm@gnu.org>
5216
5217 * files.el (auto-mode-alist):
5218 * hippie-exp.el (he-concat-directory-file-name):
5219 * lpr.el (lpr-windows-system, printer-name):
5220 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5221 * ps-print.el (ps-windows-system):
5222 * startup.el (command-line):
5223 * emulation/viper-ex.el (viper-glob-function):
5224 * international/mule-cmds.el (set-language-environment-coding-systems):
5225 * net/ange-ftp.el (ange-ftp-write-region):
5226 * obsolete/fast-lock.el (fast-lock-cache-name):
5227 Remove code for defunct system-types emx, macos, mswindows, next-mach,
5228 unisoft-unix, vax-vms, win32, w32.
5229
5230 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5231 given name if the pattern is not more specific.
5232
5233 * calendar/lunar.el (lunar-phase-names): New option.
5234 (lunar-phase): Doc fix.
5235 (lunar-cycles-per-year): New constant.
5236 (lunar-index): New function.
5237 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5238 (lunar-phase-name): Use lunar-phase-names.
5239 (calendar-lunar-phases): Use format.
5240 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5241
5242 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5243 Copy imenu-example--name-and-position function here for own use.
5244 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5245
5246 * bs.el (bs--redisplay):
5247 * cus-edit.el (custom-redraw):
5248 * ibuffer.el (ibuffer-bury-buffer):
5249 * server.el (server-goto-line-column):
5250 * startup.el (command-line-1):
5251 * strokes.el (strokes-xpm-for-stroke):
5252 * term.el (term-display-buffer-line):
5253 * view.el (View-goto-line):
5254 * calc/calc.el (calc-do, calc-trail-buffer):
5255 * play/gamegrid.el (gamegrid-add-score-insecure):
5256 * progmodes/ada-mode.el (ada-compile-goto-error):
5257 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5258 (ebrowse-select-1st-to-9nth):
5259 * progmodes/cperl-mode.el (cperl-time-fontification):
5260 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5261 * progmodes/gud.el (gud-display-line):
5262 (idlwave-shell-display-line):
5263 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5264 * progmodes/make-mode.el (makefile-browser-toggle):
5265 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5266 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5267 * textmodes/picture.el (picture-draw-rectangle):
5268 * textmodes/reftex-index.el (reftex-index-goto-letter):
5269 (reftex-select-jump-to-previous):
5270 * textmodes/reftex-sel.el (reftex-find-start-point)
5271 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5272 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5273 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5274 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5275 * textmodes/two-column.el (2C-associated-buffer):
5276 Use forward-line rather than goto-line.
5277
5278 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5279 goto-line.
5280
5281 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5282 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5283 (quick-check-list-to-regexp): Declare.
5284
5285 * progmodes/make-mode.el (makefile-browser-insert-selection):
5286 Use goto-char rather than goto-line.
5287
5288 * progmodes/prolog.el (compilation-error-regexp-alist)
5289 (compilation-forget-errors): Declare.
5290
5291 2009-08-22 Juri Linkov <juri@jurta.org>
5292
5293 * progmodes/grep.el (lgrep, rgrep): At the beginning
5294 set `dir' to `default-directory' unless `dir' is a non-nil
5295 readable directory. (Bug#4052)
5296 (lgrep, rgrep): Change a weird way to report an error
5297 from using `read-string' to using `error'.
5298 Instead of using interactive arguments in the function body,
5299 add new argument `confirm'.
5300
5301 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * textmodes/remember.el (remember-buffer):
5304 * progmodes/cperl-mode.el (cperl-vc-header-alist):
5305 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5306 (icalendar-extract-ical-from-buffer):
5307 * net/newst-treeview.el (newsticker-groups-filename):
5308 * net/newst-backend.el (newsticker-cache-filename):
5309 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5310 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5311 (speedbar-add-ignored-path-regexp, speedbar-line-path)
5312 (speedbar-buffers-line-path, speedbar-path-line)
5313 (speedbar-buffers-line-path):
5314 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5315 (epg-sign-keys):
5316 * epa.el (epa-display-verify-result):
5317 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5318
5319 2009-08-21 Glenn Morris <rgm@gnu.org>
5320
5321 * progmodes/js.el (inferior-moz-process): Fix declaration.
5322
5323 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5324
5325 * obsolete/rnewspost.el (news-mail-reply):
5326 Use goto-char rather than goto-line.
5327
5328 * term/ns-win.el (ns-open-file-select-line):
5329 Use line-beginning-position rather than goto-line.
5330
5331 * apropos.el (apropos-command):
5332 * ehelp.el (electric-helpify):
5333 * printing.el (pr-show-setup):
5334 * strokes.el (strokes-help):
5335 * tutorial.el (tutorial--describe-nonstandard-key)
5336 (tutorial--detailed-help):
5337 * woman.el (woman-mini-help, woman-display-extended-fonts):
5338 * calc/calc-help.el (calc-describe-key):
5339 * emulation/edt.el (edt-electric-helpify):
5340 * international/mule-diag.el (mule-diag):
5341 * play/yow.el (apropos-zippy):
5342 * progmodes/python.el (python-describe-symbol):
5343 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5344 * textmodes/table.el (*table--cell-describe-mode)
5345 (*table--cell-describe-bindings):
5346 Use help-print-return-message rather than the now obsolete alias.
5347
5348 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5349 (calendar-cursor-to-visible-date):
5350 * play/5x5.el (5x5-position-cursor):
5351 * play/decipher.el (decipher):
5352 * play/gomoku.el (gomoku-goto-xy):
5353 * play/landmark.el (lm-goto-xy):
5354 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5355 (mpuz-paint-digit):
5356 Use forward-line, not goto-line.
5357
5358 * mail/rmail.el (rmail-obsolete): Delete custom group.
5359 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5360 (rmail-remote-password, rmail-remote-password-required):
5361 Remove unneeded :set-after and :set properties.
5362
5363 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5366
5367 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
5368
5369 * loadup.el: Remove leftover macos code.
5370
5371 * vc-git.el (vc-git-annotate-command): Run asynchronously.
5372 Explicitly pass the date format to git blame so that user local
5373 so that the output format can be parsed.
5374
5375 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * net/dbus.el (top): Don't check for (getenv
5378 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
5379
5380 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
5381
5382 * log-edit.el (log-edit-strip-single-file-name): New var.
5383 (log-edit-insert-changelog): Use it. Bug#3571
5384
5385 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * subr.el (read-passwd): Use read-key so keypad keys work as well.
5388 Bug#3287
5389
5390 * help.el (help-print-return-message): Rename from
5391 print-help-return-message.
5392
5393 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5394 cvs-mode-map parent hack.
5395 (log-view-mode): Derive from special-mode.
5396
5397 * linum.el (linum-mode): window-size-change-functions is redundant.
5398 Adapt to new window-configuration-change-hook behavior.
5399 (linum-after-size, linum-after-config): Remove.
5400
5401 * imenu.el (imenu-example--name-and-position)
5402 (imenu-example--lisp-extract-index-name)
5403 (imenu-example--create-lisp-index, imenu-example--create-c-index):
5404 Mark as obsolete.
5405
5406 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5407 (inferior-prolog-mode): Use it.
5408 (inferior-prolog-load-file): Reset list of errors.
5409
5410 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5411
5412 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5413
5414 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5415
5416 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
5417
5418 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5419 is running already.
5420
5421 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * subr.el (listify-key-sequence-1): Use normal syntax since those
5424 integers are nowadays always represented by the same (positive) number
5425 on all platforms.
5426 (read-key-empty-map): New const.
5427 (read-key-delay): New var.
5428 (read-key): New function.
5429 (force-mode-line-update): Use with-current-buffer.
5430 (locate-user-emacs-file): Don't forget to abbreviate the file name.
5431 (start-process-shell-command, start-file-process-shell-command):
5432 Discourage the use of command-args.
5433
5434 2009-08-19 Glenn Morris <rgm@gnu.org>
5435
5436 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5437
5438 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * simple.el (choose-completion-string): Don't rely on
5441 minibuffer-completing-file-name and ad-hoc checks to decide whether
5442 to continue completion or not.
5443
5444 * minibuffer.el (minibuffer-hide-completions): New function.
5445 (completion--do-completion): Use it.
5446 (completions-annotations): New face.
5447 (completion--insert-strings): Use it.
5448 (completion-pcm--delim-wild-regex): Add docstring.
5449 (completion-pcm--string->pattern): Add support for 0-width delimiters
5450 in completion-pcm--delim-wild-regex.
5451
5452 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5455 Remove unused var `buffer-modified-p'.
5456
5457 * minibuffer.el (completion--do-completion): Move point for the #b001
5458 case as well (bug#4176).
5459 (minibuffer-complete, minibuffer-complete-word): Don't move point.
5460
5461 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5462
5463 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
5464 and :session buses.
5465
5466 2009-08-18 Kenichi Handa <handa@m17n.org>
5467
5468 * international/ucs-normalize.el (ucs-normalize-version):
5469 Change to 1.1.
5470 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5471 (utf-8-hfs): Make it perform normalization on encoding too.
5472
5473 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
5474 (sentence-end-without-space): Delete duplicated chars.
5475 (sentence-end-base): Likewise.
5476
5477 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
5478 (html-mode): Delete duplicated chars from sentence-end-base.
5479
5480 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
5481 (texinfo-mode): Delete duplicated chars from sentence-end-base.
5482
5483 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * files.el (hack-one-local-variable): If the mode function is for
5486 a minor mode, pass it an argument (Bug#4148).
5487
5488 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
5489
5490 * net/tramp.el (tramp-register-completion-file-name-handler):
5491 Check also for (member 'partial-completion completion-styles).
5492
5493 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5496 abbrev (Bug#3943).
5497
5498 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
5499
5500 * progmodes/cperl-mode.el: Merge upstream 6.2.
5501 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5502 (cperl-forward-re): Check cperl-brace-recursing.
5503 (cperl-highlight-charclass): New function.
5504 (cperl-find-pods-heres): Use it.
5505 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5506 (cperl-beautify-regexp-piece): Fix column calculation.
5507 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5508 (cperl-beautify-level): Don't process entire regexp.
5509 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5510 calling man.
5511 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5512 (cperl-init-faces): Build a list in the normal way.
5513
5514 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * calendar/parse-time.el (parse-time-string-chars): Save match
5517 data.
5518
5519 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5522 (sql-product): Use it.
5523 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5524 (sql-set-product): Add completion.
5525 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5526 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5527 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5528 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5529 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5530 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5531 (sql-highlight-db2-keywords): Remove.
5532 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5533 (sql-highlight-product): Use derived-mode-p.
5534 (sql-set-sqli-buffer): Use with-current-buffer.
5535 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5536 Simplify.
5537
5538 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5539
5540 * term.el: Fix commenting convention, turn comments into docstrings.
5541
5542 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
5543
5544 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5545
5546 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
5547
5548 * calendar/parse-time.el (parse-time-string-chars): Compute using
5549 character classes, to handle non-ascii characters (Bug#3190).
5550
5551 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5554 another heredoc if the user adds another < (Bug#3226).
5555
5556 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5557 Don't initialize based on window-system (Bug#4124).
5558
5559 * facemenu.el (facemenu-read-color): Use a completion function
5560 that accepts any defined color, such as RGB triplets (Bug#3677).
5561
5562 * files.el (get-free-disk-space): Change fallback default
5563 directory to /. Expand DIR argument before switching to fallback.
5564 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5565
5566 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * files.el (load-library): Doc fix.
5569
5570 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5571
5572 * viper-cmd.el (viper-insert-isearch-string): New function.
5573 (viper-if-string): Redefine C-s in the minibuffer to insert the last
5574 incremental search string.
5575
5576 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5577 XEmacs.
5578
5579 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5580 (ediff-merge-region-is-non-clash)
5581 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5582 Also check if the job is really a merge job.
5583
5584 * ediff.el (ediff-current-file): New function.
5585
5586 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * progmodes/js.el: Edit docstrings throughout to follow Emacs
5589 conventions.
5590 (js-insert-and-indent): Delete function.
5591 (js-mode-map): Don't bind keys to js-insert-and-indent.
5592 (js-beginning-of-defun): Rename from js--beginning-of-defun.
5593 (js-end-of-defun): Rename from js--end-of-defun.
5594 (js-auto-indent-flag): Delete variable.
5595
5596 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * progmodes/js.el: Remove proclaim statement.
5599 Defvar which-func-imenu-joiner-function to silence compiler.
5600
5601 * files.el (auto-mode-alist): Use js-mode for .js files.
5602
5603 * progmodes/js2-mode.el: Remove file.
5604
5605 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5606
5607 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5608
5609 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5610
5611 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
5612 Karl Landstrom <karl.landstrom@brgeight.se>
5613
5614 * progmodes/js.el: New file.
5615
5616 2009-08-14 Mark A. Hershberger <mah@everybody.org>
5617
5618 * timezone.el (timezone-parse-date): Add ability to understand ISO
5619 basic format (minimal separators) dates in addition to the
5620 already-supported extended format dates.
5621
5622 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5623
5624 * international/ucs-normalize.el: Add a `coding' file variable.
5625
5626 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5627
5628 2009-08-14 Sam Steingold <sds@gnu.org>
5629
5630 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5631
5632 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * faces.el (help-argument-name): Define it here instead of
5635 help-fns.el, because in daemon mode help-fns.el may be loaded when
5636 faces are still uninitialized (Bug#1078).
5637
5638 * help-fns.el (help-argument-name): Move defface to faces.el.
5639
5640 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5641
5642 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5643 create buffer with a pty but no process so that GDB can make the
5644 inferior the controlling process.
5645
5646 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
5647
5648 * international/ucs-normalize.el: New file.
5649
5650 2009-08-13 Richard Stallman <rms@gnu.org>
5651
5652 * mail/rmail.el (rmail-get-attr-names):
5653 Accept an attribute header that is too short.
5654
5655 * mail/rmail.el (rmail-forget-messages):
5656 Ignore nil elt in rmail-message-vector. Use dotimes.
5657
5658 * progmodes/compile.el (compilation-goto-locus):
5659 Use next-error-move-function.
5660
5661 * simple.el (next-error-move-function): New variable.
5662
5663 2009-08-12 Juri Linkov <juri@jurta.org>
5664
5665 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5666 always non-nil. (Bug#4052)
5667
5668 * replace.el (read-regexp): Return empty string when
5669 `default-value' is nil.
5670 (keep-lines-read-args): Don't use empty string as the
5671 default value for `read-regexp'. (Bug#2495)
5672
5673 2009-08-12 Juri Linkov <juri@jurta.org>
5674
5675 * international/mule-cmds.el (ucs-insert): Change arguments
5676 from `arg' to `character', `count', `inherit' to be the same
5677 as in `insert-char'. Doc fix. (Bug#4039)
5678
5679 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5680
5681 2009-08-12 Juri Linkov <juri@jurta.org>
5682
5683 * files-x.el: New file.
5684
5685 * files.el: Move code that deals with adding/deleting
5686 file/directory-local variables to files-x.el.
5687
5688 * Makefile.in (ELCFILES): Add files-x.elc.
5689
5690 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
5691
5692 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5693 to use `goto-line'.
5694 (gdb-place-breakpoints, gdb-get-location): Rewritten without
5695 `goto-line'.
5696 (gdb-invalidate-disassembly): Do not refresh upon receiving
5697 'update signal. Instead, update all disassembly buffers only after
5698 threads list.
5699 (gdb): Send -target-detach when buffer is killed (Bug#3794).
5700 (gdb-starting): Moved -data-list-register-names...
5701 (gdb-stopped): ...here so it's sent when first thread stops.
5702 (gdb-registers-handler-custom): Do nothing if register names are
5703 unknown yet.
5704
5705 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5706 from `gdb-mi.el' to avoid extra tangling.
5707
5708 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5709 change which breaks `gud-def' definitions used in `gdb'.
5710 (gdb-update-gud-running): No extra fuss for updating frame number.
5711
5712 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5715 (describe-language-environment-map, setup-language-environment-map)
5716 (set-coding-system-map): Move initialization into declaration.
5717 (set-language-info-alist): Last arg to define-key-after can be skipped.
5718
5719 * international/quail.el (quail-completion-1): Simplify.
5720 (quail-define-rules): Use slightly more compact code.
5721 (quail-insert-decode-map): Propertize keys, compact columns.
5722
5723 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5724 Add goto-line.
5725
5726 2009-08-10 Miles Bader <miles@gnu.org>
5727
5728 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5729 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5730 (js2-instance-member, js2-private-member, js2-private-function-call)
5731 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5732 (js2-magic-paren, js2-external-variable):
5733 Remove "-face" suffix from face names.
5734 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5735 (js2-highlight-undeclared-vars, js2-peek-token)
5736 (js2-parse-function-params, js2-mode-show-errors)
5737 (js2-mode-show-warnings, js2-make-magic-delimiter)
5738 (js2-mode-highlight-magic-parens): Update to use new face names.
5739
5740 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
5741
5742 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5743 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
5744
5745 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * subr.el: Provide hashtable-print-readable.
5748
5749 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5750 hs-c-like-adjust-block-beginning.
5751 (hs-hide-block-at-point): Stop hiding at the beginning of
5752 hs-block-end-regexp (Bug#700).
5753
5754 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
5755
5756 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5757 a macro.
5758 (gdb-registers-handler-custom): Do not fail when register names
5759 are unavailable.
5760
5761 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
5762
5763 * progmodes/gdb-mi.el (gdb-control-all-threads)
5764 (gdb-control-current-thread): Interactive setters for
5765 `gdb-gud-control-all-threads' to use in menu.
5766 (gdb-show-run-p): Show «Go» when process is not active.
5767 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
5768 gud/thread.xpm and gud/all.xpm.
5769
5770 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
5771
5772 * net/net-utils.el (net-utils-font-lock-keywords): New var.
5773 (nslookup-font-lock-keywords): Make it a variable.
5774 (net-utils-mode): New mode for viewing diagnostic network output.
5775 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5776 (net-utils-run-simple): New function.
5777 (ifconfig, iwconfig, netstat, arp, route): Use it.
5778
5779 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
5780
5781 * progmodes/gdb-mi.el (gdb-read-memory-custom)
5782 (gdb-memory-set-address, def-gdb-set-positive-number)
5783 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5784 after changing settings.
5785 (gdb-invalidate-disassembly): Update when first shown.
5786 (gdb-edit-locals-value): Fixed.
5787 (gdb-registers-handler-custom): Print registers in right order and
5788 allow changing register values (only for current thread yet).
5789 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5790 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5791 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5792 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5793 info in mode name.
5794 (gdb-registers-mode-map): TAB to switch to locals.
5795
5796 2009-08-08 Eli Zaretskii <eliz@gnu.org>
5797
5798 * mail/rmail.el (rmail-add-mbox-headers)
5799 (rmail-set-message-counters-counter): Search for
5800 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
5801
5802 2009-08-08 Glenn Morris <rgm@gnu.org>
5803
5804 * Makefile.in (ELCFILES): Update.
5805
5806 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5807
5808 * mail/sendmail.el (mail-yank-original): Set
5809 buffer-file-coding-system from the one used by the message whose
5810 text is yanked.
5811
5812 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5813 to "windows" when "pgnuplot" is used.
5814 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5815 call accept-process-output if "pgnuplot" is used.
5816 (calc-graph-init): Don't send -display and -geometry to
5817 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
5818 running "pgnuplot -V" with shell-command-to-string.
5819
5820 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5821 the default.
5822
5823 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5824
5825 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5826 org/org-latex.elc.
5827
5828 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5829
5830 * vc-dispatcher.el (vc-resynch-window): Update comment.
5831
5832 * term.el (term-handle-ansi-escape): Add comments with the
5833 terminfo capabilities implemented.
5834
5835 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
5836
5837 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5838 (gdb-var-create-handler): Rewritten using JSON parser.
5839 (gdb-propertize-header): Moved earlier.
5840 (gdb-set-header): Removed to avoid duplication.
5841 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5842 Refresh disassembly buffers only after threads list have been
5843 update.
5844 (gdb-threads-header, gdb-registers-header): Per-buffer header line
5845 variables.
5846
5847 2009-08-04 Juri Linkov <juri@jurta.org>
5848
5849 * files.el: Commands to add/delete file/directory-local variables.
5850 (read-file-local-variable, read-file-local-variable-value)
5851 (read-file-local-variable-mode, modify-file-local-variable)
5852 (modify-file-local-variable-prop-line)
5853 (modify-dir-local-variable): New functions.
5854 (add-file-local-variable, delete-file-local-variable)
5855 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5856 (add-dir-local-variable, delete-dir-local-variable)
5857 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5858 (copy-dir-locals-to-file-locals-prop-line): New commands.
5859
5860 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * abbrev.el (insert-abbrev-table-description): Prettify output.
5863 Suggested by Karl Chen.
5864
5865 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
5866
5867 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5868 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5869 (gdb-overlay-arrow-position, gdb-thread-position)
5870 (gdb-disassembly-position): Declare variables.
5871 (gdb-wait-for-pending): Function now.
5872 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5873 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5874 compilation goes smoothly.
5875 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5876 (gdb-non-stop-setting): New customization setting which replaces
5877 `gdb-non-stop' so changing it doesn't break active GDB session.
5878 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5879 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5880 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5881 (gdb-show-threads-by-default): New customization options.
5882 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5883 routines.
5884 (gdb-get-buffer-create): Send buffers update signal when they are
5885 created.
5886 (gdb-invalidate-locals, gdb-invalidate-registers)
5887 (gdb-invalidate-breakpoints)
5888 (gdb-invalidate-threads, gdb-invalidate-disassembly)
5889 (gdb-invalidate-memory): Accept update signal.
5890 (gdb-current-context-command): Use --frame option.
5891 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
5892 Implement `gdb-frame-number' selection logic.
5893 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
5894 whether to show GUD toolbar buttons.
5895 (gdb-thread-exited): Unselect current thread when it exits.
5896 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
5897 (gdb-mark-line): Routine which sets overlay arrow or inverses
5898 video on fringeless displays.
5899 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
5900 to build aligned columns of data in GDB buffers and set text
5901 properties line-by-line.
5902 (gdb-invalidate-breakpoints)
5903 (gdb-breakpoints-list-handler-custom)
5904 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
5905 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
5906 (gdb-registers-handler-custom): Align data columns.
5907 (gdb-locals-handler-custom): Now prints data like in variable
5908 declarations.
5909 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
5910 Removed confusing buttons.
5911 (gdb-invalidate-threads): Append --frame.
5912 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
5913 between breakpoints/threads buffers.
5914 (gdb-set-window-buffer): Now can ignore dedicated windows.
5915 (gdb-propertize-header): Use `gdb-set-window-buffer'.
5916 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
5917 (def-gdb-thread-buffer-gud-command): Replaces
5918 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
5919 for fine thread control.
5920 (gdb-preempt-existing-or-display-buffer): New function used to
5921 display bound buffers without breaking window layout.
5922 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
5923 (gdb-select-frame): New version of `gdb-frames-select' which now
5924 sets `gdb-frame-number' so commands may use --frame option instead
5925 of inner debugger state.
5926 (gdb-frame-handler): Do not set `gdb-frame-number'.
5927 (gdb-threads-mode-map): Select threads with mouse.
5928
5929 * progmodes/gud.el (gdb-gud-context-call): Declare function to
5930 avoid compilation warning.
5931 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
5932 `gdb-show-stop-p`.
5933
5934 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
5935 Argument `key' renamed to `buffer-type'.
5936 (gdb-current-context-buffer-name): Do not add thread info to
5937 buffer name when no thread is selected.
5938 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
5939 command (bug 3794).
5940 (gdb-thread-selected): Handle `=thread-selected' notification.
5941 (gdb-wait-for-pending): New macro to deal with congestion problems.
5942 (gdb-breakpoints-list-handler-custom): Don't fail on pending
5943 breakpoints.
5944 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
5945 This fixes problem similar to one described in bug 3947.
5946 (gud-menu-map): More menu items.
5947 (gdb-init-1): Reset `gdb-thread-number' to nil.
5948
5949 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
5950 non-stop settings.
5951
5952 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
5953 (gdb-current-context-command): Do not append --thread if
5954 `gdb-thread-number' is nil.
5955 (gdb-running-threads-count, gdb-stopped-threads-count): New
5956 variables.
5957 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
5958 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
5959 customization options.
5960 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
5961 GUD commands.
5962 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
5963 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
5964 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
5965 set `gdb-thread-number' and update `gud-running' properly.
5966 (gdb-running): Update threads list when new threads appear.
5967 (gdb-stopped): Support non-stop operation and new thread switching
5968 logic.
5969 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
5970 (gdb-json-partial-output): New set of JSON routines.
5971 (def-gdb-auto-update-trigger): New `signal-list' optional
5972 argument.
5973 (gdb-thread-list-handler-custom): Update `gud-running',
5974 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
5975 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
5976 (gdb-continue-thread, gdb-step-thread): New commands for fine
5977 thread execution control.
5978 (gud-menu-map): New menu items to switch non-stop options.
5979 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
5980 (gdb-send): Mimic RET properly (bug 3794).
5981
5982 * progmodes/gdb-mi.el (gdb-rules-name-maker)
5983 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
5984 gdb-buffer-rules.
5985 (def-gdb-auto-update-handler): New nopreserve optional argument.
5986 (gdb-stack-list-frames-custom): Print stack from top to bottom.
5987
5988 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
5989 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
5990 (gdb-parent-mode): New mode to derive other GDB modes from.
5991 (gdb-display-disassembly-for-thread)
5992 (gdb-frame-disassembly-for-thread): New commands for threads
5993 buffer.
5994
5995 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
5996 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
5997 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
5998 (gdb-update): We now store all GDB buffers in a list so that they
5999 can be updated by traversing a list instead of calling invalidate
6000 triggers explicitly.
6001 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6002 pair for GDB buffer.
6003 (gdb-stack-buffer-name): Add thread information.
6004 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6005 handle pending triggers.
6006 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6007 (def-gdb-thread-buffer-simple-command)
6008 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6009 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6010 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6011 New commands which show buffers bound to thread.
6012 (gdb-stack-list-locals-regexp): Removed unused regexp.
6013
6014 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6015 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6016 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6017 to (gud-comint-buffer) in *-buffer-name functions
6018 because (gdb-get-target-string) already does that.
6019 (gdb-locals-handler-custom, gdb-registers-handler-custom)
6020 (gdb-changed-registers-handler): Rewritten without regexps.
6021
6022 * progmodes/gdb-mi.el: Basic thread selection support.
6023 (gdb-thread-number): New variable.
6024 (gdb-current-context-command): New macro which adds --thread
6025 option to command.
6026 (gdb-threads-mode-map): Select thread with SPC.
6027 (gdb-thread-list-handler-custom): Mark current thread with overlay
6028 arrow. Synchronize GDB thread and Emacs thread.
6029 (gdb-select-thread): New command which selects current thread.
6030 (gdb-invalidate-frames, gdb-invalidate-locals)
6031 (gdb-invalidate-registers): Use --thread option.
6032
6033 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
6034
6035 * net/tramp.el (top): Make check for tramp-gvfs loading more
6036 robust. (Bug#3977)
6037 (tramp-handle-insert-file-contents): `unwind-protect' must be
6038 inside `with-parsed-tramp-file-name'.
6039
6040 * net/tramp-gvfs.el (top): Remove superfluous message when loading
6041 fails.
6042
6043 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
6044
6045 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6046 directory if CLASSPATH is not set.
6047
6048 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
6049
6050 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6051 New defconst.
6052 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
6053
6054 2009-08-02 Kevin Ryde <user42@zip.com.au>
6055
6056 * net/newst-backend.el (newsticker--raw-url-list-defaults):
6057 Update freshmeat link. Delete newsforge.com as it seems gone.
6058
6059 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * select.el (x-set-selection): Doc fix (Bug#4021).
6062
6063 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6064
6065 * help-fns.el (describe-variable): Treat list return values from
6066 dir-locals-find-file properly (Bug#4005).
6067
6068 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
6069
6070 * net/tramp.el (tramp-debug-message): Print also microseconds.
6071
6072 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6075 or END is non-nil.
6076 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6077 (tramp-get-debug-buffer): Change `outline-regexp' according to new
6078 format.
6079
6080 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6081 (tramp-get-file-property): Use it.
6082
6083 * autorevert.el (auto-revert-handler): Allow
6084 `auto-revert-tail-mode' for remote files.
6085
6086 2009-08-02 Jason Rumney <jasonr@gnu.org>
6087
6088 * minibuffer.el (read-file-name): Treat confirm options to
6089 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
6090
6091 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6092
6093 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6094 (font-lock-variable-name-face, font-lock-constant-face): Darken
6095 the colors for light backgrounds.
6096
6097 2009-08-01 Eli Zaretskii <eliz@gnu.org>
6098
6099 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6100 month names. (Bug#3987)
6101
6102 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * simple.el (line-move-finish): Pass whole number to
6105 line-move-to-column.
6106 (line-move-visual): Perform hscroll to the recorded position.
6107
6108 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
6109
6110 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6111
6112 2009-07-29 Alan Mackenzie <acm@muc.de>
6113
6114 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6115
6116 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
6117
6118 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6119 (gdb-place-breakpoints): Use full path when setting breakpoints.
6120
6121 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6122
6123 * calc/calc.el (calc-mode-map): Add keybinding for
6124 `calc-transpose-lines'.
6125
6126 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
6127
6128 * calc/calc-misc.el (calc-transpose-lines): New function.
6129
6130 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6133 Simplify check for out-of-band methods.
6134 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6135 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
6136
6137 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6138
6139 * vc-git.el (vc-git-checkin): Fix typo.
6140
6141 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
6142
6143 * progmodes/js2-mode.el: New file.
6144
6145 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
6146
6147 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6148 (gud-menu-map): Adjust tooltip accordingly.
6149
6150 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6151
6152 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6153 (vc-bzr-log-view-mode): Adjust log-view-file-re.
6154
6155 * add-log.el (change-log-mode-map): Add a menu.
6156
6157 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
6158
6159 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6160 function returns nil.
6161 (dbus-handle-event): Handle special return value :ignore.
6162 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6163
6164 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * view.el (view-mode-enable): Don't define Helper-return-blurb if
6167 it's not needed.
6168
6169 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6170
6171 Fix Bug#3888:
6172
6173 * w32-vars.el (x-select-enable-clipboard): Doc fix.
6174
6175 * term/pc-win.el (x-display-name, x-colors)
6176 (x-select-enable-clipboard, x-select-text): Doc fix.
6177
6178 * term/common-win.el (x-display-name, x-colors): Doc fix.
6179
6180 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6181 (xw-defined-colors): Doc fix.
6182
6183 * w32-fns.el (x-select-text, x-setup-function-keys)
6184 (x-get-selection, x-set-selection): Doc fix.
6185
6186 * term/x-win.el (x-select-text, x-setup-function-keys)
6187 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6188
6189 * select.el (x-set-selection): Doc fix.
6190
6191 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
6192
6193 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6194 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6195 "IsNSSSupportAvailable" method is not available. Reported by
6196 Steve Youngs <steve@sxemacs.org>.
6197
6198 2009-07-24 Kenichi Handa <handa@m17n.org>
6199
6200 * international/characters.el: Fix setting of category ?C, ?|, ?K,
6201 and ?H. Fix setting of case for Latin Extended and Greek Extended.
6202 (build-unicode-category-table): Fix range checks.
6203
6204 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6205
6206 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6207 the buffer we try to sync is current when calling
6208 vc-resynch-buffer.
6209
6210 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6211 not show up to date files.
6212
6213 2009-07-24 Glenn Morris <rgm@gnu.org>
6214
6215 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6216 Add autoload cookies. If necessary, initialize.
6217 (elint-log): Handle non-file buffers.
6218 (elint-initialize): Add optional argument to reinitialize.
6219 (elint-find-builtin-variables): Save excursion.
6220
6221 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6224 for Lint.
6225
6226 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6227
6228 * vc.el (vc-print-log-internal): New function, split out from ...
6229 (vc-print-log): ... here.
6230 (vc-dir-move-to-goal-column): Declare.
6231
6232 * vc-git.el (vc-git-add-signoff): New variable.
6233 (vc-git-checkin): Use it.
6234 (vc-git-toggle-signoff): New function.
6235 (vc-git-extra-menu-map): Bind it to menu.
6236 (vc-git--run-command-string): Accept a nil FILE argument.
6237 (vc-git-stash-list): New function.
6238 (vc-git-dir-extra-headers): Use it.
6239
6240 2009-07-23 Glenn Morris <rgm@gnu.org>
6241
6242 * help-fns.el (describe-variable): Describe ignored and risky local
6243 variables in a similar way to that in which we describe safe ones.
6244
6245 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6246 (byte-compile-output-file-form, byte-compile-output-docform)
6247 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6248 Give some more local variables with common names a "bytecomp-" prefix,
6249 so as not to shadow things during compilation.
6250 * emacs-lisp/cl-macs.el (load-time-value)
6251 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6252 `outbuffer' to `bytecomp-outbuffer'.
6253
6254 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6255 since the next two variables cover them automatically now.
6256 (elint-builtin-variables, elint-autoloaded-variables): New.
6257 (elint-unknown-builtin-args): Remove all members, since they can be
6258 parsed automatically now.
6259 (elint-extra-errors): New.
6260 (elint-env-add-env, elint-env-add-macro): Use cadr.
6261 (elint-current-buffer): Use or. Change final message.
6262 (elint-get-top-forms): Use line-end-position.
6263 (elint-init-env): Use cadr. Handle autoload, declare-function,
6264 and defalias.
6265 (elint-add-required-env): Doc fix. Use or. Standardize error.
6266 (regexp-assoc): Remove unused function.
6267 (elint-top-form): Set elint-current-pos, to record the start of the
6268 top-level form, for compilation-mode.
6269 (elint-form): Trap errors in macro expansion. Use dolist.
6270 (elint-unbound-variable): Use elint-builtin-variables and
6271 elint-autoloaded-variables.
6272 (elint-get-args): Use cadr, or.
6273 (elint-check-cond-form): Use dolist, cadr.
6274 (elint-check-condition-case-form): Doc fix. Use cadr.
6275 Use elint-extra-errors.
6276 (elint-log): New function.
6277 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6278 Distinguish errors and warnings.
6279 (elint-log-message): Use with-current-buffer. Inhibit read-only.
6280 Use a bytecomp-style format.
6281 (elint-clear-log): Preserve default-directory. Inhibit read-only.
6282 (elint-get-log-buffer): Use compilation mode. Disable undo.
6283 Don't truncate lines.
6284 (elint-initialize): Set builtin and autoloaded variable lists.
6285 Only process elint-unknown-builtin-args if non-nil.
6286 (elint-find-builtin-variables, elint-find-autoloaded-variables):
6287 New functions.
6288 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
6289
6290 2009-07-22 Kevin Ryde <user42@zip.com.au>
6291
6292 * net/newst-backend.el (newsticker--parse-atom-1.0)
6293 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6294 (newsticker--parse-rss-1.0):
6295 * progmodes/idlwave.el (idlwave-mode):
6296 * progmodes/idlw-shell.el (idlwave-shell-mode):
6297 * progmodes/vera-mode.el (vera-mode):
6298 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6299 * progmodes/vhdl-mode.el (vhdl-mode):
6300 * textmodes/table.el (table-generate-source)
6301 (table--warn-incompatibility):
6302 Hyperlink urls in docstrings with URL `...'.
6303
6304 2009-07-22 Glenn Morris <rgm@gnu.org>
6305
6306 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6307 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6308 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6309 Remove leading * from defcustom docs.
6310
6311 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
6312
6313 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6314 defcustom doc.
6315 (list-load-path-shadows): Optionally, just return shadows as a string.
6316
6317 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6318
6319 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * mail/rmailedit.el (rmail-edit-mode): Use
6322 auto-save-include-big-deletions.
6323
6324 * mail/rmail.el (rmail-variables): Use
6325 auto-save-include-big-deletions.
6326
6327 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6328 changes.
6329
6330 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6331
6332 * calc/calc.el (calc-undo-length): New variable.
6333 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6334
6335 2009-07-21 Richard Stallman <rms@gnu.org>
6336
6337 * files.el (auto-save-mode): Handle buffer-save-size = -2
6338 for toggling mode.
6339
6340 2009-07-21 Glenn Morris <rgm@gnu.org>
6341
6342 * textmodes/ispell.el (ispell-looking-back): Update declaration.
6343
6344 * calendar/todo-mode.el (calendar-current-date): Update declaration.
6345
6346 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6347 silence compiler. Instead...
6348 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6349 (ps-print-ensure-fontified): Update for above function name changes.
6350
6351 * printing.el (pr-mh-get-msg-num, pr-mh-show)
6352 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6353 silence compiler. Instead...
6354 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6355 (mh-show-buffer): Only define for compiler.
6356 (pr-mh-current-message): Update for above function name changes.
6357
6358 * files.el (abort-if-file-too-large): Explicitly pass `filename'
6359 as an argument.
6360 (find-file-noselect, insert-file-1): Update for above change.
6361
6362 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6363
6364 * mail/mailclient.el (mailclient-send-it): Fix message.
6365
6366 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6367 (edebug-eval): Check cl-debug-env is bound.
6368 (print-level, print-circle): Don't redefine built-in variables.
6369
6370 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6371 (custom-print-vectors): Remove old comments from doc.
6372
6373 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6374 (emerge-version): Make the variable an obsolete alias for the
6375 emacs-version variable. Make the function obsolete.
6376 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6377 Emerge options, rather than merging in into the main Options menu.
6378 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
6379 and auto advance modes. Disable edit/fast items when not relevant.
6380
6381 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * term/vt420.el (terminal-init-vt420): Fix typo.
6384
6385 2009-07-20 Sam Steingold <sds@gnu.org>
6386
6387 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6388 variable (removed from compile.el on 2004-03-11).
6389
6390 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * files.el (hack-local-variables-filter): Fix last change.
6393
6394 2009-07-19 Juri Linkov <juri@jurta.org>
6395
6396 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6397 (dir-local-variables-alist): New buffer-local variable.
6398 (hack-local-variables-filter): If variable is not dir-local,
6399 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6400 because file-local overrides dir-local.
6401 (c-postprocess-file-styles)<declare-function>:
6402 Remove obsolete declaration.
6403 (hack-dir-local-variables): Add dir-local variable/value pair to
6404 `dir-local-variables-alist' and remove duplicates. Doc fix.
6405
6406 * help-fns.el (describe-variable): Add information about
6407 file-local and dir-local variables.
6408
6409 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * files.el (hack-local-variables-filter): Rewrite.
6412
6413 2009-07-19 Glenn Morris <rgm@gnu.org>
6414
6415 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6416 Silence compiler by only defining on XEmacs.
6417
6418 * international/mule.el (auto-coding-regexp-alist): Only match
6419 BABYL... at the start of buffer, not of lines. (Bug#3790)
6420
6421 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6422 non-calendar buffers (Bug#3862). Restore "not on a date" message.
6423 (cal-menu-context-mouse-menu): Doc fix.
6424
6425 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6426
6427 * simple.el (mail-user-agent): Doc fix. Set :version tag.
6428
6429 2009-07-18 Juri Linkov <juri@jurta.org>
6430
6431 * info.el: Virtual Info keyword finder.
6432 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6433 (Info-finder-file): New variable.
6434 (Info-finder-find-file): New function.
6435 (finder-known-keywords, finder-package-info)
6436 (find-library-name, lm-commentary): Use defvar and
6437 declare-function to silence compiler warnings.
6438 (Info-finder-find-node): New function.
6439 (info-finder): New command.
6440
6441 * subr.el (process-kill-buffer-query-function): New function.
6442 (add-hook)<kill-buffer-query-functions>: Add hook
6443 `process-kill-buffer-query-function'.
6444
6445 2009-07-18 Alan Mackenzie <acm@muc.de>
6446
6447 * progmodes/cc-mode.el (c-before-hack-hook)
6448 (c-postprocess-file-styles): Give invocation of `c-set-style'
6449 DONT-OVERRIDE parameter of t. Already set style variables will
6450 thus not be overridden by style settings given by `c-file-syle'.
6451
6452 * files.el (hack-local-variables-filter): Remove entries with
6453 duplicate keys from `file-local-variables-alist'.
6454
6455 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6456
6457 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6458 x-set-selection if display-selections-p returns nil for the
6459 current frame.
6460
6461 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
6462
6463 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6464
6465 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6466
6467 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6468 Accept nil in addition to a regexp.
6469 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6470 Accept nil in addition to a regexp.
6471 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6472 buffers that have an associated file. Handle nil values of
6473 desktop-buffers-not-to-save and desktop-files-not-to-save.
6474 (Bug#3833)
6475
6476 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6477 (x-disown-selection-internal): New functions.
6478
6479 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
6480
6481 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6482 warning.
6483 (gdb-breakpoints-header): Move forward to avoid compiler warning.
6484 (gdb-make-header-line-mouse-map): Remove duplicate definition.
6485
6486 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
6487
6488 * simple.el (set-mark): Revert last change.
6489
6490 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
6491
6492 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6493 rendering of pngs is not possible instead of messaging a long
6494 description.
6495
6496 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
6497
6498 * w32-fns.el (x-selection-owner-p): New function.
6499
6500 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6501 (mouse-yank-at-click, mouse-yank-primary): If
6502 select-active-regions is non-nil, deactivate the mark before
6503 insertion.
6504
6505 * simple.el (deactivate-mark, set-mark): Only save selection if we
6506 own it.
6507
6508 2009-07-17 Kenichi Handa <handa@m17n.org>
6509
6510 * case-table.el (describe-buffer-case-table): Fix for the case
6511 that KEY is a cons.
6512
6513 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6514
6515 * vc-rcs.el (vc-rcs-find-file-hook):
6516 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6517
6518 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
6519
6520 * net/tramp.el (tramp-wait-for-output): Handle the case when
6521 commands do not return a newline but a null byte before the shell
6522 prompt. (Bug#3858)
6523
6524 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6525
6526 * term/ns-win.el (ns-set-alpha): Don't declare.
6527 (ns-set-background-alpha): Remove function.
6528
6529 2009-07-16 Kevin Ryde <user42@zip.com.au>
6530
6531 * emacs-lisp/copyright.el (copyright-update): Save match-data across
6532 y-or-n-p, for safety.
6533
6534 2009-07-16 Richard Stallman <rms@gnu.org>
6535
6536 * files.el (auto-save-mode): If buffer-saved-size is -2,
6537 don't clobber it.
6538
6539 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6540 (rmail-retry-ignored-headers): Add more uninteresting fields.
6541
6542 2009-07-15 Jari Aalto <jari.aalto@cante.net>
6543
6544 * net/rcirc.el (rcirc): Use history variables.
6545 (rcirc-server-name-history, rcirc-nick-name-history)
6546 (rcirc-server-port-history): New variables.
6547
6548 2009-07-15 Kenichi Handa <handa@m17n.org>
6549
6550 * international/mule-cmds.el (set-language-environment-charset):
6551 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6552 ignore them.
6553
6554 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6555 Delete unibyte-display.
6556
6557 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6560
6561 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * simple.el (deactivate-mark): Optional argument FORCE.
6564 (set-mark): Use deactivate-mark.
6565
6566 * info.el (Info-search): No need to check transient-mark-mode
6567 before calling deactivate-mark.
6568
6569 * select.el (x-set-selection): Doc fix.
6570 (x-valid-simple-selection-p): Allow buffer values.
6571 (xselect--selection-bounds): Handle buffer values. Suggested by
6572 David De La Harpe Golden.
6573
6574 * mouse.el (mouse-set-region, mouse-drag-track): Call
6575 copy-region-as-kill before setting the mark, to let
6576 select-active-regions work.
6577
6578 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
6579
6580 * simple.el (deactivate-mark): If select-active-regions is
6581 non-nil, copy the selection data into a string.
6582 (activate-mark): If select-active-regions is non-nil, set the
6583 selection to the current buffer.
6584 (set-mark): Update selection if select-active-regions is non-nil.
6585
6586 * select.el (x-valid-simple-selection-p): Allow buffer values.
6587
6588 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6591 and more featureful message-mode.
6592
6593 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * select.el (x-set-selection): Doc fix.
6596 (x-valid-simple-selection-p): Disallow selection data consisting
6597 of a list or cons of integers, since that is not used.
6598 (xselect--selection-bounds, xselect--int-to-cons): New functions.
6599 (xselect-convert-to-string, xselect-convert-to-length)
6600 (xselect-convert-to-filename, xselect-convert-to-charpos)
6601 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6602
6603 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
6604
6605 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6606 output in -break-info command (Emacs bug #3794).
6607
6608 2009-07-14 Glenn Morris <rgm@gnu.org>
6609
6610 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6611 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6612 (edebug-print-length, edebug-print-level, edebug-print-circle)
6613 (edebug-sit-for-seconds, edebug-view-outside)
6614 (edebug-bounce-point, edebug-set-global-break-condition)
6615 (edebug-Go-nonstop-mode, edebug-trace-mode)
6616 (edebug-Trace-fast-mode, edebug-continue-mode)
6617 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6618 (edebug-visit-eval-list): Doc fixes.
6619
6620 * subr.el (def-edebug-spec): Doc fix.
6621
6622 2009-07-14 Kenichi Handa <handa@m17n.org>
6623
6624 * international/characters.el: Fix setting of category ?C.
6625
6626 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
6627
6628 * term/ns-win.el (x-select-font): defalias x-select-font to
6629 ns-popup-font-panel instead of generate-fontset-menu.
6630
6631 2009-07-12 Eli Zaretskii <eliz@gnu.org>
6632
6633 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
6634
6635 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
6636
6637 * arc-mode.el (archive-find-type): Allow for a PK00 string before
6638 the PK\003\004 header (Bug#3770).
6639
6640 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
6641
6642 * pcomplete.el (pcomplete-comint-setup): Check for
6643 shell-dynamic-complete-filename too.
6644
6645 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * simple.el (temporary-goal-column): Change the value for
6648 line-move-visual to a cons cell.
6649 (line-move-visual): Record or set the window hscroll, if
6650 necessary (Bug#3494).
6651 (line-move-1): Handle cons value of temporary-goal-column.
6652
6653 2009-07-11 Kenichi Handa <handa@m17n.org>
6654
6655 * international/mule-diag.el (describe-character-set): Don't show
6656 width.
6657
6658 2009-07-10 Sam Steingold <sds@gnu.org>
6659
6660 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6661 Omake sometimes indents the errors it prints, so allow all
6662 regexps to start with spaces.
6663
6664 2009-07-10 Eli Zaretskii <eliz@gnu.org>
6665
6666 * cus-edit.el (customize-changed-options-previous-release):
6667 Bump value to 22.1. (Bug#3804)
6668
6669 2009-07-08 Sam Steingold <sds@gnu.org>
6670
6671 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6672 to be a cons cell (test . ignored-directory) to selectively ignore
6673 some directories depending on the location of the search.
6674
6675 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
6676
6677 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6678 remote user is root, on the local host.
6679 (tramp-local-host-p): Either the local user or the remote user
6680 must be root. (Bug#3771)
6681
6682 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
6683
6684 * progmodes/gdb-mi.el (gdb): Remove description of
6685 gdb-use-separate-io-buffer.
6686 (menu): Don't allow toggling of or enable
6687 gdb-use-separate-io-buffer from menubar.
6688
6689 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6690
6691 * mail/unrmail.el (unrmail): Make sure the message ends with two
6692 newlines (Bug#3769).
6693
6694 2009-07-08 Glenn Morris <rgm@gnu.org>
6695
6696 * calendar/calendar.el (calendar-current-date): Rework previous change.
6697
6698 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
6699
6700 * calendar/calendar.el (calendar-current-date):
6701 Add an optional argument giving an offset from today.
6702
6703 2009-07-08 Glenn Morris <rgm@gnu.org>
6704
6705 * tutorial.el (tutorial--describe-nonstandard-key):
6706 Adjust the message for when a key has been unbound.
6707 (help-with-tutorial): Hide the arch-tag.
6708
6709 2009-07-08 Kenichi Handa <handa@m17n.org>
6710
6711 * international/fontset.el (setup-default-fontset): For each
6712 script, append (not set) font-specs.
6713
6714 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6715 docstring.
6716
6717 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
6718
6719 * progmodes/gdb-mi.el (gdb-init-1): Move sending
6720 -data-list-register-names to ...
6721 (gdb-starting): ... here because GDB 7.0 requires execution to
6722 have started when using this MI command.
6723 (gdb-set-header): New function to distinguish select and
6724 unselected tabs in gdb buffers.
6725 (gdb-propertize-header): New macro that uses gdb-set-header.
6726 (gdb-breakpoints-header, gdb-locals-header): Use it.
6727 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6728
6729 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * Makefile.in (ELCFILES): Remove fadr.elc.
6732
6733 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
6734
6735 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6736 may contain frame information, so `string-match' should be used.
6737 (gdb-update): Disassembly is invalidated through
6738 `gdb-get-selected-frame'.
6739 (gdb-pad-string): New function to pad string with spaces.
6740 (gdb-invalidate-disassembly): Invalidate only if the buffer
6741 exists.
6742 (gdb-disassembly-handler-custom): Column alignment.
6743 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6744 placing new ones.
6745 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6746 end of line, too.
6747 (gdb-frame-handler): Match convention to for disassembly buffer
6748 mode name.
6749 (gdb-stack-list-frames-handler): Rewritten without regexps.
6750 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6751 not highlight breakpoints without line information.
6752 (gdb-input): Add trailing newline to command.
6753
6754 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6755 buffer properly.
6756 (gdb-breakpoints-list-handler-custom): Replacement for
6757 `gdb-break-list-handler'. Using real parser instead of regexps
6758 now.
6759 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6760 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6761 to place breakpoints.
6762 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6763 functions.
6764 (gdb-disassembly-handler-custom): Show overlay arrow.
6765 (gdb-disassembly-place-breakpoints): Show breakpoints in
6766 disassembly buffer.
6767 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6768 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6769 instead of parsing breakpoints buffer. Fixed old menu references
6770 in `gud-menu-map'.
6771
6772 * fadr.el: Remove.
6773
6774 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6775 (gdb-memory-address): New variable which holds top address of
6776 memory page shown in memory buffer.
6777 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6778 customization variables.
6779 New functions:
6780 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6781 display the memory buffer.
6782 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6783 buffer display parameters.
6784 (def-gdb-memory-format, gdb-memory-format-binary)
6785 (gdb-memory-format-octal, gdb-memory-format-unsigned)
6786 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6787 Functions for setting memory buffer format.
6788 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6789 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6790 unit size used in memory buffer.
6791 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6792 to next/previous page of memory buffer.
6793 Now using (bindat-get-field) instead of fadr functions.
6794
6795 2009-07-07 Sam Steingold <sds@gnu.org>
6796
6797 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6798 non-top-level files.
6799
6800 2009-07-07 Kenichi Handa <handa@m17n.org>
6801
6802 * international/mule-cmds.el (reset-language-environment): Put
6803 the highset priority to the charset iso-8859-1.
6804
6805 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6808 to the end of the line when locating the block (Bug#700).
6809
6810 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
6811
6812 * net/tramp.el (tramp-handle-write-region): Flush file properties
6813 in case of short track.
6814
6815 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
6816
6817 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6818 representation of verilog error regular expressions to work with
6819 Emacs-22's new format.
6820 (verilog-error-regexp-xemacs-alist): Coded custom representation
6821 of verilog error regular expressions to work with XEmacs format.
6822 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6823 error recognition into XEmacs.
6824 (verilog-error-regexp-add-emacs): Hook routine to install verilog
6825 error recognition into Emacs-22.
6826
6827 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
6828
6829 * woman.el: Remove stand-alone closing parentheses.
6830 (woman-file-name, woman2-format-paragraphs)
6831 (woman-leave-blank-lines): Code cleanup.
6832 (woman-use-own-frame): Change default to nil.
6833 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6834 defaults to inherit from default faces.
6835 (woman2-process-escapes): Consume the newline after a stand-alone
6836 filler character (Bug#3651).
6837
6838 2009-07-06 Glenn Morris <rgm@gnu.org>
6839
6840 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6841 (top-level): Move provide to the end.
6842 (ffap): Remove defunct URL from custom group.
6843
6844 * subr.el (eval-after-load): Doc fix.
6845
6846 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
6847
6848 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6849 `calc-embedded-word' is called twice.
6850
6851 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * files.el (find-alternate-file-other-window, find-alternate-file):
6854 Obey confirm-nonexistent-file-or-buffer.
6855
6856 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
6857
6858 * dired-aux.el (dired-show-file-type): Handle remote files.
6859
6860 2009-07-05 Jari Aalto <jari.aalto@cante.net>
6861
6862 * desktop.el (desktop-globals-to-save):
6863 Add file-name-history (Bug#2750).
6864
6865 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6868
6869 2009-07-04 Johan Bockgård <bojohan@gnu.org>
6870
6871 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6872 property on entire argument since this is what eshell-lisp-command
6873 expects.
6874
6875 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
6876
6877 * net/tramp-gvfs.el (tramp-gvfs-methods)
6878 (tramp-gvfs-zeroconf-domain)
6879 (tramp-bluez-discover-devices-timeout): Add version flag.
6880 (tramp-gvfs-handler-mounted-unmounted)
6881 (tramp-gvfs-connection-mounted-p): Polish handling of
6882 incompatibilities between GVFS 0.2 and 1.0.
6883
6884 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6885
6886 * cus-start.el (all): Add make-pointer-invisible.
6887
6888 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6889
6890 * calc-math.el (math-use-emacs-fn): Make sure that the number is
6891 formatted correctly.
6892
6893 2009-07-02 Juri Linkov <juri@jurta.org>
6894
6895 * info.el: Virtual Info files and nodes.
6896 (Info-virtual-files, Info-virtual-nodes): New variables.
6897 (Info-current-node-virtual): New variable.
6898 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
6899 New functions.
6900 (Info-file-supports-index-cookies): Use Info-virtual-file-p
6901 to check for a virtual file instead of checking a fixed list
6902 of node names.
6903 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
6904 instead of ad-hoc processing of "dir" and (apropos history toc).
6905 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
6906 instead of ad-hoc processing of "dir" and (apropos history toc).
6907 Reread a file when moving from a virtual node.
6908 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
6909 (Info-directory-toc-nodes, Info-directory-find-file)
6910 (Info-directory-find-node): New functions.
6911 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
6912 (Info-history): Move part of code to
6913 `Info-history-find-node'.
6914 (Info-history-toc-nodes, Info-history-find-file)
6915 (Info-history-find-node): New functions.
6916 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
6917 (Info-toc): Move part of code to `Info-toc-find-node'.
6918 (Info-toc-find-node): New function.
6919 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
6920 the current Info file name to references because now the node
6921 "*TOC*" belongs to the same Info manual.
6922 (Info-toc-build): Rename from `Info-build-toc'.
6923 (Info-toc-nodes): Rename input argument `file' to `filename'.
6924 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
6925 instead of ad-hoc processing of ("dir" apropos history toc).
6926 (Info-index-nodes): Use Info-virtual-file-p
6927 to check for a virtual file instead of checking a fixed list
6928 of node names.
6929 (Info-index-node): Add check for `Info-current-node-virtual'.
6930 Raise `save-match-data' higher up the tree to contain
6931 `search-forward' too (bug fix).
6932 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
6933 (Info-virtual-index-nodes): New variable.
6934 (Info-virtual-index-find-node, Info-virtual-index): New functions.
6935 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
6936 (Info-apropos-file, Info-apropos-nodes): New variables.
6937 (Info-apropos-toc-nodes, Info-apropos-find-file)
6938 (Info-apropos-find-node, Info-apropos-matches): New functions.
6939 (info-apropos): Move part of code to `Info-apropos-find-node' and
6940 `Info-apropos-matches'.
6941 (Info-mode-map): Bind "I" to `Info-virtual-index'.
6942 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
6943 for a virtual file instead of checking a fixed list of node names.
6944
6945 * simple.el (async-shell-command): New command.
6946
6947 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
6948
6949 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
6950 instead of `mount-info'.
6951
6952 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
6953
6954 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
6955 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
6956
6957 2009-07-02 Kenichi Handa <handa@m17n.org>
6958
6959 * international/mule.el (set-keyboard-coding-system): Force *-unix
6960 coding-system to avoid eol conversion.
6961
6962 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6965 Add handler for `process-file', `shell-command' and
6966 `start-file-process'.
6967 (tramp-gvfs-handle-shell-command)
6968 (tramp-gvfs-handle-start-file-process)
6969 (tramp-gvfs-handle-process-file): New defuns.
6970 (tramp-synce-list-devices): Simplify check for existence of property.
6971
6972 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
6973
6974 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
6975
6976 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
6977
6978 * language/korean.el (set-language-info-alist): Add korean-cp949,
6979 cp949 to spec.
6980
6981 2009-07-01 Kenichi Handa <handa@m17n.org>
6982
6983 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
6984
6985 * international/encoded-kb.el: Deleted.
6986
6987 * international/mule.el (set-keyboard-coding-system): Perform the
6988 necessary setup here instead of calling encoded-kbd-setup-display.
6989
6990 2009-07-01 Glenn Morris <rgm@gnu.org>
6991
6992 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
6993
6994 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
6995
6996 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
6997
6998 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7001 Handle also the 'rename case, when setting file modes. (Bug#3712)
7002 (tramp-default-file-modes) Remove execute permissions.
7003
7004 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7005 (top): Add a default for "synce" in `tramp-default-user-alist'.
7006 Add completion function for "synce" method.
7007 (tramp-hal-service, tramp-hal-path-manager)
7008 (tramp-hal-interface-manager, tramp-hal-interface-device):
7009 New defconst.
7010 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7011 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7012 New defuns.
7013
7014 * net/trampver.el: Update release number.
7015
7016 2009-06-30 Kenichi Handa <handa@m17n.org>
7017
7018 * international/fontset.el (setup-default-fontset): Add CJK fonts
7019 for symbols and the other miscellaneous characters.
7020
7021 * language/korea-util.el (setup-korean-environment-internal):
7022 Make char-width-table suitable for Korean environments.
7023 (exit-korean-environment): Cancel above.
7024
7025 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7026 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7027 setup-funcion to make char-widht-table suitable for respective
7028 environments, and an exit-function to cancel that.
7029
7030 * language/japan-util.el (setup-japanese-environment-internal):
7031 Call use-cjk-char-width-table with arg `ja_JP'.
7032
7033 * international/characters.el (cjk-char-width-table): Delete it.
7034 (cjk-char-width-table-list): New variable.
7035 (use-cjk-char-width-table): New arg local-name.
7036 (use-default-char-width-table): Fix for the case that Emacs is
7037 already using the default char-width-table.
7038
7039 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7042 modes mandatory. (Bug#3712)
7043
7044 2009-06-29 Alan Mackenzie <acm@muc.de>
7045
7046 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7047 correction between the visible width of TABs and their number of bytes.
7048
7049 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
7050
7051 * server.el (server-buffer-done): Prevent kill-buffer from
7052 prompting by clearing the buffer modification flag (Bug#3696).
7053
7054 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
7055
7056 * verilog-mode.el (verilog-beg-of-statement)
7057 (verilog-endcomment-reason-re): Support unique case and priority case.
7058 (verilog-basic-complete-re): Support localparam lineup.
7059 (verilog-beg-of-statement-1): Fix for robustness, unique case.
7060 (verilog-set-auto-endcomments): Fix for unique case, always_comb
7061 commenting.
7062 (verilog-leap-to-case-head): Now support *nested* unique &
7063 priority case statements.
7064 (verilog-auto-lineup): Make just declarations the default (as it
7065 had been).
7066 (verilog-leap-to-case-head): Support priority/unique case statements.
7067 (verilog-auto-lineup): Rework to give users radio buttons to
7068 select the various styles of automatic lineup.
7069 (verilog-error-regexp-alist): Rework to support the XEmacs style
7070 of error regular expressions from compilers, lint tools &
7071 simulators. Note that GNU Emacs has made it impossible for a mode
7072 to load such things.
7073 (electric-verilog-terminate-line, verilog-indent-declaration)
7074 (verilog-auto-wiure): Rework for radio button selection of
7075 auto-lineup selection of specification of auto lineup.
7076 (verilog-beg-of-statement-1): Redesign to support proper operation
7077 in additional code, based on testing with auto-lineup.
7078 (verilog-calculate-indent, assignments & declarations)
7079 (verilog-backward-token): Enhance to support auto-lineup of
7080 assignments & declarations.
7081 (verilog-in-directive-p, verilog-at-struct-p): New function for
7082 easy test of whether we are.
7083 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7084 to support safe execution at almost anyline.
7085 (verilog-calc-1): Properly support indenting deep inside generate
7086 blocks.
7087 (verilog-init-font) Remove definition & use of verilog-init-font,
7088 as it is redundant with font-lock-defaults.
7089 (verilog-mode): Alter the definition of verilog-font-lock-defaults
7090 to avoid circular calls if syntax-ppss is a function (as is the
7091 case now in 22.x GNU Emacs) as that function would sometimes call
7092 itself, leading to (nearly) infinite recursion.
7093 (verilog-ovm-begin-re, verilog-ovm-end-re)
7094 (verilog-ovm-statement-re, verilog-leap-to-head)
7095 (verilog-backward-token): Add support for OVM macros. Some are
7096 complete statements, and others open and close scopes like begin
7097 and end.
7098 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7099 (verilog-defun-level-generate-only-re): Really fix the defun-list
7100 compilation issue.
7101 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7102 coverpoint, constraint and cross statements.
7103 (verilog-defun-level-list, verilog-generate-defun-level-list)
7104 (verilog-all-defun-level-list): Redo these specifications - it is
7105 too hard to support eval-when compile aggregation of lists also
7106 built at when-compile time.
7107 (verilog-defun-level-list): Place defconsts of variables used in
7108 building regular expressions which are built in eval-when-compile
7109 bodies in the same eval-when-compile body to facilitate compile
7110 without load.
7111 (verilog-beg-block-re-ordered): Support indenting
7112 virtual/protected tasks and functions.
7113 (verilog-defun-level-list, verilog-in-generate-region-p)
7114 (verilog-backward-ws&directives, verilog-calc-1): Speed up
7115 indentation of some module items (generate items).
7116 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7117 across virtual/protected tasks and functions.
7118
7119 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
7120
7121 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7122 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
7123 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7124 in concatenations. Reported by Yishay Belkind.
7125 (verilog-auto-ascii-enum): Support one-hot state machines in
7126 AUTOASCIIENUM. Suggested by Lloyd Gomez.
7127 (verilog-auto-inst, verilog-auto-inst-port): Include interface
7128 modport in AUTOINST and add vl-modport for users. Reported by
7129 David Rogoff.
7130 (verilog-auto-inout-module, verilog-auto-inst)
7131 (verilog-decls-get-interfaces, verilog-insert-definition)
7132 (verilog-insert-one-definition, verilog-read-decls)
7133 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7134 (verilog-sig-modport, verilog-signals-combine-bus)
7135 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7136 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7137 Suggested by David Rogoff.
7138 (verilog-repair-open-comma): Fix non-insertion of comma when
7139 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
7140 (verilog-make-width-expression): Simplify [A-1:0] expression
7141 widths to just {A{1'b0}}.
7142 (verilog-mode): Cleanup checkdoc warnings.
7143 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7144 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7145 inputs/outputs or data type. Suggested by Vasu Kandadi.
7146 (next-error-last-buffer): Fix byte-compiler warning.
7147 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7148 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7149 or shell command text during AUTO expansion. Suggested by Tad Truex.
7150 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7151 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7152 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7153 in AUTOINOUT. Reported by Matthew Lovell.
7154 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7155 causing use of <= assignments. Reported by Alex Reed.
7156 (verilog-read-decls): Fix triand, trior, wand, wor to be
7157 recognized by AUTOWIRE. Reported by Spencer Isaacson.
7158 (verilog-extended-complete-re): Support import "DPI-C" functions.
7159 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7160 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
7161 (verilog-insert-date, verilog-insert-year)
7162 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7163 Windows systems. Reported by Michael Potts.
7164 (verilog-read-module-name): Fix AUTOINST when the child module
7165 declaration's name is a tick define. Reported by Elliot Mednick.
7166 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7167 passed to next parameter's definition. Reported by Bruce T.
7168 (verilog-read-decls): Fix detecting "parameter int" when using
7169 AUTOINSTPARAM. Reported by Bruce T.
7170 (verilog-goto-defun): Fix goto not finding modules unless first
7171 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
7172 (verilog-mode): Expand -f flag arguments on entry to mode so
7173 verilog-goto-defun will work. Reported by Lawrence Butcher.
7174 (verilog-getopt): Expand environment variables in -f file
7175 arguments. Suggested by Lawrence Butcher.
7176 (verilog-set-define): Fix "Symbol's value as variable is void"
7177 when reading enumerations.
7178 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7179 Suggested by Stephen Peltan.
7180 (verilog-read-defines): Fix reading of enumerations in include
7181 files. Reported by Steve Peltan.
7182
7183 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7184
7185 * files.el (trash-directory): Fix defcustom type.
7186
7187 2009-06-28 Juri Linkov <juri@jurta.org>
7188
7189 * help-fns.el (describe-function-1): Correctly locate adviced
7190 functions in hyperlink (Bug#2438).
7191
7192 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * files.el (trash-directory): Change default to nil.
7195 (move-file-to-trash): If trash-directory is nil and
7196 system-move-file-to-trash is unbound, perform freedesktop-style
7197 trashing.
7198
7199 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7200
7201 * files.el (move-file-to-trash): Add freedesktop trash
7202 support (Bug#973).
7203
7204 2009-06-28 Glenn Morris <rgm@gnu.org>
7205
7206 * autorevert.el (global-auto-revert-non-file-buffers)
7207 (global-auto-revert-mode): Doc fixes.
7208
7209 2009-06-27 Johan Bockgård <bojohan@gnu.org>
7210
7211 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7212
7213 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
7214
7215 * faces.el (x-handle-named-frame-geometry): Ensure that we have
7216 opened an X connection before calling x-get-resource (Bug#3194).
7217
7218 * play/doctor.el: Remove reference to obsolete website.
7219 (make-doctor-variables): Correct grammar mistake (Bug#2633).
7220
7221 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7222
7223 Remove find-file-not-found-hook VC method. (Bug#2757)
7224 * vc-hooks.el (vc-file-not-found-hook)
7225 (vc-default-find-file-not-found-hook): Remove functions.
7226 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7227 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7228 * vc.el:
7229 * vc-hg.el:
7230 * vc-git.el: Do not mention find-file-not-found-hook VC method.
7231
7232 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7233
7234 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7235 compatibility function for `looking-back'.
7236
7237 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7238 Use `ispell-looking-back'.
7239
7240 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7243 rather than `filename'.
7244
7245 2009-06-23 Miles Bader <miles@gnu.org>
7246
7247 * face-remap.el (text-scale-set): New function.
7248
7249 2009-06-23 Glenn Morris <rgm@gnu.org>
7250
7251 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7252
7253 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7254
7255 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7256
7257 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7258
7259 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7260 Simplify Persian conditionals.
7261
7262 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7263 variable `filename'.
7264
7265 * comint.el (comint-insert-input): Doc fix.
7266
7267 * Makefile.in (ELCFILES): Fix typo in previous change.
7268
7269 2009-06-23 Miles Bader <miles@gnu.org>
7270
7271 * cus-start.el: Add entry for `recenter-redisplay'.
7272
7273 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7274
7275 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7276 Add an optional argument for the backend, use it instead of
7277 calling vc-backend.
7278 (vc-mode-line): Add an optional argument for the backend.
7279 Pass the backend to vc-state and vc-working-revision. Move code for
7280 special handling for vc-state being a buffer to ...
7281
7282 * vc-rcs.el (vc-rcs-find-file-hook):
7283 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
7284
7285 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7286 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7287 vc-stay-local-p and vc-mode-line calls.
7288
7289 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7290 (vc-cvs-diff, vc-cvs-annotate-command)
7291 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7292 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7293 vc-mode-line calls.
7294
7295 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7296 direct comparison.
7297 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7298 backend when calling vc-mode-line.
7299 (vc-register): Do not create a closure for calling the vc register
7300 function, call it directly.
7301
7302 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7303
7304 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7305 to make it obvious item can be clicked.
7306
7307 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7308
7309 2009-06-23 Kenichi Handa <handa@m17n.org>
7310
7311 * language/korea-util.el (korean-key-bindings): Change the binding
7312 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
7313 same command.
7314
7315 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
7316
7317 Sync with Tramp 2.1.16.
7318
7319 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7320
7321 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
7322 when a loading of a package fails. Completion function for rsync
7323 is `tramp-completion-function-alist-ssh'.
7324 (all): Replace all calls of `split-string' and
7325 `tramp-split-string' by `tramp-compat-split-string'.
7326 (tramp-default-method): Use `tramp-compat-process-running-p'.
7327 (tramp-default-proxies-alist): Allow also Lisp forms.
7328 (tramp-remote-path): Add choice "Private Directories".
7329 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7330 (tramp-domain-regexp): Allow also "-", "_" and ".".
7331 (tramp-end-of-output): Remove newlines, and add "$" at the end.
7332 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7333 (tramp-debug-message): Insert header line in debug buffer.
7334 (tramp-handle-directory-files-and-attributes-with-stat):
7335 Care about filenames with spaces, or starting with "-".
7336 (tramp-handle-dired-uncache): New defun.
7337 (tramp-handle-insert-directory): Don't flush the directory from
7338 cache, this is handled by `dired-uncache' now.
7339 (tramp-handle-insert-file-contents): Improve error handling.
7340 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7341 Quote `tramp-end-of-output'.
7342 (tramp-action-password): Improve trace message.
7343 (tramp-check-for-regexp): Both echoes must be present, before removing.
7344 (tramp-open-connection-setup-interactive-shell): Trace coding system.
7345 (tramp-compute-multi-hops): Eval cons cells of
7346 `tramp-default-proxies-alist'.
7347 (tramp-maybe-open-connection): Use the same command pattern for
7348 first hop and further hops.
7349 (tramp-wait-for-output): Remove handling of newlines.
7350 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7351 (tramp-split-string): Remove function. It is handled in
7352 tramp-compat now.
7353
7354 * net/tramp-cmds.el (tramp-bug):
7355 Recommend `tramp-cleanup-all-connections' in the bug mail.
7356
7357 * net/tramp-compat.el (tramp-compat-split-string)
7358 (tramp-compat-process-running-p): New defuns.
7359
7360 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7361 for `dired-uncache'.
7362
7363 * net/tramp-gvfs.el: New package.
7364
7365 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7366 Add handler for `dired-uncache'.
7367 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7368
7369 * net/trampver.el: Update release number. Make version check fit
7370 for SXEmacs 22.
7371
7372 2009-06-22 Jim Meyering <meyering@redhat.com>
7373
7374 Automatically handle .xz suffix (XZ-compressed files), too.
7375 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7376 XZ is the successor to LZMA: <http://tukaani.org/xz/>
7377
7378 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
7379 Nick Roberts <nickrob@snap.net.nz>
7380
7381 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7382 repository (http://sphinx.net.ru/hg/gdb-mi/).
7383
7384 2009-06-22 Glenn Morris <rgm@gnu.org>
7385
7386 * files.el (dir-locals-collect-mode-variables): Allow for any number of
7387 `mode' and `eval' entries. (Bug#3430)
7388
7389 * Makefile.in (ELCFILES): Add fadr.elc.
7390
7391 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7392 differing behavior of \n and ^ in strings. (Bug#3385)
7393
7394 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7395
7396 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7397 property.
7398 (lisp-indent-function): Make it a defcustom.
7399
7400 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * progmodes/gdb-ui.el: Replace with ...
7403 * progmodes/gdb-mi.el: ... this file.
7404 * progmodes/gud.el: Modify for gdb-mi.el.
7405
7406 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
7407
7408 * fadr.el: New file.
7409
7410 See ChangeLog.14 for earlier changes.
7411
7412 ;; Local Variables:
7413 ;; coding: utf-8
7414 ;; End:
7415
7416 Copyright (C) 2009 Free Software Foundation, Inc.
7417
7418 This file is part of GNU Emacs.
7419
7420 GNU Emacs is free software: you can redistribute it and/or modify
7421 it under the terms of the GNU General Public License as published by
7422 the Free Software Foundation, either version 3 of the License, or
7423 (at your option) any later version.
7424
7425 GNU Emacs is distributed in the hope that it will be useful,
7426 but WITHOUT ANY WARRANTY; without even the implied warranty of
7427 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7428 GNU General Public License for more details.
7429
7430 You should have received a copy of the GNU General Public License
7431 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7432
7433 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1