1 2011-01-13 Martin Rudalics <rudalics@gmx.at>
3 * mail/sendmail.el (sendmail-user-agent-compose): Remove let
4 bindings around funcall of switch-function.
5 (mail-bury): Merge change from trunk with quit-restore-window.
7 * electric.el (Electric-pop-up-window): Adapt to new buffer
10 2011-01-13 Kim F. Storm <storm@cua.dk>
12 * ido.el (ido-may-cache-directory): Move "too-big" check later.
13 (ido-next-match, ido-prev-match): Fix stray reordering of matching
14 items when cycling through the matches.
16 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
18 * dired-x.el (dired-omit-verbose): New defcustom that allows
19 disabling the omit messages.
20 (dired-omit-expunge): Use it.
22 2011-01-13 Christian Ohler <ohler@gnu.org>
24 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
26 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
28 * font-lock.el (font-lock-verbose): Default to nil.
30 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
32 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
33 (compose-mail): New arg RETURN-ACTION.
34 (compose-mail-other-window, compose-mail-other-frame): Likewise.
36 * mail/sendmail.el (mail-return-action): New var.
37 (mail-mode): Make it buffer-local.
38 (mail-bury): Obey it. Move special Rmail window handling to
40 (mail, mail-setup): New arg RETURN-ACTION.
41 (sendmail-user-agent-compose): Move from simple.el.
43 * mail/rmail.el (rmail-mail-return): New function.
44 (rmail-start-mail): Pass it to compose-mail.
46 2011-01-12 Martin Rudalics <rudalics@gmx.at>
48 * dired.el (dired-display-file, dired-why): Use
49 display-buffer-other-window with label.
50 (dired-pop-to-buffer): Remove.
51 (dired-mark-pop-up): Use display-buffer and quit-restore-window.
53 * proced.el (proced-send-signal): Use display-buffer and
56 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
58 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
59 menus. Add menu item for customize-themes.
61 * cus-theme.el (customize-themes):
62 * emacs-lisp/package.el (package--list-packages): Use
64 2011-01-11 Martin Rudalics <rudalics@gmx.at>
66 * vc/ediff-ptch.el (ediff-show-patch-diagnostics): Use
67 display-buffer-other-window.
69 * simple.el (goto-line, compose-mail-other-window): Replace
70 switch-to-buffer-other-window by pop-to-buffer-other-window.
71 (pop-global-mark): Use pop-to-buffer-same-window instead of
73 (compose-mail-other-frame): Use pop-to-buffer-other-frame
74 instead of switch-to-buffer-other-frame.
75 (special-mode-map): Bind "q" to quit-restore-window instead of
78 * buff-menu.el (Buffer-menu-mode-map): Bind "q" to
80 (buffer-menu): Call pop-to-buffer-same-window.
81 (buffer-menu-other-window): Call pop-to-buffer-other-window.
82 (Buffer-menu-select): Rewrite using display-buffer-same-window
84 (Buffer-menu-1-window, Buffer-menu-mouse-select)
85 (Buffer-menu-this-window): Call pop-to-buffer-same-window.
86 (Buffer-menu-other-window): Call pop-to-buffer-other-window.
87 (Buffer-menu-switch-other-window): Call
88 display-buffer-same-frame-other-window.
89 (Buffer-menu-2-window): Add label argument in calls of
90 display-buffer-same-window and
91 pop-to-buffer-same-frame-other-window.
93 * mail/reporter.el (reporter-submit-bug-report): Use
94 display-buffer-same-frame-other-window.
96 * progmodes/compile.el (compilation-find-file): Use
97 display-buffer-same-frame.
99 * progmodes/inf-lisp.el (switch-to-lisp): Rewrite with new buffer
100 display method specifiers.
102 * vc/ediff-ptch.el (ediff-get-patch-buffer): Use
103 pop-to-buffer-other-window.
104 (ediff-patch-file-internal): Replace switch-to-buffer by
105 pop-to-buffer-same-window and switch-to-buffer-other-window by
106 pop-to-buffer-other-window.
108 * vc/pcvs.el (cvs-ediff-exit-hook): Call
109 pop-to-buffer-same-window instead of switch-to-buffer.
110 (cvs-mode-find-file): Replace switch-to-buffer and
111 switch-to-buffer-other-window by pop-to-buffer-same-window and
112 pop-to-buffer-other-window. Replace call to dired-other-window
113 by call to display-buffer-other-window.
114 (cvs-temp-buffer): Call display-buffer-other-window instead of
117 * vc/pcvs-util.el (cvs-bury-buffer): Call quit-restore-window.
119 2011-01-11 Johan Bockgård <bojohan@gnu.org>
121 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
123 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
125 * progmodes/prolog.el: Fix up coding convention and such.
126 (prolog-indent-width): Use the same default as in
127 previous prolog.el rather than tab-width which depends on which buffer
128 is current when the file is loaded.
129 (prolog-electric-newline-flag): Only enable if electric-indent-mode
131 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
132 (prolog-known-systems): Remove.
133 (prolog-mode-syntax-table, prolog-inferior-mode-map):
134 Move initialization into declaration.
135 (prolog-mode-map): Move initialization into declaration.
136 Remove system-specific mode-map vars, since they referred to the same
138 (prolog-mode-variables): Obey the user's preference w.r.t
139 adaptive-fill-mode. Prefer symbol-value to `eval'.
140 (prolog-mode-keybindings-edit): Add compatibility bindings.
141 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
142 (mercury-mode-map): New var.
143 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
144 (prolog-ensure-process, prolog-process-insert-string)
145 (prolog-consult-compile): Use with-current-buffer.
146 (prolog-guess-fill-prefix): Simplify data flow.
147 (prolog-replace-in-string): New function to use instead of
149 (prolog-enable-sicstus-sd): Don't abuse `eval'.
150 (prolog-uncomment-region): Use `uncomment-region' when available.
151 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
152 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
153 of int-to-char and char-to-int.
154 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
156 2011-01-11 Stefan Bruda <stefan@bruda.ca>
158 * progmodes/prolog.el: Replace by a whole new file.
160 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
162 * subr.el (eval-after-load): Fix timing for features (bug#7769).
163 (declare-function, undefined, insert-for-yank)
164 (replace-regexp-in-string): Follow checkdoc's recommendations.
166 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
168 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
169 refreshing the diary buffer.
171 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
173 * allout.el: Add 2011 to the file copyright.
174 (allout-encrypt-string): Prevent encryption from adding an extra
175 newline at the end of the topic body.
176 (allout-version): Increment to 2.3.
178 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
180 * net/dbus.el (dbus-unregister-service): Complete doc.
181 Fix call of dbus-error signal.
182 (dbus-register-property): Use `dont-register' keyword.
184 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
186 * net/dbus.el (dbus-unregister-service): Translate returned
187 integer into a symbol.
188 (dbus-register-property): Use `dbus-register-service' to do the
191 2011-01-09 Martin Rudalics <rudalics@gmx.at>
193 * dired.el (dired-pop-to-buffer): Call
194 pop-to-buffer-same-frame-other-window.
195 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
197 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
198 Suggested by Joakim Verona.
200 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
202 * wid-edit.el (visibility): Replace :on-image and :off-image
203 widget properties with :on-glyph and :off-glyph, for consistency
204 with the `visibility' widget.
205 (widget-toggle-value-create, widget-visibility-value-create):
206 Merge into a single function `widget-toggle-value-create'.
208 * cus-edit.el (custom-variable-value-create, custom-visibility)
209 (custom-face-edit-value-create, custom-face-value-create):
210 Replace :on-image and :off-image widget properties with :on-glyph and
211 :off-glyph, for consistency with the `visibility' widget.
213 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
215 * net/ldap.el (ldap-search-internal): Don't use eval.
217 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
219 * subr.el (read-char-choice): Use read-key.
221 * custom.el (custom-safe-themes): Rename from
222 custom-safe-theme-files. Add :risky tag.
223 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
224 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
226 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
228 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
229 from Search and add a label to Undo.
231 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
232 inappropriate buttons and adding :vert-only tags.
234 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
235 removal of Help tool-bar button. Remove Undo button for space.
237 * info.el (info-tool-bar-map): Add :vert-only tags.
239 2011-01-08 Martin Rudalics <rudalics@gmx.at>
241 * net/ange-ftp.el (ange-ftp-error): Use
242 pop-to-buffer-same-frame-other-window.
244 * vc/log-edit.el (log-edit-show-files): Use
245 pop-to-buffer-same-frame.
247 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Remove.
249 * vc/pcvs.el (cvs-cmd-do, cvs-quickdir): Do not bind
251 (cvs-do-removal): Call pop-to-buffer-same-frame.
253 * vc/vc-dir.el (vc-dir): Do not bind pop-up-windows.
255 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
257 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
258 image backend support. Either of them is fine.
260 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
262 * subr.el (y-or-n-p): Doc fix.
264 * custom.el (custom-safe-theme-files): New defcustom.
265 (custom-theme-load-confirm): New function.
266 (load-theme): Load theme using `load', confirming with
267 custom-theme-load-confirm if necessary.
269 * subr.el (read-char-choice): New function, factored out from
270 dired-query and hack-local-variables-confirm.
272 * dired-aux.el (dired-query):
273 * files.el (hack-local-variables-confirm): Use it.
275 * dired-aux.el (dired-compress-file):
276 * files.el (abort-if-file-too-large, find-alternate-file)
277 (set-visited-file-name, write-file, backup-buffer)
278 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
279 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
280 Use new format string args for y-or-n-p and yes-or-no-p.
282 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
284 * progmodes/compile.el (compilation-error-regexp-alist-alist)
285 [gcc-include]: Tighten file name match, add match for column
287 [gnu]: Remove unused group.
289 2011-01-08 Glenn Morris <rgm@gnu.org>
291 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
293 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
295 2011-01-07 Martin Rudalics <rudalics@gmx.at>
297 * buff-menu.el (Buffer-menu-switch-other-window): Use
298 display-buffer-same-frame-other-window.
299 (Buffer-menu-2-window): Use
300 pop-to-buffer-same-frame-other-window.
302 * progmodes/compile.el (compilation-start): Use
303 pop-up-window-set-height specifier.
304 (compilation-goto-locus): Rewrite window-setup code with new
305 display method specifiers.
307 * vc/ediff-mult.el (ediff-collect-custom-diffs)
308 (ediff-meta-show-patch): Use display-buffer-other-window.
310 * files.el (ctl-x-5-map): Remove binding for
311 display-buffer-other-frame.
313 * frame.el (pop-up-frame-alist, pop-up-frame-function)
314 (special-display-frame-alist): Update obsolescence declaration.
316 * mail/reporter.el (reporter-submit-bug-report): Adapt to new
319 * man.el (Man-notify-when-ready): Use
320 display-buffer-other-window.
322 * pcomplete.el (pcomplete-show-completions): Use
323 display-buffer-other-window.
325 * ps-print.el (ps-line-lengths-internal, ps-nb-pages): Use
326 display-buffer-other-window.
328 * term.el (term-display-buffer-line): Call
329 display-buffer-other-window.
331 * window.el (window-child-count): New function.
332 (walk-window-tree-1, walk-window-tree, walk-window-subtree):
334 (windows-with-parameter, window-with-parameter)
335 (window-atom-root, make-window-atom, window-atom-check-1)
336 (window-atom-check): New functions.
337 (window-sides-vertical, window-sides-slots, window-sides-alist):
339 (window-side-check, window-check): New functions.
340 (composite-window-p, composite-root-window-p)
341 (composite-main-window-p, composite-support-window-p)
342 (composite-root-window, composite-major-window)
343 (composite-main-sibling, composite-lowest-child-role)
344 (compound-window-p, compound-main-window-p)
345 (compound-root-window, group-window-p, group-root-window): Remove,
346 their functionality is now provided by atomic and side windows.
347 (other-window): Check other-window-function parameter and rewrite
348 handling of no-other-window parameter.
349 (window-deletable-p, delete-window, delete-other-windows)
350 (split-window): Handle ignore-window-parameters, atomic and side
351 windows. Call window-check.
352 (make-compound-window, make-window-group, make-support-window):
353 Remove, replaced by atomic and side windows.
354 (display-buffer-names, display-buffer-regexps): Remove, replaced
355 by display-buffer-alist.
356 (display-buffer-method-specifiers)
357 (display-buffer-macro-specifiers): New constants.
358 (display-buffer-default-specifiers): Rewrite.
359 (display-buffer-alist): New variable.
360 (display-buffer-other-window-specifiers)
361 (display-buffer-same-frame-specifiers)
362 (display-buffer-other-window-same-frame-specifiers)
363 (display-buffer-other-frame-specifiers): Rewrite with new
365 (display-buffer-function, display-buffer-window)
366 (display-buffer-even-sizes, display-buffer-select-window, display-buffer-in-window):
368 (display-buffer-set-height): Rename from display-buffer-adjust-height.
369 (display-buffer-set-width): Rename from display-buffer-adjust-width.
370 (display-buffer-in-window): Install no-other-window parameter if
372 (display-buffer-reuse-window): New function.
373 (display-buffer-split-window-1, display-buffer-split-window):
375 (display-buffer-split-atom-window, display-buffer-pop-up-window)
376 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window):
378 (display-buffer-normalize-specifiers-1)
379 (display-buffer-normalize-specifiers, display-buffer
380 (display-buffer-same-window, display-buffer-same-frame)
381 (display-buffer-other-window)
382 (display-buffer-same-frame-other-window, pop-to-buffer)
383 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
384 (pop-to-buffer-other-window)
385 (pop-to-buffer-same-frame-other-window)
386 (pop-to-buffer-other-frame): Rewrite using new display
388 (special-display-regexps, special-display-function)
389 (same-window-buffer-names, same-window-regexps, pop-up-frames)
390 (display-buffer-reuse-frames, pop-up-windows)
391 (split-window-preferred-function, split-height-threshold)
392 (split-width-threshold, even-window-heights)
393 (display-buffer-mark-dedicated): Rewrite obsolete declarations.
394 (special-display-p, same-window-p): Rewrite with new display
397 2011-01-07 Sam Steingold <sds@gnu.org>
399 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
400 the `explicit-shell-file-name' because that is the
401 non-interactive shell.
403 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
405 * subr.el (y-or-n-p): Accept format string args.
407 2011-01-07 Glenn Morris <rgm@gnu.org>
409 * Makefile.in (EMACSOPT): Add --no-site-lisp.
411 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
413 * allout.el (allout-back-to-current-heading): Ensure return to
414 the visible containing topic, rather than a collapsed one.
415 (allout-view-change-hook): Remove hook that was deprecated long ago.
416 (allout-exposure-change-hook): Remove documentation remarks
417 concerning removed allout-view-change-hook.
418 (allout-flag-region): Remove invocation of and documentation
419 remarks concerning allout-view-change-hook.
421 2011-01-06 Glenn Morris <rgm@gnu.org>
423 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
424 (vc-bzr-annotate-extract-revision-at-line):
425 Handle authors with embedded spaces. (Bug#7792)
427 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
429 * doc-view.el (doc-view-image-width): New variable.
430 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
431 backend for PNG images, and do dynamic rescaling instead of
432 reconverting the whole doc.
434 2011-01-05 Glenn Morris <rgm@gnu.org>
436 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
438 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
440 * allout.el: Reconcile with changes in line movement behavior for
441 long text lines that cross more than a single physical window
442 line, ie when truncate-lines is nil.
443 (allout-next-visible-heading): Provide for change in line-move
444 behavior on long lines when truncate-lines is nil. In that case,
445 line-move can wind up on the same textual line when it moves to
446 the next window line, and moving to the bullet position after the
447 move yields zero advancement. Add logic to detect and compensate
448 for the lack of progress.
449 (allout-current-topic-collapsed-p): move-end-of-line respect for
450 field boundaries is different when operating with body lines
451 shorter than window width versus ones greater than window width,
452 which can yield false negatives in this function. Avoid
453 difference by applying move-end-of-line while field-text-motion is
456 2011-01-04 Glenn Morris <rgm@gnu.org>
458 * textmodes/rst.el (rst-compile-toolsets):
459 Add pdf and s5 to option alist.
461 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
463 * net/dbus.el (dbus-register-property): Add optional parameter
464 dont-register-service. Updated docstring accordingly.
466 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
468 * textmodes/rst.el (rst-compile-pdf-preview)
469 (rst-compile-slides-preview): Remove extra line.
471 2011-01-04 Glenn Morris <rgm@gnu.org>
473 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
474 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
475 default to `prog' without a .py extension.
476 (rst-compile-pdf-preview, rst-compile-slides-preview):
477 Use program names from rst-compile-toolsets, rather than hard-coding.
478 (rst-portable-mark-active-p): Fix presumed typo.
480 2011-01-02 Eli Zaretskii <eliz@gnu.org>
482 * term/w32-win.el (dynamic-library-alist): Set up correctly for
483 libpng versions both before and after 1.4.0. (Bug#7716)
485 2011-01-02 Eli Zaretskii <eliz@gnu.org>
487 * time.el (display-time-mode): Mention display-time-interval in
488 the doc string. (Bug#7713)
490 2011-01-02 Kenichi Handa <handa@m17n.org>
492 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
493 condition-case and return an error message string if something
495 (rmail-show-mime): Adjust for the above change. Insert the
496 header by rmail-mime-insert-header.
498 2011-01-02 Kenichi Handa <handa@m17n.org>
500 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
501 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
502 (rmail-mime-mbox-buffer)
503 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
504 (rmail-mime-entity): Argument changed. All codes handling an
505 entity object are changed.
506 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
508 (rmail-mime-entity-children, rmail-mime-entity-handler)
509 (rmail-mime-entity-tagline): New functions.
510 (rmail-mime-message-p): New function.
511 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
512 (rmail-mime-entity-segment, rmail-mime-next-item)
513 (rmail-mime-previous-item, rmail-mime-shown-mode)
514 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
515 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
516 (rmail-mime-insert-tagline, rmail-mime-insert-header):
518 (rmail-mime-text-handler): Call rmail-mime-insert-text.
519 (rmail-mime-insert-decoded-text): New function.
520 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
521 (rmail-mime-insert-image): Argument changed. Caller changed.
522 (rmail-mime-image): Call rmail-mime-toggle-hidden.
523 (rmail-mime-set-bulk-data): New funciton.
524 (rmail-mime-insert-bulk): Argument changed.
525 (rmail-mime-multipart-handler): Return t.
526 (rmail-mime-process-multipart): Argument changed.
527 Handle "multipart/alternative" here.
528 (rmail-mime-process): Argument changed.
529 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
530 (rmail-mime-insert): Argument changed. Handle raw display mode.
531 (rmail-mime): Argument changed. Handle toggling of raw display
533 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
534 rmail-mime-view-buffer.
535 (rmail-insert-mime-forwarded-message): Likewise.
536 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
538 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
539 non-nil, handle the header in rmail-show-mime-function.
541 2011-01-02 Leo <sdl.web@gmail.com>
543 * help-fns.el (describe-variable): Fix previous change.
545 2011-01-02 Juri Linkov <juri@jurta.org>
547 * isearch.el (isearch-lazy-highlight-error): New variable.
548 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
549 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
550 to the current value of `isearch-error' (Bug#7468).
552 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
554 * help-fns.el (describe-variable): Don't emit trailing whitespace
557 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
559 * textmodes/rst.el (rst-compile-pdf-preview)
560 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
562 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
564 * emulation/edt-mapper.el: Override mapping of function keys so
565 that the later call to read-key-sequence works.
567 2011-01-02 Eli Zaretskii <eliz@gnu.org>
569 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
570 Unix EOLs. (Bug#7589)
572 2011-01-02 Leo <sdl.web@gmail.com>
574 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
575 if point is not behind eshell-last-output-end (Bug#7585).
577 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
579 * files.el (file-local-variables-alist):
580 Make permanent-local (bug#7767).
582 2011-01-02 Glenn Morris <rgm@gnu.org>
584 * version.el (emacs-copyright): Set short copyright year to 2011.
586 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
588 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
589 an existing temp buffer. (Bug#7746)
591 2011-01-02 Glenn Morris <rgm@gnu.org>
593 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
594 multiple addresses. (Bug#7760)
596 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
598 * allout.el (allout-auto-fill): Do not infinitely recurse - use
599 do-auto-fill if everything points back to allout-auto-fill.
600 (allout-mode-deactivate-hook): Declare obsolete, in favor of
601 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
603 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
605 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
608 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
610 * doc-view.el (doc-view-set-doc-type): New function refactored
612 (doc-view-fallback-mode): New function.
613 (doc-view-mode): Use it.
614 (doc-view-mode-maybe): New function that checks if doc-view-mode
615 can be used and falls back to the next best mode otherwise.
617 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
618 DVI, OpenDocument, and MS Office files.
620 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
622 * emacs-lisp/rx.el (rx-syntax): Fix typo.
624 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
626 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
627 on a copy of auto-mode-alist, because that deletes with side
630 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
632 * doc-view.el (doc-view-mode, doc-view-toggle-display):
633 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
634 fallback instead of hard coding fundamental mode.
636 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
638 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
639 Office) files also for searching.
641 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
643 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
644 Office) files. Not yet enabled via auto-mode-list.
645 (doc-view-unoconv-program): New custom variable.
646 (doc-view-mode-p): Handle new odf document type.
647 (doc-view-odf->pdf): New conversion function.
648 (doc-view-convert-current-doc): Call it for odf files.
649 (doc-view-mode): Recognize newly supported file extensions.
651 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
653 * net/tramp.el (tramp-default-method-alist)
654 (tramp-default-user-alist)
655 (tramp-local-host-regexp, tramp-prefix-domain-format)
656 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
663 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
664 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
666 2010-12-29 Karl Fogel <kfogel@red-bean.com>
668 * saveplace.el (save-place-alist-to-file): Save list sorted and
669 pretty-printed, so that it is mergeable by line-based text merging,
670 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
672 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
674 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
675 (allout-mode): Argument "toggle" => "force".
676 Refine the docstring.
677 Remove special provisions for reactivation, besides the 'force'
679 Consolidate layout provisions coce directly into the activation
680 condition branch, now that we've removed those provisions.
681 (allout-unload-function): Explicitly activate the mode before
682 deactivating, if it's initially deactivated.
683 (allout-set-buffer-multibyte): Properly prevent byte-compiler
684 warnings for version of function used only where
685 set-buffer-multibyte is unavailable.
687 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
689 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
690 are handled by the menu-bar entries. As before, don't use
691 :visibile to avoid changing the tool-bar.
693 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
695 * net/secrets.el (secrets-delete-alias): New defun.
697 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
699 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
700 methods, otherwise ~/.ssh/config would be ignored.
702 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
704 * emacs-lisp/rx.el: Make it a superset of sregex.
705 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
706 of args, add `regex' alias.
707 (rx-info): Add arg to distinguish head and standalone forms.
708 (rx-check, rx-form): Pass the corresponding arg.
710 (rx-repeat): Make it work for any number of args.
711 (rx-syntax): Make it accept syntax chars as is.
712 * obsolete/sregex.el: Move from emacs-lisp/.
713 * emacs-lisp/re-builder.el: Remove sregex support.
714 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
716 2010-12-25 Eli Zaretskii <eliz@gnu.org>
718 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
719 PRIMARY first, then the clipboard. (Bug#7699)
721 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
723 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
726 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
728 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
729 .emacs.elc (Bug#7530).
731 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
732 image spec (Bug#7480).
734 2010-12-21 Daiki Ueno <ueno@unixuser.org>
736 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
737 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
740 2010-12-20 Leo <sdl.web@gmail.com>
742 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
743 always be performed (Bug#7680).
745 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
747 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
748 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
751 * color.el: Move from gnus/.
753 * vc/diff.el (diff-better-file-name): Function deleted.
754 abbreviating file names causes problems with shell-quote-argument.
755 (diff-no-select): Just use expand-file-name.
757 * tool-bar.el (tool-bar--image-expression): New function.
758 (tool-bar-local-item, tool-bar--image-exp): Use it.
759 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
760 Use :enable instead of :visible to avoid changing the tool-bar
761 configuration unnecessarily.
763 * info.el (info-tool-bar-map): Add separators.
765 2010-12-17 Ken Brown <kbrown@cornell.edu>
767 * loadup.el: Use version numbers in Cygwin build.
769 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
771 * ido.el (ido-file-internal): Ask for confirmation before
772 overwriting an existing file (Bug#1238).
774 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
776 * tool-bar.el (tool-bar-setup): Add separators.
778 * menu-bar.el (featurep): Use menu-bar-separator.
780 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
782 Migrate allout encryption provisions from pgg to epg.
784 * allout.el (allout-toggle-current-subtree-encryption)
785 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
786 defaulting policy and other changes. Change fetch-pass to keymode-cue,
787 for simpler universal argument interpretation.
788 (allout-toggle-subtree-encryption): Adjust docstring to describe
789 changed encryption provisions. Change fetch-pass to keymode-cue, for
790 simpler universal argument interpretation. Remove provisions for
791 handling key type and identity - they'll all be within
792 allout-encrypt-string or epg/epg or even contained all the way in gpg.
793 (allout-encrypt-string): Include keymode-cue, for optionally prompting
794 for keypair recipients (universal argument > 1) and, in addition,
795 associating the specified recipients with the outline (universal
796 argument > 4) using a file local variable setting for
797 'epa-file-encrypt-to'.
798 Require epa, for recipients handling.
799 Change how regexp filtering elements are named.
800 Describe the problem with caching of incorrect symmetric-decryption
802 Use the epa-passphrase-callback-function, in case the user is using
804 Support saving of the selected keypair recipients when invoked with a
806 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
808 Establish epg-context with armoring and default epg-protocol.
809 Remove all passphrase cache, verification, and hinting code.
810 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
811 No longer used, delete.
812 (allout-mode): Adjust docstring to describe changed encryption
813 provisions. Describe the problem with caching of incorrect
814 symmetric-decryption keys.
815 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
816 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
817 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
818 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
821 2010-12-16 Daiki Ueno <ueno@unixuser.org>
823 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
824 key selection prompt; make 'silent as default (Bug#7487).
826 2010-12-16 Leo <sdl.web@gmail.com>
828 * eshell/eshell.el (eshell-directory-name):
829 Use locate-user-emacs-file (Bug#7578).
831 2010-12-15 Glenn Morris <rgm@gnu.org>
833 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
835 2010-12-15 Jari Aalto <jari.aalto@cante.net>
836 Scott Evans <gse@antisleep.com>
838 * rect.el (rectange--default-line-number-format)
839 (rectangle-number-line-callback): New functions.
840 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
842 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
844 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
845 Delete unused variables.
846 (move-to-column-force): Remove function obsolete since 21.2.
848 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
850 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
851 (tramp-handle-insert-file-contents): Do not set permanent-local
854 * net/tramp-cache.el (tramp-persistency-file-name):
855 Use `locate-user-emacs-file' if fboundp.
857 * net/tramp-sh.el (tramp-methods): Add "ksu".
858 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
861 2010-12-14 Glenn Morris <rgm@gnu.org>
863 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
864 (find-tag-marker-ring): Declare.
865 (js-find-symbol): Require etags.
867 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
869 (mail-alias-file): Don't autoload. Doc fix.
870 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
871 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
872 Mark as obsolete, and risky.
873 (mail-setup): Simplify.
875 * mail/mailalias.el (build-mail-aliases): Make it interactive.
876 * mail/sendmail.el (build-mail-aliases): Update autoload.
878 * dired.el (dired-trivial-filenames, dired-chown-program)
879 (dired-auto-revert-buffer): Remove autoload cookies.
880 * mail/sendmail.el (mail-recover-1): Require 'dired.
882 * dired.el (dired-subdir-switches, dired-chown-program)
883 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
884 Make into defcustoms.
885 (dired-chown-program): Simplify initialization.
887 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
889 2010-12-13 Romain Francoise <romain@orebokech.com>
891 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
893 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
895 * net/netrc.el (netrc-point-at-eol): Remove the unused
896 netrc-point-at-old and netrc-bound-and-true-p bindings.
897 (netrc-parse): Cache the netrc contents.
899 2010-12-13 Eli Zaretskii <eliz@gnu.org>
901 * subr.el (posn-col-row): Evaluate header-line-format in the
902 context of the POSITION window's buffer.
904 2010-12-13 Glenn Morris <rgm@gnu.org>
906 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
907 (with-silent-modifications): Doc fixes.
909 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
911 * net/tramp.el (tramp-action-password, tramp-process-actions):
912 Revert previous from. Use `save-restriction'.
914 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
916 * calendar/diary-lib.el (diary-list-sexp-entries):
917 Handle case of no newline at end of file. (Bug#7536)
919 2010-12-13 Glenn Morris <rgm@gnu.org>
921 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
923 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
925 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
926 (tramp-process-actions): Do not widen.
928 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
929 Protect buffer-modified value. (Bug#7557)
931 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
933 * log-edit.el (log-edit-changelog-entries):
934 Regexp quote filename. (Bug#7505)
936 2010-12-13 Tom Breton <tehom@panix.com>
938 * cus-edit.el (custom-save-all):
939 Bind print-length and print-level to nil. (Bug#7581)
941 2010-12-13 Glenn Morris <rgm@gnu.org>
943 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
944 Run hooks to update menu contents. (Bug#7586)
946 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
947 file names, for the sake of MS Windows. (Bug#7588)
949 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
951 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
952 empty lines without a leading space.
954 2010-12-13 Leo <sdl.web@gmail.com>
956 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
957 while mapping over marks (Bug#6810).
959 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
961 * image-dired.el (image-dired-db-file)
962 (image-dired-temp-image-file, image-dired-gallery-dir)
963 (image-dired-temp-rotate-image-file): Set default values relative
964 to image-dired-dir (Bug#7518).
966 2010-12-13 Lawrence Mitchell <wence@gmx.li>
968 * format.el (format-decode-run-method): Pass args FROM and TO, not
969 point-min and point-max, to shell-command-on-region (Bug#7488).
971 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
973 * frame.el (blink-cursor-mode): Make default t for ns.
975 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
977 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
979 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
981 * comint.el (comint-dynamic-list-input-ring)
982 (comint-dynamic-complete-filename)
983 (comint-replace-by-expanded-filename)
984 (comint-dynamic-simple-complete)
985 (comint-dynamic-list-filename-completions)
986 (comint-dynamic-list-completions): Doc fix (Bug#7499).
988 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
991 2010-12-13 Martin Rudalics <rudalics@gmx.at>
993 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
996 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
998 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
1001 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1003 * files.el (file-relative-name): Handle UNC file names on
1004 DOS/Windows. (Bug#4674)
1006 2010-12-13 Daiki Ueno <ueno@unixuser.org>
1008 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1009 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1010 (epg-context-set-passphrase-callback): Mention that the callback
1011 is not called when used with GnuPG 2.x.
1013 2010-12-13 Glenn Morris <rgm@gnu.org>
1015 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
1016 Ensure ps-footer-font-size-internal is initialized.
1017 Call ps-get-page-dimensions before trying to use ps-font-for-text.
1019 2010-12-13 Kenichi Handa <handa@m17n.org>
1021 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
1022 within condition-case.
1023 (rmail-show-mime): Don't use condition-case.
1024 (rmail-search-mime-message): New function.
1025 (rmail-search-mime-message-function): Set to
1026 rmail-search-mime-message.
1028 2010-12-13 Leo <sdl.web@gmail.com>
1030 * ido.el (ido-common-initialization): New function. (bug#3274)
1032 (ido-completing-read): Call it.
1034 2010-12-12 Karl Fogel <kfogel@red-bean.com>
1036 * bookmark.el (bookmark-name-from-full-record): Rename back to
1037 this original name from `bookmark-name-from-record' reverting part
1038 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
1039 As Drew Adams pointed out, there was no reason to cause churn for
1040 third-party callers.
1042 2010-12-12 Alan Mackenzie <acm@muc.de>
1044 * progmodes/cc-engine.el (c-forward-type): Before scanning a
1045 template arglist, check that the current language supports this.
1047 2010-12-11 Glenn Morris <rgm@gnu.org>
1049 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
1050 state of the file matches. (Bug#7544)
1051 (vc-bzr-register, vc-bzr-checkin)
1052 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
1053 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
1055 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
1057 2010-12-11 Karel Klíč <kklic@redhat.com>
1059 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
1061 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1063 Derive from prog-mode, use derived-mode-p, and fix up various
1064 minor style issues in lisp/progmodes.
1066 * progmodes/vhdl-mode.el (vhdl-mode):
1067 * progmodes/verilog-mode.el (verilog-mode):
1068 * progmodes/vera-mode.el (vera-mode):
1069 * progmodes/sql.el (sql-mode):
1070 * progmodes/scheme.el (scheme-mode):
1071 * progmodes/perl-mode.el (perl-mode):
1072 * progmodes/octave-inf.el (inferior-octave-mode):
1073 * progmodes/autoconf.el (autoconf-mode):
1074 * progmodes/m4-mode.el (m4-mode):
1075 * progmodes/inf-lisp.el (inferior-lisp-mode):
1076 * progmodes/idlwave.el (idlwave-mode):
1077 * progmodes/icon.el (icon-mode):
1078 * progmodes/idlw-help.el (idlwave-help-mode):
1079 * progmodes/dcl-mode.el (dcl-mode):
1080 * progmodes/idlw-shell.el (idlwave-shell-mode):
1081 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
1082 (ebrowse-member-mode, ebrowse-electric-position-mode):
1083 Use define-derived-mode.
1085 * progmodes/xscheme.el (exit-scheme-interaction-mode)
1086 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
1087 (xscheme-debugger-mode-p, xscheme-send-string-1):
1088 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
1089 (tcl-load-file, tcl-restart-with-file):
1090 * progmodes/ps-mode.el (ps-run-running):
1091 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
1092 * progmodes/js.el (js--get-all-known-symbols):
1093 * progmodes/inf-lisp.el (inferior-lisp-proc):
1094 * progmodes/idlwave.el (idlwave-beginning-of-statement)
1095 (idlwave-template, idlwave-update-buffer-routine-info)
1096 (idlwave-update-current-buffer-info)
1097 (idlwave-get-routine-info-from-buffers, idlwave-choose)
1098 (idlwave-scan-class-info, idlwave-fix-keywords)
1099 (idlwave-list-buffer-load-path-shadows):
1100 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
1101 (idlwave-toolbar-remove):
1102 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1103 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1104 (idlwave-shell-menu-def):
1105 * progmodes/idlw-complete-structtag.el
1106 (idlwave-prepare-structure-tag-completion):
1107 * progmodes/gud.el (gud-set-buffer):
1108 * progmodes/f90.el (f90-backslash-not-special):
1109 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1111 * progmodes/xscheme.el (xscheme-start)
1112 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1113 * progmodes/which-func.el (which-function):
1114 * progmodes/vhdl-mode.el (vhdl-set-style):
1115 * progmodes/verilog-mode.el (verilog-set-compile-command)
1116 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1117 (verilog-set-define, verilog-auto-reeval-locals):
1118 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1119 * progmodes/simula.el (simula-mode):
1120 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1121 * progmodes/python.el (python-check, python-mode):
1122 * progmodes/prolog.el (prolog-mode-variables):
1123 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1124 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1125 * progmodes/delphi.el (delphi-mode):
1126 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1127 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1128 (c-font-lock-init): Move make-local-variable to their setq.
1130 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1131 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1133 * progmodes/sh-script.el (sh-require-final-newline): Remove.
1134 (sh-set-shell): Don't set require-final-newline since it's already done
1136 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1137 since we never set it.
1138 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1139 Use read-string and standard prompt.
1140 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1141 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1142 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1143 (meta-common-mode-map): Rename from meta-mode-map.
1144 Remove C-m binding, which is a user preference, not mode specific.
1145 (meta-common-mode): New major mode; replace meta-common-initialization.
1146 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1147 around with font-lock.
1148 * progmodes/etags.el (select-tags-table-mode):
1149 Derive from special-mode.
1150 * progmodes/octave-mod.el (octave-mode):
1151 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1152 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1153 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1154 Let define-derived-mode do its job.
1155 * progmodes/cpp.el (cpp-edit-mode-map):
1156 Move initialization into declaration.
1157 (cpp-edit-mode): Use define-derived-mode.
1158 (cpp-edit-load): Use derived-mode-p.
1159 * progmodes/mixal-mode.el (mixal-mode):
1160 * progmodes/f90.el (f90-mode):
1161 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1162 require-final-newline since prog-mode does it already.
1163 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1164 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1165 * progmodes/antlr-mode.el: Require cc-mode upfront.
1166 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1168 (antlr-directory-dependencies, antlr-show-makefile-rules):
1170 (antlr-language-option): Don't assume point-min==1.
1171 (antlr-mode): Use define-derived-mode.
1172 * progmodes/ada-mode.el: Use derived-mode-p.
1173 (ada-mode): Use define-derived-mode.
1174 Use hack-local-variables-hook.
1176 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1178 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1179 (texinfo-mode): Don't disable adaptive-fill-mode.
1180 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1181 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1182 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1183 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1184 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1185 (texinfo-insert-@quotation, texinfo-insert-@samp)
1186 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1187 (texinfo-insert-@uref): Use define-skeleton.
1188 (texinfo-insert-@-with-arg): Delete.
1190 2010-12-10 Eli Zaretskii <eliz@gnu.org>
1192 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1193 nil, do quote archive member names. (Bug#6144)
1195 2010-12-10 Glenn Morris <rgm@gnu.org>
1197 * files.el (diff-no-select): Declare.
1199 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1200 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1202 * comint.el (comint-input-ring-file-name): Doc fix.
1204 2010-12-09 Eli Zaretskii <eliz@gnu.org>
1206 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1208 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1209 Use them instead of `nil' and `>', respectively.
1210 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1212 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1213 and menu-bar-positive-p instead of `nil' and `>', respectively.
1216 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1218 * whitespace.el (whitespace-newline-mode): Code fix.
1220 2010-12-09 Glenn Morris <rgm@gnu.org>
1222 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1223 Rename functions without commas, update callers.
1225 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
1227 * whitespace.el (whitespace-cleanup-region):
1228 Clean up spaces before tabs. (Bug#7582)
1230 2010-12-08 Karl Fogel <kfogel@red-bean.com>
1232 * bookmark.el: Adjust parameter names and doc strings to resolve
1233 confusion over whether "bookmark" meant a bookmark name or a
1234 bookmark record. Along the way, shorten one function's name for
1235 similar reasons. (Issue #7548)
1236 (bookmark-name-from-record): New name for
1237 `bookmark-name-from-full-record'. All callers changed.
1238 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1239 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1240 (bookmark-get-annotation, bookmark-set-annotation)
1241 (bookmark-get-filename, bookmark-set-filename)
1242 (bookmark-get-position, bookmark-set-position)
1243 (bookmark-get-front-context-string, bookmark-set-front-context-string)
1244 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1245 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1246 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1247 Rename `bookmark' parameter to `bookmark-name-or-record', to
1248 clearly show its role, and shorten or adjust doc strings accordingly.
1249 (bookmark-set-name): Same, and pass the parameter directly to
1250 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1251 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1252 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1253 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1254 and in some cases shorten doc string accordingly.
1255 (bookmark-rename): Change `old' and `new' parameters to `old-name'
1256 and `new-name', and adjust an internal variable to avoid confusion.
1257 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1258 parameter in doc string.
1260 2010-12-08 Glenn Morris <rgm@gnu.org>
1262 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1263 from gdb's history file. (Bug#7575)
1265 * mail/emacsbug.el (report-emacs-bug):
1266 Try to handle some other mail clients.
1268 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1270 * files.el (dir-locals-collect-variables): Don't let errors stop us.
1271 Use string-prefix-p.
1272 (file-name-version-regexp): New var.
1273 (file-name-sans-versions):
1274 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1275 (jka-compr-get-compression-info): Use dolist.
1276 (jka-compr-compression-info-list): Don't bother specifying
1277 version/backup regexps.
1279 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
1281 * simple.el (just-one-space): Make argument n default to 1 if
1284 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1286 * electric.el (electric-indent-post-self-insert-function):
1287 Delete trailing newlines even if we don't reindent.
1289 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1291 * minibuffer.el (completion-at-point): Remove the `arg'.
1292 * bindings.el (complete-symbol): Move back from minibuffer.el.
1294 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1296 * simple.el (just-one-space): Delete newlines for negative arg.
1298 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1300 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1301 (ansi-color-filter-apply): Simplify.
1302 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1304 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1306 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1308 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
1310 * dired.el (dired-use-ls-dired): Set default to a special
1311 "unspecified" value.
1312 (dired-insert-directory): When called the first time, check
1313 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1315 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1317 * replace.el: Add "collect" feature to occur.
1318 (occur-collect-regexp-history): New var.
1319 (occur-read-primary-args): Return a replace string for nlines,
1321 (occur): Extend the meaning of nlines.
1323 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1325 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1326 (which-func-update-1): Distinguish symbols from strings.
1327 (which-function): Stay within 80 columns.
1329 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1331 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1333 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1335 (comment-style): Use comment-styles's docs to describe values.
1337 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1339 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1340 and ns-show-prefs (Bug#7535).
1342 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1343 bindings (Bug#7535).
1345 2010-12-03 Glenn Morris <rgm@gnu.org>
1347 * nxml/nxml-mode.el: Require rng-nxml.
1348 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1349 Remove declarations.
1351 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1352 * nxml/rng-nxml.el, nxml/rng-valid.el:
1353 Remove leading `*' from defcustom docs.
1355 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1356 (normal-top-level-add-to-load-path, tty-handle-args):
1357 Convert comments to basic doc-strings.
1359 * net/browse-url.el (browse-url-url-at-point)
1360 (browse-url-default-browser): Remove autoload cookies.
1362 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1363 Remove more undefined cl functions.
1365 * vc/diff.el (diff-sentinel): Make new arguments optional.
1366 * ibuf-ext.el (diff-sentinel): Update declaration.
1368 2010-12-03 Daiki Ueno <ueno@unixuser.org>
1370 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1371 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1372 (epg-context-set-passphrase-callback): Mention that the callback
1373 is not called when used with GnuPG 2.x.
1375 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
1377 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1378 (tramp-file-name-port): Check also for `tramp-default-port'.
1379 (tramp-get-connection-name): New defun.
1380 (tramp-get-connection-process): Use it.
1381 (tramp-debug-message): Extend function exclude list.
1382 (tramp-drop-volume-letter): Fix doc string.
1384 * net/tramp-cmds.el: Remove solved todo item.
1388 * net/tramp-gvfs.el:
1390 * net/tramp-imap.el:
1391 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1392 and `tramp-default-user-alist', respectively.
1394 * net/tramp-gw.el (tramp-gw-open-connection):
1395 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1397 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1398 `tramp-file-name-port'.
1400 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1401 and "psftp". Exchange "%k" marker with options.
1402 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1403 Compute size of link target.
1404 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1405 `tramp-current-*' up due to gateway methods. Optimze computing of
1406 copy arguments. Use `tramp-get-connection-name' and
1407 `tramp-get-connection-buffer'. Improve debug messages.
1408 (tramp-compute-multi-hops): Remove port determination.
1409 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1411 * net/trampver.el: Update release number.
1413 2010-12-02 Glenn Morris <rgm@gnu.org>
1415 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1416 Avoid infinite loop over windows. (Bug#7492)
1418 * progmodes/flymake.el (flymake-check-file-limit):
1419 Allow nil to mean "no limit".
1420 (flymake-check-patch-master-file-buffer): Update for above change.
1421 Allow a .tex file-name extension to be optional.
1422 (flymake-master-tex-init): Also match \include statements.
1424 2010-11-30 Sam Steingold <sds@gnu.org>
1426 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1427 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1428 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1429 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1430 define-derived-mode').
1431 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1432 users who want to call `nxml-parent-document-set'.
1434 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1436 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1437 stand-alone lines, since that is handled by log-edit-match-to-eoh
1440 2010-11-27 Eduard Wiebe <usenet@pusto.de>
1442 * dired.el (dired-get-filename): Replace backslashes with slashes
1443 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1444 * locate.el (locate-default-make-command-line): Don't consider
1445 drive letter and root directory part of
1446 `directory-listing-before-filename-regexp'. (Bug#7308)
1447 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1449 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1451 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1452 of :smie-open/close-alist.
1453 (smie-next-sexp): Make it accept a "start token" as argument.
1454 (smie-indent-keyword): Be careful not to misidentify tokens that span
1455 more than one line, as empty lines. Add argument `token'.
1457 2010-11-27 Kenichi Handa <handa@m17n.org>
1459 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1460 multipart subtypes, insert all as usual.
1462 * mail/rmail.el: Require rfc2047.
1464 2010-11-27 Kenichi Handa <handa@m17n.org>
1466 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1467 (rmail-mime-entity-disposition)
1468 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1469 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1470 (rmail-mime-save): Handle the case that the button's `data' is a
1472 (rmail-mime-insert-text): New function.
1473 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1474 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1475 (rmail-mime-insert-bulk): New function mostly copied from the old
1476 rmail-mime-bulk-handler.
1477 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1478 (rmail-mime-process-multipart): New function mostly copied from
1479 the old rmail-mime-multipart-handler.
1480 (rmail-mime-show): Just call rmail-mime-process.
1481 (rmail-mime-process): New function mostly copied from the old
1483 (rmail-mime-insert-multipart, rmail-mime-parse)
1484 (rmail-mime-insert, rmail-show-mime)
1485 (rmail-insert-mime-forwarded-message)
1486 (rmail-insert-mime-resent-message): New functions.
1487 (rmail-insert-mime-forwarded-message-function): Set to
1488 rmail-insert-mime-forwarded-message.
1489 (rmail-insert-mime-resent-message-function): Set to
1490 rmail-insert-mime-resent-message.
1492 * mail/rmailsum.el: Require rfc2047.
1493 (rmail-header-summary): Handle multiline Subject: field.
1494 (rmail-summary-line-decoder): Change the default to
1495 rfc2047-decode-string.
1497 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1498 (rmail-mime-feature): Change the default to `rmailmm'.
1499 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1500 (rmail-display-labels): Likewise.
1501 (rmail-show-message-1): Check rmail-enable-mime, and use
1502 rmail-show-mime-function for a MIME message. Decode the headers
1503 according to RFC2047.
1505 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1507 * progmodes/which-func.el (which-func-imenu-joiner-function):
1508 Return a string, as expected.
1509 (which-function-mode): Make sure we stop any previous timer before
1512 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
1514 * net/tramp.el (tramp-default-method-alist)
1515 (tramp-default-user-alist, tramp-default-proxies-alist):
1516 Adapt custom options type. (Bug#7445)
1518 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1520 * progmodes/python.el: Add Ipython support (Bug#5390).
1521 (python-shell-prompt-alist)
1522 (python-shell-continuation-prompt-alist): New options.
1523 (python--set-prompt-regexp): New function.
1524 (inferior-python-mode, run-python, python-shell):
1525 Require ansi-color. Use python--set-prompt-regexp to set the comint
1526 prompt based on the Python interpreter.
1527 (python--prompt-regexp): New var.
1528 (python-check-comint-prompt)
1529 (python-comint-output-filter-function): Use it.
1530 (run-python): Use a pipe (Bug#5694).
1532 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1534 * progmodes/python.el (run-python): Doc fix.
1535 (python-keep-current-directory-in-path): New var (Bug#7454).
1537 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1539 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1540 Prompt user before actually printing.
1542 2010-11-27 Glenn Morris <rgm@gnu.org>
1544 * startup.el (package-enable-at-startup, package-initialize):
1545 Remove unnecessary declarations.
1547 2010-11-27 Eli Zaretskii <eliz@gnu.org>
1549 * international/characters.el (glyphless-char-display-control):
1550 Exclude newline and TAB from the c0-control group.
1552 2010-11-27 Glenn Morris <rgm@gnu.org>
1554 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1555 (expand-mail-aliases): Remove unnecessary autoload.
1557 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1559 * shell.el (shell-dir-cookie-re): Move definition before use.
1561 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1562 Replace undefined CL functions.
1564 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1566 * simple.el (prog-mode): Set bidi-paragraph-direction to
1569 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1571 2010-11-26 Glenn Morris <rgm@gnu.org>
1573 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1574 diary-outlook-formats can be sensitive to calendar-date-style.
1575 (diary-outlook-formats): Simplify the default setting.
1576 (diary-from-outlook-internal): Pass subject and body as arguments.
1577 Use dolist rather than dotimes. Don't save the diary buffer.
1578 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1579 Pass subject and body as explicit arguments to the -internal function.
1581 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1583 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1584 parsing them. This makes mailto:...?subject=foo\nbar work.
1586 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1588 * vc/diff.el (diff): Fix last change.
1590 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1592 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1593 (pcase--dontcare-upats): New var.
1594 (pcase-let, pcase-let*): Generate better code.
1595 Accept the same bodies as `let'.
1596 (pcase-dolist): New macro.
1597 (pcase--trivial-upat-p): New helper function.
1598 (pcase--expand): Strip leading "(let nil" if any.
1600 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602 * mail/mailclient.el (browse-url): Require.
1603 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1604 use the external browser function to send the mail (bug#7469).
1606 * net/browse-url.el (browse-url-browser-function): Revert the
1607 default back to the previous value, since the new value broke
1609 (browse-url-mailto-function): New variable for mailto: URLs.
1610 (browse-url): Use the new variable for mailto: URLs.
1612 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1614 * eshell/esh-cmd.el (eshell-parse-command):
1615 * eshell/esh-arg.el (eshell-parse-arguments):
1616 * eshell/em-script.el (eshell-source-file):
1617 Use with-silent-modifications.
1619 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1621 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1622 for a merge location.
1624 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1625 (vc-bzr-merge-branch): Always prompt.
1626 (vc-bzr-async-command): Use the full branch filename.
1628 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1630 * shell.el (shell): Use current-buffer by default if it's already
1631 a shell mode buffer and its process is dead.
1632 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1634 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1636 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1637 Mention that the keywords should be comma separated.
1639 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1641 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1642 Accept optional prefix arg meaning to prompt for a command.
1643 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1644 prefix arg meaning to prompt for a command.
1645 (vc-pull): Alias for vc-update.
1647 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1648 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1649 (vc-bzr-merge-branch): New functions, implementing merge-branch
1650 and pull operations.
1652 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1654 * Makefile.in: Fix up last merge.
1656 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1657 (diff-sentinel): Get them as arguments instead.
1658 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1659 (diff-file-local-copy, diff-better-file-name): New funs.
1660 (diff-no-select): Rename from diff-into-buffer.
1661 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1662 Prefer closures to buffer-local variables.
1663 (diff): Adjust accordingly.
1664 (diff-buffer-with-file): Move from files.el.
1665 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1666 (diff-buffer-internal): Remove.
1667 (diff-buffer-buffer): Remove.
1668 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1669 the buffer name used, and so as not to mess up windows and frames.
1671 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1673 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1674 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1675 (diff-buffer-with-file): Use it.
1676 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1679 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1681 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1682 \ref's or \pageref's value as default instead of initial input.
1684 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
1686 * files.el (backup-by-copying-when-mismatch): The default value is
1689 * startup.el (normal-top-level):
1690 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1691 `backup-by-copying-when-mismatch'.
1693 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1695 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1697 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1699 * progmodes/python.el (python-font-lock-keywords):
1700 Highlight top-level augmented assignments (Bug#6445).
1702 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1704 * term/ns-win.el (ns-right-control-modifier)
1705 (ns-right-command-modifier): Defvar them.
1707 * cus-start.el (all): Add ns-right-control-modifier and
1708 ns-right-command-modifier (Bug#7458).
1710 2010-11-20 Glenn Morris <rgm@gnu.org>
1712 * emacs-lisp/authors.el (authors-ignored-files)
1713 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1715 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1717 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1718 (report-emacs-bug-parse-query-results)
1719 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1720 keywords used for querying the bug database to show them in the
1721 existing bugs buffer.
1723 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1725 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1727 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1729 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1731 * international/characters.el (glyphless-char-display-control):
1732 Make it a defcustom, with update-glyphless-char-display as its
1734 (top level): Don't call update-glyphless-char-display.
1736 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
1738 Sync with Tramp 2.2.0.
1740 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1741 `file-remote-p' (due to compatibility).
1743 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1744 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1746 * net/trampver.el: Update release number.
1748 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1750 * faces.el (glyphless-char): Define value for `pc'.
1752 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1754 Implemented a bug querying mechanism.
1755 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1756 (report-emacs-bug-create-existing-bugs-buffer)
1757 (report-emacs-bug-parse-query-results)
1758 (report-emacs-bug-query-existing-bugs): New functions.
1760 2010-11-19 Martin Rudalics <rudalics@gmx.at>
1762 * window.el (display-buffer-same-frame-specifiers)
1763 (display-buffer-other-window-same-frame-specifiers): New
1765 (display-buffer): Call display-buffer-function if it's non-nil.
1766 (display-buffer-same-window, display-buffer-other-window)
1767 (pop-to-buffer-other-window, switch-to-buffer-other-window):
1769 (display-buffer-same-frame)
1770 (display-buffer-other-window-same-frame)
1771 (pop-to-buffer-same-frame)
1772 (pop-to-buffer-other-window-same-frame)
1773 (switch-to-buffer-same-frame)
1774 (switch-to-buffer-other-window-same-frame): New functions.
1775 (display-buffer-function): Un-obsolete.
1777 * bookmark.el (bookmark-bmenu-2-window): Use
1778 pop-to-buffer-other-window.
1779 (bookmark-bmenu-switch-other-window): Use
1780 display-buffer-other-window.
1782 * progmodes/etags.el (find-tag-other-window): New argument
1783 other-frame. Call either pop-to-buffer-other-window or
1784 pop-to-buffer-other-frame.
1785 (find-tag-other-frame): Call find-tag-other-window with
1786 other-frame argument t.
1788 * speedbar.el (speedbar-find-file-in-frame)
1789 (speedbar-buffer-click): Use pop-to-buffer-other-frame.
1791 * term/ns-win.el (ns-find-file): Use pop-to-buffer-other-frame.
1793 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1795 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1796 a \ref{} or \pageref{} macro, then use its value as initial input.
1798 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1800 * calc/calc-units.el (math-build-units-table-buffer):
1801 calc/README: Mention that the TeX specific units won't use the
1802 `tex' prefix in TeX mode.
1803 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1804 prefix for units in TeX mode.
1806 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1808 * simple.el (kill-new, kill-append, kill-region):
1809 * comint.el (comint-kill-region): Make the yank-handler argument
1812 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1814 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1815 that are both openers (resp. closers) and something else.
1816 (smie-grammar): Loosen definition of valid values.
1817 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1818 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1819 (smie-indent-after-keyword): Adjust users.
1820 (smie-indent-keyword): Don't indent empty lines.
1822 * vc-hg.el (vc-hg-program): New var.
1823 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1824 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1826 2010-11-18 Glenn Morris <rgm@gnu.org>
1828 * emacs-lisp/autoload.el (autoload-find-destination): The function
1829 coding-system-eol-type may return non-numeric values. (Bug#7414)
1831 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
1833 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1835 2010-11-18 Eli Zaretskii <eliz@gnu.org>
1837 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1839 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
1841 * textmodes/picture.el (picture-mouse-set-point): Don't use
1842 posn-col-row; explicitly compute the motion based on the posn at
1843 the window-start (Bug#7390).
1845 2010-11-18 Glenn Morris <rgm@gnu.org>
1847 * novice.el (disabled-command-function):
1848 Fix 2009-11-15 change. (Bug#7384)
1850 2010-11-18 Glenn Morris <rgm@gnu.org>
1852 * calendar/calendar.el (diary-iso-date-forms): Make elements
1853 mutually exclusive. (Bug#7377)
1855 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1857 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1858 when filling the remaining "unconstrained" values.
1860 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1862 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1865 * files.el (safe-local-variable-p): Gracefully handle errors.
1867 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1868 Use smie-indent-virtual when indenting relative to an opener.
1869 (smie-rule-separator): Use smie-rule-parent.
1870 (smie-indent-keyword): Consult rules, even for openers at bol.
1871 (smie-indent-comment-close): Try to align closer's content.
1873 2010-11-18 Glenn Morris <rgm@gnu.org>
1875 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1877 2010-11-18 Glenn Morris <rgm@gnu.org>
1879 * printing.el (pr-menu-bind): Doc fix.
1881 * speedbar.el (speedbar-toggle-images): Doc fix.
1883 * progmodes/python.el (python-shell): Doc fix.
1885 * wid-edit.el (widget-field-use-before-change)
1886 (widget-use-overlay-change): Doc fixes.
1888 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1890 Minor cleanup to improve style.
1891 * textmodes/rst.el (rst-update-section): Use point-marker.
1892 (rst-get-decoration): Eliminate unneeded assignment.
1893 (rst-promote-region, rst-straighten-decorations)
1894 (rst-section-tree, rst-adjust): Use point-marker.
1895 (rst-toc-mode-mouse-goto): Avoid setq.
1896 (rst-shift-region-guts, rst-shift-region-left)
1897 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1898 (rst-convert-bullets-to-enumeration): Use copy-marker.
1900 * minibuffer.el (completion-fail-discreetly): New var.
1901 (completion--do-completion): Use it.
1903 * electric.el (electric-pair-pairs): New var.
1904 (electric-pair-post-self-insert-function): Use it.
1905 (electric-layout-post-self-insert-function): Don't insert a before
1906 newline unless it's actually needed.
1908 2010-11-17 Martin Rudalics <rudalics@gmx.at>
1910 * window.el (display-buffer-split-window-1): Fix sizing for
1911 internal windows which got broken by the last fix.
1913 * progmodes/compile.el (compilation-minor-mode-map)
1914 (compilation-mode-map): Replace bindings for quit-window by
1915 bindings for quit-restore-window.
1917 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1919 * progmodes/python.el (run-python): Explain why we remove the current
1920 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1922 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1924 2010-11-16 Martin Rudalics <rudalics@gmx.at>
1926 * window.el (display-buffer-split-window-1)
1927 (display-buffer-split-window): Rewrite so that windows are
1928 always split evenly.
1930 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1932 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1933 (octave-mode-map): Don't bind ;, SPC, and LF.
1934 (octave-auto-indent, octave-auto-newline): Remove.
1935 (electric-layout-rules): Declare.
1936 (octave-mode): Set electric-layout-rules.
1937 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1938 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1939 (octave-electric-space): Remove.
1941 * electric.el (electric-layout-mode): New minor mode.
1942 (electric--after-char-pos): New function.
1943 (electric-indent-post-self-insert-function): Use it.
1944 (electric-layout-rules): New var.
1945 (electric-layout-post-self-insert-function): New function.
1946 (electric-indent-mode): Make them interact better.
1948 2010-11-15 Martin Rudalics <rudalics@gmx.at>
1950 * minibuffer.el (minibuffer-completion-help): Don't mark window
1951 as dedicated, the quit-restore parameter should take care of
1952 deleting the window.
1953 (minibuffer-hide-completions): Use quit-restore-window instead
1956 * window.el (display-buffer-split-window-1): Remove max-size
1957 argument and corresponding code.
1958 (display-buffer-split-window): Remove handling of max-height and
1959 max-width specifiers. Restore the pre Emacs 24 behavior where a
1960 single-window frame could be split ignoring the min-height
1961 specifier (then split-height-threshold value). For the
1962 horizontal splitting, side equalling nil case call
1963 display-buffer-split-window-1 with side argument set to 'right
1964 instead of 'below, fixing a bug spotted by Štěpán Němec.
1966 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1968 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1969 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1970 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1972 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1974 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1975 Make sure to check inside the word (Bug#6761).
1977 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1979 * startup.el (command-line): If the cursorColor resource is set,
1980 change the cursor face-spec (Bug#7392).
1982 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1984 The main features of the following allout.el changes are:
1985 - implement user customization for the allout key bindings
1986 - add a customization control by which the user can inhibit use of
1987 a trailing Ctrl-H, so by default it's reserved for use with
1988 describe-prefix-bindings
1989 - adapt to new version of called-interactively-p, while
1990 maintaining backwards compatibility with old version
1991 - fix hotspot navigation so i works properly with meta-modified keys
1993 * allout.el (allout-keybindings, allout-bind-keys)
1994 (allout-keybindings-binding, allout-prefixed-keybindings)
1995 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1996 (allout-keybindings-list, allout-mode-map-adjustments)
1997 (allout-setup-mode-map): Establish allout-mode keymaps as user
1998 customizable settings, and also establish a customizable setting which
1999 regulates whether or not a trailing control-h is reserved for use with
2000 describe-prefix-bindings - and inhibit it by default, so that control-h
2001 *is* reserved for describe-prefix-bindings unless the user changes it.
2003 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
2004 and accurately between modified and unmodified events, and handle
2005 modified events more comprehensively.
2007 * allout.el (allout-substring-no-properties):
2008 Alias to use or provide version of `substring-no-properties'.
2009 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
2011 * allout.el (allout-next-single-char-property-change):
2012 Alias to use or provide version of `next-single-char-property-change'.
2013 (allout-annotate-hidden, allout-hide-by-annotation):
2014 Use `allout-next-single-char-property-change'.
2016 * allout.el (allout-select-safe-coding-system):
2017 Alias to use or provide version of `select-safe-coding-system'.
2018 (allout-toggle-subtree-encryption):
2019 Use `allout-select-safe-coding-system'.
2021 * allout.el (allout-set-buffer-multibyte):
2022 Alias to use or provide version of `set-buffer-multibyte'.
2023 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
2025 * allout.el (allout-called-interactively-p): Macro for using the
2026 different versions of called-interactively-p identically, depending on
2027 the subroutine's argument signature.
2028 (allout-back-to-current-heading, allout-beginning-of-current-entry):
2029 Use `(interactive "p")' instead of `(called-interactively-p)'.
2031 * allout.el (allout-init, allout-ascend, allout-end-of-level)
2032 (allout-previous-visible-heading, allout-forward-current-level)
2033 (allout-backward-current-level, allout-show-children):
2034 Use `allout-called-interactively-p' instead of `called-interactively-p'.
2036 * allout.el (allout-before-change-handler):
2037 Exempt edits to the (overlaid) character after the allout outline
2038 bullet from edit confirmation prompt.
2040 * allout.el (allout-add-resumptions):
2041 Ensure that it respects correct buffer for keybindings.
2043 * allout.el (allout-beginning-of-line):
2044 Use `allout-previous-single-char-property-change' alias for the sake of
2045 diverse compatibility.
2047 * allout.el (allout-end-of-line):
2048 Use `allout-mark-active-p' to encapsulate respect for mark activity.
2050 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
2052 * frame.el (frame-notice-user-settings): Don't clobber other
2053 user-set parameters when calling face-set-after-frame-default in
2054 response to background-color parameter (Bug#7373).
2056 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2058 * international/characters.el (glyphless-char-display-control):
2059 Rename from glyphless-char-control; all users changed. Doc fix.
2060 Signal an error if display method is not one of the recognized
2063 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
2065 * net/tramp-compat.el (tramp-compat-line-beginning-position)
2066 (tramp-compat-line-end-position): Remove them.
2068 * net/tramp.el (tramp-parse-rhosts-group)
2069 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
2070 (tramp-parse-hosts-group, tramp-parse-passwd-group)
2071 (tramp-parse-netrc-group, tramp-parse-putty-group)
2072 * net/tramp-cmds.el (tramp-append-tramp-buffers)
2073 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
2074 (tramp-sh-handle-file-selinux-context)
2075 (tramp-sh-handle-file-name-all-completions)
2076 (tramp-sh-handle-insert-directory)
2077 (tramp-sh-handle-expand-file-name, tramp-find-executable)
2078 (tramp-wait-for-output, tramp-send-command-and-read)
2079 * net/tramp-smb.el (tramp-smb-read-file-entry)
2080 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
2082 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
2084 (tramp-remote-coding-commands): Add an alternative using "base64
2085 -d -i". This is needed for older base64 versions from GNU
2086 coreutils. Reported by Klaus Reichl
2087 <Klaus.Reichl@thalesgroup.com>.
2089 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
2091 * simple.el (count-words-region): New function.
2093 2010-11-12 Martin Rudalics <rudalics@gmx.at>
2095 * window.el (display-buffer): Write check for dedicatedness
2096 correctly in the same-window section.
2097 (get-mru-window): Fix doc-string typo.
2099 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2101 * shell.el (shell-dir-cookie-re): New custom variable.
2102 (shell-dir-cookie-watcher): New function.
2104 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
2105 and compilation-mode (bug#7350).
2107 * vc/smerge-mode.el (smerge-refine): Choose better default part to
2108 highlight when one of them is empty.
2110 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
2112 (skeleton-newline): New function.
2113 (skeleton-internal-1): Use it.
2115 * simple.el (open-line): `newline' may strip trailing space.
2117 2010-11-12 Kevin Ryde <user42@zip.com.au>
2119 * international/mule-cmds.el (princ-list): Use mapc.
2121 2010-11-12 Glenn Morris <rgm@gnu.org>
2123 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
2124 Use it to replace all instances of "*Compile-Log*"
2126 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2128 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
2131 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2133 * progmodes/modula2.el: Use SMIE and skeleton.
2134 (m2-mode-syntax-table): (*..*) can be nested.
2135 Add //...\n. Fix paren syntax.
2136 (m2-mode-map): Remove LF and TAB bindings.
2137 (m2-indent): Add safety property.
2138 (m2-smie-grammar): New var.
2139 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
2140 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
2141 (m2-mode): Use define-derived-mode.
2142 (m2-newline, m2-tab): Remove.
2143 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
2144 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
2145 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
2146 (m2-import): Use define-skeleton.
2148 2010-11-11 Glenn Morris <rgm@gnu.org>
2150 * obsolete/lucid.el: Don't warn about any CL functions in this file.
2152 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
2153 (ls-lisp-verbosity): Add custom :set-after property.
2154 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
2155 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
2156 (ls-lisp-insert-directory): Update caller.
2157 (ls-lisp-set-options): New function.
2158 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
2161 * play/landmark.el (lm-prompt-for-move):
2162 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
2164 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
2166 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
2167 (idlwave-study-twins): Prefix dynamic local variable `name'.
2168 (idlwave-routine-twin-compare): Update for above change.
2170 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
2171 Prefix dynamic local variables `name', `kwd', and `link'.
2172 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
2173 * progmodes/idlw-complete-structtag.el
2174 (idlwave-complete-structure-tag-help):
2175 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2176 (idlwave-complete-sysvar-tag-help)
2177 (idlwave-complete-class-structure-tag-help):
2178 Update for above name changes.
2180 2010-11-10 Martin Rudalics <rudalics@gmx.at>
2182 * help.el (with-help-window): In doc-string say how to set up
2183 temp-buffer-show-specifiers.
2185 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2186 (isearch-describe-key, isearch-describe-mode): Replace bindings
2187 for same-window-buffer-names and same-window-regexps by binding
2188 temp-buffer-show-specifiers instead.
2190 * international/mule-diag.el (mule-diag):
2191 * calc/calc-help.el (calc-describe-key, calc-full-help):
2192 * printing.el (pr-show-setup):
2193 * progmodes/python.el (python-describe-symbol):
2194 * textmodes/table.el (*table--cell-describe-mode)
2195 (*table--cell-describe-bindings):
2196 * tutorial.el (tutorial--describe-nonstandard-key)
2197 (tutorial--detailed-help):
2198 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
2199 * play/yow.el (apropos-zippy): Use with-help-window.
2201 * apropos.el (apropos-command): Remove the message calculation part.
2202 (apropos-print): Use with-help-window
2204 * woman.el (woman-mini-help): Remove the message calculation part.
2205 (woman-display-extended-fonts): Use with-help-window.
2207 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2209 * net/browse-url.el (browse-url-browser-function): Change the
2210 default to use `browse-url-mail' on mailto: URLs.
2212 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
2214 * emacs-lisp/package.el (package-read-all-archive-contents):
2215 Reset package-archive-contents to nil before re-reading.
2217 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
2219 * textmodes/flyspell.el (flyspell-word): Do not re-check words
2220 already found as misspellings by (flyspell-large-region), just
2221 do highlighting (bug#7322).
2223 2010-11-10 Glenn Morris <rgm@gnu.org>
2225 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2227 * emulation/edt.el (edt-with-position): New macro.
2228 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2229 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2230 (edt-paragraph-forward, edt-paragraph-backward): Use it.
2232 * emulation/tpu-extras.el (tpu-with-position): New macro.
2233 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2235 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2237 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2238 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2239 (texinfo-master-menu, texinfo-insert-node-lines)
2240 (texinfo-multiple-files-update):
2241 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2242 Use line-beginning-position.
2244 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2245 No recent Emacs supports system-type `emx'.
2247 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2248 (ada-command-separator, ada-default-prj-properties)
2249 (ada-find-any-references): Update for above name change.
2251 * dirtrack.el (dirtrack-directory-function)
2252 (dirtrack-canonicalize-function):
2253 * filecache.el (file-cache-completion-ignore-case)
2254 (file-cache-case-fold-search, file-cache-ignore-case):
2255 * term.el (serial-port-is-file-p): Cosmetic change.
2257 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2258 Remove non-existent `windows-95' system-type.
2259 * dired.el (dired-chown-program): Remove non-existent `linux'
2262 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2263 (ping-program-options): Remove non-existent `linux' system-type.
2265 * startup.el (package-initialize): Update declaration.
2267 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2268 (ls-lisp-handle-switches): Use time-less-p.
2269 (ls-lisp-format-time): Use float-time.
2271 * textmodes/remember.el (remember-time-to-seconds): Remove.
2272 (remember-store-in-mailbox): Use float-time.
2274 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2276 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2277 never a real function.
2278 (with-no-warnings): Remove compat stub, now unused.
2279 (time-less-p): Doc fix.
2280 (time-to-number-of-days): Simplify.
2282 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2284 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2285 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2286 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2287 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2288 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2290 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2291 (eshell-shuffle-files, eshell-shorthand-tar-command)
2292 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2293 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2294 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2295 Prefix dynamic local variable `matches'.
2297 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2298 Prefix dynamic local variable `skeleton'.
2300 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2302 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2303 in mail buffer; make yank-action always a command that yanks original
2306 2010-11-09 Glenn Morris <rgm@gnu.org>
2308 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2310 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2312 * minibuffer.el (minibuffer-completion-help): Specify the end of the
2313 completion field (bug#7211).
2315 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2316 Fix handling of backslash escapes.
2317 (python-quote-syntax): Adjust accordingly.
2319 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
2321 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2322 (vc-mtn-workfile-branch): Adjust to new output format.
2324 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2326 * international/mule-cmds.el (princ-list): Mark as obsolete.
2328 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2330 * emacs-lisp/smie.el: New package.
2332 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2334 * files.el (backup-by-copying-when-mismatch):
2335 Set `permanent-local' property.
2337 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2338 `permanent-local' property for `backup-by-copying-when-mismatch'.
2340 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2342 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
2344 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
2346 * progmodes/verilog-mode.el (verilog-insert-one-definition)
2347 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2348 AUTOINOUT for SV style multidimensional arrays, bug294.
2349 Reported by Eric Mastromarchi.
2350 (verilog-preprocess): Use with-current-buffer and
2351 font-lock-fontify-buffer to cleanup style issues.
2353 2010-11-09 Glenn Morris <rgm@gnu.org>
2355 * locate.el (locate, locate-mode): Doc fixes.
2357 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
2359 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2360 user for confirmation.
2361 (server-force-stop): Use it.
2362 (server-start): Use server-force-stop for kill-emacs-hook, to
2363 avoid user interaction while killing Emacs.
2365 2010-11-09 Glenn Morris <rgm@gnu.org>
2367 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2368 (meta-indent-line): Simplify.
2370 * vc/emerge.el (emerge-line-number-in-buf):
2371 * textmodes/ispell.el (ispell-region):
2372 * textmodes/fill.el (current-fill-column):
2373 * progmodes/xscheme.el (xscheme-send-current-line):
2374 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2375 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2376 * progmodes/sh-script.el (sh-handle-prev-do):
2377 * progmodes/meta-mode.el (meta-indent-line):
2378 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2380 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2381 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2382 * progmodes/fortran.el (fortran-looking-at-if-then):
2383 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2384 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2385 (cperl-find-pods-heres):
2386 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2387 * net/quickurl.el (quickurl-list-insert):
2388 * net/ldap.el (ldap-search-internal):
2389 * net/eudc.el (eudc-expand-inline):
2390 * mail/sendmail.el (sendmail-send-it):
2391 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2392 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2393 (viper-brac-function):
2394 * calc/calc-yank.el (calc-do-grab-region):
2395 * calc/calc-keypd.el (calc-keypad-press):
2396 * term.el (term-move-columns, term-insert-spaces):
2397 * speedbar.el (speedbar-highlight-one-tag-line):
2398 * simple.el (current-word):
2399 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2400 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2402 * hippie-exp.el (he-line-beg):
2403 * epa.el (epa--marked-keys):
2404 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2405 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2406 (dired-relist-entry):
2407 * buff-menu.el (Buffer-menu-buffer):
2408 * array.el (current-line):
2409 * allout.el (allout-resolve-xref)
2410 (allout-latex-verbatim-quote-curr-line):
2411 Replace yet more uses of end-of-line etc with line-end-position, etc.
2413 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2415 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2416 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2417 (checkdoc-syntax-table): Initialize in the declaration.
2418 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2419 the mode on unconditionally.
2421 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2422 (extent-end-position, extent-start-position): Remove setf method for
2423 non-existing functions (bug#7319).
2425 2010-11-07 Martin Rudalics <rudalics@gmx.at>
2427 * ielm.el (top-level): Remove autoloaded add-hook for
2428 same-window-buffer-names.
2429 (ielm): Use pop-to-buffer-same-window.
2431 * progmodes/inf-lisp.el (inferior-lisp): Use
2432 pop-to-buffer-same-window.
2433 (top-level): Remove autoloaded add-hook for
2434 same-window-buffer-names.
2435 (switch-to-lisp): Use pop-to-buffer with tailored specifiers.
2437 * replace.el (occur-mode-goto-occurrence): Use
2438 pop-to-buffer-other-window.
2439 (occur-mode-display-occurrence): Use
2440 display-buffer-other-window.
2442 * shell.el (shell): Use pop-to-buffer-same-window.
2443 (top-level): Remove autoloaded add-hook for
2444 same-window-buffer-names.
2446 * net/rlogin.el: (top-level): Remove autoloaded add-hook for
2447 same-window-regexps.
2448 (rlogin): Use pop-to-buffer-same-window.
2450 * net/telnet.el (top-level): Remove two autoloaded add-hooks for
2451 same-window-regexps.
2452 (telnet, rsh): Use pop-to-buffer-same-window.
2454 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2456 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2457 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2458 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2459 (smie-prec2->grammar): Rename from smie-prec2-levels.
2460 (smie-grammar): Rename from smie-op-levels.
2461 (smie-indent--hanging-p): Rename from smie-hanging-p.
2462 (smie-rule-hanging-p): New alias.
2463 (smie-indent--bolp): Rename from smie-bolp.
2464 (smie-indent--hanging-p): New alias.
2465 (smie--token): New dynamically bound variable.
2466 (smie-indent--parent): New function.
2467 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2468 (smie-rule-next-p): Rename from smie-next-p.
2469 (smie-rule-prev-p): Rename from smie-prev-p.
2470 (smie-rule-sibling-p, smie-rule-parent)
2471 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2472 (smie-rule-separator-outdent): New var.
2473 (smie-indent--rule): Merge with smie-indent--column.
2474 (smie-indent-forward-token, smie-indent-backward-token):
2475 Also recognize close parens.
2476 (smie-indent-keyword): Don't use smie-indent--column any more.
2477 (smie-indent-after-keyword): Ignore closers by default.
2478 (smie-indent-line): Use with-demoted-errors.
2479 * progmodes/octave-mod.el (octave-smie-grammar):
2480 Rename from octave-smie-op-levels.
2481 (octave-smie-rules): Adjust to new behavior.
2482 * progmodes/prolog.el (prolog-smie-grammar):
2483 Rename from prolog-smie-op-levels.
2485 2010-11-07 Glenn Morris <rgm@gnu.org>
2487 * eshell/esh-util.el (subst-char-in-string)
2488 (directory-files-and-attributes): These compatibility definitions are
2489 not needed on any version of Emacs since at least 21.4.
2491 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2492 (verilog-get-end-of-line): Remove.
2493 (verilog-within-string, verilog-re-search-forward-substr)
2494 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2495 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2496 Use point-at-bol, point-at-eol.
2497 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2499 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2500 (electric-pascal-terminate-line, pascal-set-auto-comments)
2501 (pascal-indent-paramlist, pascal-indent-declaration)
2502 (pascal-get-lineup-indent, pascal-func-completion)
2503 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2504 Use point-at-bol, point-at-eol.
2505 * progmodes/flymake.el (flymake-line-beginning-position)
2506 (flymake-line-end-position): Remove.
2507 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2508 * eshell/esh-util.el (line-end-position, line-beginning-position):
2509 Remove compat definitions.
2511 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2513 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2514 Use line-end-position.
2516 * emacs-lisp/chart.el (chart-zap-chars):
2517 * play/decipher.el (decipher-set-map):
2518 * progmodes/ada-mode.el (ada-get-current-indent)
2519 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2520 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2521 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2522 (ada-get-all-references):
2523 * progmodes/cperl-mode.el (cperl-electric-paren)
2524 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2525 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2526 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2527 (cperl-word-at-point-hard):
2528 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2529 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2530 (idlwave-shell-display-line):
2531 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2532 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2533 * progmodes/js.el (js--re-search-forward-inner)
2534 (js--re-search-backward-inner):
2535 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2536 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2537 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2538 * textmodes/flyspell.el (flyspell-process-localwords):
2539 * textmodes/ispell.el (ispell-buffer-local-parsing)
2540 (ispell-buffer-local-dict, ispell-buffer-local-words):
2541 Use point-at-bol and point-at-eol.
2543 * speedbar.el (speedbar-generic-item-info)
2544 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2545 (speedbar-add-indicator, speedbar-check-vc-this-line)
2546 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2547 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2548 Replace more uses of end-of-line etc with line-end-position.
2550 2010-11-06 Martin Rudalics <rudalics@gmx.at>
2552 * mail/sendmail.el (mail-bury): Do something similar to
2553 quit-restore-window.
2554 (top-level): Don't change same-window-buffer-names via add-hook
2556 (mail): Use pop-to-buffer-same-window.
2557 (mail-other-window): Use pop-to-buffer-other-window.
2558 (mail-other-frame): Use pop-to-buffer-other-frame.
2560 * simple.el (display-message-or-buffer): Rename argument FRAME
2561 to IGNORE because it's ignored. Change call to display-buffer
2563 (sendmail-user-agent-compose): Remove let bindings around call
2564 to switch-function; the latter should have been bound to an
2565 appropriate function already.
2566 (clone-buffer): Call pop-to-buffer-other-window.
2567 (clone-indirect-buffer): New semantices of display-flag
2569 (clone-indirect-buffer-other-window): Interactively set
2570 display-flag to 'other-window.
2572 * calendar/solar.el (sunrise-sunset): Use with-help-window instead
2573 of with-output-to-temp-buffer.
2575 * textmodes/bibtex.el (bibtex-search-entry): Use
2576 pop-to-buffer-same-window.
2578 * cmuscheme.el (run-scheme): Use pop-to-buffer-same-window.
2579 (top-level): Remove autoloaded add-hook for
2580 same-window-buffer-names.
2582 * eshell/eshell.el (eshell-add-to-window-buffer-names)
2583 (eshell-remove-from-window-buffer-names): Remove.
2584 (eshell-unload-hook): Don't call
2585 eshell-remove-from-window-buffer-names.
2586 (eshell-buffer-name): Don't call
2587 eshell-remove-from-window-buffer-names and
2588 eshell-add-to-window-buffer-names.
2589 (top-level): Remove eshell-deftest call to check for
2590 same-window-buffer-names.
2591 (eshell): Call pop-to-buffer-same-window.
2593 * files.el (display-buffer-other-frame): Remove.
2595 2010-11-06 Glenn Morris <rgm@gnu.org>
2597 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2598 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2599 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2600 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2601 (texinfo-multiple-files-update):
2602 * textmodes/table.el (table--probe-cell-left-up)
2603 (table--probe-cell-right-bottom):
2604 * textmodes/picture.el (picture-tab-search):
2605 * textmodes/page-ext.el (pages-copy-header-and-position)
2606 (pages-directory-for-addresses):
2607 * progmodes/vera-mode.el (vera-get-offset):
2608 * progmodes/simula.el (simula-calculate-indent):
2609 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2610 * progmodes/prolog.el (end-of-prolog-clause):
2611 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2612 * progmodes/icon.el (indent-icon-exp):
2613 * progmodes/etags.el (tag-re-match-p):
2614 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2615 * progmodes/ebnf2ps.el (ebnf-begin-file):
2616 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2617 (dcl-save-local-variable):
2618 * play/life.el (life-setup):
2619 * play/gametree.el (gametree-looking-at-ply):
2620 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2621 * mail/sendmail.el (mail-mode-auto-fill):
2622 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2623 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2624 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2625 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2626 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2627 * type-break.el (type-break-file-keystroke-count):
2628 * term.el (term-replace-by-expanded-history-before-point)
2629 (term-skip-prompt, term-extract-string):
2630 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2631 (speedbar-contract-line, speedbar-toggle-line-expansion)
2632 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2633 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2634 * sort.el (sort-skip-fields):
2635 * skeleton.el (skeleton-internal-list):
2636 * simple.el (line-move-finish, line-move-to-column):
2637 * shell.el (shell-forward-command):
2638 * misc.el (copy-from-above-command):
2639 * makesum.el (double-column):
2640 * ebuff-menu.el (electric-buffer-update-highlight):
2641 * dired.el (dired-move-to-end-of-filename):
2642 * dframe.el (dframe-popup-kludge):
2643 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2644 * arc-mode.el (archive-get-lineno):
2645 Use line-end-position and line-beginning-position.
2647 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2648 (idlwave-study-twins): Prefix dynamic local `class'.
2649 (idlwave-routine-twin-compare): Update for above name change.
2651 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2652 Use boundp tests to silence compiler. Update for changed name of
2653 bytecomp-filename variable.
2655 * emulation/viper-cmd.el (viper-read-string-with-history):
2656 Prefix dynamic local `initial'.
2657 (viper-minibuffer-standard-hook): Update for above name change.
2659 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2660 (elint-init-form): Update for above name change.
2662 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2663 local variables `cbeg' and `cend' a prefix.
2664 (mail-extr-voodoo): Update for above name change.
2666 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2667 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2668 (reftex-toc-promote-action): Doc fix.
2670 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2671 `prompt', `data' a prefix.
2672 (reftex-select-post-command-hook, reftex-select-callback)
2673 (reftex-select-mouse-accept, reftex-select-read-cite):
2674 Update for above name changes.
2676 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2677 `refstyle' to reftex-refstyle.
2678 (reftex-offer-label-menu): Update for above name change.
2679 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2680 `refstyle' name change.
2682 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2683 with with-current-buffer.
2684 (diff, template): Give dynamic local variables a prefix.
2685 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2686 (emerge-line-number-in-buf): Update for above name change.
2687 (emerge-combine-versions-internal): Rename local `template' to
2688 emerge-combine-template.
2689 (emerge-combine-versions-edit): Update for above name change.
2691 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
2693 * textmodes/reftex-cite.el
2694 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2695 entries with whitespace after \bibitem.
2696 (reftex-create-bibtex-file): Match entries containing numbers and
2697 symbol constituents. Make sure that entries with whitespace at
2698 various places are found.
2700 2010-11-05 Martin Rudalics <rudalics@gmx.at>
2702 * window.el (display-buffer-even-sizes)
2703 (display-buffer-adjust-height, display-buffer-adjust-width)
2704 (display-buffer-in-new-window, kill-buffer-and-window): Use
2705 ignore-errors instead of condition-case.
2707 * electric.el (Electric-pop-up-window): Use buffer display
2710 * emacs-lisp/elint.el (elint-display-log): Use
2711 display-buffer-other-window.
2713 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Use buffer
2716 * printing.el (pr-file-list): Comment out bindings of
2717 pop-up-windows and pop-up-frames.
2719 * mail/reporter.el (reporter-submit-bug-report): Use
2720 pop-to-buffer-other-window and display specifiers.
2722 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2724 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2726 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2728 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2730 2010-11-05 Glenn Morris <rgm@gnu.org>
2732 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2733 (woman2-roff-buffer): Give local variable `request' a prefix.
2734 (woman0-macro): Rename argument `request' in the same way.
2735 (woman-request): New name for `request' dynamic variable.
2736 (woman-unquote, woman-forward-arg): Update for above name change.
2737 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2738 (woman1-unquote): New name for `unquote' dynamic variable.
2739 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2740 (woman-translations): Rename from `translations'. No longer global.
2741 (woman2-tr, woman-translate): Update for above name change.
2742 (woman-translate): Check for bound variable.
2743 (woman2-roff-buffer): Give local variable `translations' a prefix.
2745 * play/doctor.el: Give all local variables a prefix. Update callers.
2746 (doc$, doctor-put-meaning): Use backquote.
2748 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2749 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2751 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2752 variables bytes, ptr, op a prefix.
2753 (disassemble-offset): Update for above change.
2755 2010-11-04 Martin Rudalics <rudalics@gmx.at>
2757 * window.el (display-buffer-names, display-buffer-regexps): Make
2758 even-window-sizes a seperate specifier. Allow numbers and
2759 functions in the cdr of the adjust-height specifier and remove
2760 even-window-heights and the special handling of
2761 fit-window-to-buffer and shrink-window-if-larger-than-buffer.
2762 Add new specifier adjust-width similar to adjust-height.
2763 (display-buffer-normalize-specifiers-1): Fix typo.
2764 (display-buffer-even-sizes, display-buffer-adjust-height)
2765 (display-buffer-adjust-width): New functions to handle size
2766 adjustment of new window.
2767 (display-buffer-adjust-heights): Remove.
2768 (display-buffer-in-window): Don't call
2769 display-buffer-adjust-heights any more.
2770 (display-buffer-in-lru-buffer-window)
2771 (display-buffer-in-lru-window): Call display-buffer-even-sizes.
2772 (display-buffer-in-new-window): Use functionp instead of
2773 fboundp. Call display-buffer-adjust-height and
2774 display-buffer-adjust-width.
2775 (display-buffer): Use functionp instead of fboundp.
2776 (fit-window-to-buffer): Rename argument IGNORE to OVERRIDE.
2778 * progmodes/compile.el (compilation-start)
2779 (compilation-goto-locus): Use adjust-height specifier in
2780 display-buffer calls.
2782 * buff-menu.el (Buffer-menu-switch-other-window)
2783 (Buffer-menu-2-window): Use buffer display specifiers.
2785 * cus-edit.el (top-level): Remove autoloaded add-hook for
2786 same-window-regexps.
2787 (customize-group, customize-face): New optional argument
2788 OTHER-WINDOW. Use buffer display specifiers. Call
2789 custom-buffer-create with OTHER-WINDOW argument t.
2790 (customize-group-other-window): Call customize-group with
2791 OTHER-WINDOW argument t.
2792 (customize-face-other-window): Call customize-face with
2793 OTHER-WINDOW argument t.
2794 (custom-buffer-create): New optional argument OTHER-WINDOW.
2795 (custom-buffer-create-other-window): Call
2796 pop-to-buffer-other-window.
2797 (customize-browse): Call pop-to-buffer-same-window.
2799 * play/decipher.el (decipher-display-range): Use
2800 pop-to-buffer-other-window.
2801 (decipher-display-stats-buffer): Use
2802 display-buffer-other-window.
2804 * vc/ediff-util.el (ediff-clone-buffer-for-region-comparison):
2805 Use pop-to-buffer-other-window.
2807 * ehelp.el (with-electric-help): Use pop-to-buffer-other-window.
2809 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2811 * emacs-lisp/package.el (package-unpack): Remove no-op.
2812 (package--builtins, package--dir): Doc fix.
2813 (package-activate-1, package-activate, package-install)
2814 (package-compute-transaction): Fix error message.
2815 (package-delete): Use delete-directory. Omit system packages.
2816 (package-initialize): Set package-alist to nil first.
2817 (package-menu-mark-delete, package-menu-mark-install): Don't add
2818 symbols that are inconsistent with the package state.
2819 (package-menu-execute): Perform deletions and installations as
2820 single batch operations.
2822 2010-11-03 Glenn Morris <rgm@gnu.org>
2824 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2825 (props): Remove unnecessary declaration.
2827 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2828 set-process-query-on-exit-flag.
2830 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2831 (reftex-toc-do-promote): Remove unused local `mpos'.
2832 (reftex-toc-restore-region): Make `mpos' local to this function.
2834 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2836 * play/landmark.el (lm-losing-threshold): Correct spelling.
2837 (lm-human-plays): Use new name.
2839 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2840 (gomoku-human-plays): Use new name.
2842 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2843 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2844 (gomoku-score-trans-table, gomoku-winning-threshold)
2845 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2847 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2849 * emacs-lisp/package.el: Don't put built-in packages in
2850 package-alist, to avoid loading inefficiencies.
2851 (package-built-in-p): Make VERSION optional, and treat it as a
2852 minimum acceptable version.
2853 (package-activate): Search separately for built-in packages.
2854 Emit a warning if a dependency fails.
2855 (define-package): Handle most common case, where there is no
2856 obsolete package, first.
2857 (package-compute-transaction): Print required version in error.
2858 (package--initialized): New variable.
2859 (list-packages): Use it.
2860 (package-initialize): Optional arg NO-ACTIVATE. Don't put
2861 built-in packages in packages-alist; keep it separate.
2862 Set package--initialized.
2863 (describe-package): Avoid activating packages as a side-effect.
2864 Search separately for built-in packages.
2865 (describe-package-1): Handle the case where an elpa package is
2866 simultaneously built-in and available/installed.
2867 (package-installed-p, package--generate-package-list):
2868 Search separately for built-in packages.
2869 (package-load-descriptor): Doc fix.
2871 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2873 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2874 Handle __DATA__ and __END__.
2876 2010-11-02 Martin Rudalics <rudalics@gmx.at>
2878 * window.el (display-buffer-names): Describe `not-this-window' and
2879 `not-this-frame' specifiers in doc-string.
2880 (display-buffer-in-lru-buffer-window)
2881 (display-buffer-in-lru-window, display-buffer-in-new-window):
2882 Handle `not-this-window' and `not-this-frame' specifiers when
2883 their cdr specifies a window or a frame.
2884 (display-buffer): Explain in doc-string that the cdr of the
2885 `not-this-window' and `not-this-frame' specifiers argument can
2888 * progmodes/compile.el (compilation-start): When displaying outbuf
2889 directly pass height parameters.
2890 (compilation-goto-locus): Use specifiers in display-buffer and
2891 pop-to-buffer calls. Simplify.
2892 (compilation-find-file): Use specifiers in display-buffer calls.
2894 2010-11-02 Noah Friedman <friedman@splode.com>
2896 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2897 nil, do not ask to recompile files that are not already compiled,
2898 and do not recompile them.
2900 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
2902 * emacs-lisp/package.el (package-initialize): Ensure that
2903 obsoleted built-in packages are not in package-activated-list
2905 (describe-package-1): Make the "installed" status override
2908 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2910 * subr.el (version-separator, version-regexp-alist): Remove '*'
2912 (version-list-<=, version<=, version=): Doc fix.
2914 2010-11-01 Kenichi Handa <handa@m17n.org>
2916 * faces.el (glyphless-char): Inherit underline for tty.
2918 2010-11-01 Kenichi Handa <handa@m17n.org>
2920 Implement various display methods for glyphless characters.
2922 * international/characters.el (char-acronym-table): New variable.
2923 (glyphless-char-control): New variable.
2924 (update-glyphless-char-display): New funciton.
2926 * faces.el (glyphless-char): New face.
2928 2010-11-01 Glenn Morris <rgm@gnu.org>
2930 * calendar/holidays.el (general-holidays, oriental-holidays)
2931 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2932 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2933 the definitions of their targets.
2935 * emacs-lisp/smie.el (smie): New custom group.
2936 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2938 * faces.el (xw-defined-colors, x-setup-function-keys):
2939 * mouse-sel.el (x-select-text):
2940 * term/w32console.el (x-setup-function-keys): Update declarations.
2942 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2944 * textmodes/ispell.el (comment-add): Declare.
2946 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2949 * info.el (finder-keywords-hash, package-alist): Declare.
2951 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2953 * finder.el (finder-compile-keywords): Don't use intern-soft,
2954 since package names may not yet exist in the obarray.
2956 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2958 * vc/vc-arch.el (vc-arch-checkin):
2959 * vc/vc-cvs.el (vc-cvs-checkin):
2960 * vc/vc-mtn.el (vc-mtn-checkin):
2961 * vc/vc-rcs.el (vc-rcs-checkin):
2962 * vc/vc-sccs.el (vc-sccs-checkin):
2963 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2964 since 2010-04-21 commit by Stefan Monnier.
2966 2010-11-01 Glenn Morris <rgm@gnu.org>
2968 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2970 * startup.el (package-enable-at-startup, package-initialize):
2973 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2976 2010-10-31 Julien Danjou <julien@danjou.info>
2978 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2979 (byte-recompile-directory):
2980 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2981 Use `byte-recompile-file'.
2983 2010-10-31 Glenn Morris <rgm@gnu.org>
2985 * cus-start.el: Handle standard values via a keyword.
2986 Only set version property if specified.
2987 (cursor-in-non-selected-windows, menu-bar-mode)
2988 (tool-bar-mode, show-trailing-whitespace):
2989 Do not specify standard values.
2990 (transient-mark-mode, temporary-file-directory): Use :standard.
2992 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2994 * term/x-win.el (x-get-selection-value): New function that gets
2995 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2997 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
2999 * net/tramp.el (tramp-handle-insert-file-contents): For root,
3000 preserve owner and group when editing files. (Bug#7289)
3002 2010-10-31 Glenn Morris <rgm@gnu.org>
3004 * speedbar.el (speedbar-mode):
3005 * play/fortune.el (fortune-in-buffer, fortune):
3006 * play/gomoku.el (gomoku-mode):
3007 * play/landmark.el (lm-mode):
3008 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
3009 Replace inappropriate uses of toggle-read-only. (Bug#7292)
3011 * select.el (x-selection): Mark it as an obsolete alias.
3013 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3015 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
3016 major-mode (bug#7284).
3018 2010-10-31 Glenn Morris <rgm@gnu.org>
3020 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
3021 rather than just an unused variable that inherits from the real one.
3023 2010-10-31 Alan Mackenzie <acm@muc.de>
3025 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
3026 This fixes bug #7185.
3028 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
3030 * startup.el (command-line): Search for package directories, and
3031 don't load package.el if none are found.
3033 * emacs-lisp/package.el (describe-package, list-packages):
3034 Call package-initialize if it has not been called yet.
3036 2010-10-30 Alan Mackenzie <acm@muc.de>
3038 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
3039 which fontifies the tail of an enum.
3040 (c-basic-matchers-after): Insert a call to the above new function.
3041 This fixes bug #7264.
3043 2010-10-30 Glenn Morris <rgm@gnu.org>
3045 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
3046 tool-bar-mode, transient-mark-mode. (Bug#7306)
3047 Include the :set property in the dumped Emacs.
3049 2010-10-30 Martin Rudalics <rudalics@gmx.at>
3051 * window.el (window-deletable-p, quit-restore-window): Adapt to
3052 new quit-restore semantics.
3053 (split-window-quit-restore): Remove.
3054 (split-window-vertically, split-window-horizontally):
3055 Unconditionally copy quit-restore parameter to new window.
3056 (display-buffer-names): Mention quit-restore window parameter.
3057 (display-buffer-window-and-buffer): Rename to
3058 display-buffer-window and rewrite doc-string.
3059 (display-buffer-in-window, display-buffer-in-lru-buffer-window)
3060 (display-buffer-in-lru-window, display-buffer-in-new-window)
3061 (display-buffer-in-new-frame, display-buffer): Move quit-restore
3062 parameter handling from display-buffer-in-window to the callers.
3063 Set display-buffer-window.
3065 * help.el (help-window-setup, with-help-window): Use
3066 display-buffer-window insted of display-buffer-window-and-buffer
3067 and adapt to new semantics of the former.
3069 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3071 SMIE: change indent rules format, improve smie-setup.
3072 * emacs-lisp/smie.el (smie-precs-precedence-table)
3073 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
3074 Mark them pure so the tables gets built at compile time.
3075 (smie-bnf-precedence-table): Store the closer-alist in the table.
3076 (smie-prec2-levels): Preserve the closer-alist.
3077 (smie-blink-matching-open): Be more forgiving in case of indentation.
3078 (smie-hanging-p): Rename from smie-indent--hanging-p.
3079 (smie-bolp): Rename from smie-indent--bolp.
3080 (smie--parent, smie--after): New dynamic vars.
3081 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
3082 (smie-indent-rules): Remove.
3083 (smie-indent--offset-rule): Remove fun.
3084 (smie-rules-function): New var.
3085 (smie-indent--rule): New fun.
3086 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
3087 (smie-indent-exps): Use it.
3088 (smie-setup): Setup paren blinking; add keyword args for token
3089 functions; extract closer-alist from op-levels.
3090 (smie-indent-debug-log): Remove var.
3091 (smie-indent-debug): Remove fun.
3092 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
3093 (prolog-smie-rules): New fun to replace it.
3094 (prolog-mode-variables): Simplify.
3095 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
3096 it's setup automatically.
3097 (octave-smie-indent-rules): Remove.
3098 (octave-smie-rules): New fun to replace it.
3099 (octave-mode): Simplify.
3101 2010-10-29 Glenn Morris <rgm@gnu.org>
3103 * files.el (temporary-file-directory): Remove (already defined in C).
3104 * cus-start.el: Add temporary-file-directory.
3106 * abbrev.el (abbrev-mode):
3107 * composite.el (auto-composition-mode):
3108 * menu-bar.el (menu-bar-mode):
3109 * simple.el (transient-mark-mode):
3110 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
3111 that they do not define the associated variables twice.
3112 * simple.el (transient-mark-mode): Remove defvar.
3113 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
3114 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
3115 Handle multiple groups, and also custom-delayed-init-variables.
3116 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3118 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3120 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
3121 (pcase-if): Add one minor optimization.
3122 (pcase-split-equal): Rename from pcase-split-eq.
3123 (pcase-split-member): Rename from pcase-split-memq.
3124 (pcase-u1): Add strings to the member optimization.
3125 Add `guard' variant of predicates.
3126 (pcase-q1): Add string patterns.
3128 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3130 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
3132 2010-10-28 Glenn Morris <rgm@gnu.org>
3134 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3135 Move menu-bar related settings to ../menu-bar.el.
3136 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3137 Move ns-specific settings here from term/ns-win.el.
3139 * simple.el (x-selection-owner-p): Remove unused declaration.
3141 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3143 * minibuffer.el (completion-cycling): New var (bug#7266).
3144 (minibuffer-complete, completion--do-completion):
3145 Use completion--flush-all-sorted-completions.
3146 (minibuffer-complete): Only cycle if completion-cycling is set.
3147 (completion--flush-all-sorted-completions): Unset completion-cycling.
3148 (minibuffer-force-complete): Set completion-cycling.
3149 (completion-all-sorted-completions): Move declaration before first use.
3151 2010-10-28 Leo <sdl.web@gmail.com>
3153 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
3154 which changes the order of matches seen by users (bug#7231).
3156 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
3158 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3159 Don't confuse -omega as "-o mega".
3161 2010-10-27 Martin Rudalics <rudalics@gmx.at>
3163 * frame.el (pop-up-frame-alist, pop-up-frame-function)
3164 (special-display-frame-alist): Make obsolete.
3166 * window.el (display-buffer-window-and-buffer)
3167 (window--display-buffer-in-window, window--reuse-window)
3168 (window--pop-up-window, window--pop-up-frame)
3169 (split-window-sensibly, window-sensibly-splittable-p)
3170 (window--raise-window-frame, window--usable-frame): Remove.
3171 (display-buffer-mark-dedicated, display-buffer-function)
3172 (special-display-buffer-names)
3173 (special-display-regexps, special-display-p)
3174 (special-display-function, same-window-buffer-names)
3175 (same-window-regexps, same-window-p, pop-up-frames)
3176 (display-buffer-reuse-frames, pop-up-windows)
3177 (split-height-threshold, split-width-threshold)
3178 (even-window-heights): Make obsolete.
3179 (display-buffer-names, display-buffer-regexps): New options.
3180 (display-buffer-frame, display-buffer-normalize-specifiers-1)
3181 (display-buffer-normalize-specifiers)
3182 (display-buffer-adjust-heights, display-buffer-select-window)
3183 (display-buffer-in-window, display-buffer-in-lru-buffer-window)
3184 (display-buffer-in-lru-window, display-buffer-split-window-1)
3185 (display-buffer-split-window, display-buffer-in-new-window)
3186 (display-buffer-in-new-frame, normalize-buffer-to-display)
3187 (display-buffer-same-window, display-buffer-other-window)
3188 (pop-to-buffer-same-window, pop-to-buffer-other-window)
3189 (pop-to-buffer-other-frame, normalize-buffer-to-switch-to): New
3191 (display-buffer-locations, display-buffer-default-specifiers)
3192 (display-buffer-other-window-specifiers)
3193 (display-buffer-other-frame-specifiers)
3194 (display-buffer-split-specifiers)
3195 (display-buffer-side-specifiers): New variables/constants.
3196 (display-buffer): Major rewrite.
3197 (pop-to-buffer): Rewrite. Default buffer-or-name argument to
3199 (switch-to-buffer, switch-to-buffer-other-window)
3200 (switch-to-buffer-other-frame): Rewrite.
3202 * calendar/calendar.el (calendar-basic-setup): Do not call
3203 split-window-horizontally before popping to buffer. Eventually
3204 the second argument of pop-to-buffer must be set accordingly.
3206 * dired.el (dired-pop-to-buffer): Adapt to new buffer display
3209 * info.el (Info-revert-find-node, info, info-other-window)
3210 (Info-find-node, Info-next, Info-prev, Info-up)
3211 (Info-goto-emacs-command-node, Info-speedbar-goto-node): Adapt
3212 to new buffer display code.
3214 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3216 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
3217 (log-edit-author): New dynamic var.
3218 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
3219 to return the author if different from committer.
3220 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
3222 * play/landmark.el: Adjust commenting convention.
3223 (lm-nil-score): Rename from nil-score.
3224 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
3225 (OOOOscore): Move into a let in lm-score-trans-table.
3226 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
3228 * electric.el (electric-indent-chars): Autoload.
3229 * progmodes/octave-mod.el (octave-mode):
3230 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
3231 (ruby-mode-abbrev-table): Merge initialization and declaration.
3233 2010-10-27 Glenn Morris <rgm@gnu.org>
3235 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
3238 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
3240 * term/ns-win.el: Restore require of cl when compiling.
3241 (menu-bar-final-items): Remove non-existent `windows' menu.
3242 (ns-handle-nxopen): Optionally handle the temp-case.
3243 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
3244 (ns-insert-file, ns-find-file): Use `pop'.
3246 2010-10-26 Glenn Morris <rgm@gnu.org>
3248 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
3250 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3252 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
3254 * term/common-win.el (x-setup-function-keys): Remove most of the
3255 keymappings. Comment on the remaining ones.
3257 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
3259 * server.el (server-port): New option. (Bug#854)
3260 (server-start): Use server-port.
3262 2010-10-26 Glenn Morris <rgm@gnu.org>
3264 * term/ns-win.el (ns-version-string): Remove unused declaration.
3265 (ns-invocation-args): Change to x-invocation-args.
3266 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
3267 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
3268 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
3269 Use x-invocation-args instead of ns-invocation-args.
3270 (ns-initialize-window-system, handle-args-function-alist):
3271 Use x-handle-args instead of ns-handle-args.
3272 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
3273 * startup.el (command-line-ns-option-alist): Replace
3274 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
3275 ns-handle-iconic with the x- equivalents.
3277 * term/common-win.el (x-select-enable-clipboard):
3278 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
3280 * term/ns-win.el: No need to require cl when compiling.
3281 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
3282 (xw-defined-colors): Use the common-win definitions.
3283 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
3284 (ns-handle-iconic): Make it an alias for x-handle-iconic.
3285 * term/common-win.el (x-select-text, x-alternatives-map)
3286 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
3287 * loadup.el [ns]: Load common-win.
3289 2010-10-26 Daiki Ueno <ueno@unixuser.org>
3291 * epa-mail.el (epa-mail-encrypt): Handle local-part only
3292 recipients; expand mail aliases (Bug#7280).
3294 2010-10-25 Martin Rudalics <rudalics@gmx.at>
3296 * window.el (window-iso-combination-p, window-iso-combinations):
3298 (walk-windows, get-window-with-predicate)
3299 (get-buffer-window-list, one-window-p): Fix doc-string.
3300 (window-in-direction): The column / row value of `posn-at-point'
3301 can be nil for the mini-window, guard against that.
3302 (resize-mini-window): Make this usable. It's needed, for
3303 example, by ispell.el.
3304 (resize-window): Handle case where window argument denotes a
3306 (window-children-count): Remove.
3307 (split-window): Fix some broken size calculations.
3309 2010-10-25 Glenn Morris <rgm@gnu.org>
3311 * term/common-win.el (x-handle-switch): Simplify with pop.
3312 Optionally handle numeric switches.
3313 (x-handle-numeric-switch): Just call x-handle-switch.
3314 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
3315 (x-handle-name-switch, x-handle-display, x-handle-args):
3318 * term/ns-win.el: Do not require easymenu.
3319 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
3320 <spell>: Move adjustments to menu-bar.el.
3321 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
3322 <separator-undo, spell>: Move ns-win's adjustments here.
3323 * loadup.el [ns]: Do not load easymenu.
3325 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3327 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3330 * startup.el (fancy-startup-tail): Instead of using inline images,
3331 refer to image files from etc/.
3333 * wid-edit.el (checkbox): Likewise.
3334 (widget-image-find): Center image specs.
3336 2010-10-24 Glenn Morris <rgm@gnu.org>
3338 * term/ns-win.el (x-select-text): Doc fix.
3339 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
3340 (x-select-text): Move to term/common-win.
3341 * term/w32-win.el (xw-defined-colors): Move to common-win.
3342 * term/x-win.el (xw-defined-colors, x-alternatives-map)
3343 (x-setup-function-keys, x-select-text): Move to common-win.
3344 * term/common-win.el (x-select-text, x-alternatives-map)
3345 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
3348 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
3350 * net/mairix.el (mairix-searches-mode-map):
3351 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
3353 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
3355 * verilog-mode.el (verilog-directive-re): Make this variable
3356 auto-built for efficiency of execution and updating.
3357 (verilog-extended-complete-re): Support 'pure' fucntion & task
3358 declarations (these have no bodies).
3359 (verilog-beg-of-statement): General cleanup to enable support of
3360 'pure' fucntion & task declarations (these have no bodies).
3361 These efforts together fix Verilog bug210 from veripool; which was also
3362 noticed by Steve Pearlmutter.
3363 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
3364 (verilog-directive-nest-re, verilog-set-auto-endcomments):
3365 Support `elsif. Reported by Shankar Giri.
3366 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
3367 attribute handling for lining up declarations and assignments.
3368 (verilog-beg-of-statement-1): Fix issue where continued declaration
3369 is indented differently if it is after a begin..end clock.
3370 (verilog-in-attribute-p, verilog-skip-backward-comments)
3371 (verilog-skip-forward-comment-p): Support proper treatment of
3372 attributes by indent code. Reported by Jeff Steele.
3373 (verilog-in-directive-p): Fix comment to correctly describe function.
3374 (verilog-backward-up-list, verilog-in-struct-region-p)
3375 (verilog-backward-token, verilog-in-struct-p)
3376 (verilog-in-coverage-p, verilog-do-indent)
3377 (verilog-pretty-declarations): Use verilog-backward-up-list as
3378 wrapper around backward-up-list inorder to properly skip comments.
3379 Reported by David Rogoff.
3380 (verilog-property-re, verilog-endcomment-reason-re)
3381 (verilog-beg-of-statement, verilog-set-auto-endcomments)
3382 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
3383 of if). Reported by Max Bjurling and
3384 (verilog-calc-1): Fix for clocking block in modport
3385 declaration. Reported by Brian Hunter.
3387 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
3389 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
3390 (verilog-gate-keywords, verilog-read-sub-decls)
3391 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
3392 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
3393 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
3394 (verilog-read-decls): Fix spaces in V2K module parameters causing
3395 mis-identification as interfaces, bug287.
3396 (verilog-read-decls): Fix not treating "parameter string" as a
3397 parameter in AUTOINSTPARAM.
3398 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
3399 treating `elsif similar to `endif inside AUTOSENSE.
3400 (verilog-do-indent): Implement correct automatic or static task or
3401 function end comment highlight. Reported by Steve Pearlmutter.
3402 (verilog-font-lock-keywords-2): Fix highlighting of single
3403 character pins, bug264. Reported by Michael Laajanen.
3404 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
3405 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
3406 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
3407 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
3408 (verilog-pretty-expr): Fix interactive arguments, bug272.
3409 Reported by Mark Johnson.
3410 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
3411 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
3412 bug269. Suggested by Gary Delp.
3413 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
3414 (verilog-preprocessor, verilog-set-compile-command):
3415 Create verilog-preprocess and verilog-preprocessor to show
3416 preprocessed output.
3417 (verilog-get-beg-of-line, verilog-get-end-of-line)
3418 (verilog-modi-file-or-buffer, verilog-modi-name)
3419 (verilog-modi-point, verilog-within-string): Move defmacro's
3420 before first use to avoid warning. Reported by Steve Pearlmutter.
3421 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
3422 (verilog-colorize-region, verilog-highlight-buffer)
3423 (verilog-highlight-includes, verilog-highlight-modules)
3424 (verilog-highlight-region, verilog-mode): Rename colorize to
3425 highlight to match other packages. Disable module highlighting,
3426 as received speed complaints, reenable for experimentation only
3427 using new verilog-highlight-modules.
3428 (verilog-read-decls): Fix regexp stack overflow in very large
3429 AUTO_TEMPLATEs, bug250.
3430 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
3431 (verilog-scan): Create verilog-save-buffer-state to standardize
3432 making insignificant changes that shouldn't call hooks.
3433 (verilog-save-no-change-functions, verilog-save-scan-cache)
3434 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
3435 Create verilog-save-no-change-functions to wrap verilog-scan
3436 preservation, and fix to work with nested preserved calls.
3437 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
3438 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
3439 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
3440 (verilog-submit-bug-report): Update variable list to be complete.
3441 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
3442 breaking on-the-fly font-locking.
3443 (verilog-colorize-buffer, verilog-colorize-include-files)
3444 (verilog-colorize-include-files-buffer, verilog-colorize-region)
3445 (verilog-load-file-at-mouse, verilog-load-file-at-point)
3446 (verilog-mode, verilog-read-inst-module-matcher): With point on a
3447 AUTOINST cell instance name, middle mouse button now finds-file on
3448 it. Suggested by Brad Dobbie.
3449 (verilog-alw-get-temps, verilog-auto-reset)
3450 (verilog-auto-sense-sigs, verilog-read-always-signals)
3451 (verilog-read-always-signals-recurse): Fix loop indexes being
3452 AUTORESET. AUTORESET now assumes any variables in the
3453 initialization section of a for() should be ignored.
3454 Reported by Dan Dever.
3455 (verilog-error-font-lock-keywords)
3456 (verilog-error-regexp-emacs-alist)
3457 (verilog-error-regexp-xemacs-alist): Fix error detection of
3458 Cadence HAL, reported by David Asher. Repair drift between the
3459 three similar error variables.
3460 (verilog-modi-lookup, verilog-modi-lookup-cache)
3461 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3462 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3463 Fix slow verilog-auto expansion on very large files.
3464 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3465 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3466 "{1*2{...". Broke in last revision.
3467 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3468 submodule connections with replications "{#{a},#{b}}".
3470 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3472 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3473 Fix typo in docstring.
3475 2010-10-24 Kenichi Handa <handa@m17n.org>
3477 * face-remap.el (text-scale-adjust): Call read-event with a proper
3480 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3482 * emacs-lisp/unsafep.el: Don't mark functions that display
3483 messages as safe. Suggested by Johan Bockgård.
3485 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3487 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3488 Turn comments into docstrings.
3490 * minibuffer.el (completion--replace): Move point where it belongs
3491 when there's a common suffix (bug#7215).
3493 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3495 Merge read-color and facemenu-read-color (Bug#7242).
3497 * faces.el (read-color): Use the completion code from
3498 facemenu-read-color. Require match in completion. Doc fix.
3500 * facemenu.el (facemenu-read-color): Alias for read-color.
3501 (facemenu-set-foreground, facemenu-set-background):
3504 * frame.el (set-background-color, set-foreground-color)
3505 (set-cursor-color, set-mouse-color, set-border-color):
3508 2010-10-24 Leo <sdl.web@gmail.com>
3510 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3511 argument of delete-file and delete-directory (Bug#7011).
3513 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3515 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3518 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
3520 * emacs-lisp/package.el (package--generate-package-list): Make the
3521 *Packages* buffer read-only.
3523 2010-10-24 Alan Mackenzie <acm@muc.de>
3525 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3526 result of `c-beginning-of-decl-1' between invocations of a lambda
3527 function (Bug #7265).
3529 2010-10-24 Daiki Ueno <ueno@unixuser.org>
3531 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3532 executable is not available on the system (Bug#7268).
3534 2010-10-24 Glenn Morris <rgm@gnu.org>
3536 * select.el (selection-coding-system, next-selection-coding-system):
3537 Sync doc with C versions.
3539 * w32-vars.el (x-select-enable-clipboard):
3540 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3541 * term/common-win.el (x-select-enable-clipboard): Move here.
3543 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3544 definition of C variable.
3546 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3547 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3548 Don't redefine things that are defined in C.
3549 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3550 (show-trailing-whitespace, auto-hscroll-mode)
3551 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3552 Set up the appropriate custom properties.
3554 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3557 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3558 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3559 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3560 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3562 2010-10-23 Glenn Morris <rgm@gnu.org>
3564 * textmodes/flyspell.el (flyspell-mode): If there was an error,
3567 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3568 Sync docs with C version.
3570 * term/ns-win.el (xw-defined-colors):
3571 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3573 * term/pc-win.el (x-select-enable-clipboard):
3574 * term/x-win.el (x-select-enable-clipboard):
3575 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3577 * comint.el (comint-password-prompt-regexp): Make it less vague.
3580 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3582 * help.el (finder-by-keyword): Remove unnecessary autoload.
3584 2010-10-22 Glenn Morris <rgm@gnu.org>
3586 * loadup.el: Unconditionally load float-sup.
3587 * paren.el (show-paren-delay):
3588 * emacs-lisp/float-sup.el:
3589 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3590 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3591 (lazy-lock-stealth-verbose): Assume float support.
3592 * ps-print.el: Assume float support on Emacs.
3593 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3594 Remove non-float branch.
3596 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3597 src/Makefile no longer being pre-processed.
3599 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3601 * emacs-lisp/find-func.el (find-library): Use test-completion.
3603 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3607 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
3609 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3610 space in stat format string.
3611 (tramp-send-command): Unset $PS1 when using here documents, in
3612 order not to get several prompts.
3613 (tramp-get-inline-coding): Return `nil' in case of errors.
3615 2010-10-21 Daiki Ueno <ueno@unixuser.org>
3617 * hexl.el (hexl-mode, hexl-mode-exit):
3618 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3619 (hexl-revert-buffer-function): New function.
3620 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3622 2010-10-19 Alan Mackenzie <acm@muc.de>
3624 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3625 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3626 that these keywords aren't wrongly matched as identifiers.
3628 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3629 setting of c-new-BEG and c-new-END from c-before-change to
3630 c-after-change. (Bug#7181)
3632 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3634 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3637 * custom.el (custom-theme-set-variables): Likewise.
3638 (load-theme): Add custom-theme-set-faces and
3639 custom-theme-set-variables to safe-functions while loading.
3640 (custom-enabled-themes): Mark as risky.
3642 2010-10-18 Julien Danjou <julien@danjou.info>
3644 * bindings.el: Remove end dashes in default mode-line-format.
3646 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3648 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3649 to delete-forward-char.
3651 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3652 deletechar, and hence delete-forward-char.
3654 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3656 * repeat.el (repeat): Use read-key (bug#6256).
3658 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3660 * emacs-lisp/unsafep.el: Don't mark functions that display
3661 messages as safe. Suggested by Johan Bockgård.
3663 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3665 * minibuffer.el (completion--replace): Move point where it belongs
3666 when there's a common suffix (bug#7215).
3668 2010-10-19 Kenichi Handa <handa@m17n.org>
3670 * international/characters.el: Add category '|' (word breakable)
3671 to fullwidth characters.
3673 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
3675 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3676 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3677 order to make stat results a float. Patch by Andreas Schwab
3678 <schwab@linux-m68k.org>.
3680 2010-10-18 Julien Danjou <julien@danjou.info>
3682 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3683 hidden by `make-pointer-invisible'.
3685 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3687 * files.el (locate-file-completion-table): Strip non-matching elements
3688 before checking length of list (bug#7238).
3690 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
3692 * custom.el (custom-theme-set-variables): Mark as a safe function.
3693 (load-theme): Check forms using unsafep.
3695 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3697 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3699 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3700 Fix aspell data file searching (bug#7230).
3702 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3704 * cus-theme.el (custom-theme--migrate-settings): New var.
3705 (customize-create-theme): Allow editing the `user' theme.
3706 (custom-theme-add-variable, custom-theme-add-var-1)
3707 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3708 to the front of each variable or face widget.
3709 (custom-theme-write): Save theme settings in the correct order.
3710 Optionally, remove saved settings from user customizations.
3711 (custom-theme-write-variables, custom-theme-write-faces):
3712 Save only the checked widgets.
3713 (customize-themes): Add a link for migrating custom settings.
3715 * custom.el (custom-declare-theme, provide-theme):
3716 Use custom-theme-name-valid-p.
3717 (custom-theme-name-valid-p): Remove checks that are now
3718 unnecessary since themes no longer obey load-path.
3720 * cus-edit.el (custom-variable-value-create): For the simple
3721 style, hide documentation string when hidden.
3723 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3725 * cus-edit.el (custom-variable, custom-face): Combine the
3726 :inhibit-magic and :display-style properties into a single
3727 :custom-style property.
3728 (custom-toggle-hide-variable, custom-toggle-hide-face):
3729 New functions. If hiding an edited value, save it to :shown-value.
3730 (custom-variable-value-create, custom-face-value-create): Use them.
3731 (custom-magic-reset): Allow magic property to be unset.
3733 * custom.el: Custom themes no longer use load-path.
3734 (custom-theme-load-path): New option. Change built-in theme
3736 (custom-enabled-themes): Add custom-theme-load-path dependency.
3737 (custom-theme--load-path): New function.
3738 (load-theme, custom-available-themes): Use it.
3740 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3741 (customize-themes): Link to custom-theme-load-path variable.
3742 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3743 :custom-style property.
3745 * themes/*.el: Moved to etc/.
3747 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
3749 * textmodes/reftex-cite.el
3750 (reftex-extract-bib-entries-from-thebibliography): Do not move
3751 point when searching for \bibitem entries. Match entries with
3752 spaces or tabs in front of arguments.
3754 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3756 * cus-theme.el (customize-create-theme): Delete overlays after
3757 erasing. If given a THEME arg, display only the faces of that arg
3758 instead of custom-theme--listed-faces.
3759 (custom-theme-variable-menu, custom-theme-variable-action)
3760 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3761 (custom-theme-add-variable, custom-theme-add-face): Apply value
3762 from the theme settings, instead of the current value.
3763 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3764 (custom-theme-visit-theme): Allow calling outside theme buffers.
3765 (custom-theme-merge-theme): Don't enable the theme when merging.
3766 (custom-theme-write-variables, custom-theme-write-faces): Use the
3767 :shown-value properties to save buffer values, not global ones.
3768 (customize-themes): Display a warning about user customizations.
3770 * cus-edit.el (custom-variable-value-create)
3771 (custom-face-value-create): Obey new special properties
3772 :shown-value and :inhibit-magic.
3774 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
3776 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3777 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3780 2010-10-14 Kenichi Handa <handa@m17n.org>
3782 * mail/rmail.el (rmail-show-message-1): Catch an error of
3783 base64-decode-region and just show an error message (bug#7165).
3785 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
3786 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3787 a font-spec (bug#7197).
3789 2010-10-14 Glenn Morris <rgm@gnu.org>
3791 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3793 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
3795 * international/mule.el (define-coding-system):
3796 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3797 * composite.el (compose-region): Fix typo in docstring.
3799 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
3801 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3802 only after checking the theme-face property.
3804 * faces.el (face-spec-reset-face): Reset all attributes in one
3805 single call to set-face-attribute.
3806 (face-spec-match-p): Make it a defsubst.
3807 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3808 (x-create-frame-with-faces, tty-create-frame-with-faces)
3809 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3810 frame-set-background-mode, since they are recomputed immediately
3811 afterwards in face-set-after-frame-default.
3812 (face-set-after-frame-default): Minor optimization.
3813 (cursor): Provide non-trivial defface spec.
3815 * custom.el (custom-theme-recalc-face): Simplify.
3817 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3819 * calc/calc-alg.el (math-var): Rename from `var'.
3820 (math-is-polynomial, math-is-poly-rec): Replace `var'
3823 * calc/calcalg2.el (math-var): Rename from `var'.
3824 (calcFunc-table, math-scan-for-limits): Replace `var'
3827 2010-10-13 Glenn Morris <rgm@gnu.org>
3829 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3831 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
3833 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3835 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3837 * net/tls.el (tls-program): Remove spurious %s from openssl.
3838 (tls-starttls-switches): Remove starttls hack.
3839 (open-tls-stream): Ditto.
3840 (tls-find-starttls-argument): Ditto.
3842 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
3844 * image.el (image-library-alist): Declare as obsolete alias.
3845 (image-type-available-p): Use `dynamic-library-alist'.
3847 * term/w32-win.el (dynamic-library-alist):
3848 Use instead of `image-library-alist'.
3850 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3852 * subr.el (last): Make it faster. (Bug#7174)
3854 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3856 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3858 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3860 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3861 (describe-theme-1): Extract doc from unloaded themes.
3863 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3865 * themes/tango-theme.el:
3866 * themes/tango-dark-theme.el:
3867 * themes/wheatgrass-theme.el: New files.
3869 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3871 * cus-theme.el (describe-theme, customize-themes)
3872 (custom-theme-save): New commands.
3873 (custom-new-theme-mode-map): Bind C-x C-s.
3874 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3875 (customize-create-theme): New optional arg THEME.
3876 (custom-theme-revert): Use it.
3877 (custom-theme-visit-theme): Remove dead code.
3878 (custom-theme-merge-theme): Use custom-available-themes.
3879 (custom-theme-write): Make interactive.
3880 (custom-theme-write): Use custom-theme-name-valid-p.
3881 (describe-theme-1, custom-theme-choose-revert)
3882 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3884 (custom-theme-allow-multiple-selections): New option.
3885 (custom-theme-choose-mode): New major mode.
3887 * custom.el (custom-theme-set-variables): Remove dead code.
3888 Obey custom--inhibit-theme-enable.
3889 (custom--inhibit-theme-enable): New var.
3890 (provide-theme): Obey it.
3891 (load-theme): Replace load with manual read/eval, in order to
3892 check for correctness. Use custom-theme-name-valid-p.
3893 (custom-theme-name-valid-p): New function.
3894 (custom-available-themes): Use it.
3896 * cus-edit.el (custom--initialize-widget-variables): New function.
3897 (Custom-mode): Use it.
3899 * cus-face.el (custom-theme-set-faces): Remove dead code.
3900 Obey custom--inhibit-theme-enable.
3902 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3904 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
3906 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3908 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
3910 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3911 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3912 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3914 * cus-start.el (all): ns-right-alternate-modifier is new.
3916 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3918 * emacs-lisp/lisp.el (lisp-completion-at-point):
3919 Use emacs-lisp-mode-syntax-table for the whole function.
3921 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
3923 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3924 instead of font-lock-mode before adding keywords.
3925 Remove hi-lock-mode off code. Remove inhibit hack.
3926 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3927 non-nil; removed hook inhibit hack.
3929 2010-10-12 Glenn Morris <rgm@gnu.org>
3931 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3932 (load-path-shadows-find): ... to this.
3933 (list-load-path-shadows): Update for above change.
3935 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3937 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3939 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3940 Fix comment for declare-function.
3942 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
3944 * custom.el (custom-fix-face-spec): New function; code moved from
3945 custom-face-edit-fix-value.
3946 (custom-push-theme): Use it when checking if a face has been
3947 changed outside customize.
3948 (custom-available-themes): New function.
3949 (load-theme): Use it.
3951 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3953 * custom.el (custom-push-theme): Cleanup (use cond).
3954 (disable-theme): Recompute the saved-face property.
3955 (custom-theme-recalc-face): Follow face alias before setting prop.
3957 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3958 New variables, containing checkbox images.
3960 * startup.el (fancy-startup-tail):
3961 * wid-edit.el (checkbox): Use them.
3963 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3965 * shell.el (shell-mode-map):
3966 * progmodes/modula2.el (m2-mode-map):
3967 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3968 * play/mpuz.el (mpuz-mode-map):
3969 * play/landmark.el (lm-mode-map):
3970 * play/decipher.el (decipher-mode-map):
3971 * play/5x5.el (5x5-mode-map):
3972 * net/telnet.el (telnet-mode-map):
3973 * net/quickurl.el (quickurl-list-mode-map):
3974 * net/mairix.el (mairix-searches-mode-map):
3975 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3976 * net/dig.el (dig-mode-map):
3977 * mail/mspools.el (mspools-mode-map):
3978 * hexl.el (hexl-mode-map):
3979 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3980 (wordstar-C-o-map, wordstar-C-q-map):
3981 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3982 * emacs-lisp/chart.el (chart-map):
3983 * edmacro.el (edmacro-mode-map):
3984 * erc/erc-list.el (erc-list-menu-mode-map):
3985 * array.el (array-mode-map): Declare and define in one step.
3987 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3989 2010-10-10 Daiki Ueno <ueno@unixuser.org>
3991 * epa.el (epa-passphrase-callback-function): Display filename
3992 passed as the 3rd arg.
3993 * epa-file.el (epa-file-passphrase-callback-function):
3994 Pass filename to epa-passphrase-callback-function.
3996 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
3998 * cus-edit.el (custom-face-widget-to-spec)
3999 (custom-face-get-current-spec, custom-face-state): New functions.
4000 (custom-face-set, custom-face-mark-to-save)
4001 (custom-face-value-create, custom-face-state-set): Use them.
4003 * cus-theme.el (custom-theme--listed-faces): New var.
4004 (customize-create-theme): Use *Custom Theme* as the buffer name.
4005 Set revert-buffer-function. Optional arg BUFFER. Insert all
4006 faces listed in custom-theme--listed-faces.
4007 (custom-theme-revert): New function.
4008 (custom-theme-add-variable, custom-theme-add-face): Insert at the
4010 (custom-theme-write): Prompt for theme name if empty.
4011 (custom-theme-write-variables): Use dolist.
4012 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
4014 2010-10-09 Alan Mackenzie <acm@muc.de>
4016 Enhance fontification of declarators to take account of the
4017 presence/absence of "typedef".
4019 * cc-engine.el (c-forward-type): New &optional param
4021 (c-forward-decl-or-cast-1): cdr of return value now indicates the
4022 presence of either or both of a "struct"-like keyword and "typedef".
4024 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
4025 fontification of declarators which follow a "}".
4026 (c-font-lock-declarations): Fontify declarators according to the
4027 presence/absence of "typedef".
4029 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
4031 (c-typedef-decl-key): New lang variable built from
4032 c-typedef-decl-kwds.
4034 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4036 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
4037 since that's too annoying. Move the filter groups commands to
4040 * epa.el (epa-passphrase-callback-function): Say what we're
4041 querying the password for.
4043 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
4044 behaviour, don't bury the ibuffer buffer when visiting other buffers.
4046 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
4048 * cus-edit.el (custom-commands, custom-buffer-create-internal)
4049 (custom-magic-value-create): Pad button tags with spaces.
4050 (custom-face-edit): New variable.
4051 (custom-face-value-create): Determine whether to use the usual
4052 face editor here, instead of using custom-face-selected.
4053 Pass face defaults to custom-face-edit widget.
4054 (custom-face-selected, custom-display-unselected): Delete widgets.
4055 (custom-display-unselected-match): Function removed.
4056 (custom-face-set, custom-face-mark-to-save):
4057 Accept custom-face-edit widgets as the direct widget child.
4059 * wid-edit.el (widget--completing-widget): New var.
4060 (widget-default-complete): Bind it when doing completion.
4061 (widget-string-complete, widget-file-complete): Use it.
4063 2010-10-09 Glenn Morris <rgm@gnu.org>
4065 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
4066 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
4067 (holiday-hebrew-misc): Small simplifications.
4069 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
4071 * net/browse-url.el: Don't require thingatpt, term, dired,
4072 executable, or w3-auto when compiling.
4073 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
4075 (browse-url-text-emacs): Require term.
4077 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
4079 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
4081 2010-10-08 Glenn Morris <rgm@gnu.org>
4083 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
4085 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
4086 (shadows-compare-text-p): Make it an obsolete alias for...
4087 (load-path-shadows-compare-text): ... new name.
4088 (find-emacs-lisp-shadows): Update for above name change.
4089 (load-path-shadows-same-file-or-nonexistent): New name for the old
4090 shadow-same-file-or-nonexistent.
4092 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
4094 * minibuffer.el (completion--some, completion--do-completion)
4095 (minibuffer-complete-and-exit, minibuffer-completion-help)
4096 (completion-basic-try-completion)
4097 (completion-basic-all-completions)
4098 (completion-pcm--find-all-completions): Use lexical-let to
4099 avoid some false matches in variable completion (Bug#7056)
4101 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
4103 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
4105 2010-10-08 Leo <sdl.web@gmail.com>
4107 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
4108 return non-nil if the file exists (Bug#7090).
4110 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4112 * minibuffer.el (completion--replace):
4113 Better preserve markers (bug#7138).
4115 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
4117 * server.el (server-process-filter): Doc fix.
4119 2010-10-08 Drew Adams <drew.adams@oracle.com>
4121 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
4123 2010-10-08 Glenn Morris <rgm@gnu.org>
4125 * vc/ediff-wind.el (ediff-setup-control-frame):
4126 * vc/ediff-ptch.el (ediff-default-backup-extension):
4127 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
4128 (ediff-exec-process): Remove system-types emx, windows-95.
4130 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
4132 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
4134 * cus-edit.el (custom-variable, custom-face): Doc fix.
4135 (custom-face-edit): Add value-create attribute.
4136 (custom-face-edit-value-create)
4137 (custom-face-edit-value-visibility-action): New functions.
4138 Hide unused face attributes by default, and add a visibility toggle.
4139 (custom-face-edit-deactivate): Show empty values with shadow face.
4140 (custom-face-selected): Only use this for face specs with default
4142 (custom-face-value-create): Cleanup.
4144 * wid-edit.el (widget-checklist-value-create): Use dolist.
4145 (widget-checklist-match-find): Make second arg optional.
4147 2010-10-07 Glenn Morris <rgm@gnu.org>
4149 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
4152 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
4153 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
4154 load-path-shadows-mode, update references.
4155 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
4156 Rename variable and button.
4157 (list-load-path-shadows): Update button caller.
4159 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4161 * emacs-lisp/smie.el (smie-bnf-classify): New function.
4162 (smie-bnf-precedence-table): Use it to remember the closers/openers.
4163 (smie-merge-prec2s): Handle those new entries.
4164 (smie-prec2-levels): Only set precedence to nil for actual
4166 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
4167 that is now unnecessary.
4169 2010-10-07 Miles Bader <miles@gnu.org>
4171 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
4173 2010-10-07 Glenn Morris <rgm@gnu.org>
4175 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
4176 (mail-position-on-field): Remove declarations.
4177 (mail-position-on-field): Autoload it.
4178 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
4179 and mail-header-end. Don't require sendmail.
4181 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4182 (shadow-mode): New mode.
4183 (shadow-find-file): New button.
4184 (list-load-path-shadows): Use shadow-mode and buttons.
4186 * iimage.el (iimage-version): Remove.
4187 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
4188 Turn into defcustoms.
4189 (iimage-mode-map): Give it a doc string.
4191 * calendar/appt.el (appt-activate): Give a warning rather than an error
4192 if there is no diary-file.
4194 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
4196 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4197 Use `tramp-handle-find-backup-file-name'.
4199 2010-10-06 Glenn Morris <rgm@gnu.org>
4201 * font-core.el (font-lock-defaults-alist): Remove variable.
4202 (font-lock-mode): Doc fix.
4203 (font-lock-default-function): Do not consult font-lock-defaults-alist.
4204 * font-lock.el (font-lock-refresh-defaults): Doc fix.
4205 (font-lock-set-defaults): Doc fix.
4206 Do not consult font-lock-defaults-alist.
4208 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
4210 * emacs-lisp/cl.el: No longer provide cl-19.
4212 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
4214 * net/tramp.el (tramp-handle-directory-files-and-attributes)
4215 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
4216 New defuns, taken from tramp-smb.el.
4217 (tramp-coding-system-change-eol-conversion)
4218 (tramp-set-process-query-on-exit-flag): Remove.
4220 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
4221 (tramp-compat-coding-system-change-eol-conversion)
4222 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
4225 * net/tramp-gvfs.el:
4226 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
4227 by `tramp-compat-set-process-query-on-exit-flag'.
4229 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4230 Use `tramp-handle-directory-files-and-attributes',
4231 `tramp-handle-file-exists-p' and
4232 `tramp-handle-file-newer-than-file-p'.
4233 (tramp-imap-handle-file-exists-p)
4234 (tramp-imap-handle-file-executable-p)
4235 (tramp-imap-handle-file-readable-p)
4236 (tramp-imap-handle-directory-files-and-attributes)
4237 (tramp-imap-handle-file-newer-than-file-p): Remove.
4239 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
4240 by `tramp-compat-set-process-query-on-exit-flag' and
4241 `tramp-coding-system-change-eol-conversion' by
4242 `tramp-compat-coding-system-change-eol-conversion'.
4244 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4245 Use `tramp-handle-directory-files-and-attributes',
4246 `tramp-handle-file-exists-p' and
4247 `tramp-handle-file-newer-than-file-p'.
4248 (tramp-smb-handle-directory-files-and-attributes)
4249 (tramp-smb-handle-file-exists-p)
4250 (tramp-smb-handle-file-newer-than-file-p): Remove.
4251 (tramp-smb-maybe-open-connection):
4252 Replace `tramp-set-process-query-on-exit-flag' by
4253 `tramp-compat-set-process-query-on-exit-flag'.
4255 2010-10-05 Glenn Morris <rgm@gnu.org>
4257 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
4259 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
4261 Continue reorganization of load dependencies. (Bug#7156)
4263 * net/tramp.el (tramp-handle-file-local-copy-hook)
4264 (tramp-delete-temp-file-function): Move down.
4265 (tramp-exists-file-name-handler): Move up.
4266 (tramp-register-file-name-handlers): Simplify autoload.
4267 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
4268 (tramp-handle-directory-files, tramp-handle-dired-uncache)
4269 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
4270 (tramp-handle-file-name-completion)
4271 (tramp-handle-file-name-directory)
4272 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
4273 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
4274 (tramp-handle-find-backup-file-name)
4275 (tramp-handle-insert-file-contents, tramp-handle-load)
4276 (tramp-handle-substitute-in-file-name)
4277 (tramp-handle-unhandled-file-name-directory)
4278 (tramp-mode-string-to-int, tramp-local-host-p)
4279 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4281 * net/tramp-gvfs.el (top):
4282 * net/tramp-smb.el (top): Do not require 'tramp-sh.
4284 * net/tramp-sh.el (all): Move several objects to tramp.el, see
4285 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
4287 2010-10-04 Glenn Morris <rgm@gnu.org>
4289 * calendar/appt.el (appt-add): Ensure reminders are enabled.
4290 (appt-activate): Give status messages.
4292 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
4294 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
4295 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
4296 `gnutls-negotiate' (formerly `starttls-negotiate').
4297 Remove trivial wrapper `starttls-open-stream'.
4299 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4301 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4302 log-outgoing commands.
4303 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
4304 to create a buffer local revert-buffer-function variable.
4305 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
4306 revert-buffer-function lambda.
4308 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
4310 * net/gnutls.el (starttls-negotiate): Use the plist interface to
4311 `gnutls-boot'. Make TYPE the only required parameter.
4312 Allow TRUSTFILES and KEYFILES to be lists.
4313 (open-ssl-stream): Use it.
4315 2010-10-03 Glenn Morris <rgm@gnu.org>
4317 * subr.el (directory-sep-char): Remove obsolete variable.
4318 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
4321 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
4322 * vc/vc.el (vc-static-header-alist): Doc fix.
4323 * vc/vc-cvs.el (vc-cvs-header):
4324 * vc/vc-rcs.el (vc-rcs-header):
4325 * vc/vc-sccs.el (vc-sccs-header):
4326 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
4327 * obsolete/vc-mcvs.el (vc-mcvs-header):
4328 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
4331 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4333 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4334 Remove obsolete use of binary-overwrite-mode (Bug#7001).
4336 2010-10-03 Glenn Morris <rgm@gnu.org>
4338 * obsolete/x-menu.el: Remove file, obsolete since 21.1
4340 * textmodes/rst.el (rst-font-lock-keywords-function):
4343 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
4345 * printing.el: Drop Emacs 20 code.
4347 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
4348 without having used appt.el already).
4350 * subr.el (make-local-hook): Remove function obsolete since 21.1.
4351 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
4352 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
4354 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
4355 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
4357 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
4358 (charset-width, find-charset-region, chars-in-region, forward-point)
4359 (encode-coding-string, coding-system-p, ccl-execute-on-string)
4360 (define-ccl-program, multibyte-string-p, string-make-multibyte):
4361 Remove compatibility cruft (none of these are used by ps*.el).
4363 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4365 * subr.el (booleanp): Return t instead of a list (Bug#7086).
4367 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4369 * server.el (server-process-filter, server-return-error):
4370 Give emacsclient time to shut down after receiving an error string.
4372 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
4374 * files.el (remote-file-name-inhibit-cache): New defcustom.
4376 * time.el (display-time-file-nonempty-p):
4377 Use `remote-file-name-inhibit-cache'.
4379 * net/tramp.el (tramp-completion-reread-directory-timeout):
4382 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
4383 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
4384 `remote-file-name-inhibit-cache'. Check also for an integer
4385 value. Add/increase counter when `tramp-verbose' >= 10.
4386 (tramp-set-file-property): Add/increase counter when
4387 `tramp-verbose' >= 10.
4389 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4390 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
4391 (tramp-bug): Set tramp-autoload cookie. Report all interned
4392 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
4393 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
4394 characters only in strings.
4396 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
4397 to backward compatibility.
4399 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
4400 (tramp-handle-file-name-all-completions)
4401 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
4402 (tramp-open-connection-setup-interactive-shell):
4403 Call `tramp-cleanup-connection' directly.
4405 2010-10-02 Glenn Morris <rgm@gnu.org>
4407 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
4409 * subr.el (char-bytes): Remove obsolete function.
4411 * isearch.el (isearch-return-char): Remove obsolete function.
4413 * mouse.el: No longer provide mldrag.
4414 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
4415 Remove obsolete aliases.
4417 * comint.el (comint-kill-output): Remove obsolete alias.
4419 * composite.el (decompose-composite-char): Remove obsolete function.
4420 * ps-def.el (decompose-composite-char): Remove unused function.
4422 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
4424 * outline.el (outline-visible): Remove obsolete function.
4426 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4427 * faces.el (internal-find-face, internal-get-face)
4428 (frame-update-faces, frame-update-face-colors)
4429 (x-frob-font-weight, x-frob-font-slant)
4430 (internal-frob-font-weight, internal-frob-font-slant)
4431 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4432 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4433 (x-make-font-bold-italic): Remove functions and aliases, obsolete
4435 * emulation/viper-util.el (viper-get-face):
4436 * obsolete/lucid.el (find-face, get-face): Use facep.
4437 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
4438 Remove unused functions.
4439 * vc/ediff-util.el (ediff-submit-report): Doc fix.
4441 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
4442 delete tempfile if interrupted during compilation.
4444 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4446 * net/tls.el (tls-starttls-switches): Give up on using starttls with
4448 (tls-program): Add --insecure to be consistent with the defaults from
4449 openssl s_client. Now all three commands are insecure.
4451 2010-10-01 Eli Zaretskii <eliz@gnu.org>
4453 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4454 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
4455 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
4457 2010-10-01 Glenn Morris <rgm@gnu.org>
4459 * obsolete/sc.el: Remove file.
4461 * files.el (temporary-file-directory): On darwin, also try
4462 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4464 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
4466 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4467 Let's not break compatibility gratuitously, shall we?
4469 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4471 * net/tls.el (tls-starttls-switches): New variable.
4472 (tls-find-starttls-argument): Use it.
4473 (open-tls-stream): Ditto.
4475 * net/netrc.el (netrc-credentials): Return the value of the "default"
4477 (netrc-machine): Ditto.
4479 2010-09-30 Eli Zaretskii <eliz@gnu.org>
4481 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4483 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
4485 * server.el (server-start): Don't write pid to the authentication file.
4486 (server-create-tty-frame): Don't send pid.
4487 (server-process-filter): Send pid at the start of every connection.
4489 2010-09-30 Glenn Morris <rgm@gnu.org>
4491 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4492 (show-all-diary-entries): Remove obsolete function aliases.
4494 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4495 Remove options, obsolete since 22.1.
4496 (appt-display-format, appt-display-message):
4497 Remove backwards-compatibility code.
4498 (appt-check): No longer check appt-issue-message.
4499 (appt-make-list): No longer autoload it. Doc fix. No longer
4500 activate the package.
4502 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4504 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4505 (starttls-negotiate): Just call boot, and let the handshake be
4506 triggered from the read loop.
4508 2010-09-29 Glenn Morris <rgm@gnu.org>
4510 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4511 not displaying the diary.
4512 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4513 * calendar/appt.el (appt-check): No longer need to kill diary.
4515 * calendar/diary-lib.el (diary-list-entries): Move the
4516 "Preparing..." message entirely here.
4517 (diary-simple-display, diary-fancy-display): Move "Preparing..."
4518 messages to diary-list-entries.
4519 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4520 diary-display-function.
4522 * calendar/diary-lib.el (diary-include-other-diary-files):
4523 Trap some recursive includes.
4525 * calendar/appt.el (appt-activate): Check diary file.
4527 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4529 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4532 * calendar/time-date.el: No need to require cl for Emacs 21.
4534 2010-09-28 Glenn Morris <rgm@gnu.org>
4536 * calendar/appt.el (appt-check): Minor simplification.
4538 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4540 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4543 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
4545 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4546 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
4548 2010-09-27 Kenichi Handa <handa@m17n.org>
4550 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4553 2010-09-27 Kenichi Handa <handa@m17n.org>
4555 * international/mule.el (define-coding-system): Docstring fixed.
4557 * international/mule-diag.el (describe-character-set): Use princ
4558 with proper print-length and print-level instead of insert.
4560 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4562 * window.el (walk-windows): Doc fix (bug#7105).
4564 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4566 * emacs-lisp/float-sup.el (e): Remove.
4568 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4570 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4572 (starttls-negotiate): Use it.
4574 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4579 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4581 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4583 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4585 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4587 * net/netrc.el (netrc-store-data): New function.
4589 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4591 * net/gnutls.el: GnuTLS glue code to set up a connection.
4593 2010-09-25 Julien Danjou <julien@danjou.info>
4595 * notifications.el: Call dbus-register-signal only if it is bound.
4597 2010-09-25 Glenn Morris <rgm@gnu.org>
4599 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4600 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4601 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4602 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4603 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4604 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4605 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4606 * eshell/esh-util.el, eshell/esh-var.el:
4607 Remove leading `*' from docs of faces and defcustoms.
4609 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4611 * eshell/em-ls.el (eshell-ls-archive-regexp):
4612 * eshell/esh-util.el (eshell-tar-regexp):
4613 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4614 * info.el (Info-suffix-list):
4615 * international/mule.el (auto-coding-alist):
4616 * woman.el (woman-file-regexp, woman-file-compression-regexp):
4617 * progmodes/etags.el (tags-compression-info-list):
4618 Support xz compression.
4620 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
4622 * files.el (get-free-disk-space): Don't assume the "df" output
4623 columns line up (Bug#6995).
4625 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4627 * finder.el (finder-unknown-keywords):
4628 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4629 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4631 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4633 * server.el (server-start): Revert part of 2010-08-08 change. Using
4634 address 127.0.0.1 for local host is now done in Fmake_network_process.
4636 2010-09-24 Glenn Morris <rgm@gnu.org>
4638 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4639 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4640 * textmodes/css-mode.el, textmodes/dns-mode.el:
4641 Move autoloaded auto-mode-alist entries to files.el.
4642 * files.el (auto-mode-alist): Move entries here.
4644 2010-09-23 Glenn Morris <rgm@gnu.org>
4646 * isearch.el (isearch-lazy-highlight-cleanup)
4647 (isearch-lazy-highlight-initial-delay)
4648 (isearch-lazy-highlight-interval)
4649 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4650 * net/net-utils.el (ipconfig-program-options):
4651 Move aliases to options before the associated definitions.
4653 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4655 * newcomment.el (comment-normalize-vars): Better test validity of
4658 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4660 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4661 (float-e): New name for `e'.
4662 (degrees-to-radians, radians-to-degrees):
4663 * calendar/solar.el (solar-longitude):
4664 * calculator.el (calculator-registers, calculator-funcall):
4665 * textmodes/artist.el (artist-spray-random-points):
4666 * play/bubbles.el (bubbles--initialize-images): Use new names.
4668 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
4670 Update to CEDET 1.0's version of EIEIO.
4672 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4674 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4675 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4676 (class-precedence-list): If class is nil, return nil.
4677 (eieio-generic-call): If class of first input arg is nil, don't
4678 look up static methods, and do check for primary methods.
4679 (initialize-instance): See if the default needs to be evaluated
4680 during the constructor.
4681 (eieio-perform-slot-validation-for-default): Don't do the check
4682 for values that will eventually be evaluated.
4683 (eieio-eval-default-p): New function.
4684 (eieio-default-eval-maybe): Use it.
4686 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
4688 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4689 method-invocation-order.
4690 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4691 (eieio-class-precedence-dfs): Compute class precedence list using
4693 (eieio-class-precedence-bfs): Compute class precedence list using
4695 (eieio-class-precedence-c3): Compute class precedence list using
4697 (class-precedence-list): New function.
4698 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4699 (inconsistent-class-hierarchy): New error symbol.
4700 (call-next-method): Stow the replacement argument list for future
4701 call-next-method invocations.
4703 2010-09-23 Glenn Morris <rgm@gnu.org>
4705 * calendar/appt.el (appt-check): If not displaying the diary,
4706 use (diary 1) to only get the entries we need.
4707 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4708 that it is in day order. (Bug#7019)
4710 * calendar/appt.el (appt-check): Rather than showing the diary,
4711 just turn off invisible display, and only if needed.
4713 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4715 2010-09-23 Glenn Morris <rgm@gnu.org>
4717 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4718 (byte-compile-defvar, byte-compile-cl-warn):
4719 Start warnings with lower-case, like the majority.
4721 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4723 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4725 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4726 * files.el (auto-mode-alist): Move ld-script entries here, further down
4729 * vc/add-log.el: Don't require timezone when compiling.
4730 (timezone-make-date-sortable): Autoload it.
4731 (change-log-sortable-date-at): Don't require timezone.
4732 Use `ignore-errors'.
4734 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4735 Move alias before definition, so it does not need autoloading.
4737 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4738 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4739 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4740 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4741 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4742 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4743 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4744 * textmodes/tex-mode.el, textmodes/two-column.el:
4745 Remove leading `*' from docs of defcustoms etc.
4747 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4749 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4751 2010-09-22 Dan Christensen <jdc@uwo.ca>
4753 * calendar/time-date.el (date-to-time): Try using parse-time-string
4754 first before using the slower timezone-make-date-arpa-standard.
4756 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4758 * calendar/time-date.el (format-seconds): Comment fix.
4760 2010-09-22 Glenn Morris <rgm@gnu.org>
4762 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4763 is not automatically buffer-local.
4765 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4767 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4768 (smie-indent-comment): Be more careful with comment-start-skip.
4769 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4770 (smie-indent-functions): Use them.
4772 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
4774 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4776 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4778 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4779 tool-bar-position. Don't modify frame parameters here.
4780 (menu-bar-options-save): Add tool-bar-position.
4782 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4784 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4786 * textmodes/reftex-parse.el (reftex-what-macro)
4787 (reftex-context-substring): Let-bind forward-sexp-function to nil
4788 since we don't need/want to treat \begin...\end as a block (bug#7053).
4790 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4792 * simple.el (blink-matching-open): Use syntax-class.
4794 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4795 Set invisibility spec for pascal's outline mode.
4796 (pascal-outline-change): Clean up calling convention.
4797 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4799 * progmodes/prolog.el (prolog-smie-forward-token)
4800 (prolog-smie-backward-token): New functions.
4801 (prolog-mode-variables): Use them to parse "!," correctly.
4802 Set up smie-blink-matching for ".".
4804 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4806 (ispell-region, ispell-process-line): Update users.
4808 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4811 * textmodes/ispell.el: Fix commenting convention.
4812 (ispell-parse-output): Simplify, use push.
4813 (ispell-region): Use match-string-no-properties.
4814 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4815 (ispell-minor-mode): Use define-minor-mode.
4816 (ispell-message): Remove unused var `skip-regexp'.
4817 (ispell-add-per-file-word-list): Use dynamic let-binding.
4818 Try and use the proper comment marker.
4820 * mail/sendmail.el: Fix commenting convention.
4821 (sendmail-send-it): Use line-beginning-position.
4823 * help-fns.el (describe-variable): Add original value, if applicable.
4825 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
4827 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4829 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4831 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4833 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4834 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4835 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4836 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4837 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4838 something like "." can also be a closer.
4839 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4840 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4841 Rename internal functions to use "--". Update callers.
4843 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4845 * fringe.el (fringe-styles): New var.
4846 (fringe-mode, fringe-query-style): Use it.
4848 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4850 * progmodes/sql.el: Version 2.8
4851 (sql-login-params): Update widget structure; changes still needed.
4852 (sql-product-alist): Add :list-all and :list-table features for
4853 SQLite, Postgres and MySQL products.
4854 (sql-redirect): Handle default value.
4855 (sql-execute, sql-execute-feature): New functions.
4856 (sql-read-table-name): New function.
4857 (sql-list-all, sql-list-table): New functions. User API.
4858 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4859 for above functions.
4860 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4861 for above functions.
4862 (sql-postgres-login-params): Add user and database defaults.
4863 (sql-buffer-live-p): Bug fix.
4864 (sql-product-history): New variable.
4865 (sql-read-product): New function. Use it.
4866 (sql-set-product, sql-product-interactive): Use it.
4867 (sql-connection-history): New variable.
4868 (sql-read-connection): New function. Use it.
4869 (sql-connect): New function.
4870 (sql-for-each-login): Redesign function interface.
4871 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4872 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4873 (sql-comint): Check for program. Existing live buffer.
4874 (sql-comint-postgres): Add port parameter.
4876 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4878 * emacs-lisp/warnings.el: Fix commenting convention.
4879 (display-warning): Use special mode and make the buffer read-only.
4881 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4883 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4884 empty string when it follows a repeated or optional pattern.
4886 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4888 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4889 (indent-region): Use indent-according-to-mode.
4891 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4893 * fringe.el (fringe-mode): Doc fix.
4895 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4897 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4898 refreshing the preview buffer.
4900 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4902 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4903 (latex-syntax-propertize-rules): New consts; replace
4904 tex-font-lock-syntactic-keywords.
4905 (tex-env-mark, latex-env-before-change): New functions.
4906 (latex-electric-env-pair-mode): New minor mode.
4907 (tex-font-lock-verb): Change arguments; do move point.
4908 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4909 representation as a form of comment.
4910 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4911 (doctex-syntax-propertize-rules): New const; replaces
4912 doctex-font-lock-syntactic-keywords.
4913 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4915 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4916 (fortran-make-syntax-propertize-function): New function; replaces
4917 fortran-font-lock-syntactic-keywords.
4918 (fortran-mode): Use it.
4919 (fortran-line-length): Use it. Improve interactive spec.
4921 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4922 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4923 when adding surrounding \(..\).
4925 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4927 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4929 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4930 Use with-current-buffer.
4932 * isearch.el (isearch-face): Rename from `isearch'.
4933 (isearch-highlight): Use new name.
4935 2010-09-17 Eli Zaretskii <eliz@gnu.org>
4937 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4938 5, for `half' width fringes. (Bug#6933)
4940 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4942 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4943 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4945 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4947 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
4949 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4950 in calculating new frame position. Add more space between new and
4951 parent on the left (Bug#7048).
4953 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
4955 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4958 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
4960 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4962 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4963 obsolete alias for x-selection-value.
4965 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4967 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
4969 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4972 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
4974 * net/tramp-compat.el (tramp-compat-with-temp-message)
4975 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4976 (tramp-compat-process-put): New defuns.
4978 * net/tramp.el (top):
4979 * net/tramp-gvfs.el (top):
4980 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4982 * net/tramp.el (tramp-progress-reporter-update):
4983 Use `tramp-compat-funcall'.
4985 * net/tramp.el (tramp-process-actions):
4986 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4987 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4988 (tramp-get-remote-stat, tramp-get-remote-readlink):
4989 Use `tramp-compat-with-temp-message'.
4991 * net/tramp-sh.el (top): Require 'cl.
4992 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4993 (tramp-open-connection-setup-interactive-shell):
4994 Use `tramp-compat-process-put'.
4996 2010-09-15 Alan Mackenzie <acm@muc.de>
4998 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
5000 (c-forward-<>-arglist-recur): Fix an infinite recursion.
5002 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5004 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5005 `lexical' for warnings related to lexical scoping.
5006 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
5007 global vars which don't have a prefix and could hence affect lexical
5008 scoping in unrelated files.
5010 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5012 * net/imap.el: Revert back to version
5013 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5016 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5018 * obsolete/old-whitespace.el (whitespace-unload-function):
5019 Explicitly pass `obarray' to `unintern' to avoid a warning.
5021 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5023 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
5024 Add `when' argument. Update callers.
5026 * subr.el (unintern): Declare the obarray arg mandatory.
5028 2010-09-14 Glenn Morris <rgm@gnu.org>
5030 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
5033 * calendar/diary-lib.el (diary-included-files): New variable.
5034 (diary-list-entries): Maybe initialize diary-included-files.
5035 (diary-include-other-diary-files): Append to diary-included-files.
5036 * calendar/appt.el (appt-update-list): Also check the members of
5037 diary-included-files. (Bug#6999)
5038 (appt-check): Doc fix.
5040 2010-09-14 David Reitter <david.reitter@gmail.com>
5042 * simple.el (line-move-visual): Do not truncate goal column to
5043 integer size. (Bug#7020)
5045 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5047 * repeat.el (repeat): Allow repeating when the last event is a click.
5048 Suggested by Drew Adams (bug#6256).
5050 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
5052 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
5053 Replace setting HGRCPATH to "" by some less invasive --config options.
5055 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5057 * font-lock.el (font-lock-beginning-of-syntax-function):
5060 2010-09-14 Glenn Morris <rgm@gnu.org>
5062 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
5063 and tool-bar modes. (Bug#6211)
5064 (menu-bar-mode): Move setting of standard-value after the
5065 minor-mode definition, otherwise it seems to have no effect.
5067 2010-09-14 Masatake YAMATO <yamato@redhat.com>
5069 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5070 Fix typo. (Bug#6976)
5072 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5074 * whitespace.el: Allow cleaning up blanks without blank
5075 visualization (Bug#6651). Adjust help window for
5076 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5077 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
5078 (whitespace-style): Add new value 'face. Adjust docstring.
5079 (whitespace-space, whitespace-hspace, whitespace-tab):
5080 Adjust foreground property face.
5081 (whitespace-line-column): Adjust docstring and type declaration.
5082 (whitespace-style-value-list, whitespace-toggle-option-alist)
5083 (whitespace-help-text): Adjust const initialization.
5084 (whitespace-toggle-options, global-whitespace-toggle-options):
5086 (whitespace-display-window, whitespace-interactive-char)
5087 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5088 (whitespace-help-scroll): New fun.
5090 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5092 * calendar/time-date.el (format-seconds): Comment fix.
5094 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
5096 * progmodes/sql.el: Version 2.7.
5097 (sql-buffer-live-p): Improve detection.
5098 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5099 (sql-set-sqli-buffer): Use it.
5100 (sql-product-interactive): Run `sql-set-sqli-hook'.
5101 (sql-rename-buffer): Code cleanup.
5102 (sql-redirect, sql-redirect-value): New functions. More to come.
5104 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
5106 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
5107 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5108 (TRAMP_SRC): New macro.
5109 ($(lisp)/net/tramp-loaddefs.el): New target.
5111 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
5113 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
5115 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
5117 * net/tramp.el (top): Don't show loading message. Require just
5118 'tramp-compat, everything else is required there.
5119 Use `ignore-errors' where appropriate.
5120 (tramp-inline-compress-start-size, tramp-copy-size-limit)
5121 (tramp-terminal-type, tramp-end-of-output)
5122 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
5123 (tramp-completion-function-alist-ssh)
5124 (tramp-completion-function-alist-telnet)
5125 (tramp-completion-function-alist-su)
5126 (tramp-completion-function-alist-putty, tramp-remote-path)
5127 (tramp-remote-process-environment, tramp-sh-extra-args)
5128 (tramp-actions-before-shell, tramp-uudecode)
5129 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
5130 (tramp-perl-file-attributes)
5131 (tramp-perl-directory-files-and-attributes)
5132 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5133 (tramp-perl-encode, tramp-perl-decode)
5134 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
5135 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
5136 (tramp-handle-make-symbolic-link, tramp-handle-load)
5137 (tramp-handle-file-name-as-directory)
5138 (tramp-handle-file-name-directory)
5139 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5140 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
5141 (tramp-do-file-attributes-with-ls)
5142 (tramp-do-file-attributes-with-perl)
5143 (tramp-do-file-attributes-with-stat)
5144 (tramp-handle-set-visited-file-modtime)
5145 (tramp-handle-verify-visited-file-modtime)
5146 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
5147 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
5148 (tramp-handle-file-selinux-context)
5149 (tramp-handle-set-file-selinux-context)
5150 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
5151 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
5152 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
5153 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
5154 (tramp-handle-file-ownership-preserved-p)
5155 (tramp-handle-directory-file-name, tramp-handle-directory-files)
5156 (tramp-handle-directory-files-and-attributes)
5157 (tramp-do-directory-files-and-attributes-with-perl)
5158 (tramp-do-directory-files-and-attributes-with-stat)
5159 (tramp-handle-file-name-all-completions)
5160 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
5161 (tramp-handle-copy-file, tramp-handle-copy-directory)
5162 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
5163 (tramp-do-copy-or-rename-file-via-buffer)
5164 (tramp-do-copy-or-rename-file-directly)
5165 (tramp-do-copy-or-rename-file-out-of-band)
5166 (tramp-handle-make-directory, tramp-handle-delete-directory)
5167 (tramp-handle-delete-file)
5168 (tramp-handle-dired-recursive-delete-directory)
5169 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
5170 (tramp-handle-insert-directory)
5171 (tramp-handle-unhandled-file-name-directory)
5172 (tramp-handle-expand-file-name)
5173 (tramp-handle-substitute-in-file-name)
5174 (tramp-handle-executable-find, tramp-process-sentinel)
5175 (tramp-handle-start-file-process, tramp-handle-process-file)
5176 (tramp-handle-call-process-region, tramp-handle-shell-command)
5177 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
5178 (tramp-handle-insert-file-contents)
5179 (tramp-handle-insert-file-contents-literally)
5180 (tramp-handle-find-backup-file-name)
5181 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
5182 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
5183 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
5184 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
5185 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
5186 (tramp-find-file-exists-command, tramp-open-shell)
5187 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
5188 (tramp-open-connection-setup-interactive-shell)
5189 (tramp-local-coding-commands, tramp-remote-coding-commands)
5190 (tramp-find-inline-encoding, tramp-call-local-coding-command)
5191 (tramp-inline-compress-commands, tramp-find-inline-compress)
5192 (tramp-compute-multi-hops, tramp-maybe-open-connection)
5193 (tramp-send-command, tramp-wait-for-output)
5194 (tramp-send-command-and-check, tramp-barf-unless-okay)
5195 (tramp-send-command-and-read, tramp-mode-string-to-int)
5196 (tramp-convert-file-attributes, tramp-check-cached-permissions)
5197 (tramp-file-mode-from-int, tramp-file-mode-permissions)
5198 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
5199 (tramp-method-out-of-band-p, tramp-local-host-p)
5200 (tramp-get-remote-path, tramp-get-remote-tmpdir)
5201 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
5202 (tramp-get-test-command, tramp-get-test-nt-command)
5203 (tramp-get-file-exists-command, tramp-get-remote-ln)
5204 (tramp-get-remote-perl, tramp-get-remote-stat)
5205 (tramp-get-remote-readlink, tramp-get-remote-trash)
5206 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
5207 (tramp-get-local-uid, tramp-get-local-gid)
5208 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
5210 (tramp-methods, tramp-default-method-alist)
5211 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
5212 Move initialization to tramp-sh.el.
5213 (tramp-temp-name-prefix): Make it a defconst.
5214 (tramp-dissect-file-name): Don't check anymore for multi-hop
5216 (tramp-debug-outline-regexp): Add a docstring.
5217 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
5218 (tramp-get-debug-buffer): Use it.
5220 * net/tramp-cache.el (top): Set tramp-autoload cookie for
5221 initialization forms.
5222 (tramp-set-connection-property): Don't protect `tramp-message'
5223 call, it isn't necessary any longer.
5224 (tramp-dump-connection-properties): Use `ignore-errors'.
5226 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
5227 'password-cache and 'auth-source.
5229 * net/tramp-gvfs.el (top):
5230 * net/tramp-smb.el (top): Require 'tramp-sh.
5232 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
5234 * net/tramp-sh.el: New file, derived from tramp.el.
5235 (top): Initialize `tramp-methods', `tramp-default-method-alist',
5236 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
5237 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
5238 Use `ignore-errors' where appropriate.
5239 (tramp-sh-file-name-handler-alist): Rename from
5240 `tramp-file-name-handler-alist'.
5241 (tramp-send-command-and-check): Return t or nil. Remove all
5242 `zerop' checks, where called.
5243 (tramp-handle-set-file-modes)
5244 (tramp-do-copy-or-rename-file-directly)
5245 (tramp-handle-delete-directory, tramp-handle-delete-file)
5246 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
5247 (tramp-sh-file-name-handler, tramp-send-command-and-check)
5248 (tramp-get-remote-ln): Set tramp-autoload cookie.
5250 * net/tramp-fish.el: Remove file.
5252 2010-09-13 Daiki Ueno <ueno@unixuser.org>
5254 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
5255 buffer-file-name to avoid file-locking. (Bug#7026)
5257 2010-09-13 Julien Danjou <julien@danjou.info>
5259 * notifications.el (notifications-notify): Add support for
5260 image-path and sound-name.
5261 (notifications-specification-version): Add this variable.
5263 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5265 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5267 2010-09-12 Leo <sdl.web@gmail.com>
5269 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
5270 (rcirc-completion-start): New variables.
5271 (rcirc-nick-completions): Rename to rcirc-completions.
5272 (rcirc-nick-completion-start-offset): Delete.
5273 (rcirc-completion-at-point): New function for constructing
5274 completion data for both nicks and irc commands. Add to
5275 completion-at-point-functions in rcirc mode.
5276 (rcirc-complete): Rename from rcirc-nick-complete; use
5277 rcirc-completion-at-point.
5278 (defun-rcirc-command): Update rcirc-client-commands.
5280 2010-09-11 Glenn Morris <rgm@gnu.org>
5282 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
5283 atomically, to avoid parallel build errors. (Bug#4196)
5285 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
5287 * progmodes/sql.el: Version 2.6
5288 (sql-dialect): Synonym for "sql-product".
5289 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5290 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
5291 Set "sql-buffer" to buffer name not buffer object so multiple sql
5292 interactive buffers work properly. Reverts misguided changes in
5294 (sql-comint): Make sure different buffer name is used if "*SQL*"
5295 buffer is for a different product.
5296 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
5298 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5299 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5300 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
5301 Accept new buffer name or prompt for one.
5302 (sql-port): Default to zero.
5303 (sql-comint-mysql): Handle "sql-port" as a numeric.
5304 (sql-port-history): Delete unused variable.
5305 (sql-get-login): Default "sql-port" to a number.
5306 (sql-product-alist): Correct Postgres prompt and terminator regexp.
5307 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
5308 "sqlite3" executables.
5309 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
5310 (sql-buffer-live-p): New function.
5311 (sql-mode-menu, sql-send-string): Use it.
5312 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
5314 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
5315 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
5317 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5319 * net/netrc.el (netrc-credentials): New convenience function.
5321 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5323 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
5324 to replace texinfo-font-lock-syntactic-keywords.
5325 (texinfo-mode): Use it.
5327 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
5328 Use syntax-propertize-function.
5330 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
5331 replace sgml-font-lock-syntactic-keywords.
5332 (sgml-mode): Use it.
5334 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
5335 since we don't use it.
5337 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
5339 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
5341 (vhdl-fontify-buffer): Adjust.
5343 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
5344 replace tcl-font-lock-syntactic-keywords.
5347 * progmodes/simula.el (simula-syntax-propertize-function): New var to
5348 replace simula-font-lock-syntactic-keywords.
5349 (simula-mode): Use it.
5351 * progmodes/sh-script.el (sh-st-symbol): Remove.
5352 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
5353 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
5354 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
5355 (sh-font-lock-paren): Set syntax-multiline.
5356 (sh-font-lock-syntactic-keywords): Remove.
5357 (sh-syntax-propertize-function): New function to replace it.
5360 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
5361 Define while compiling.
5362 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5363 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
5364 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
5365 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5366 (ruby-here-doc-end-syntax): Only define when
5367 syntax-propertize is not available.
5368 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
5370 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
5371 (electric-indent-chars): Silence bytecompiler.
5372 (ruby-mode): Use prog-mode, syntax-propertize-function, and
5373 electric-indent-chars.
5375 * progmodes/python.el (python-syntax-propertize-function): New var to
5376 replace python-font-lock-syntactic-keywords.
5377 (python-mode): Use it.
5378 (python-quote-syntax): Simplify and adjust to new use.
5380 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
5381 replace perl-font-lock-syntactic-keywords.
5382 (perl-syntax-propertize-special-constructs): New fun to replace
5383 perl-font-lock-special-syntactic-constructs.
5384 (perl-font-lock-syntactic-face-function): New fun.
5385 (perl-mode): Use it.
5387 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
5388 to replace octave-font-lock-close-quotes.
5389 (octave-syntax-propertize-function): New function to replace
5390 octave-font-lock-syntactic-keywords.
5391 (octave-mode): Use it.
5393 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
5394 replaces mixal-font-lock-syntactic-keywords.
5395 (mixal-mode): Use it.
5397 * progmodes/make-mode.el (makefile-syntax-propertize-function):
5398 New var; replaces makefile-font-lock-syntactic-keywords.
5399 (makefile-mode): Use it.
5400 (makefile-imake-mode): Adjust.
5402 * progmodes/js.el (js--regexp-literal): Define while compiling.
5403 (js-syntax-propertize-function): New var; replaces
5404 js-font-lock-syntactic-keywords.
5407 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
5408 replaces gdb-script-font-lock-syntactic-keywords.
5409 (gdb-script-mode): Use it.
5411 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
5412 (fortran--font-lock-syntactic-keywords): New var.
5413 (fortran-line-length): Update syntax-propertize-function and
5414 fortran--font-lock-syntactic-keywords.
5416 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
5418 * progmodes/cfengine.el (cfengine-mode):
5419 Use syntax-propertize-function.
5420 (cfengine-font-lock-syntactic-keywords): Remove.
5422 * progmodes/autoconf.el (autoconf-mode):
5423 Use syntax-propertize-function.
5424 (autoconf-font-lock-syntactic-keywords): Remove.
5426 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
5427 (ada-after-change-function, ada-initialize-syntax-table-properties)
5428 (ada-handle-syntax-table-properties): Only define when
5429 syntax-propertize is not available.
5430 (ada-mode): Use syntax-propertize-function.
5432 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
5433 (font-lock-fontify-syntactic-keywords-region): Move handling of
5434 font-lock-syntactically-fontified to...
5435 (font-lock-default-fontify-region): ...here.
5436 Let syntax-propertize-function take precedence.
5437 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
5439 * emacs-lisp/syntax.el (syntax-propertize-function)
5440 (syntax-propertize-chunk-size, syntax-propertize--done)
5441 (syntax-propertize-extend-region-functions): New vars.
5442 (syntax-propertize-wholelines, syntax-propertize-multiline)
5443 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
5444 (syntax-propertize): New functions.
5445 (syntax-propertize-rules): New macro.
5446 (syntax-ppss-flush-cache): Set syntax-propertize--done.
5447 (syntax-ppss): Call syntax-propertize.
5449 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
5451 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
5453 * textmodes/ispell.el (ispell-init-process): Improve comments.
5454 XEmacs compatibility changes regarding (add-hook) 'local option
5455 and (set-process-query-on-exit-flag).
5457 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
5459 * net/tramp-cache.el (tramp-parse-connection-properties):
5460 Set tramp-autoload cookie.
5462 2010-09-09 Glenn Morris <rgm@gnu.org>
5464 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5465 (imagemagick-register-types): Doc fix.
5467 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5469 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5471 * progmodes/js.el (require): Require is already "eval-and-compile".
5472 (js--re-search-forward): Avoid `eval'. Preserve the error data.
5473 (js--re-search-backward): Use js--re-search-forward.
5475 * progmodes/fortran.el (fortran-line-length): Don't recompute
5476 syntactic keywords redundantly a second time.
5478 * progmodes/ada-mode.el: Replace "(set '" with setq.
5479 (ada-mode): Simplify.
5480 (ada-create-case-exception, ada-adjust-case-interactive)
5481 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5482 (ada-search-ignore-string-comment, ada-move-to-start)
5483 (ada-move-to-end): Use with-syntax-table.
5485 * font-lock.el (save-buffer-state): Remove `varlist' arg.
5486 (font-lock-unfontify-region, font-lock-default-fontify-region):
5487 Update usage correspondingly.
5488 (font-lock-fontify-syntactic-keywords-region):
5489 Set parse-sexp-lookup-properties buffer-locally here.
5490 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5492 * simple.el (blink-matching-open): Don't burp if we can't find a match.
5494 2010-09-08 Glenn Morris <rgm@gnu.org>
5496 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5497 Error if not compiled with -DBYTE_CODE_METER.
5499 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5500 Ignore dir-locals-file.
5502 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5504 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5506 (compilation-error-regexp-alist-alist): Rule out ": " in file names
5507 for the `gnu' messages.
5508 (compilation-set-skip-threshold): New command.
5509 (compilation-start): Use \' rather than $.
5510 (compilation-forget-errors): Use clrhash.
5512 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
5514 * textmodes/ispell.el (ispell-valid-dictionary-list):
5517 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
5519 Migrate to Tramp 2.2. Rearrange load dependencies.
5520 (Bug#1529, Bug#5448, Bug#5705)
5522 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5523 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5524 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5526 * net/tramp.el (top): Remove all other tramp-* loads except
5527 tramp-compat.el. Remove all changes to tramp-unload-hook for
5528 other tramp-* packages. Rearrange defun order. Change calls of
5529 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5530 `tramp-compat-octal-to-decimal' to new function names.
5531 (tramp-terminal-type, tramp-initial-end-of-output)
5532 (tramp-methods, tramp-foreign-file-name-handler-alist)
5533 (tramp-tramp-file-p, tramp-completion-mode-p)
5534 (tramp-send-command-and-check, tramp-get-remote-path)
5535 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5536 (tramp-shell-quote-argument): Set tramp-autoload cookie.
5537 (with-file-property, with-connection-property): Move to
5539 (tramp-local-call-process, tramp-decimal-to-octal)
5540 (tramp-octal-to-decimal): Move to tramp-compat.el.
5541 (tramp-handle-shell-command): Do not require 'shell.
5542 (tramp-compute-multi-hops): No special handling for tramp-gw-*
5544 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5546 * net/tramp-cache.el (top): Require 'tramp. Add to
5547 `tramp-unload-hook'.
5548 (tramp-cache-data, tramp-get-file-property)
5549 (tramp-set-file-property, tramp-flush-file-property)
5550 (tramp-flush-directory-property, tramp-get-connection-property)
5551 (tramp-set-connection-property, tramp-flush-connection-property)
5552 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5554 (with-file-property, with-connection-property): New defuns, moved
5556 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5559 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5560 (tramp-version): Set tramp-autoload cookie.
5562 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
5563 changes to tramp-unload-hook for other tramp-* packages. Add to
5564 `tramp-unload-hook'.
5565 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5566 (tramp-compat-call-process): New defuns, moved from tramp.el.
5568 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
5569 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5570 Add to `tramp-unload-hook'. Change call of
5571 `tramp-compat-decimal-to-octal' to new function name.
5572 (tramp-fish-method): Make it a defconst.
5573 (tramp-fish-file-name-p): Make it a defsubst.
5574 (tramp-fish-method, tramp-fish-file-name-handler)
5575 (tramp-fish-file-name-p): Set tramp-autoload cookie.
5577 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5578 `tramp-foreign-file-name-handler-alist'. Add to
5579 `tramp-unload-hook'.
5580 (tramp-ftp-method): Make it a defconst.
5581 (tramp-ftp-file-name-p): Make it a defsubst.
5582 (tramp-ftp-method, tramp-ftp-file-name-handler)
5583 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5585 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5586 `tramp-foreign-file-name-handler-alist'. Add to
5587 `tramp-unload-hook'. Change checks, whether package can be
5589 (tramp-gvfs-file-name-p): Make it a defsubst.
5590 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5591 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5592 (tramp-gvfs-handle-file-directory-p): New defun.
5593 (tramp-gvfs-file-name-handler-alist): Use it.
5595 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5596 `tramp-foreign-file-name-handler-alist'. Add to
5597 `tramp-unload-hook'.
5598 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5599 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5601 (tramp-gw-tunnel-method, tramp-gw-socks-method)
5602 (tramp-gw-open-connection): Set tramp-autoload cookie.
5604 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
5605 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5606 Add to `tramp-unload-hook'. Change checks, whether package can be
5608 (tramp-imap-file-name-p): Make it a defsubst.
5609 (tramp-imap-method, tramp-imaps-method)
5610 (tramp-imap-file-name-handler)
5611 (tramp-imap-file-name-p): Set tramp-autoload cookie.
5613 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
5614 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5615 Add to `tramp-unload-hook'. Change checks, whether package can be
5616 loaded. Change call of `tramp-compat-decimal-to-octal' to new
5618 (tramp-smb-tunnel-method): Make it a defconst.
5619 (tramp-smb-file-name-p): Make it a defsubst.
5620 (tramp-smb-method, tramp-smb-file-name-handler)
5621 (tramp-smb-file-name-p): Set tramp-autoload cookie.
5623 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5624 (tramp-uuencode-region): Set tramp-autoload cookie.
5626 * net/trampver.el (top) Add to `tramp-unload-hook'.
5627 (tramp-version, tramp-bug-report-address): Set tramp-autoload
5628 cookie. Update release number.
5630 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
5632 * textmodes/ispell.el (ispell-start-process): Make sure original
5633 arg list is properly initialized (Bug#6993, Bug#6994).
5635 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5637 * files.el (directory-abbrev-alist): Use \` as default regexp.
5639 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5640 chars like - or ] (bug#6984).
5641 (rx-any-condense-range): Explode 2-char ranges.
5643 2010-09-06 Glenn Morris <rgm@gnu.org>
5645 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5647 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5649 * textmodes/bibtex.el:
5650 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5652 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5654 * net/imap.el (imap-message-map): Remove optional buffer parameter,
5655 since no callers use it.
5656 (imap-message-get): Ditto.
5657 (imap-message-put): Ditto.
5658 (imap-mailbox-map): Ditto.
5659 (imap-mailbox-put): Ditto.
5660 (imap-mailbox-get): Ditto.
5661 (imap-mailbox-get): Revert last change for this function.
5663 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5665 * net/imap.el (imap-fetch-safe): Remove function, and alter all
5666 callers to use `imap-fetch' instead. According to the comments, this
5667 should be safe, since all other IMAP clients use the 1:* syntax.
5668 (imap-enable-exchange-bug-workaround): Remove.
5669 (imap-debug): Remove -- doesn't seem very useful.
5671 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5673 * net/imap.el (imap-log): New convenience function used throughout
5674 instead of repeating the same code all over the place.
5676 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
5678 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5679 when mouse-drag-copy-region is non-nil (Bug#6956).
5681 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
5683 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5684 Improve regexps (Bug#6987).
5685 (dired-sort-toggle): Search more robustly for -t flag.
5687 * files.el (get-free-disk-space): Search more robustly for
5688 "available" column. Suggested by Ehud Karni
5689 <ehud@unix.mvs.co.il>.
5691 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
5693 * international/uni-bidi.el:
5694 * international/uni-category.el:
5695 * international/uni-combining.el:
5696 * international/uni-decimal.el:
5697 * international/uni-mirrored.el:
5698 * international/uni-name.el: Regenerate.
5700 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5702 * electric.el (electric-indent-post-self-insert-function):
5703 Don't reindent with a sloppy indentation function.
5705 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5706 border case in change-log-mode.
5708 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
5710 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5711 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5712 Recognize leading tab in gcc-include regexp. Ignore names with
5713 leading "from" or "in" in gnu regexp (Bug#6937).
5715 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5717 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5718 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5719 (ispell-start-process): Avoid setq and simplify logic.
5720 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5721 (kill-buffer-hook): Don't use it globally with code that uses
5722 expand-file-name since that may call kill-buffer via
5723 code_conversion_restore.
5725 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5727 * emacs-lisp/package.el (package-directory-list): Only call
5728 file-name-nondirectory on a string.
5730 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5732 * emacs-lisp/package.el (package--download-one-archive):
5733 Ensure that archive-contents is valid before saving it.
5734 (package-activate-1, package-mark-obsolete, define-package)
5735 (package-compute-transaction, package-list-maybe-add): Use push.
5737 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5739 Use SMIE's blink-paren for octave-mode.
5740 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5741 Backslashes do not escape single-quotes, single-quotes do.
5742 (octave-block-else-regexp, octave-block-end-regexp)
5743 (octave-block-match-alist): Remove.
5744 (octave-smie-bnf-table): New var, with old content.
5745 (octave-smie-op-levels): Use it.
5746 (octave-smie-closer-alist): New var.
5747 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5748 (octave-blink-matching-block-open): Remove.
5749 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5750 (octave-electric-space): Let self-insert-command run expand-abbrev and
5753 * electric.el (electricity): New group.
5754 (electric-indent-chars): New var.
5755 (electric-indent-post-self-insert-function): New fun.
5756 (electric-indent-mode): New minor mode.
5757 (electric-pair-skip-self): New custom.
5758 (electric-pair-post-self-insert-function): New function.
5759 (electric-pair-mode): New minor mode.
5761 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5762 calcAlg-blink-matching-open.
5763 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5764 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5765 Use the new blink-matching-check-function.
5767 Provide blink-matching support to SMIE.
5768 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5769 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5770 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5772 * simple.el (newline): Fix last change to properly remove itself from
5775 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5777 * simple.el (newline): Eliminate optimization.
5778 Use post-self-insert-hook to set hard-newline and things before
5779 running post-self-insert-hook.
5780 (blink-matching-check-mismatch): New function.
5781 (blink-matching-check-function): New variable.
5782 (blink-matching-open): Use them.
5783 Skip back forward over prefix chars skipped by forward-sexp.
5784 Don't check if the parens are backslash escaped.
5785 (blink-paren-post-self-insert-function): Check backslash escaping here.
5787 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5789 * emacs-lisp/package.el (package-menu-mode-map):
5790 Change package-menu-revert bindings to revert-buffer.
5791 (package-menu-mode): Set revert-buffer-function.
5792 (package-menu-revert): Doc fix.
5794 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5796 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5797 `default-directory' unless using Ispell per-directory personal
5798 dictionaries and not in a mini-buffer under XEmacs.
5799 (kill-buffer-hook): Do not kill ispell process on exit when
5800 `ispell-process-directory' is "~/". (Bug#6143)
5802 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5804 * simple.el (kill-new): Call interprogram-cut-function with only
5807 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5808 Remove cut buffer from error message.
5810 * term/x-win.el (x-select-text):
5811 * term/pc-win.el (x-selection-value):
5812 * term/ns-win.el (x-selection-value):
5813 * eshell/em-term.el:
5814 * w32-fns.el (x-get-selection-value):
5815 * mouse-sel.el (mouse-sel-set-selection-function):
5816 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5818 * term/x-win.el: Update documentation for x-last-selected-text-*.
5819 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5820 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5821 (x-select-text): Remove argument PUSH, update documentation.
5822 Remove cut-buffer code.
5823 (x-selection-value-internal): Was previously x-selection-value.
5824 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5825 Update documentation, remove cut-buffer code.
5826 Call x-selection-value-internal.
5827 (x-clipboard-yank): Call x-selection-value-internal.
5828 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5830 * term/pc-win.el (x-last-selected-text):
5831 x-cut-buffer-or-selection-value renamed to x-selection-value
5832 (x-select-text): Remove argument PUSH, update documentation.
5834 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5835 x-cut-buffer-or-selection-value renamed to x-selection-value
5836 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5837 (x-select-text): Remove argument PUSH, update documentation.
5839 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5841 * w32-fns.el (x-last-selected-text):
5842 x-cut-buffer-or-selection-value renamed to x-selection-value.
5843 (x-cut-buffer-max): Remove.
5844 (x-select-text): Remove argument PUSH, update documentation.
5846 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5848 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5850 * mouse-sel.el (mouse-sel-get-selection-function):
5851 x-cut-buffer-or-selection-value renamed to x-selection-value.
5852 (x-select-text): Remove optional push.
5854 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5856 * simple.el (blink-paren-function): Move from C to here.
5857 (blink-paren-post-self-insert-function): New function.
5858 (post-self-insert-hook): Use it.
5860 * emacs-lisp/pcase.el (pcase-split-memq):
5861 Fix overenthusiastic optimisation.
5862 (pcase-u1): Handle the case of a lambda pred.
5864 2010-08-31 Kenichi Handa <handa@m17n.org>
5866 * international/mule-cmds.el (standard-display-european-internal):
5867 Setup standard-display-table for 8-bit characters by storing 8-bit
5868 characters in the element vector.
5870 * disp-table.el (standard-display-8bit):
5871 Setup standard-display-table for 8-bit characters by storing 8-bit
5872 characters in the element vector.
5873 (standard-display-european): Likewise.
5875 2010-08-31 Masatake YAMATO <yamato@redhat.com>
5877 * textmodes/nroff-mode.el (nroff-view): New command.
5878 (nroff-mode-map): Bind it to C-c C-c.
5880 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5882 * emacs-lisp/smie.el (smie-down-list): New command.
5884 Remove old indentation and navigation code on octave-mode.
5885 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5886 smie-down-list rather than add a binding for octave-down-block.
5887 (octave-mark-block, octave-blink-matching-block-open):
5888 Rely on forward-sexp-function.
5889 (octave-fill-paragraph): Don't narrow, so you can use
5890 indent-according-to-mode.
5891 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5892 (octave-in-block-p, octave-re-search-forward-kw)
5893 (octave-re-search-backward-kw, octave-indent-calculate)
5894 (octave-end-as-array-index-p, octave-block-end-offset)
5895 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5896 (octave-down-block, octave-backward-up-block, octave-up-block)
5897 (octave-before-magic-comment-p, octave-indent-line): Remove.
5899 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
5901 * emacs-lisp/package.el (package--read-archive-file): Just use
5902 `read', to avoid copying an additional string.
5903 (package-menu-mode): Set header-line-format here.
5904 (package-menu-refresh, package-menu-revert): Signal an error if
5905 not in the Package Menu.
5906 (package-menu-package-list): New var.
5907 (package--generate-package-list): Operate on the current buffer;
5908 don't assume that it is *Packages*, since the user may rename it.
5909 Allow persistent package listings and sort keys using
5910 package-menu-package-list and package-menu-package-sort-key.
5911 (package-menu--version-predicate): Fix version calculation.
5912 (package-menu-sort-by-column): Don't select the window.
5913 (package--list-packages): Create the *Packages* buffer.
5914 Set package-menu-package-list-key.
5915 (list-packages): Sorting by status is now the default.
5916 (package-buffer-info): Use match-string-no-properties.
5917 (define-package): Add a &rest argument for future proofing, but
5919 (package-install-from-buffer, package-install-buffer-internal):
5920 Merge into a single function, package-install-from-buffer.
5921 (package-install-file): Change caller.
5923 * finder.el: Load finder-inf using `require'.
5924 (finder-list-matches): Sorting by status is now the default.
5925 (finder-compile-keywords): Simpify printing.
5927 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5929 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5930 (octave-mode-map): Remove special bindings for forward/backward-block
5931 and octave-backward-up-block. Use smie-close-block.
5932 (octave-continuation-marker-regexp): New var.
5933 (octave-continuation-regexp): Use it.
5934 (octave-operator-table, octave-smie-op-levels)
5935 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5936 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5937 (octave-mode): Use SMIE.
5938 (octave-close-block): Delete.
5940 2010-08-30 Eli Zaretskii <eliz@gnu.org>
5942 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5943 CLIPBOARD, not in PRIMARY. (Bug#6944)
5945 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5947 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5949 (smie-indent-column): Allow indirection through variables.
5951 * composite.el (save-buffer-state): Delete, unused.
5952 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5953 (font-lock-default-fontify-region): Use with-syntax-table.
5954 * jit-lock.el (with-buffer-unmodified): Remove.
5955 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5957 Use `declare' in defmacros.
5958 * window.el (save-selected-window):
5959 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5960 * progmodes/python.el (def-python-skeleton):
5961 * net/dbus.el (dbus-ignore-errors):
5962 * jka-cmpr-hook.el (with-auto-compression-mode):
5963 * international/mule.el (with-category-table):
5964 * emacs-lisp/timer.el (with-timeout):
5965 * emacs-lisp/lisp-mnt.el (lm-with-file):
5966 * emacs-lisp/eieio.el (with-slots):
5967 * emacs-lisp/easymenu.el (easy-menu-define):
5968 * emacs-lisp/debug.el (debugger-env-macro):
5969 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5970 (Multiple-value-call, Multiple-value-prog1):
5971 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5972 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5973 edebug rule to definition.
5974 * emacs-lisp/lisp-mode.el (save-selected-window)
5975 (with-current-buffer, combine-after-change-calls)
5976 (with-output-to-string, with-temp-file, with-temp-buffer)
5977 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5978 (dolist, dotimes, when, unless):
5979 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5981 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5983 * finder.el: Require `package'.
5984 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5985 (finder-package-info): Var deleted.
5986 (finder-keywords-hash, finder--builtins-alist): New vars.
5987 (finder-compile-keywords): Compute package--builtins and
5988 finder-keywords-hash instead of finder-keywords-hash, respecting
5989 the "Package" header.
5990 (finder-unknown-keywords, finder-list-matches):
5991 Use finder-keywords-hash and package--list-packages.
5992 (finder-mode): Don't set font-lock-defaults.
5993 (finder-exit): We don't use "*Finder-package*" and "*Finder
5994 Category*" buffers anymore.
5996 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5997 (package--builtins): Set default value to nil.
5998 (package-initialize): Load precomputed value of package--builtins
6000 (package-alist, package-compute-transaction)
6001 (package-download-transaction): Improve docstring.
6002 (package-read-all-archive-contents): Do not change
6003 package--builtins here.
6004 (list-packages): Make package-list-packages an alias for this.
6005 Sort by status by default.
6006 (package--list-packages): Add optional PACKAGES arg.
6007 (describe-package-1): Use font-lock-face property. For built-in
6008 packages, insert file commentary.
6009 (package--generate-package-list): Rename from
6010 package-list-packages-internal; all callers changed. Add optional
6011 PACKAGES arg. Add alphabetical sort fallbacks.
6012 (package-menu--version-predicate, package-menu--status-predicate)
6013 (package-menu--description-predicate)
6014 (package-menu--name-predicate): New functions.
6016 * info.el (Info-finder-find-node): Search package-alist instead of
6017 finder-package-info.
6019 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
6021 * subr.el (version-regexp-alist): Don't use "a" and "b" for
6023 (version-to-list): Handle versions like "10.3d".
6025 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6027 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
6028 (macroexp-accumulate): Use `declare'.
6030 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6032 * whitespace.el (whitespace-style): Adjust type declaration.
6034 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
6036 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6037 empty argument to gvfs-copy.
6039 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6041 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6042 handle new TRASH arg of `delete-file'.
6044 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
6046 * net/tramp.el (tramp-handle-insert-directory): Don't use
6047 `forward-word', its default syntax could be changed.
6049 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6050 Michael Albinus <michael.albinus@gmx.de>
6052 Implement compression for inline methods.
6054 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6055 (tramp-copy-size-limit): Allow also nil.
6056 (tramp-inline-compress-commands): New defconst.
6057 (tramp-find-inline-compress, tramp-get-inline-compress)
6058 (tramp-get-inline-coding): New defuns.
6059 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6060 replaced by `tramp-get-inline-coding'.
6061 (tramp-handle-file-local-copy, tramp-handle-write-region)
6062 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6064 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
6066 Detect ssh 'ControlMaster' argument automatically in some cases.
6068 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6069 (tramp-default-method): Use it.
6071 2010-08-26 Karel Klíč <kklic@redhat.com>
6073 * net/tramp.el (tramp-file-name-for-operation):
6074 Add file-selinux-context.
6076 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
6078 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
6080 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6082 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
6085 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
6087 * progmodes/js.el: Make indentation more customizable (Bug#6914).
6088 (js-paren-indent-offset, js-square-indent-offset)
6089 (js-curly-indent-offset): New options.
6090 (js--proper-indentation): Use them.
6092 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
6094 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
6095 instead of inspecting font-lock properties (Bug#6916).
6097 2010-08-26 David Reitter <david.reitter@gmail.com>
6099 * server.el (server-visit-files): Run pre-command-hook and
6100 post-command-hook for each buffer while it is current (Bug#6910).
6101 (server-execute): Do not run hooks here.
6103 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
6105 Sync with Tramp 2.1.19.
6107 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6108 (tramp-reporter-dump-variable, tramp-load-report-modules)
6109 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
6110 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
6112 * net/tramp-compat.el (top): Do not autoload
6113 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6114 only when `start-file-process' is not bound.
6115 (byte-compile-not-obsolete-vars): Define if not bound.
6116 (tramp-compat-funcall): New defmacro.
6117 (tramp-compat-line-beginning-position)
6118 (tramp-compat-line-end-position)
6119 (tramp-compat-temporary-file-directory)
6120 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6121 (tramp-compat-copy-file, tramp-compat-copy-directory)
6122 (tramp-compat-delete-file, tramp-compat-delete-directory)
6123 (tramp-compat-number-sequence, tramp-compat-process-running-p):
6125 (tramp-advice-file-expand-wildcards): Do not use
6126 `tramp-handle-file-remote-p'.
6127 (tramp-compat-make-temp-file): Simplify fallback implementation.
6128 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6129 (tramp-compat-copy-tree): Remove function.
6130 (tramp-compat-delete-file): New defun.
6131 (tramp-compat-delete-directory): Provide implementation for older
6133 (tramp-compat-file-attributes): Handle only
6134 `wrong-number-of-arguments' error.
6136 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6137 Add PRESERVE_SELINUX_CONTEXT.
6138 (tramp-fish-handle-delete-file): Add TRASH arg.
6139 (tramp-fish-handle-directory-files-and-attributes):
6140 Do not use `tramp-fish-handle-file-attributes.
6141 (tramp-fish-handle-file-local-copy)
6142 (tramp-fish-handle-insert-file-contents)
6143 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
6145 * net/tramp-gvfs.el (top): Require url-util.
6146 (tramp-gvfs-mount-point): Remove.
6147 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
6148 and `set-file-selinux-context'.
6149 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
6150 (tramp-gvfs-handle-file-selinux-context)
6151 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6152 (with-tramp-dbus-call-method): Format trace message.
6153 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6154 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6155 Implement backup call, when operation on local files fails.
6156 Use progress reporter. Flush properties of changed files.
6157 (tramp-gvfs-handle-delete-file): Add TRASH arg.
6158 Use `tramp-compat-delete-file'.
6159 (tramp-gvfs-handle-expand-file-name): Expand "~/".
6160 (tramp-gvfs-handle-make-directory): Make more traces.
6161 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
6162 (tramp-gvfs-url-file-name): Hexify file name in url.
6163 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6164 into account for the resulting file name.
6165 (tramp-gvfs-handler-askquestion): Preserve current message, in
6166 order to let progress reporter continue afterwards. (Bug#6257)
6167 Return dummy mountpoint, when the answer is "no".
6168 See `tramp-gvfs-maybe-open-connection'.
6169 (tramp-gvfs-handler-mounted-unmounted)
6170 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6171 attribute "default_location". Set "prefix" property.
6172 Handle default-location.
6173 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6174 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6175 exists. Raise an error, if not (due to a corresponding answer
6176 "no" in interactive questions, for example).
6177 Use `tramp-compat-funcall'.
6179 * net/tramp-imap.el (top): Autoload `epg-make-context'.
6180 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6181 (tramp-imap-do-copy-or-rename-file)
6182 (tramp-imap-handle-insert-file-contents)
6183 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6184 (tramp-imap-handle-delete-file): Add TRASH arg.
6186 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6187 Add PRESERVE-SELINUX-CONTEXT.
6188 (tramp-smb-handle-copy-file)
6189 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6190 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6191 Use `with-progress-reporter'.
6192 (tramp-smb-handle-delete-file): Add TRASH arg.
6194 * net/tramp.el (tramp-methods): Move hostname to the end in all
6195 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
6197 (tramp-verbose): Describe verbose level 9.
6198 (tramp-completion-function-alist)
6199 (tramp-file-name-regexp, tramp-chunksize)
6200 (tramp-local-coding-commands, tramp-remote-coding-commands)
6201 (with-connection-property, tramp-completion-mode-p)
6202 (tramp-action-process-alive, tramp-action-out-of-band)
6203 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6204 (tramp-exists-file-name-handler): Fix docstring.
6205 (tramp-remote-process-environment): Use `format' instead of
6206 `concat'. Protect version string by apostroph.
6207 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6209 (tramp-file-name-regexp-unified)
6210 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6211 not regard the volume letter as remote filename. (Bug#5447)
6212 (tramp-perl-file-attributes)
6213 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6214 (tramp-vc-registered-read-file-names): Read input as
6215 here-document, otherwise the command could exceed maximum length
6217 (tramp-file-name-handler-alist): Add `file-selinux-context' and
6218 `set-file-selinux-context'.
6219 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
6220 backtrace functions.
6221 (tramp-error-with-buffer): Don't show the connection buffer when
6222 we are in completion mode.
6223 (tramp-progress-reporter-update, tramp-remote-selinux-p)
6224 (tramp-handle-file-selinux-context)
6225 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
6226 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
6228 (with-progress-reporter): New defmacro.
6229 (tramp-debug-outline-regexp): New defconst.
6230 (top, tramp-rfn-eshadow-setup-minibuffer)
6231 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6232 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6233 (tramp-completion-mode-p, tramp-check-for-regexp)
6234 (tramp-open-connection-setup-interactive-shell)
6235 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6236 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6237 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
6238 Use `tramp-compat-funcall'.
6239 (tramp-handle-make-symbolic-link): Flush file properties.
6240 (tramp-handle-load, tramp-handle-file-local-copy)
6241 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6242 (tramp-handle-vc-registered, tramp-maybe-send-script)
6243 (tramp-find-shell): Use `with-progress-reporter'.
6244 (tramp-do-file-attributes-with-stat): Add space in format string,
6245 in order to work around a bug in pdksh. Reported by Gilles Pion
6247 (tramp-handle-verify-visited-file-modtime): Do not send a command
6248 when the connection is not established.
6249 (tramp-handle-set-file-times): Simplify the check for utc.
6250 (tramp-handle-directory-files-and-attributes)
6251 (tramp-get-remote-path): Use `copy-tree'.
6252 (tramp-completion-handle-file-name-all-completions): Ensure, that
6253 non remote files are still checked. Oops.
6254 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6255 Handle PRESERVE-SELINUX-CONTEXT.
6256 (tramp-do-copy-or-rename-file): Add progress reporter.
6257 (tramp-do-copy-or-rename-file-directly): Do not use
6258 `tramp-handle-file-remote-p'.
6259 (tramp-do-copy-or-rename-file-out-of-band):
6260 Use `tramp-compat-delete-directory'.
6261 (tramp-do-copy-or-rename-file-out-of-band)
6262 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6263 Use `format-spec-make'.
6264 (tramp-handle-delete-file): Add TRASH arg.
6265 (tramp-handle-dired-uncache): Flush directory cache, not only file
6267 (tramp-handle-expand-file-name)
6268 (tramp-completion-handle-file-name-all-completions)
6269 (tramp-completion-handle-file-name-completion):
6270 Use `tramp-connectable-p'.
6271 (tramp-handle-start-file-process): Set connection property "vec".
6272 Use it, in order to invalidate file caches. Check only for
6273 `remote-tty' process property.
6274 Implement tty setting. (Bug#4604, Bug#6360)
6275 (tramp-file-name-for-operation): Add `call-process-region' and
6276 `set-file-selinux-context'.
6277 (tramp-find-foreign-file-name-handler)
6278 (tramp-advice-make-auto-save-file-name)
6279 (tramp-set-auto-save-file-modes): Remove superfluous check for
6280 `stringp'. This is done inside `tramp-tramp-file-p'.
6281 (tramp-file-name-handler): Trace 'quit. Catch the error for some
6282 operations when we are in completion mode. This gives the user
6283 the chance to correct the file name in the minibuffer.
6284 (tramp-completion-mode-p): Use `non-essential'.
6285 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6286 compatibility: Use `completion-ignore-case' if
6287 `read-file-name-completion-ignore-case' does not exist.
6288 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
6289 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6291 (tramp-action-password): Hide password prompt before next run.
6292 (tramp-process-actions): Widen connection buffer for the trace.
6293 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6294 process property. Trace stty settings if `tramp-verbose' >= 9.
6295 Apply workaround for IRIX64 bug. Move argument of last
6296 `tramp-send-command' where it belongs to.
6297 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6298 front of `login-args'.
6299 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
6300 on "/dev/null" instead of "/".
6301 (tramp-get-ls-command-with-dired): Make test for "--dired"
6303 (tramp-set-auto-save-file-modes): Adapt version check.
6304 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6305 (tramp-handle-process-file): Call the program in a subshell, in
6306 order to preserve working directory.
6307 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
6308 `tramp-remote-sh' from `tramp-methods'.
6309 (tramp-get-ls-command): Make test for "--color=never" stronger.
6310 (tramp-check-for-regexp): Use (forward-line 1).
6312 * net/trampver.el: Update release number.
6314 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6316 * help.el (help-map): Bind `C-h P' to describe-package.
6318 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6320 * emacs-lisp/package.el (package-refresh-contents): Catch errors
6321 when downloading archives.
6322 (describe-package-1): Add package commentary.
6323 (package-install-button-action): New function.
6324 (package-menu-mode-map): Bind ? to package-menu-describe-package.
6325 (package-menu-view-commentary): Function removed.
6326 (package-list-packages-internal): Hide the `package' package too.
6328 2010-08-25 Kenichi Handa <handa@m17n.org>
6330 * language/misc-lang.el ("Arabic"): New language environment.
6331 Setup composition-function-table for Arabic characters.
6333 * international/fontset.el (setup-default-fontset): Fix typo for
6334 arabic OTF spec (fini->fina).
6336 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
6338 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
6341 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6343 * whitespace.el: Allow cleaning up blanks without blank
6344 visualization (Bug#6651). Adjust help window for
6345 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6346 instead of whitespace-line-column (from EmacsWiki). New version
6348 (whitespace-style): Add new value 'face. Adjust docstring.
6349 (whitespace-space, whitespace-hspace, whitespace-tab):
6350 Adjust foreground property face.
6351 (whitespace-line-column): Adjust docstring and type declaration.
6352 (whitespace-style-value-list, whitespace-toggle-option-alist)
6353 (whitespace-help-text): Adjust const initialization.
6354 (whitespace-toggle-options, global-whitespace-toggle-options):
6356 (whitespace-display-window, whitespace-interactive-char)
6357 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6358 (whitespace-help-scroll): New fun.
6360 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6362 * emacs-lisp/package.el (list-packages): Alias for
6363 package-list-packages.
6365 2010-08-24 Kevin Ryde <user42@zip.com.au>
6367 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
6370 * progmodes/ruby-mode.el (ruby): Add defgroup.
6372 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6374 * progmodes/python.el: Add Ipython support (Bug#5390).
6375 (python-shell-prompt-alist)
6376 (python-shell-continuation-prompt-alist): New options.
6377 (python--set-prompt-regexp): New function.
6378 (inferior-python-mode, run-python, python-shell):
6379 Require ansi-color. Use python--set-prompt-regexp to set the comint
6380 prompt based on the Python interpreter.
6381 (python--prompt-regexp): New var.
6382 (python-check-comint-prompt)
6383 (python-comint-output-filter-function): Use it.
6384 (run-python): Use a pipe (Bug#5694).
6386 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
6388 * progmodes/python.el (python-send-region): Send a different
6389 Python command if Ipython is in use.
6390 (python-check-version): Use a Python command to find the version.
6392 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6394 * mouse.el (mouse-yank-primary): Avoid setting primary when
6395 deactivating the mark (Bug#6872).
6397 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
6399 * progmodes/python.el (python-block-pairs): Allow use of "finally"
6400 with "else" (Bug#3991).
6402 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
6404 * net/dbus.el: Accept UNIX domain sockets as bus address.
6405 (top): Don't initialize `dbus-registered-objects-table' anymore,
6406 this is done in dbusbind,c.
6407 (dbus-check-event): Adapt test for bus.
6408 (dbus-return-values-table, dbus-unregister-service)
6409 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
6412 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
6414 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
6416 2010-08-22 Juri Linkov <juri@jurta.org>
6418 * simple.el (read-extended-command): New function with the logic
6419 for `completing-read' moved to Elisp from `execute-extended-command'.
6420 Use `function-called-at-point' in `minibuffer-default-add-function'
6421 to get a command name for M-n (bug#5364, bug#5214).
6423 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6425 * startup.el (command-line-1): Issue warning for ignored arguments
6426 --unibyte, etc (Bug#6886).
6428 2010-08-22 Leo <sdl.web@gmail.com>
6430 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
6431 (ignore, bright, dim, keyword): Split list of nicknames before
6432 passing to rcirc-add-or-remove (Bug#6894).
6434 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6436 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
6438 2010-08-22 Leo <sdl.web@gmail.com>
6440 Fix buffer-list rename&refresh after killing a buffer in ido.
6441 * ido.el: Revert Óscar's.
6442 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
6443 Remember the buffers at head, rather than their name.
6444 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
6446 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
6447 Stefan Monnier <monnier@iro.umontreal.ca>
6449 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
6450 extra backslash added to each line (bug#6890).
6452 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6454 * subr.el (read-key): Don't echo keystrokes (bug#6883).
6456 2010-08-22 Glenn Morris <rgm@gnu.org>
6458 * menu-bar.el (menu-bar-games-menu): Add landmark.
6460 2010-08-22 Glenn Morris <rgm@gnu.org>
6462 * align.el (align-regexp): Make group and spacing arguments
6463 use the interactive defaults when non-interactive. (Bug#6698)
6465 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6466 expansion, so as not to need sendmail.
6467 (mail-text-start): Remove declaration.
6468 (rmail-retry-failure): Require sendmail.
6470 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6472 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6474 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
6476 * progmodes/flymake.el (flymake-start-syntax-check-process):
6477 Use `start-file-process' in order to let it run also on remote hosts.
6479 2010-08-22 Kenichi Handa <handa@m17n.org>
6481 * files.el: Add `word-wrap' as safe local variable.
6483 2010-08-22 Glenn Morris <rgm@gnu.org>
6485 * woman.el (woman-translate): Case matters. (Bug#6849)
6487 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6489 * simple.el (kill-region): Doc fix (Bug#6787).
6491 2010-08-22 Glenn Morris <rgm@gnu.org>
6493 * calendar/diary-lib.el (diary-header-line-format):
6494 Fit it to the window, not the frame.
6496 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
6498 * subr.el (ignore-errors): Add debug declaration.
6500 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
6502 * whitespace.el (whitespace-color-off): Remove post-command-hook
6505 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6507 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6509 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6511 * cus-edit.el (custom-group-value-create): Add extra newline
6512 before end line (Bug#6876).
6514 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6516 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6517 when extending it. Before killing on the second click, check if
6518 the buffer is the correct one. Doc fix.
6519 (mouse-secondary-save-then-kill): Allow usage without first
6520 calling mouse-start-secondary, by defaulting to point. Don't save
6521 an empty secondary selection. Doc fix.
6523 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6525 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
6526 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6528 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6529 Adjust initialization.
6530 (whitespace-bob-marker, whitespace-eob-marker)
6531 (whitespace-buffer-changed): New vars.
6532 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6533 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6534 (whitespace-post-command-hook, whitespace-display-char-on):
6536 (whitespace-looking-back, whitespace-buffer-changed): New funs.
6537 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6539 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6541 * files.el (locate-file-completion-table): Only list the .el and .elc
6542 extensions if there's no other choice (bug#5955).
6544 * facemenu.el (facemenu-self-insert-data): New var.
6545 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6547 (facemenu-add-face): Use them.
6549 * simple.el (blink-matching-open): Obey forward-sexp-function.
6551 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6553 * simple.el (prog-mode-map): New var.
6554 (prog-indent-sexp): New command.
6556 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6558 * progmodes/prolog.el (smie): Require.
6560 * emacs-lisp/smie.el (smie-default-backward-token)
6561 (smie-default-forward-token): Strip properties.
6562 (smie-next-sexp): Be more careful with associative operators.
6563 (smie-forward-sexp-command): Generalize.
6564 (smie-backward-sexp-command): Simplify.
6565 (smie-closer-alist): New var.
6566 (smie-close-block): New command.
6567 (smie-indent-debug-log): New var.
6568 (smie-indent-offset-rule): Add a few more cases.
6569 (smie-indent-column): New function.
6570 (smie-indent-after-keyword): Use it.
6571 (smie-indent-keyword): Use it.
6572 Fix up the opener code's point position.
6573 (smie-indent-comment): Only applies at BOL.
6574 (smie-indent-debug): New command.
6576 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6577 declarations that are useful before running the macro.
6579 2010-08-18 Joakim Verona <joakim@verona.se>
6581 * image.el (imagemagick-types-inhibit): New variable.
6582 (imagemagick-register-types): New function.
6583 * image-mode.el (image-transform-properties): New function.
6584 (image-transform-set-scale, image-transform-fit-to-height)
6585 (image-transform-set-rotation, image-transform-set-resize)
6586 (image-transform-fit-to-width, image-transform-fit-to-height):
6588 (image-toggle-display-image): Support image transforms.
6590 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6592 * image.el (create-animated-image): Don't add heuristic mask to image
6595 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6597 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6598 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6600 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6602 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6604 Font-lock '...' strings, plus various simplifications and fixes.
6605 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6606 (octave-font-lock-close-quotes): New function.
6607 (octave-font-lock-syntactic-keywords): New var.
6608 (octave-mode): Use it. Set beginning-of-defun-function.
6609 (octave-mode-map): Don't override the <foo>-defun commands.
6610 (octave-mode-menu): Pass it directly to easy-menu-define;
6611 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6612 (octave-block-match-alist): Fix up last change so that
6613 octave-close-block uses the more specific keyword.
6614 (info-lookup-mode): Silence byte-compiler.
6615 (octave-beginning-of-defun): Not interactive any more.
6617 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6618 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6619 (octave-completion-at-point-function): Make sure point is within
6621 (octave-reindent-then-newline-and-indent):
6622 Use reindent-then-newline-and-indent.
6623 (octave-add-octave-menu): Remove.
6625 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6627 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6628 (report-emacs-bug-can-use-xdg-email): New functions.
6629 (report-emacs-bug): Set can-xdg-email to result of
6630 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
6631 \C-cm to report-emacs-bug-insert-to-mailer and add help text
6634 * net/browse-url.el (browse-url-default-browser): Add cond
6635 for browse-url-xdg-open.
6636 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6638 2010-08-17 Glenn Morris <rgm@gnu.org>
6640 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6641 (c-fontify-recorded-types-and-refs): Define for compiler.
6642 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6645 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6648 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
6650 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6652 (tramp-handle-process-file): Call the program in a subshell, in
6653 order to preserve working directory.
6654 (tramp-action-password): Hide password prompt before next run.
6655 (tramp-process-actions): Widen connection buffer for the trace.
6657 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6659 * net/rcirc.el (rcirc-log-process-buffers): New option.
6660 (rcirc-print): Use it.
6661 (rcirc-generate-log-filename): New function.
6662 (rcirc-log-filename-function): Change default to
6663 rcirc-generate-log-filename (Bug#6828).
6665 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
6667 * simple.el (deactivate-mark): If select-active-regions is `only',
6668 only set selection for temporarily active regions.
6670 * cus-start.el: Change defcustom for select-active-regions.
6672 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6674 * mouse.el (mouse--drag-set-mark-and-point): New function.
6675 (mouse-drag-track): Use LOCATION arg to push-mark.
6676 Use mouse--drag-set-mark-and-point to take click-count into
6677 consideration when updating point and mark (Bug#6840).
6679 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6681 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6682 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6684 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6686 * font-lock.el (lisp-font-lock-keywords-2):
6687 Add combine-after-change-calls, condition-case-no-debug,
6688 with-demoted-errors, and with-silent-modifications (Bug#6025).
6690 2010-08-14 Kevin Ryde <user42@zip.com.au>
6692 * emacs-lisp/copyright.el (copyright-update-year)
6693 (copyright-update): Temporary switch-to-buffer to ensure the
6694 buffer change being queried is visible (Bug#5394).
6696 2010-08-14 Tom Tromey <tromey@redhat.com>
6698 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6701 2010-08-14 Eli Zaretskii <eliz@gnu.org>
6703 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6706 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6708 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6709 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6710 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6711 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6712 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6713 Call menu-bar-set-tool-bar-position.
6715 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6717 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6718 comment style (bug#6834).
6719 * progmodes/scheme.el (scheme-mode-syntax-table):
6720 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6721 "b" flag in "' 14b" syntax.
6723 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6724 for (un)commenting the region and performing completion.
6725 (octave-mode-menu): Use standard commands for help and completion.
6726 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6727 (octave-mode): Use define-derived-mode.
6728 Set completion-at-point-functions and don't set columns.
6729 Don't disable adaptive-fill-regexp.
6730 (octave-describe-major-mode, octave-comment-region)
6731 (octave-uncomment-region, octave-comment-indent)
6732 (octave-indent-for-comment): Remove.
6733 (octave-indent-calculate): Rename from calculate-octave-indent.
6734 (octave-indent-line, octave-fill-paragraph): Update caller.
6735 (octave-initialize-completions): No need to make an alist.
6736 (octave-completion-at-point-function): New function.
6737 (octave-complete-symbol): Use it.
6738 (octave-insert-defun): Use define-skeleton.
6740 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6741 (octave-mode-map): Use comment-dwim (bug#6829).
6743 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6745 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6746 indentation of inserted comment.
6748 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6750 * faces.el (region): Add type gtk that uses gtk colors.
6752 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6753 Handle theme-name change.
6755 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6757 * progmodes/sql.el: Version 2.5
6758 (sql-product-alist): Add :prompt-cont-regexp property for several
6760 (sql-prompt-cont-regexp): New variable.
6761 (sql-output-newline-count, sql-output-by-send):
6762 New variables. Record number of newlines in input text.
6763 (sql-send-string): Handle multiple filters and count newlines.
6764 (sql-send-magic-terminator): Count terminator newline.
6765 (sql-interactive-remove-continuation-prompt): Filters output to
6766 remove continuation prompts; one for each newline.
6767 (sql-interactive-mode): Set up new variables, prompt regexp and
6769 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6770 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6772 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6774 * emacs-lisp/pcase.el: New file.
6776 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
6778 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6779 as here-document, otherwise the command could exceed maximum
6780 length of command line.
6781 (tramp-handle-vc-registered): Call script accordingly.
6782 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6784 2010-08-10 Kenichi Handa <handa@m17n.org>
6786 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6789 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
6791 * emacs-lisp/package.el (package-version-split)
6792 (package--version-first-nonzero, package-version-compare):
6794 (package-directory-list, package-load-all-descriptors)
6795 (package--built-in, package-activate, define-package)
6796 (package-installed-p, package-compute-transaction)
6797 (package-read-all-archive-contents)
6798 (package--add-to-archive-contents, package-buffer-info)
6799 (package-tar-file-info, package-list-packages-internal):
6800 Use version-to-list and version-list-*.
6802 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6803 Use version-to-list.
6804 (package-upload-buffer-internal): Use version-list-<=.
6806 2010-08-09 Kenichi Handa <handa@m17n.org>
6808 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6811 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
6813 * tutorial.el (tutorial--default-keys): C-d is now bound to
6814 delete-forward-char (Bug#6826).
6816 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6817 for `double' value of mouse-1-click-follows-link (Bug#6807).
6819 2010-08-08 Johan Bockgård <bojohan@gnu.org>
6821 * replace.el (replace-highlight): Bind isearch-forward and
6822 isearch-error, ensuring that highlighting is updated if the user
6823 switches the search direction (Bug#6808).
6825 * isearch.el (isearch-lazy-highlight-forward): New var.
6826 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6827 (isearch-lazy-highlight-update): Use it.
6829 2010-08-08 Kenichi Handa <handa@m17n.org>
6831 * international/mule.el (define-charset): Store NAME as :base property.
6832 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6833 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6834 current priority. Force using the designation of the specific
6835 charset by adding `charset' text property. Improve the whole algorithm.
6837 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6839 * emulation/pc-select.el (pc-selection-mode-hook)
6840 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6841 (pc-selection-mode): Fix typos in docstrings.
6843 2010-08-08 Kenichi Handa <handa@m17n.org>
6845 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6846 ctext-non-standard-encodings-alist here.
6848 * international/mule.el (ctext-non-standard-encodings-alist):
6849 Add "koi8-r" and "microsoft-cp1251".
6850 (ctext-standard-encodings): New variable.
6851 (ctext-non-standard-encodings-table): List only elements for
6852 non-standard encodings.
6853 (ctext-pre-write-conversion): Adjust for the above change.
6854 Check ctext-standard-encodings.
6856 * international/mule-conf.el (compound-text): Doc fix.
6857 (ctext-no-compositions): Doc fix.
6858 (compound-text-with-extensions): Doc fix.
6860 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6862 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6864 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6866 * progmodes/which-func.el (which-func-format): Split help-echo text
6867 into lines, like other mode-line tooltips.
6869 * server.el (server-start): When using TCP sockets, force IPv4
6870 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6872 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6874 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6876 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6878 * term.el (term-delimiter-argument-list): Reflow docstring.
6879 (term-read-input-ring, term-write-input-ring, term-send-input)
6880 (term-bol, term-erase-in-display, serial-supported-or-barf):
6881 Fix typos in docstrings.
6883 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6885 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6887 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6889 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6891 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
6893 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6894 Fix typo in docstring (bug#6747).
6896 2010-08-08 Leo <sdl.web@gmail.com>
6898 * eshell/esh-io.el (eshell-get-target): Better detection of
6899 read-only file (Bug#6762).
6901 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6903 * align.el (align-default-spacing): Doc fix.
6904 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6906 2010-08-08 Stephen Peters <speters@itasoftware.com>
6908 * calendar/icalendar.el
6909 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6910 (icalendar--get-weekday-numbers): New.
6911 (icalendar--convert-recurring-to-diary): Handle multiple byday
6912 values in weekly rules. (Bug#6766)
6914 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
6916 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6917 (icalendar--create-uid, icalendar-export-region)
6918 (icalendar--parse-summary-and-rest): Code formatting.
6920 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6922 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6923 to italicize headers.
6924 (calc-highlight-selections-with-faces): New variable.
6925 (calc-selected-face, calc-nonselected-face): New faces.
6927 * calc/calccomp.el (math-comp-highlight-string): Use
6928 `calc-highlight-selections-with-faces' to determine how to highlight
6931 * calc/calc-sel.el (calc-show-selections): Change message to when
6932 using faces to highlight selections.
6934 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6936 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6937 Add SQLite 3 keywords, functions and datatypes.
6938 (sql-interactive-mode): Remove `comint-process-echoes' set to t
6941 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
6943 * simple.el (select-active-regions): Move to keyboard.c.
6944 (deactivate-mark): Used saved-region-selection.
6945 (select-active-region): Function removed.
6946 (activate-mark, set-mark, push-mark-command)
6947 (handle-shift-selection): Don't call it.
6948 (keyboard-quit): Avoid adding the region to the window selection.
6950 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6951 select-active-regions implementation.
6952 (mouse-yank-at-click): Doc fix.
6954 * cus-start.el: Add custom declaration for select-active-regions.
6956 2010-08-07 Eli Zaretskii <eliz@gnu.org>
6958 * simple.el (delete-forward-char): Doc fix.
6960 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6961 after reading the tutorial.
6963 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6965 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6966 Fix for the case that a C style comment has its delimiters alone on
6967 their respective lines.
6969 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
6971 * net/tramp.el (tramp-handle-start-file-process): Set connection
6973 (tramp-process-sentinel): Use it for flushing the cache.
6974 We cannot do it via the process buffer, the buffer could be deleted
6975 already when running the sentinel.
6977 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6979 * comint.el (comint-mode): Make directory tracking functions
6980 functional on remote files. (Bug#6764)
6982 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6984 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6986 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6988 * emacs-lisp/find-gc.el (find-gc-source-files):
6989 Rename unexec.c => unexcoff.c.
6991 * emacs-lisp/authors.el (authors-fixed-entries):
6992 Rename unexec.c => unexcoff.c.
6994 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
6996 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6997 cache, not only file cache.
6998 (tramp-process-sentinel): New defun.
6999 (tramp-handle-start-file-process): Use it, in order to invalidate
7002 2010-08-03 Leo <sdl.web@gmail.com>
7004 * server.el (server-start): Simplify loop.
7006 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7008 * frame.el (screen-height, screen-width, set-screen-width)
7009 (set-screen-height): Remove ancient compatibility aliases.
7011 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
7012 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
7014 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
7015 that change current buffer.
7017 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7019 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
7020 beginning of the string. Use `string-match-p'. (Bug#6765)
7022 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
7024 * cus-start.el (x-gtk-use-system-tooltips): New variable.
7026 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
7028 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
7029 (package--builtins): Tweak descriptions.
7030 (package-print-package): Upcase descriptions if necessary.
7031 Show all built-in packages in font-lock-builtin-face.
7032 (package-list-packages-internal): Omit "emacs" package.
7033 Show status of built-in packages as "built-in".
7035 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
7037 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
7038 before killing to preserve the primary selection (Bug#6701).
7040 * term/x-win.el (x-select-text): Doc fix.
7042 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
7044 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
7045 (objc-font-lock-extra-types):
7046 * progmodes/cc-mode.el (c-basic-common-init):
7047 * progmodes/cc-langs.el (c-make-mode-syntax-table)
7048 (c++-make-template-syntax-table)
7049 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
7050 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
7051 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
7052 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
7053 * progmodes/cc-fonts.el (c-make-inverse-face)
7054 (c-basic-matchers-after):
7055 * progmodes/cc-engine.el (c-forward-keyword-clause)
7056 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
7057 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
7058 (c-guess-continued-construct, c-guess-basic-syntax):
7059 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
7060 The above functions were modified or created.
7062 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
7064 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
7066 2010-07-31 Eli Zaretskii <eliz@gnu.org>
7068 * files.el (bidi-paragraph-direction): Define safe local values.
7070 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
7071 language-info-alist. Remove outdated FIXME in a comment.
7073 2010-07-31 Alan Mackenzie <acm@muc.de>
7075 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
7076 Auto-fill broken in C/C++ modes.
7078 2010-07-30 Martin Rudalics <rudalics@gmx.at>
7080 * help.el (temp-buffer-max-height, temp-buffer-resize-mode)
7081 (resize-temp-buffer-window): Move back from window.el to avoid
7082 calling define-minor-mode in window.el and choke in bootstrap.
7084 2010-07-29 Martin Rudalics <rudalics@gmx.at>
7086 * loadup.el (top-level): Load window before files for the sake
7087 of replace-buffer-in-windows.
7089 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7090 (previous-buffer): Move to window.el.
7092 * bindings.el (unbury-buffer): Move to window.el.
7094 * window.el (display-buffer): Move group definition to front of
7095 display buffer section.
7096 (record-window-buffer, unrecord-window-buffer)
7097 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7098 (switch-to-next-buffer): New functions.
7099 (get-next-valid-buffer, last-buffer): Move here from simple.el.
7100 (next-buffer): Move here from simple.el. Call
7101 switch-to-next-buffer.
7102 (previous-buffer): Move here from simple.el. Call
7103 switch-to-prev-buffer.
7104 (bury-buffer, quit-restore-window): Switch to previous buffer
7105 when window cannot be deleted.
7106 (unbury-buffer): Move here from bindings.el.
7107 (delete-windows-on): Switch to previous buffer if window cannot
7108 be deleted. Unrecord buffer argument in all live windows.
7109 (replace-buffer-in-windows): Move here from window.c. Switch to
7110 previous buffer if window cannot be deleted. Unrecord argument
7111 buffer in all live windows.
7112 (switch-to-buffer): In doc-string warning suggest using
7113 with-current-buffer instead of set-buffer.
7115 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
7117 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7118 (menu-bar-showhide-tool-bar-menu-customize-disable)
7119 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7120 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
7121 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
7122 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
7123 make a menu for Options => toolbar that can move it.
7125 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
7127 * emacs-lisp/package-x.el (package--make-rss-entry):
7128 (package-maint-add-news-item, package--update-news)
7129 (package-upload-buffer-internal): New arg ARCHIVE-URL.
7131 * emacs-lisp/package.el (package-archive-url): Rename from
7133 (package-install): Doc fix.
7134 (package-download-single, package-download-tar, package-install)
7135 (package-menu-view-commentary): Callers changed.
7137 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
7139 * net/tramp.el (tramp-handle-start-file-process): Check only for
7140 `remote-tty' process property.
7141 (tramp-open-shell): Don't check for tty.
7142 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7145 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
7148 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
7150 * emacs-lisp/package.el (package-load-list, package-archives)
7151 (package-archive-contents, package-user-dir)
7152 (package-directory-list, package--builtins, package-alist)
7153 (package-activated-list, package-obsolete-alist): Mark as risky.
7155 2010-07-28 Phil Hagelberg <phil@evri.com>
7157 Add support for non-default package repositories.
7158 * emacs-lisp/package.el (package-archive-base): Var deleted.
7159 (package-archives): New variable.
7160 (package-archive-contents): Doc fix.
7161 (package-load-descriptor): Do nothing if descriptor file is missing.
7162 (package--write-file-no-coding): New function.
7163 (package-unpack-single): Use it.
7164 (package-archive-id): New function.
7165 (package-download-single, package-download-tar)
7166 (package-menu-view-commentary): Use it.
7167 (package-installed-p): Make second argument optional.
7168 (package-read-all-archive-contents): New function.
7169 (package-initialize): Use it.
7170 (package-read-archive-contents): Add ARCHIVE argument.
7171 (package--add-to-archive-contents): New function.
7172 (package-install): Don't call package-read-archive-contents.
7173 (package--download-one-archive): Store archive file in a
7174 subdirectory of package-user-dir.
7175 (package-menu-execute): Remove spurious line movement.
7177 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
7179 * cus-start.el (tool-bar-style): Add text-image-horiz.
7181 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
7183 * progmodes/gud.el (gud-common-init): Check for remoteness of
7184 `file', and not of `default-directory'.
7186 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
7188 * net/tramp.el (tramp-methods): Move hostname to the end in all
7189 ssh `tramp-login-args'.
7190 (tramp-verbose): Describe verbose level 9.
7191 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7192 (tramp-open-connection-setup-interactive-shell): Trace stty
7193 settings if `tramp-verbose' >= 9.
7194 (tramp-handle-start-file-process): Implement tty setting.
7195 (Bug#4604, Bug#6360)
7197 * net/tramp-cmds.el (tramp-bug): Recommend setting of
7198 `tramp-verbose' to 9.
7200 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
7202 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
7203 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
7204 Remove references to package `lisp-re' (bug#4369).
7206 2010-07-27 Tom Tromey <tromey@redhat.com>
7208 * progmodes/js.el (js-mode):
7209 * progmodes/make-mode.el (makefile-mode):
7210 * progmodes/simula.el (simula-mode):
7211 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7213 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
7215 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
7217 * time.el (display-time-day-and-date): Remove spurious * in docstring.
7218 (display-time-world-buffer-name, display-time-world-mode-map):
7219 Fix typos in docstrings.
7221 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
7223 * image-mode.el (image-display-size): New function.
7224 (image-forward-hscroll, image-next-line, image-eol, image-eob)
7225 (image-mode-fit-frame): Use it (Bug#6639).
7227 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
7229 * dired.el (dired-buffers-for-dir): Handle list values of
7230 dired-directory (Bug#6636).
7232 2010-07-26 Sam Steingold <sds@gnu.org>
7234 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
7235 Do not call `x-get-selection' the second time, reuse the value.
7237 2010-07-26 Daiki Ueno <ueno@unixuser.org>
7239 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
7240 which consist of control chars only. Suggested by Richard Stallman.
7242 2010-07-25 Daiki Ueno <ueno@unixuser.org>
7244 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
7245 exists before passing an error to find-file-not-found-functions
7248 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
7250 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
7251 Remove leading nil element, adjust values.
7252 (tetris-shapes, tetris-shape-scores):
7253 Change representation of shapes and remove some redundancy.
7254 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
7255 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
7256 Adjust for working with new representation of shapes.
7257 (tetris-shape-rotations): New function.
7258 (tetris-move-bottom, tetris-move-left, tetris-move-right)
7259 (tetris-rotate-prev, tetris-rotate-next):
7260 Adjust for working with the new version of tetris-test-shape.
7262 2010-07-23 Markus Triska <markus.triska@gmx.at>
7264 * progmodes/ps-mode.el: Use comint (bug#5954).
7265 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
7266 (ps-mode-other-newline): Simplify.
7267 (ps-run-mode): Derive from comint-mode instead of
7268 fundamental-mode, yielding input history etc.
7269 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
7270 (ps-run-send-string): Adapt for comint-mode.
7271 (ps-run-newline): Remove now unneeded function.
7273 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
7275 * net/tramp.el (tramp-methods): Move hostname to the end in all
7276 plink `tramp-login-args'.
7278 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
7280 * net/tramp.el (tramp-open-shell): New defun.
7281 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7284 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
7286 * net/tramp.el (tramp-file-name-regexp-unified)
7287 (tramp-completion-file-name-regexp-unified): On W32 systems, do
7288 not regard the volume letter as remote filename. (Bug#5447)
7290 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
7292 * custom.el (custom-declare-variable): Give a clearer error message
7293 when the docstring is missing (bug#6476).
7295 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
7297 * progmodes/sql.el: Version 2.4. Improved Login prompting.
7298 (sql-login-params): New widget definition.
7299 (sql-oracle-login-params, sql-mysql-login-params)
7300 (sql-solid-login-params, sql-sybase-login-params)
7301 (sql-informix-login-params, sql-ingres-login-params)
7302 (sql-ms-login-params, sql-postgres-login-params)
7303 (sql-interbase-login-params, sql-db2-login-params)
7304 (sql-linter-login-params): Use it.
7305 (sql-sqlite-login-params): Use it; Define "database" parameter as
7307 (sql-sqlite-program): Change to "sqlite3".
7308 (sql-comint-sqlite): Make sure database name is complete.
7309 (sql-for-each-login): New function.
7310 (sql-connect, sql-save-connection): Use it.
7311 (sql-get-login-ext): New function.
7312 (sql-get-login): Use it.
7313 (sql-make-alternate-buffer-name): Handle :file parameters.
7315 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
7317 * dired.el (dired-no-confirm): Document value t and fix defcustom to
7318 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
7320 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7322 * dired.el (dired-mode-map): Use command remapping (bug#6632).
7324 2010-07-22 Lawrence Mitchell <wence@gmx.li>
7326 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
7328 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
7330 * net/tramp.el (tramp-get-ls-command)
7331 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
7334 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
7336 * progmodes/sql.el: Version 2.3.
7337 (sql-connection-alist): Change keys from symbols to strings;
7338 enhanced the widget definition.
7339 (sql-mode-menu): Add submenu to select connections.
7340 (sql-interactive-mode-menu): Add "Save Connection" item.
7341 (sql-add-product): Fix menu item.
7342 (sql-get-product-feature): Improved error handling.
7343 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
7344 (sql-make-alternate-buffer-name): Simplified.
7345 (sql-product-interactive): Handle missing product.
7346 (sql-connect): Support string keys, minor improvements.
7347 (sql-save-connection): New function.
7348 (sql-connection-menu-filter): New function.
7350 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
7352 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
7353 (tramp-open-connection-setup-interactive-shell):
7354 Apply workaround for IRIX64 bug. Move argument of last
7355 `tramp-send-command' where it belongs to.
7357 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
7359 * net/tramp.el (tramp-perl-file-attributes)
7360 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7361 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7362 front of `login-args'.
7364 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
7366 * time.el (display-time-world-mode): Define with `define-derived-mode'.
7367 Set `show-trailing-whitespace' to nil.
7368 (display-time-world-display): Simplify.
7370 2010-07-18 Alan Mackenzie <acm@muc.de>
7372 Enhance `c-file-style' in file/directory local variables.
7373 * progmodes/cc-mode.el (c-count-cfss): New function.
7374 (c-before-hack-hook): Call `c-set-style' differently according to
7375 whether c-file-style was set in file or directory local
7378 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
7380 * progmodes/sql.el: Version 2.2.
7381 (sql-product, sql-user, sql-database, sql-server, sql-port):
7382 Use defcustom :safe keyword rather than putting safe-local-variable
7384 (sql-password): Use defcustom :risky keyword rather than putting
7385 risky-local-variable property.
7386 (sql-oracle-login-params, sql-sqlite-login-params)
7387 (sql-solid-login-params, sql-sybase-login-params)
7388 (sql-informix-login-params, sql-ingres-login-params)
7389 (sql-ms-login-params, sql-postgres-login-params)
7390 (sql-interbase-login-params, sql-db2-login-params)
7391 (sql-linter-login-params): Add `port' option.
7392 (sql-get-product-feature): Add NO-INDIRECT parameter.
7393 (sql-comint-oracle, sql-comint-sybase)
7394 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
7395 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
7396 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
7397 (sql-comint-linter): Rename sql-connect-* functions to
7399 (sql-product-alist, sql-mode-menu): Rename as above and
7400 :sqli-connect-func to :sqli-comint-func.
7401 (sql-connection): New variable.
7402 (sql-interactive-mode): Set it.
7403 (sql-connection-alist): New variable.
7404 (sql-connect): New function.
7405 (sql--alt-buffer-part, sql--alt-if-not-empty)
7406 (sql-make-alternate-buffer-name): Improved alternative buffer name.
7408 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7410 * image-mode.el (image-bookmark-make-record): Do not set context
7411 in an image (Bug#6650).
7413 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
7415 * simple.el (select-active-region): New function.
7416 (push-mark-command, set-mark, activate-mark)
7417 (handle-shift-selection): Use it.
7418 (deactivate-mark): Don't check for size of region.
7420 * mouse.el (mouse-drag-track): Use select-active-region.
7422 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
7424 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
7427 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
7429 * term/x-win.el (x-select-enable-primary): Change default to nil.
7430 (x-select-enable-clipboard): Add :version keyword.
7432 * mouse.el (mouse-drag-copy-region):
7433 * simple.el (select-active-regions): Likewise.
7435 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
7437 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
7438 (vc-coding-system-for-diff): Use it to decide whether to inherit
7439 from the file the EOL format for reading the diffs of that file.
7442 2010-07-16 Eli Zaretskii <eliz@gnu.org>
7444 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
7445 unibyte, so compressed attachments are not compressed again.
7447 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
7449 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
7450 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
7451 (tramp-find-shell): Simplify setting connection property.
7452 (tramp-get-ls-command): Make test for "--color=never" stronger.
7454 2010-07-15 Simon South <ssouth@member.fsf.org>
7456 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
7457 blocks within record declarations (i.e. variant parts) correctly.
7459 2010-07-15 Simon South <ssouth@member.fsf.org>
7461 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
7462 over literal tokens when parsing so newlines aren't "absorbed" by
7463 single-line comments. Corrects the indentation of case blocks
7464 that have a comment on the first line.
7466 2010-07-14 Karl Fogel <kfogel@red-bean.com>
7468 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
7469 by Drew Adams (Bug#5504).
7471 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
7473 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
7474 now that Unicode is used (Bug#6594).
7476 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
7478 * term/x-win.el (x-select-enable-clipboard): Default to t.
7479 (x-initialize-window-system): Don't overwrite Paste menu item.
7481 * simple.el (select-active-regions): Default to t.
7482 (push-mark-command): Don't overwrite primary with empty string.
7484 * mouse.el: Bind mouse-2 to mouse-yank-primary.
7485 (mouse-drag-copy-region): Default to nil.
7487 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
7488 Cut/Copy/Paste menu bar items.
7490 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7492 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7493 Patch applied by Karl Fogel.
7495 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7496 and `bookmark-current-buffer' if they have been already set in
7497 another buffer (e.g gnus-art).
7499 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7500 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7502 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7504 * bookmark.el (bookmark-make-record-default): Allow unneeded
7505 information to be omitted from the record.
7507 Adjust declarations and calls:
7509 * info.el (bookmark-make-record-default): Adjust declaration.
7510 (Info-bookmark-make-record): Adjust call.
7512 * woman.el (bookmark-make-record-default): Adjust declaration.
7513 (woman-bookmark-make-record): Adjust call.
7515 * man.el (bookmark-make-record-default): Adjust declaration.
7516 (Man-bookmark-make-record): Adjust call.
7518 * image-mode.el (bookmark-make-record-default): Adjust declaration.
7520 * doc-view.el (bookmark-make-record-default): Adjust declaration.
7522 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7524 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7525 This is also from Thierry Volpiatto's patch in bug #6444. However,
7526 because it was extraneous to the functional change in that patch,
7527 and causes a re-indendation, I am committing it separately.
7529 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7531 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7532 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7533 Patch applied by Karl Fogel (Bug#6444).
7535 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
7537 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7539 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7541 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7542 Dempsky; bug#5084). Remove incorrect binding for S-tab.
7543 (ns-alternatives-map): Change S-tab binding to backtab
7546 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7549 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7551 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7554 * language/tv-util.el (tai-viet-re): Remove format.
7556 2010-07-12 Kenichi Handa <handa@m17n.org>
7558 * language/hebrew.el: Remove no-byte-compile declaration.
7559 Change coding: tag to utf-8. Register hebrew-shape-gstring in
7560 composition-function-table for 3-character looking back.
7561 (hebrew-font-get-precomposed): New function.
7562 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7564 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
7566 * mouse.el (mouse-drag-track): Handle select-active-regions
7569 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
7571 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7572 empty argument to gvfs-copy.
7574 2010-07-10 Glenn Morris <rgm@gnu.org>
7576 * calendar/calendar.el (calendar-week-end-day): New function.
7577 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7578 Respect calendar-week-start-day. (Bug#6606)
7579 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7580 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7581 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7582 respect calendar-week-start-day.
7584 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
7586 * simple.el (use-region-p): Doc fix (Bug#6607).
7588 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
7590 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7591 Add regexps for cucumber and ruby.
7593 2010-07-08 Daiki Ueno <ueno@unixuser.org>
7595 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7596 (epa-file-insert-file-contents): Hack to prevent
7597 find-file from opening empty buffer when decryption failed
7600 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
7602 * textmodes/ispell.el (ispell-alternate-dictionary):
7603 Use file-readable-p.
7604 Return nil if no word-list is found at default locations.
7605 (ispell-complete-word-dict): Default to nil.
7606 (ispell-command-loop): Use 'word-list' when using lookup-words.
7607 (lookup-words): Use ispell-complete-word-dict or
7608 ispell-alternate-dictionary. Check for word-list availability
7609 and handle errors if needed with better messages (Bug#6539).
7610 (ispell-complete-word): Use ispell-complete-word-dict or
7611 ispell-alternate-dictionary.
7613 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
7615 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7616 builtins (BufferError, BytesWarning, WindowsError; callables
7617 bin, bytearray, bytes, format, memoryview, next, print; __package__).
7619 2010-07-07 Glenn Morris <rgm@gnu.org>
7621 * play/zone.el (top-level): Do not require timer, tabify, or cl.
7622 (zone-shift-left): Ignore intangibility, and any errors from
7624 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
7625 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7626 deleting, and copying text properties.
7627 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7628 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7629 to point-max is hard.
7630 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7631 (zone-fill-out-screen): Ignore intangibility.
7633 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
7635 * menu-bar.el (menu-bar-mode):
7636 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7639 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7640 word/line selection (Bug#6565).
7642 2010-07-04 Martin Rudalics <rudalics@gmx.at>
7644 * window.el (get-mru-window): New function.
7646 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
7648 * net/dbus.el (dbus-send-signal): Declare function.
7650 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
7652 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7653 (dbus-register-property): New optional argument EMITS-SIGNAL.
7654 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7656 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
7658 * mouse.el (mouse-drag-overlay): Variable deleted.
7659 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7660 (mouse--remap-link-click-p): New function.
7661 (mouse-drag-track): Handle dragging by using temporary Transient
7662 Mark mode, instead of a special overlay.
7663 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7666 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7669 2010-07-02 Juri Linkov <juri@jurta.org>
7671 * autoinsert.el (auto-insert-alist): Fix readability
7672 by using dotted pair notation for lambda.
7674 2010-07-02 Juri Linkov <juri@jurta.org>
7676 * faces.el (read-face-name): Rename arg `string-describing-default'
7677 to `default'. Doc fix. Display the default value in quotes
7678 in the prompt. With empty input, return the `default' arg,
7679 unless the default value is a string (in which case return nil).
7680 (describe-face): Replace the string `default' arg of `read-face-name'
7681 with the symbol `default'.
7683 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
7685 * emulation/viper-cmd.el (viper-delete-backward-char)
7686 (viper-del-backward-char-in-insert)
7687 (viper-del-backward-char-in-replace, viper-change)
7688 (viper-backward-indent): Replace delete-backward-char with
7689 delete-char (Bug#6552).
7691 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
7693 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7695 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7697 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7698 argument passed to frame-creation-function (Bug#5378).
7700 * faces.el (x-handle-named-frame-geometry)
7701 (x-handle-reverse-video, x-create-frame-with-faces)
7702 (face-set-after-frame-default, tty-create-frame-with-faces):
7703 Don't separately consult default-frame-alist. It is now passed as the
7706 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7708 * startup.el (command-line): Don't call tool-bar-setup in a
7711 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7713 * ruler-mode.el (ruler--save-header-line-format): New fun.
7714 (ruler-mode): Use it as a setter function, so as not to overwrite
7715 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7717 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
7719 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7720 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7721 (vc-log-outgoing): Use it.
7722 (vc-diff-internal): Set diff-vc-backend.
7724 * vc/diff-mode.el (diff-vc-backend): New var.
7726 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7728 * dynamic-setting.el (font-setting-change-default-font):
7729 Remove call to message.
7731 2010-06-28 Kenichi Handa <handa@m17n.org>
7733 * international/quail.el (quail-insert-kbd-layout): Fix the
7734 showing of untranslated characters.
7736 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
7738 * simple.el (delete-active-region): New option.
7739 (delete-backward-char): Implement in Lisp.
7740 (delete-forward-char): New command.
7742 * mouse.el (mouse-region-delete-keys): Deleted.
7743 (mouse-show-mark): Simplify.
7745 * bindings.el (global-map): Bind delete and DEL, the former to
7746 delete-forward-char.
7748 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
7750 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7751 (ruby-mode): Bind indent-line-function (Bug#5119).
7753 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7755 * startup.el (command-line): Recognize "0" X resource value.
7757 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7759 * startup.el (command-line): Use X resources to set the value of
7760 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7762 * menu-bar.el (menu-bar-mode):
7763 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7764 Set init-value to t.
7766 * frame.el (frame-notice-user-settings): Don't change
7767 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7768 vice versa (Bug#2249).
7770 2010-06-26 Eli Zaretskii <eliz@gnu.org>
7772 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7774 2010-06-25 Martin Rudalics <rudalics@gmx.at>
7776 * files.el (read-buffer-to-switch)
7777 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7780 * window.el (display-buffer): New customization group.
7781 (special-display-buffer-names, special-display-regexps)
7782 (same-window-buffer-names, same-window-regexps, pop-up-frames)
7783 (display-buffer-reuse-frames, pop-up-windows)
7784 (split-window-preferred-function, split-height-threshold)
7785 (split-width-threshold, even-window-heights): Move or add to
7786 display-buffer customization group.
7787 (window-size-fixed): Move down in code, rewrite doc-string.
7788 (window-right, window-left, window-child, window-internal-p)
7789 (window-any-p, normalize-live-buffer, normalize-live-frame)
7790 (normalize-any-window, normalize-live-window)
7791 (window-iso-combined-p, walk-window-tree-1, walk-window-tree)
7792 (window-in-direction-2, window-in-direction, window-tree-1)
7793 (window-size-ignore, window-sizable, window-sizable-p)
7794 (window-min-size, window-min-size-1, window-size-fixed-p)
7795 (window-size-fixed-1, window-min-delta, window-min-delta-1)
7796 (window-max-delta, window-max-delta-1, window-resizable)
7797 (window-resizable-p, window-total-height, window-height)
7798 (window-full-height-p, window-total-width, window-body-height)
7799 (window-body-width, window-width, resize-window-reset)
7800 (resize-window-reset-1, resize-window, resize-subwindows-skip-p)
7801 (resize-subwindows-normal, resize-subwindows)
7802 (resize-other-windows, resize-this-window, resize-mini-window)
7803 (resize-root-window, resize-root-window-vertically)
7804 (window-deletable-p, window-or-subwindow-p)
7805 (kill-or-unrecord-buffer, quit-restore-window)
7806 (window-split-min-size, window-children-count)
7807 (split-window-quit-restore): New functions.
7808 (ignore-window-parameters, display-buffer-window-and-buffer)
7809 (resize-window-safe-window): New variables.
7810 (window-safe-min-height, window-safe-min-width): New constants.
7811 (window-min-height, window-min-width, window-full-width-p)
7812 (get-lru-window, get-largest-window)
7813 (adjust-window-trailing-edge, window-tree, other-window)
7814 (replace-buffer-in-windows, split-window): Move here from
7816 (window-current-scroll-bars): Use normalize-live-window.
7817 (get-window-with-predicate): Use window-list-1.
7818 (get-buffer-window-list): Use normalize-live-buffer and
7820 (count-windows): Use window-list-1.
7821 (enlarge-window, shrink-window): Use resize-window.
7822 (maximize-window, minimize-window, frame-root-window-p)
7823 (composite-window-p, composite-root-window-p)
7824 (composite-main-window-p, composite-support-window-p)
7825 (composite-root-window, composite-major-window)
7826 (composite-main-sibling, composite-lowest-child-role)
7827 (compound-window-p, compound-main-window-p)
7828 (compound-root-window, group-window-p, group-window-main-p)
7829 (group-root-window, make-compound-window, make-window-group)
7830 (make-support-window): New functions for composite windows.
7831 (one-window-p): Rewrite doc-string.
7832 (delete-window, delete-other-windows, delete-windows-on)
7833 (bury-buffer, switch-to-buffer): Move here from buffer.c.
7834 (split-window-vertically, split-window-horizontally): Call
7835 split-window-quit-restore.
7836 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7837 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7838 (bw-refresh-edges, bw-balance-sub): Replace by new balance
7840 (balance-windows, balance-windows-1, balance-windows-2): New
7841 functions for balancing windows.
7842 (bw-adjust-window): Rename to balance-windows-area-adjust.
7843 (balance-windows-area): Call balance-windows-area-adjust.
7844 (pop-up-windows): New values `selected' and `root'.
7845 (window-splittable-p): Rename to window-sensibly-splittable-p.
7846 (split-window-sensibly): Call window-sensibly-splittable-p.
7847 (window--display-buffer-1, window--display-buffer-2): Remove.
7848 (display-buffer-window-and-buffer)
7849 (window--display-buffer-in-window, window--reuse-window)
7850 (window--pop-up-window, window--pop-up-frame)
7851 (window--raise-window-frame): New helper functions for
7853 (display-buffer): Rewrite using the new helper functions.
7854 (read-buffer-to-switch, switch-to-buffer-other-window)
7855 (switch-to-buffer-other-frame): Move here from files.el.
7856 (set-window-text-height, fit-window-to-buffer): Use
7857 normalize-live-window and resize-window.
7858 (shrink-window-if-larger-than-buffer): Use normalize-live-window
7859 and window-iso-combined-p.
7860 (temp-buffer-max-height, temp-buffer-resize-mode): Move here
7862 (resize-temp-buffer-window): Move here from help.el and use
7863 window-iso-combined-p.
7864 (ctl-x-map): Move bindings for non-scrolling commands here from
7867 * cus-start.el (all): Remove window-min-height and
7868 window-min-width entries. Add recenter-redisplay and
7869 window-splits entries.
7871 * calendar/calendar.el (calendar-basic-setup): Call
7872 window-sensibly-splittable-p instead of window-splittable-p.
7874 * dired.el (dired-pop-to-buffer): Call
7875 window-sensibly-splittable-p instead of window-splittable-p.
7877 * help-mode.el (help-mode-finish): Remove help-window and
7878 view-return-to-alist handling code.
7880 * help.el (help-window): Remove variable.
7881 (help-window-point-marker): Fix doc-string.
7882 (temp-buffer-max-height, temp-buffer-resize-mode)
7883 (resize-temp-buffer-window): Move to window.el.
7884 (help-window-display-message): Fix doc-string and handling of
7886 (help-window-setup-finish): Remove.
7887 (help-window-setup): Remove handling of list-of-frames and
7888 list-of-window-tuples. These are handled by the quit-restore
7889 window mechanism now.
7890 (with-help-window): Remove setup of list-of-frames and
7891 list-of-window-tuples. Reset display-buffer-window-and-buffer
7892 and call help-window-setup when the buffr display mechanism
7893 called by with-output-to-temp-buffer has set it.
7895 * view.el (view-exits-all-viewing-windows): Fix doc-string.
7896 (view-return-to-alist): Remove variable.
7897 (view-file-other-window): Remove second argument in call of
7898 view-buffer-other-window.
7899 (view-file-other-frame): Remove second argument in call of
7900 view-buffer-other-frame.
7901 (view-buffer): Remove the undo-window mechanism and fix call of
7903 (view-buffer-other-window, view-buffer-other-frame): Remove
7904 second argument and return-to mechanism and fix call of
7906 (view-return-to-alist-update): Remove function.
7907 (view-mode-enter): Rename second argument to quit-restore and
7908 replace view-return-to-alist mechanism by quit-restore
7909 parameter. Rewrite doc-string.
7910 (view-mode-exit): Rename arguments and replace
7911 view-return-to-alist mechanism by calling quit-restore-window.
7912 (View-exit, View-exit-and-edit, View-leave, View-quit)
7913 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7914 appropriate argument(s).
7915 (view-end-message): Instead of checking view-return-to-alist
7916 look at quit-restore window parameter.
7918 * progmodes/ebrowse.el (ebrowse-view-file-other-frame): Adjust
7919 call of view-mode-enter to the latter's new definition.
7921 * progmodes/python.el (view-return-to-alist): Remove defvar.
7922 (python-describe-symbol): Don't set view-return-to-alist any
7925 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7927 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7928 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7930 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7931 default directories are expanded (Bug#6143).
7933 2010-06-24 Juri Linkov <juri@jurta.org>
7935 * minibuffer.el (completions-format): Change default from nil to
7936 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7938 2010-06-24 Juri Linkov <juri@jurta.org>
7940 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7941 buffer-locally to lambda that re-runs the vc diff command.
7944 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
7946 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7947 echo area is in use (Bug#3412).
7949 2010-06-22 Glenn Morris <rgm@gnu.org>
7951 * textmodes/texinfmt.el (texinfo-format-region)
7952 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7953 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7954 (texinfo-format-option, texinfo-noindent):
7955 Use line-beginning-position and line-end-position.
7957 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7958 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7959 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7962 2010-06-21 Karl Fogel <kfogel@red-bean.com>
7964 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7965 forward-line fallout.
7967 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
7969 * mouse.el (mouse-appearance-menu): Add docstring.
7971 * help.el (describe-key): Print up-event using key-description.
7973 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
7975 * net/zeroconf.el (zeroconf-resolve-service)
7976 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7977 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7979 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7981 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7983 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7985 Avoid displaying files with a nil state in vc-dir.
7986 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7987 cases that cause insertion.
7988 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7991 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7993 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7995 2010-06-29 Leo <sdl.web@gmail.com>
7997 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7999 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8001 * generic-x.el (bat-generic-mode): Fix regexp for command line
8002 switches (Bug#5719).
8004 2010-06-27 Masatake YAMATO <yamato@redhat.com>
8006 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8007 of nconc to avoid pure storage error (Bug#6239).
8009 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
8011 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8012 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8013 bindings of bookmark-automatically-show-annotations (Bug#6515).
8015 2010-06-25 Eli Zaretskii <eliz@gnu.org>
8017 * arc-mode.el (archive-zip-extract): Don't quote the file name on
8018 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
8020 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
8022 * comint.el (make-comint, make-comint-in-buffer): Mention return
8023 value in the docstrings. (Bug#6498)
8025 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
8027 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8028 since it is not present when using some non-default switches.
8030 2010-06-23 Karl Fogel <kfogel@red-bean.com>
8032 * simple.el (compose-mail): Fix doc string to refer to
8033 `compose-mail-user-agent-warnings', instead of to the
8034 nonexistent `compose-mail-check-user-agent'.
8036 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
8038 Fix an indentation bug:
8040 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
8041 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
8044 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
8045 (c-clear->-pair-props-if-match-before): now return t when they've
8046 cleared properties, nil otherwise.
8047 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8048 by taking account of the existing value.
8050 * progmodes/cc-defs.el
8051 (c-clear-char-property-with-value-function): Fix this to clear the
8052 property rather than overwriting it with nil.
8054 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
8056 * emacs-lisp/package.el (package-print-package): Add link to
8057 package description via describe-package.
8058 (describe-package-1): List package requirements. Add button to
8059 perform installation.
8060 (package-menu-describe-package): New command.
8062 * help-mode.el (help-package): New button type.
8064 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
8066 * emacs-lisp/package.el: Move package-list-packages binding to
8068 (describe-package, describe-package-1, package--dir): New funs.
8069 (package-activate-1): Use package--dir.
8071 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8073 * help-mode.el (help-package-def): New button type.
8075 * menu-bar.el: Move package-list-packages binding here from
8078 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
8080 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
8082 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8084 * emacs-lisp/edebug.el (edebug-read-list):
8085 Phase out old-style backquotes.
8087 2010-06-17 Juri Linkov <juri@jurta.org>
8089 * help-mode.el (help-mode): Set buffer-local variable
8090 revert-buffer-function to help-mode-revert-buffer.
8091 (help-mode-revert-buffer): New function.
8093 * info.el (Info-revert-find-node): Check for major-mode Info-mode
8094 before popping to "*info*" (like in other Info functions).
8095 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
8096 old-history-forward. Pop to old-buffer-name or "*info*" to
8097 recreate the killed buffer. Set Info-history-forward from
8098 old-history-forward.
8099 (Info-breadcrumbs-depth): Add :group and :version.
8101 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
8103 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
8105 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
8107 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
8108 for languages like Portuguese with pt_{BR,PT} and no plain pt.
8110 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
8112 * emacs-lisp/package.el (package-menu-mode-map):
8113 Move initialization into declaration.
8115 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
8117 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
8119 * emacs-lisp/package.el (package-archive-base): Point to
8121 (package-enable, package-load-list): New defcustoms.
8122 (package-user-dir, package-directory-list): Turn into defcustoms.
8123 Don't include package-user-dir in package-directory-list.
8124 (package--builtins-base): Don't include Emacs as a "package".
8125 (package-subdirectory-regexp): New var.
8126 (package-load-all-descriptors, package-compute-transaction)
8127 (package-download-transaction): Obey package-load-list.
8128 (package-activate-1): Rename from package-do-activate.
8129 (package-list-packages-internal): Check package-load-list.
8130 (package-load-descriptor, package-generate-autoloads)
8131 (package-unpack, package-unpack-single)
8132 (package--read-archive-file, package-delete):
8133 Use expand-file-name.
8135 * emacs-lisp/package-x.el: New file. Package uploading
8136 functionality split out from package.el.
8138 * startup.el (command-line): Load packages after reading init file.
8140 2010-06-17 Tom Tromey <tromey@redhat.com>
8142 * emacs-lisp/package.el: New file.
8144 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8146 Fix vc-annotate for renamed files when using Git.
8147 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
8148 ls-files. Doe not pass the object as a file name to cat-file, it
8150 (vc-git-annotate-command): Pass the file name using -- to avoid
8151 ambiguity with the revision.
8152 (vc-git-previous-revision): Pass a relative file name.
8154 2010-06-22 Glenn Morris <rgm@gnu.org>
8156 * progmodes/js.el (js-mode-map): Use standard capitalization and
8157 ellipses for menu entries.
8159 * wid-edit.el (widget-complete): Doc fix.
8161 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
8163 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
8165 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8167 Fix annotating other revisions for renamed files in vc-annotate.
8168 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
8169 VC backend. Use it when non-nil.
8170 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
8173 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
8174 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8175 Do not pass the file name to the 'previous-revision call when we
8176 don't want a file diff. (Bug#6489)
8178 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8180 Fix finding revisions for renamed files in vc-annotate.
8181 * vc/vc.el (vc-find-revision): Add an optional argument for
8182 the VC backend. Use it when non-nil.
8183 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
8184 backend to vc-find-revision. (Bug#6487)
8186 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8188 Fix reading file names in Git annotate buffers.
8189 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
8190 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
8192 2010-06-20 Alan Mackenzie <acm@muc.de>
8194 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
8195 in file local variables, set it first.
8197 2010-06-19 Glenn Morris <rgm@gnu.org>
8199 * descr-text.el (describe-char-unicode-data): Insert separating
8200 space when needed. (Bug#6422)
8202 * progmodes/idlwave.el (idlwave-action-and-binding):
8203 Fix typo in 2009-12-03 change. (Bug#6450)
8205 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8207 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
8208 handling for `lambda' (misunderstanding).
8210 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
8212 * calc/calc-poly.el (math-accum-factors): Make sure that
8213 constants aren't distributed after they are factored out.
8215 2010-06-16 Juri Linkov <juri@jurta.org>
8217 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
8218 `list-colors-print'. (Bug#6332)
8220 * subr.el (read-quoted-char): Fix up last change (bug#6290).
8222 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8224 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
8225 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
8227 * font-lock.el (font-lock-major-mode): Rename from
8228 font-lock-mode-major-mode to distinguish it from
8229 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
8230 (font-lock-set-defaults):
8231 * font-core.el (font-lock-default-function): Adjust users.
8232 (font-lock-mode): Don't set it at all.
8234 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8236 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
8238 2010-06-16 Glenn Morris <rgm@gnu.org>
8240 * calendar/appt.el (appt-time-msg-list): Doc fix.
8241 (appt-check): Let-bind appt-warn-time.
8242 (appt-add): Make the 3rd argument optional.
8243 Simplify argument names. Doc fix. Check for integer WARNTIME.
8244 Only add WARNTIME to the output list if non-nil.
8246 2010-06-16 Ivan Kanis <apple@kanis.eu>
8248 * calendar/appt.el (appt-check): Let the 3rd element of
8249 appt-time-msg-list specify the warning time.
8250 (appt-add): Add new argument with the warning time. (Bug#5176)
8252 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
8254 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
8255 older than version 1.6. (Bug#6361)
8257 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
8259 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
8260 used by cl-do-arglist. (Bug#6408)
8262 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
8264 * textmodes/ispell.el (ispell-dictionary-base-alist):
8265 Fix portuguese casechars/not-casechars for missing 'çÇ'.
8266 Suggested by Rolando Pereira (bug#6434).
8268 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
8270 * facemenu.el (list-colors-sort): Doc fix.
8272 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
8274 * progmodes/sql.el (sql-connect-mysql): Fix typo.
8276 2010-06-14 Juri Linkov <juri@jurta.org>
8278 Add sort option `list-colors-sort'. (Bug#6332)
8279 * facemenu.el (color-rgb-to-hsv): New function.
8280 (list-colors-sort): New defcustom.
8281 (list-colors-sort-key): New function.
8282 (list-colors-display): Doc fix. Sort list according to the option
8284 (list-colors-print): Add HSV values to `help-echo' property of
8287 2010-06-14 Juri Linkov <juri@jurta.org>
8289 * compare-w.el: Move to the "vc" subdirectory.
8291 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8293 * image-mode.el (image-mode-map): Remap left-char and right-char.
8295 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
8297 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
8299 * term/common-win.el (x-colors): Add all the color names defined
8300 in rgb.txt (Bug#6332).
8302 * facemenu.el (list-colors-print): Don't print extra names if it
8303 will overflow the window width.
8305 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
8308 2010-06-12 Eli Zaretskii <eliz@gnu.org>
8310 * files.el (make-directory): Doc fix (bug#6396).
8312 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
8314 * net/tramp.el (tramp-remote-process-environment): Protect version
8315 string by apostroph.
8316 (tramp-shell-prompt-pattern): Do not use a shy group in case of
8318 (tramp-file-name-for-operation): Add `call-process-region'.
8319 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
8321 * net/tramp-compat.el (top): Do not autoload
8322 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
8323 only when `start-file-process' is not bound.
8324 (tramp-advice-file-expand-wildcards): Do not use
8325 `tramp-handle-file-remote-p'.
8326 (tramp-compat-make-temp-file): Handle the case, that
8327 `make-temp-file' has no third argument EXTENSION.
8329 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
8331 * makefile.w32-in (WINS_BASIC): Include new directory vc.
8333 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
8335 2010-06-11 Juri Linkov <juri@jurta.org>
8337 * finder.el (finder-known-keywords): Add keyword "vc"
8338 for version control.
8340 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
8341 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8342 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
8343 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
8345 2010-06-11 Juri Linkov <juri@jurta.org>
8347 Move version control related files to the "vc" subdirectory.
8348 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
8349 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
8350 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
8351 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
8352 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
8353 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
8354 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
8355 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
8356 Move files to the "vc" subdirectory.
8358 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
8360 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
8363 2010-06-11 Stephen Eglen <stephen@gnu.org>
8365 * shell.el: Bind `shell-resync-dirs' to M-RET.
8367 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
8369 * notifications.el: Move file from lisp/net, because it is
8370 supposed to talk locally to the user.
8372 2010-06-10 Julien Danjou <julien@danjou.info>
8374 * net/notifications.el (notifications-on-action-signal)
8375 (notifications-on-closed-signal): Pass notification id as first
8376 argument to the callback functions. Add docstrings.
8377 (notifications-notify): Fix docstring.
8379 2010-06-10 Glenn Morris <rgm@gnu.org>
8381 * emacs-lisp/authors.el (authors-ignored-files)
8382 (authors-valid-file-names): Add some files.
8384 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8386 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
8387 merge conflict, giving preference to the emacs-23 version of the code.
8389 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8391 * emacs-lisp/advice.el (ad-compile-function):
8392 Define warning-suppress-types before we let-bind it (bug#6275).
8394 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
8395 declare it, make it buffer-local and permanent-local (bug#6324).
8396 (vc-resynch-window): Adjust name.
8397 * vc-hooks.el (vc-find-file-hook): Adjust name.
8399 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
8401 * net/notifications.el (notifications-notify): Fix docstring.
8403 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
8405 Update to Unicode 6.0.0 beta.
8406 * international/charprop.el: Update copyright.
8407 * international/mule-cmds.el (ucs-names): Update character ranges.
8408 * international/uni-bidi.el:
8409 * international/uni-category.el:
8410 * international/uni-combining.el:
8411 * international/uni-comment.el:
8412 * international/uni-decimal.el:
8413 * international/uni-decomposition.el:
8414 * international/uni-digit.el:
8415 * international/uni-lowercase.el:
8416 * international/uni-mirrored.el:
8417 * international/uni-name.el:
8418 * international/uni-numeric.el:
8419 * international/uni-old-name.el:
8420 * international/uni-titlecase.el:
8421 * international/uni-uppercase.el: Regenerate.
8423 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
8425 * emacs-lisp/smie.el (comment-string-strip): Declare function.
8426 (smie-precs-precedence-table): Fix typo in docstring.
8428 * vc-mtn.el (log-edit-extract-headers): Declare function.
8430 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
8432 * net/notifications.el (dbus-register-signal): Declare function.
8433 (notifications-notify): Fix typos and reflow docstring.
8435 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
8437 Improve VC create/retrieve tag/branch.
8438 * vc.el (vc-create-tag): Do not read the directory name for VCs
8439 with repository revision granularity. Adjust the tag/branch
8440 prompt. Reset VC properties.
8441 (vc-retrieve-tag): Do not read the directory name for VCs
8442 with repository revision granularity. Reset VC properties.
8444 2010-06-09 Julien Danjou <julien@danjou.info>
8446 * net/notifications.el: New file.
8448 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
8450 Add optional support for resetting VC properties.
8451 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
8452 call vc-file-clearprops when true.
8453 (vc-resynch-buffer): Add new optional argument, pass it down.
8454 (vc-resynch-buffers-in-directory): Likewise.
8456 Improve support for special markup in the VC commit message.
8457 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
8458 * vc-hg.el (vc-hg-checkin): Add support for Date:.
8459 * vc-git.el (vc-git-checkin):
8460 * vc-bzr.el (vc-bzr-checkin): Likewise.
8462 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8464 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
8465 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
8467 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
8469 * iimage.el: Remove images as soon as the underlying text is modified.
8470 (iimage-modification-hook): New function.
8471 (iimage-mode-buffer): Use it.
8473 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8475 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
8476 smie-indent-offset-after. Add :prev case. Make a bit more generic.
8477 (smie-indent-virtual): Remove `virtual' arg. Update callers.
8478 (smie-indent-keyword): Add handling of open-paren keywords.
8479 (smie-indent-comment-continue): Don't assume comment-continue.
8481 2010-06-07 Martin Rudalics <rudalics@gmx.at>
8483 * window.el (pop-to-buffer): Remove the conditional that
8484 compares new-window and old-window, so it will reselect
8485 the selected window unconditionally.
8486 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
8488 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8490 * emacs-lisp/smie.el (smie-indent-offset-after)
8491 (smie-indent-forward-token, smie-indent-backward-token): New functions.
8492 (smie-indent-after-keyword): Use them.
8493 (smie-indent-fixindent): Only applies to the indentation of the BOL.
8494 (smie-indent-keyword): Tweak the black magic.
8495 (smie-indent-comment-continue): Strip comment-continue before use.
8496 (smie-indent-functions): Indent comments before keywords.
8498 2010-06-06 Juri Linkov <juri@jurta.org>
8500 * isearch.el (isearch-lazy-highlight-search): Fix looping
8501 by checking for empty match. This syncs this loop with the
8502 similar loop in `isearch-search'. (Bug#6362)
8504 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
8506 * net/dbus.el (dbus-register-method): Declare function.
8507 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
8508 (dbus-introspect): Doc fix.
8509 (dbus-event-bus-name, dbus-introspect-get-interface)
8510 (dbus-introspect-get-argument): Reflow docstrings.
8512 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
8514 vc-log-incoming/vc-log-outgoing fixes for Git.
8515 * vc-git.el (vc-git-log-view-mode): Fix font lock for
8516 incoming/outgoing logs.
8517 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
8518 instead of vc-git-compute-remote.
8519 (vc-git-compute-remote): Remove.
8521 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
8523 * term/common-win.el (x-colors): Add "dark green" and "dark
8524 turquoise" (Bug#6332).
8526 2010-06-04 Juri Linkov <juri@jurta.org>
8528 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
8529 Instead of setting `replace' to t and replacing the same string
8530 with itself, don't do certain actions when
8531 kill-do-not-save-duplicates is non-nil and string is equal to car
8532 of kill-ring: don't call menu-bar-update-yank-menu, don't push
8533 interprogram-paste strings to kill-ring, and don't push the input
8534 argument `string' to kill-ring.
8535 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
8537 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
8539 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
8541 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
8543 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
8544 (tramp-gvfs-handler-mounted-unmounted)
8545 (tramp-gvfs-connection-mounted-p): Handle default-location.
8547 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
8548 move files to trash.
8550 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
8552 * international/mule-cmds.el (nonascii-insert-offset)
8553 (nonascii-translation-table): Add obsolescence information.
8555 * international/mule.el (make-translation-table-from-vector): Doc fix.
8557 2010-06-03 Glenn Morris <rgm@gnu.org>
8559 * desktop.el (desktop-clear-preserve-buffers):
8560 Add "*Warnings*" buffer. (Bug#6336)
8562 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
8564 vc-log-incoming/vc-log-outgoing improvements for Git.
8565 * vc-git.el (vc-git-log-outgoing): Use the same format as the
8567 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
8569 Add bindings for vc-log-incoming and vc-log-outgoing.
8570 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
8571 and vc-log-outgoing.
8572 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
8573 and vc-log-outgoing.
8575 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
8577 * net/rcirc.el (rcirc-sort-nicknames): Remove.
8578 (rcirc-handler-366): Always sort nicknames.
8580 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
8582 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
8584 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
8586 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
8588 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8590 * net/rcirc.el (rcirc-sort-nicknames): Change default.
8591 (rcirc-sort-nicknames-join): Avoid setq.
8593 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8595 * net/rcirc.el (rcirc-sort-nicknames): New custom.
8596 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
8597 (rcirc-handler-366): Use them.
8599 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8601 Split smie-indent-calculate into more manageable chunks.
8602 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
8603 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
8604 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
8605 (smie-indent-exps): Extract from smie-indent-calculate.
8606 (smie-indent-functions): New var.
8607 (smie-indent-functions): Use them.
8609 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8611 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
8612 (smie-indent-calculate): Simplify and cleanup.
8614 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
8616 * net/tramp-gvfs.el (top): Require url-util.
8617 (tramp-gvfs-mount-point): Remove.
8618 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
8620 (with-tramp-dbus-call-method): Format trace message.
8621 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
8622 Implement backup call, when operation on local files fails.
8623 Use progress reporter. Flush properties of changed files.
8624 (tramp-gvfs-handle-make-directory): Make more traces.
8625 (tramp-gvfs-url-file-name): Hexify file name in url.
8626 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
8627 into account for the resulting file name.
8628 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
8629 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
8630 (tramp-gvfs-handler-mounted-unmounted)
8631 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
8632 attribute "default_location". Set "prefix" property.
8633 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
8634 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
8635 exists. Raise an error, if not (due to a corresponding answer
8636 "no" in interactive questions, for example).
8638 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
8640 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
8642 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
8644 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
8647 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
8649 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8650 * vc-git.el (vc-git-compute-remote): New function.
8651 (vc-git-log-outgoing): Use it instead of hard coding a value.
8652 (vc-git-log-incoming): New function.
8654 Improve state updating for VC tag commands.
8655 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8656 to update the state of all buffers in the directory.
8658 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8660 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8662 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8663 `file-directory-p' to the filename part rather than to the whole text.
8665 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8667 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8669 2010-05-31 Drew Adams <drew.adams@oracle.com>
8671 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8673 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
8675 * subr.el (momentary-string-display): Just use read-event to read
8676 the exit event (Bug#6238).
8678 2010-05-30 Eli Zaretskii <eliz@gnu.org>
8680 * international/mule.el (define-coding-system): Doc fix (bug#6313).
8682 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8684 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8685 Suggested by Eli Zaretskii <eliz@gnu.org>.
8687 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8689 * minibuffer.el (completion-file-name-table): Don't return a boundary
8690 past the end of `string' (bug#6299).
8691 (completion--file-name-table): Delegate to completion-file-name-table
8692 for the `boundaries' case.
8694 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8696 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8699 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8700 `path-separator', but maintain compatibility with Emacs 20.2.
8702 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8704 * server.el (server-process-filter): Receive parent-id argument
8706 (server-create-window-system-frame): New arg. Pass parent-id as
8709 2010-05-29 Eli Zaretskii <eliz@gnu.org>
8711 Bidi-sensitive word movement with arrow keys.
8712 * subr.el (right-arrow-command, left-arrow-command): Move to
8715 * bindings.el (right-char, left-char): Move from subr.el and
8716 rename from right-arrow-command and left-arrow-command.
8717 (right-word, left-word): New functions.
8718 (global-map) <right>: Bind to right-char.
8719 (global-map) <left>: Bind to left-char.
8720 (global-map) <C-right>: Bind to right-word.
8721 (global-map) <C-left>: Bind to left-word.
8723 * ls-lisp.el (ls-lisp-classify-file): New function.
8724 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8725 (ls-lisp-classify): Call ls-lisp-classify-file.
8726 (insert-directory): Remove blanks from switches.
8728 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8730 * ansi-color.el: Delete unused escape sequences (Bug#6085).
8731 (ansi-color-drop-regexp): New constant.
8732 (ansi-color-apply, ansi-color-filter-region)
8733 (ansi-color-apply-on-region): Delete unrecognized control sequences.
8734 (ansi-color-apply): Build string list before calling concat.
8736 2010-05-28 Juri Linkov <juri@jurta.org>
8738 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8739 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8742 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8744 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8745 to ignored backtrace functions.
8746 (with-progress-reporter): Expand docstring.
8747 (tramp-handle-delete-file): Implement TRASH argument.
8748 (tramp-get-remote-trash): New defun.
8750 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8752 * net/tramp-compat.el (tramp-compat-delete-file):
8753 Use `symbol-value' for backward compatibility.
8755 * net/tramp.el (tramp-handle-make-symbolic-link)
8757 (tramp-do-copy-or-rename-file-via-buffer)
8758 (tramp-do-copy-or-rename-file-directly)
8759 (tramp-do-copy-or-rename-file-out-of-band)
8760 (tramp-handle-process-file, tramp-handle-call-process-region)
8761 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8762 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8763 (tramp-delete-temp-file-function): Use `delete-file' instead
8764 of `tramp-compat-delete-file'.
8766 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8767 (tramp-fish-handle-make-symbolic-link)
8768 (tramp-fish-handle-process-file): Use `delete-file' instead
8769 of `tramp-compat-delete-file'.
8771 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8772 Use `delete-file' instead of `tramp-compat-delete-file'.
8774 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8775 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8776 `tramp-compat-delete-file'.
8778 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8779 Use `delete-file' instead of `tramp-compat-delete-file'.
8781 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8782 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8783 (tramp-smb-handle-write-region): Use `delete-file' instead of
8784 `tramp-compat-delete-file'.
8785 (tramp-smb-handle-delete-directory): Use 'trash as arg.
8787 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8789 * dired.el (dired-delete-file): New arg TRASH.
8790 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
8791 (dired-do-flagged-delete, dired-do-delete): Use trash.
8793 * speedbar.el (speedbar-item-delete): Allow trashing.
8795 * files.el (delete-directory): New arg TRASH.
8797 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8798 (ange-ftp-rename-remote-to-remote)
8799 (ange-ftp-rename-local-to-remote)
8800 (ange-ftp-rename-remote-to-local, ange-ftp-load)
8801 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8803 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8806 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8807 handle new TRASH arg of `delete-file'.
8809 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8810 (tramp-handle-make-symbolic-link, tramp-handle-load)
8811 (tramp-do-copy-or-rename-file-via-buffer)
8812 (tramp-do-copy-or-rename-file-directly)
8813 (tramp-do-copy-or-rename-file-out-of-band)
8814 (tramp-handle-process-file, tramp-handle-call-process-region)
8815 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8816 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8817 (tramp-delete-temp-file-function): Use null TRASH arg in
8818 tramp-compat-delete-file call.
8820 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8821 (tramp-fish-handle-delete-file)
8822 (tramp-fish-handle-make-symbolic-link)
8823 (tramp-fish-handle-process-file): Use null TRASH arg in
8824 `tramp-compat-delete-file' call.
8826 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8827 arg in `tramp-compat-delete-file' call.
8829 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8830 (tramp-gvfs-handle-write-region): Use null TRASH arg in
8831 `tramp-compat-delete-file' call.
8833 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8834 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8835 `tramp-compat-delete-file' call.
8837 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8838 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8839 (tramp-smb-handle-write-region): Use null TRASH arg in
8840 tramp-compat-delete-file call.
8841 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8842 (tramp-smb-handle-delete-file): Rename arg.
8844 * diff.el (diff-sentinel):
8845 * epg.el (epg--make-temp-file, epg-decrypt-string)
8846 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8847 * jka-compr.el (jka-compr-partial-uncompress)
8848 (jka-compr-call-process, jka-compr-write-region):
8849 * server.el (server-sentinel): Remove optional arg from
8850 delete-file, reverting 2010-05-03 change.
8852 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8854 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8855 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8857 2010-05-27 Kenichi Handa <handa@m17n.org>
8859 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8860 element of GSTRING is nil.
8862 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8864 * emacs-lisp/smie.el (smie-forward-token-function)
8865 (smie-backward-token-function): New vars.
8866 (smie-backward-sexp, smie-forward-sexp)
8867 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8868 (smie-default-backward-token): Rename from smie-backward-token and
8870 (smie-default-forward-token): Rename from smie-forward-token and
8872 (smie-next-sexp): Handle nil results from next-token.
8873 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8875 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8877 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8878 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8880 2010-05-27 Masatake YAMATO <yamato@redhat.com>
8882 * htmlfontify.el (hfy-face-resolve-face): New function.
8883 (hfy-face-to-style): Use it (Bug#6279).
8885 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8887 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8888 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8890 2010-05-26 Glenn Morris <rgm@gnu.org>
8892 * emulation/edt.el (edt-load-keys): Use locate-library.
8894 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
8896 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8897 (log-edit-changelog-entries): Doc fix.
8898 (log-edit-changelog-insert-entries): Args changed.
8899 Rename relative filenames in ChangeLog entries. Delete tabs.
8900 (log-edit-insert-changelog-entries): Reorganize return value of
8901 `log-edit-changelog-entries' to pass filenames to
8902 log-edit-changelog-insert-entries.
8904 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8906 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8907 `image-dired-dired-insert-marked-thumbs' to
8908 `image-dired-dired-toggle-marked-thumbs'.
8910 * image-dired.el: Require cl when compiling.
8911 (image-dired-dired-toggle-marked-thumbs): Rename from
8912 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8913 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8914 to 'no-dir. Skip files whose names don't match
8915 `image-file-name-regexp'. When file has a thumbnail overlay,
8916 delete it. (Bug#5270)
8918 2010-05-25 Juri Linkov <juri@jurta.org>
8920 * image-mode.el (image-mode): Add image-after-revert-hook to
8922 (image-after-revert-hook): New function. (Bug#5669)
8924 2010-05-25 Juri Linkov <juri@jurta.org>
8926 * image.el (image-animated-p): When delay between animated images
8927 is 0, set it to 10 (0.1 sec). (Bug#6258)
8929 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8931 * net/tramp.el (tramp-handle-insert-directory): Don't use
8932 `forward-word', its default syntax could be changed.
8934 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
8936 * net/tramp.el (tramp-progress-reporter-update): New defun.
8937 (with-progress-reporter): Use it.
8938 (tramp-process-actions):
8939 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8940 Preserve current message, in order to let progress reporter continue
8941 afterwards. (Bug#6257)
8943 2010-05-25 Glenn Morris <rgm@gnu.org>
8945 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8948 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8950 * net/rcirc.el (rcirc-default-user-name): Change to "user".
8951 (rcirc-default-full-name): Change to "unknown".
8952 (rcirc-user-name-history): Add variable.
8954 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8955 Jonathan Rockway <jon@jrock.us>
8957 * net/rcirc.el (rcirc-server-alist): Add :pass.
8958 (rcirc): When prompting for connection parameters, also prompt for
8959 username and password.
8960 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
8961 value to server when connecting.
8963 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8965 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8966 (smie-merge-prec2s): Pass the tables as separate args.
8967 (smie-bnf-precedence-table): Adjust call accordingly.
8968 (smie-prec2-levels): Set levels at the end.
8970 Replace Lisp calls to delete-backward-char by delete-char.
8971 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8972 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8973 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8974 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8975 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8976 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8977 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8978 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8979 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8980 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8981 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8982 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8983 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8984 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8985 delete-backward-char by calls to delete-char.
8987 2010-05-25 Kenichi Handa <handa@m17n.org>
8989 * language/hebrew.el (hebrew-shape-gstring): New function.
8990 Register it in composition-function-table for all Hebrew combining
8993 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8995 * epa.el (epa--select-keys): Don't explicitly delete the window since
8996 that can fail (e.g. sole window in frame). Use dedication instead.
8998 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9000 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9002 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
9004 * image.el (image-refresh): Define as an alias for image-flush.
9006 * image-mode.el (image-toggle-display-image): Caller changed.
9008 2010-05-21 Juri Linkov <juri@jurta.org>
9010 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9011 Remove "all" from grep-files-aliases. Split grep-files-aliases by
9012 whitespace, call wildcard-to-regexp on substrings and concat them
9013 with "\\|". (Bug#6114)
9015 2010-05-21 Alan Mackenzie <acm@muc.de>
9017 * progmodes/cc-engine.el (c-parse-state-get-strategy):
9018 Replace parameter `here' with `here-' and `here-plus', which sandwich
9019 any pertinent CPP construct.
9020 (c-remove-stale-state-cache-backwards): Fix a bug which happens
9021 when doing (c-parse-state) in a CPP construct: Exclude any "new"
9022 CPP construct from taking part in the scanning.
9024 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
9026 * net/tramp.el (tramp-do-copy-or-rename-file)
9027 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9028 Tune `with-progress-reporter' messages.
9029 (tramp-handle-vc-registered):
9030 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9031 (tramp-fish-handle-insert-file-contents)
9032 (tramp-fish-maybe-open-connection):
9033 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9034 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9035 (tramp-imap-handle-insert-file-contents)
9036 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9038 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
9040 * add-log.el (change-log-font-lock-keywords):
9041 Highlight all authors in multi-author entries.
9043 * smerge-mode.el (smerge-refine-ignore-whitespace)
9044 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
9045 Fix typos in docstrings.
9046 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9048 2010-05-21 Glenn Morris <rgm@gnu.org>
9050 * progmodes/fortran.el (fortran-mode):
9051 * progmodes/f90.el (f90-mode): Derive from prog-mode.
9053 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9054 having a relative path in src/Makefile.in.
9056 2010-05-20 Kevin Ryde <user42@zip.com.au>
9058 * help-mode.el (help-make-xrefs): For Info node links turn
9059 newlines into spaces. Link node names with newlines are matched
9060 by help-xref-info-regexp and buttonized, this change ensures they
9061 can be followed successfully with RET. (Bug#6206)
9063 2010-05-20 Juri Linkov <juri@jurta.org>
9065 * locate.el (locate): Use pop-to-buffer instead of
9066 switch-to-buffer-other-window. (Bug#6204)
9068 2010-05-20 Juri Linkov <juri@jurta.org>
9070 * replace.el (replace-highlight): Fix lazy-highlighting
9071 for `M-s w str M-% str RET'.
9073 2009-12-15 Masatake YAMATO <yamato@redhat.com>
9075 * isearch.el (isearch-yank-word-or-char): Pull next subword
9076 when `subword-mode' is activated. (Bug#6220)
9078 2010-05-20 Mark A. Hershberger <mah@everybody.org>
9080 * isearch.el (isearch-update-post-hook): New hook.
9081 (isearch-update): Use the new hook. (Bug#6225)
9083 2010-05-20 Juri Linkov <juri@jurta.org>
9085 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9086 [f1], [help], and (char-to-string help-char) instead of "\C-h".
9089 2010-05-20 Juri Linkov <juri@jurta.org>
9091 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
9094 2010-05-20 Juri Linkov <juri@jurta.org>
9096 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
9097 FILE-NAME to read from the minibuffer when called interactively
9098 with prefix argument instead of using buffer-file-name.
9099 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
9101 * dired.el: Update autoloads.
9103 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
9105 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
9106 nxml-finish-element, for consistency with SGML mode.
9108 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
9111 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
9113 * composite.el: Require cl when compiling.
9114 (reference-point-alist, compose-gstring-for-graphic)
9115 (compose-gstring-for-terminal): Fix typos in docstrings.
9117 2010-05-19 Juri Linkov <juri@jurta.org>
9119 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
9120 set-window-parameter.
9122 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
9124 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9126 (tramp-maybe-open-connection): Use it.
9128 2010-05-19 Eli Zaretskii <eliz@gnu.org>
9130 * simple.el (move-end-of-line): Make sure we are at line beginning
9131 before backing up to end of previous line.
9133 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
9135 * password-cache.el (password-cache-remove): Fix docstring.
9137 * net/secrets.el: Autoload the widget functions.
9138 (secrets-search-items, secrets-create-item)
9139 (secrets-get-attributes, secrets-expand-item): Attributes will be
9140 stored on the password database without leading ":", as all other
9142 (secrets-mode): Fix docstring.
9143 (secrets-show-secrets): Provide it as autoloaded command only when
9144 D-Bus support is available. Check existence of Secret Service API.
9146 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9148 * indent.el (indent-region): Deactivate region (bug#6200).
9150 2010-05-19 Glenn Morris <rgm@gnu.org>
9152 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
9154 2010-05-19 Kenichi Handa <handa@m17n.org>
9156 * composite.el: Register compose-gstring-for-graphic in
9157 composition-function-table only for combining characters (Mn, Mc, Me).
9159 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9161 * calc/calc-trail.el (calc-trail-isearch-forward)
9162 (calc-trail-isearch-backward): Ensure that the new window
9163 point is set correctly.
9165 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9167 * subr.el (read-quoted-char): Resolve modifiers after key
9168 remapping (bug#6212).
9170 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
9172 Add visualization code for secrets.
9173 * net/secrets.el (secrets-mode): New major mode.
9174 (secrets-show-secrets, secrets-show-collections)
9175 (secrets-expand-collection, secrets-expand-item)
9176 (secrets-tree-widget-after-toggle-function)
9177 (secrets-tree-widget-show-password): New defuns.
9179 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9181 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
9182 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
9183 handled in smie-next-sexp.
9184 (smie-indent-calculate): Provide a starting indentation (so the
9185 recursion is well-founded ;-).
9187 Fix handling of non-associative equal levels.
9188 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
9189 when it's not needed.
9190 (smie-op-left, smie-op-right): New functions.
9191 (smie-next-sexp): New function, extracted from smie-backward-sexp.
9192 Better handle equal levels to distinguish the associative case from
9193 the "multi-keyword construct" case.
9194 (smie-backward-sexp, smie-forward-sexp): Use it.
9196 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
9198 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
9200 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
9201 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
9203 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9205 Provide a simple generic indentation engine and use it for Prolog.
9206 * emacs-lisp/smie.el: New file.
9207 * progmodes/prolog.el (prolog-smie-op-levels)
9208 (prolog-smie-indent-rules): New var.
9209 (prolog-mode-variables): Use them to configure SMIE.
9210 (prolog-indent-line, prolog-indent-level): Remove.
9212 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9214 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
9215 order before computing the averages.
9217 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
9219 * calc/calc-vec.el (calc-histogram):
9220 (calcFunc-histogram): Allow vectors as inputs.
9221 (math-vector-avg): New function.
9223 * calc/calc-ext.el (math-group-float): Have the number of digits
9224 being grouped depend on the radix (Bug#6189).
9226 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
9228 * version.el (emacs-copyright, emacs-version): Don't define here,
9229 now that emacs.c defines it.
9231 2010-05-15 Eli Zaretskii <eliz@gnu.org>
9233 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
9234 "Describe Language Environment" menu item.
9236 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
9238 Bidi-sensitive movement with arrow keys.
9239 * subr.el (right-arrow-command, left-arrow-command): New functions.
9241 * bindings.el (global-map): Bind them to right and left arrow keys.
9243 Don't override standard definition of convert-standard-filename.
9244 * files.el (convert-standard-filename):
9245 Call w32-convert-standard-filename and dos-convert-standard-filename on
9246 the corresponding systems.
9248 * w32-fns.el (w32-convert-standard-filename): Rename from
9249 convert-standard-filename. Doc fix.
9251 * dos-fns.el (dos-convert-standard-filename): Doc fix.
9252 (convert-standard-filename): Don't defalias.
9253 (register-name-alist, make-register, register-value)
9254 (set-register-value, intdos): Obsolete aliases for the
9255 corresponding dos-* functions and variables.
9256 (dos-intdos): Add a doc string.
9258 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
9260 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
9261 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
9262 (math-compose-tex-func):
9263 * calc/calccomp.el (math-compose-expr):
9264 * calc/calc-ext.el (math-format-flat-expr-fancy):
9265 * calc/calc-store.el (calc-read-var-name):
9266 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
9268 * calc/calc.el (var-π, var-φ, var-γ): New variables.
9269 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
9270 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
9271 (math-standard-units): Add units.
9273 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9275 * progmodes/asm-mode.el (asm-mode):
9276 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
9278 * pcomplete.el (pcomplete-completions-at-point): New function,
9279 extracted from pcomplete-std-complete.
9280 (pcomplete-std-complete): Use it.
9282 2010-05-15 Glenn Morris <rgm@gnu.org>
9284 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9285 Remove references to CVS, RCS and Old directories.
9287 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
9289 * calc/calc-bin.el (math-format-twos-complement): Group digits when
9292 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9294 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
9295 (sh-mode-syntax-table): Give it a default value instead.
9296 (sh-header-marker): Make buffer-local.
9297 (sh-mode): Move make-local-variable to the corresponding setq.
9298 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
9299 Use complete-with-action.
9301 * simple.el (prog-mode): New (abstract) major mode.
9302 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
9303 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
9305 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
9307 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
9308 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
9309 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
9310 (sql-make-alternate-buffer-name, sql-placeholders-filter)
9311 (sql-escape-newlines-filter, sql-input-sender)
9312 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
9314 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
9316 Add TeX open-block and close-block keybindings to SGML, and vice versa.
9318 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
9319 latex-open-block and C-c / to latex-close-block.
9321 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
9322 and C-c C-e to sgml-close-tag.
9324 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
9326 * net/tramp.el (with-progress-reporter): Create reporter object
9327 only when the message would be displayed. Handle nested calls.
9328 (tramp-handle-load, tramp-handle-file-local-copy)
9329 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9330 (tramp-maybe-send-script, tramp-find-shell):
9331 Use `with-progress-reporter'.
9332 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
9335 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9336 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9337 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
9338 Use `with-progress-reporter'.
9340 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
9342 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
9343 process everytime when spellchecking from the minibuffer (bug#6143).
9345 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9347 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
9349 * dos-fns.el: Add "dos-" prefix for namespace control.
9350 (convert-standard-filename): Define as alias for
9351 dos-convert-standard-filename but only if applicable.
9353 2010-05-12 Alan Mackenzie <acm@muc.de>
9355 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
9356 Push the mark at the start of these functions when appropriate.
9358 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9360 * minibuffer.el (completion-cycle-threshold): New custom var.
9361 (completion--do-completion): Use it.
9362 (minibuffer-complete): Use cycling if appropriate.
9364 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
9366 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
9367 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
9369 2010-05-11 Juri Linkov <juri@jurta.org>
9371 * scroll-all.el (scroll-all-check-to-scroll):
9372 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
9374 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9376 * iimage.el (iimage-mode-map): Move initialization into declaration.
9377 (iimage-mode-buffer): Use with-silent-modifications.
9378 Simplify calling convention. Adjust callers.
9379 (iimage-mode): Don't run hook redundantly.
9381 * minibuffer.el (completion-pcm--pattern->regex):
9382 Fix last change (bug#6160).
9384 2010-05-10 Juri Linkov <juri@jurta.org>
9386 Remove nodes visited during Isearch from the Info history.
9387 * info.el (Info-isearch-initial-history)
9388 (Info-isearch-initial-history-list): New variables.
9389 (Info-isearch-start): Record initial values of
9390 Info-isearch-initial-history and Info-isearch-initial-history-list.
9391 Add Info-isearch-end to isearch-mode-end-hook.
9392 (Info-isearch-end): New function.
9394 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
9396 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
9397 format string, in order to work around a bug in pdksh.
9398 Reported by Gilles Pion <gpion@lfdj.com>.
9399 (tramp-handle-verify-visited-file-modtime): Do not send a command
9400 when the connection is not established.
9401 (tramp-handle-set-file-times): Simplify the check for utc.
9403 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
9405 Fix use of `filter-buffer-substring' (rework previous change).
9406 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
9407 (cua-repeat-replace-region):
9408 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
9409 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9410 (cua-cut-region-to-global-mark): Use it.
9412 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
9414 * progmodes/sql.el: Version 2.1.
9415 (sql-product-alist): Redesign structure of product info.
9416 (sql-product, sql-user, sql-server, sql-database): Safe variables.
9417 (sql-port, sql-port-history): New variables.
9418 (sql-interactive-product): New variable.
9419 (sql-send-terminator): New variable.
9420 (sql-imenu-generic-expression): Add "Types" imenu entry.
9421 (sql-oracle-login-params, sql-sqlite-login-params)
9422 (sql-mysql-login-params, sql-solid-login-params)
9423 (sql-sybase-login-params, sql-informix-login-params)
9424 (sql-ingres-login-params, sql-ms-login-params)
9425 (sql-postgres-login-params, sql-interbase-login-params)
9426 (sql-db2-login-params, sql-linter-login-params)
9427 (sql-oracle-scan-on): New variables.
9428 (sql-mode-map): Add C-c C-i to start interactive mode.
9429 (sql-mode-menu): Update existing menu entries.
9430 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
9431 (sql-mode-oracle-font-lock-keywords)
9432 (sql-mode-postgres-font-lock-keywords)
9433 (sql-mode-ms-font-lock-keywords)
9434 (sql-mode-sybase-font-lock-keywords)
9435 (sql-mode-informix-font-lock-keywords)
9436 (sql-mode-interbase-font-lock-keywords)
9437 (sql-mode-ingres-font-lock-keywords)
9438 (sql-mode-solid-font-lock-keywords)
9439 (sql-mode-mysql-font-lock-keywords)
9440 (sql-mode-sqlite-font-lock-keywords)
9441 (sql-mode-db2-font-lock-keywords)
9442 (sql-mode-linter-font-lock-keywords): Update initialization to
9443 reduce run-time complexity.
9444 (sql-add-product, sql-del-product): New functions.
9445 (sql-set-product-feature, sql-get-product-feature): New functions.
9446 (sql-product-font-lock): Update product API.
9447 (sql-add-product-keywords): New function.
9448 (sql-highlight-product): Update product API.
9449 (sql-help-list-products): New function.
9450 (sql-help): Dynamically lists free and non-free products.
9451 (sql-get-login): Correct bug in handling history and added
9453 (sql-copy-column): Copy without properties.
9454 (sqli-input-sender): Apply filters to SQLi input.
9455 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
9456 Implement as a filter.
9457 (sql-escape-newlines-filter): Implement as a filter.
9458 (sql-remove-tabs-filter): New function.
9459 (sql-send-magic-terminator): New function.
9460 (sql-send-string): Implement magic terminator.
9461 (sql-send-region): Use `sql-send-string'.
9462 (sql-interactive-mode): Use product API.
9463 (sql-product-interactive): Use product API.
9464 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9465 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9466 (sql-db2, sql-linter): Use `sql-product-interactive'.
9467 (sql-connect): New function.
9468 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9469 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9470 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
9471 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9474 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9476 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
9477 New custom variable.
9478 (completion-pcm--string->pattern): Use it.
9479 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
9480 Make it handle any symbol as `any'.
9481 (completion-pcm--merge-completions): Extract common suffix for the new
9482 `prefix' symbol as well.
9483 (completion-substring--all-completions): Use the new `prefix' symbol.
9485 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
9487 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
9489 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
9490 (tramp-compat-funcall): New defmacro.
9491 (tramp-compat-line-beginning-position)
9492 (tramp-compat-line-end-position)
9493 (tramp-compat-temporary-file-directory)
9494 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
9495 (tramp-compat-copy-file, tramp-compat-copy-directory)
9496 (tramp-compat-delete-file, tramp-compat-delete-directory)
9497 (tramp-compat-number-sequence, tramp-compat-process-running-p)
9498 * net/tramp.el (top, with-progress-reporter)
9499 (tramp-rfn-eshadow-setup-minibuffer)
9500 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
9501 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
9502 (tramp-completion-mode-p, tramp-check-for-regexp)
9503 (tramp-open-connection-setup-interactive-shell)
9504 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
9505 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
9506 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
9507 * net/tramp-cmds.el (tramp-cleanup-all-connections)
9508 (tramp-reporter-dump-variable, tramp-load-report-modules)
9509 (tramp-append-tramp-buffers)
9510 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
9512 * net/tramp-imap.el (top): Autoload `epg-make-context'.
9514 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9516 * progmodes/compile.el (compilation-buffer-modtime): Rename from
9517 buffer-modtime. Adjust users.
9519 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9521 * international/mule.el (auto-coding-alist): Only purecopy
9522 car of each item, not the whole list (Bug#6083).
9524 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9526 * progmodes/js.el (js-mode): Make paragraph variables local before
9527 calling c-setup-paragraph-variables (Bug#6071).
9529 2010-05-08 Eli Zaretskii <eliz@gnu.org>
9531 * composite.el (compose-region, reference-point-alist): Fix typos
9534 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9536 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
9537 gnuplot's "set" command.
9539 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9541 * abbrev.el (last-abbrev-text): Doc fix.
9542 (abbrev-prefix-mark): Don't escape parenthesis.
9544 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
9546 * composite.el (find-composition): Doc fix.
9548 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9550 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
9551 (sql-oracle-program, sql-sqlite-options)
9552 (sql-query-placeholders-and-send): Doc fixes.
9553 (sql-set-product, sql-interactive-mode): Reflow docstrings.
9554 (sql-imenu-generic-expression, sql-buffer)
9555 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
9556 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
9557 (sql-mode-sybase-font-lock-keywords)
9558 (sql-mode-informix-font-lock-keywords)
9559 (sql-mode-interbase-font-lock-keywords)
9560 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
9561 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
9562 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
9563 (sql-product-feature, sql-highlight-product)
9564 (comint-line-beginning-position, sql-rename-buffer)
9565 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
9566 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
9567 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
9568 Fix typos in docstrings.
9570 2010-05-08 Juri Linkov <juri@jurta.org>
9572 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
9573 property instead of `invisible' and `after-string' (bug#5998).
9575 2010-05-08 Juri Linkov <juri@jurta.org>
9577 * image-mode.el (image-mode-as-text): Fix typo in docstring.
9579 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9581 * filecache.el (file-cache-add-directory-list)
9582 (file-cache-add-directory-recursively): Fix typos in docstrings.
9584 2010-05-08 Kenichi Handa <handa@m17n.org>
9586 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
9587 (gujarati-composable-pattern): Fix typo.
9589 2010-05-08 Kenichi Handa <handa@m17n.org>
9591 * language/indian.el (oriya-composable-pattern)
9592 (tamil-composable-pattern, malayalam-composable-pattern):
9593 Add two-part vowels to "v" (vowel sign).
9595 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9597 * files.el (copy-directory): Handle symlinks (Bug#5982).
9599 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9601 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
9602 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
9605 2010-05-08 Glenn Morris <rgm@gnu.org>
9607 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
9609 * minibuffer.el (completion-at-point): Doc fix.
9611 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9613 * electric.el (Electric-command-loop): Minor tweak.
9615 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
9616 better with dedicated windows.
9618 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
9620 * Version 23.2 released.
9622 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9623 Stefan Monnier <monnier@iro.umontreal.ca>
9625 Highlight vendor specific properties.
9626 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
9627 (css-proprietary-property): New face.
9628 (css-font-lock-keywords): Use them.
9630 2010-05-07 Eli Zaretskii <eliz@gnu.org>
9632 * cus-start.el (all): Add native condition for tool-bar-* symbols.
9634 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9636 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
9637 * files.el (auto-mode-alist): Remove redundant entries.
9639 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
9640 * simple.el (auto-save-mode): Move from files.el.
9641 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
9643 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9645 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
9647 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9649 * mail/binhex.el (binhex-decode-region-internal)
9650 * mail/uudecode.el (uudecode-decode-region-internal)
9651 * net/dns.el (dns-read-string-name, dns-write, dns-read)
9652 (dns-read-type, dns-query)
9653 * pgg-parse.el (pgg-parse-armor)
9654 * pgg.el (pgg-verify-region)
9655 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9658 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9660 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
9662 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9664 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9665 * emulation/cua-base.el (cua-repeat-replace-region):
9666 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9667 (cua-cut-region-to-global-mark):
9668 Remove text properties with `set-text-properties'.
9670 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
9672 * net/tramp.el (top, with-progress-reporter):
9673 Use `symbol-function' inside `funcall'.
9675 * net/tramp-compat.el (tramp-compat-file-attributes)
9676 (tramp-compat-delete-file, tramp-compat-delete-directory):
9677 Handle only `wrong-number-of-arguments' error.
9679 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9680 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9683 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9685 * minibuffer.el (completion--sreverse, completion--common-suffix):
9687 (completion-pcm--merge-completions): Extract common suffix when safe.
9689 * emacs-lisp/easy-mmode.el (define-minor-mode):
9690 Make :variable more flexible.
9691 * files.el (auto-save-mode): Use it to define using define-minor-mode.
9693 2010-05-05 Juri Linkov <juri@jurta.org>
9695 Add `slow' and `history' tags to the desktop data.
9697 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9698 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9699 (Info-finder-find-node): Require `finder.el' to be able
9700 to restore node from the desktop.
9701 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
9702 data `Info-history' and `slow' tag in the assoc list.
9703 (Info-restore-desktop-buffer): Don't restore nodes with the
9704 `slow' tag. Restore `Info-history'.
9706 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
9708 Add FORCE argument to `delete-file'.
9710 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9711 forcing to delete the temporary file.
9712 (ange-ftp-delete-file): Add FORCE arg.
9713 (ange-ftp-rename-remote-to-remote)
9714 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9715 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9716 Force file deletion.
9718 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9720 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9721 (tramp-handle-make-symbolic-link, tramp-handle-load)
9722 (tramp-do-copy-or-rename-file-via-buffer)
9723 (tramp-do-copy-or-rename-file-directly)
9724 (tramp-do-copy-or-rename-file-out-of-band)
9725 (tramp-handle-process-file, tramp-handle-call-process-region)
9726 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9727 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9728 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9730 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9731 (tramp-fish-handle-make-symbolic-link)
9732 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9734 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9735 Use `tramp-compat-delete-file'.
9737 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9738 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9740 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9741 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9743 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9744 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9745 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9746 Use `tramp-compat-delete-file'.
9748 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9751 * subr.el (add-minor-mode): Use push.
9752 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9753 * emulation/edt.el (edt-select-mode): Simplify.
9755 Use define-minor-mode in more cases.
9756 * term/tvi970.el (tvi970-set-keypad-mode):
9757 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9758 (normal-erase-is-backspace-mode):
9759 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9760 (set-scroll-bar-mode-1): (Re)move to its sole caller.
9761 (get-scroll-bar-mode): New function.
9762 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9764 Use define-minor-mode for less obvious cases.
9765 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9766 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9767 * international/iso-ascii.el (iso-ascii-mode):
9768 * frame.el (auto-raise-mode, auto-lower-mode):
9769 * composite.el (global-auto-composition-mode): Use define-minor-mode.
9771 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
9773 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9774 in order to see error messages for failed logins.
9776 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
9778 * diff.el (diff-sentinel):
9780 * epg.el (epg--make-temp-file, epg-decrypt-string)
9781 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9783 * jka-compr.el (jka-compr-partial-uncompress)
9784 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9786 * server.el (server-sentinel): Use delete-file's new FORCE arg
9789 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9791 Use define-minor-mode where applicable.
9792 * view.el (view-mode):
9793 * type-break.el (type-break-query-mode)
9794 (type-break-mode-line-message-mode):
9795 * textmodes/reftex.el (reftex-mode):
9796 * term/vt100.el (vt100-wide-mode):
9797 * tar-mode.el (tar-subfile-mode):
9798 * savehist.el (savehist-mode):
9799 * ibuf-ext.el (ibuffer-auto-mode):
9800 * composite.el (auto-composition-mode):
9801 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9802 Use define-minor-mode.
9803 (vhdl-mode): Use static mode-line format.
9804 (vhdl-mode-line-update): Delete.
9805 (vhdl-create-mode-menu, vhdl-activate-customizations)
9806 (vhdl-hs-minor-mode): Don't bother calling it.
9808 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9810 * simple.el (with-wrapper-hook): Move.
9811 (buffer-substring-filters): Mark obsolete.
9812 (filter-buffer-substring-functions): New variable.
9813 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
9815 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9816 Michael Albinus <michael.albinus@gmx.de>
9818 Implement compression for inline methods.
9820 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9821 (tramp-copy-size-limit): Allow also nil.
9822 (tramp-inline-compress-commands): New defconst.
9823 (tramp-find-inline-compress, tramp-get-inline-compress)
9824 (tramp-get-inline-coding): New defuns.
9825 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9826 replaced by `tramp-get-inline-coding'.
9827 (tramp-handle-file-local-copy, tramp-handle-write-region)
9828 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9830 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9832 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9833 Remove unused functions.
9835 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9836 Set find-tag-default-function as a variable rather than a property.
9838 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9839 * progmodes/etags.el (tags-completion-at-point-function):
9840 Remove left over interactive spec. Add autoloading stub.
9841 (complete-tag): Use tags-completion-at-point-function.
9843 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
9845 * minibuffer.el (tags-completion-at-point-function): Fix return value.
9847 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9849 * ido.el (ido-init-completion-maps): Remove C-v binding.
9850 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9852 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9854 * minibuffer.el (tags-completion-at-point-function): New function.
9855 (completion-at-point-functions): Use it.
9857 * progmodes/etags.el (complete-tag): Revert last change.
9859 2010-04-29 Alan Mackenzie <acm@muc.de>
9861 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9862 off-by-one error (in end of macro position).
9864 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9866 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9867 firefox is absent. Don't autoload.
9868 (browse-url-galeon-program): Don't autoload.
9870 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9872 * bindings.el (complete-symbol): Move into minibuffer.el.
9874 * minibuffer.el (complete-tag): Move from etags.el. If tags
9875 completion cannot be performed, return nil instead of signalling
9877 (completion-at-point): Make it an alias for complete-symbol.
9878 (complete-symbol): Move from bindings.el, and replace with the
9879 body of completion-at-point.
9881 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9883 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
9885 * net/tramp.el (tramp-remote-selinux-p): New defun.
9886 (tramp-handle-file-selinux-context)
9887 (tramp-handle-set-file-selinux-context): Use it.
9889 2010-04-28 Sam Steingold <sds@gnu.org>
9891 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9892 `safe-local-variable' if the value is a string or a symbol with
9893 the property `bug-reference-url-format'.
9895 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9897 * progmodes/bug-reference.el (bug-reference-url-format):
9898 Revert 2010-04-27 change due to security risk.
9900 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9902 Make it possible to locally disable a globally enabled mode.
9903 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9904 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9905 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9906 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9907 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9908 that subsequent hooks get a chance to disable it.
9910 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9912 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9913 Avoid re-enabling a minor mode after the user turned the minor mode
9914 off if MODE-enable-in-buffers is run twice (typically once from
9915 fundamental-mode's after-change-major-mode-hook and a second time from
9916 run-mode-hook's own after-change-major-mode-hook).
9918 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9920 2010-04-27 Sam Steingold <sds@gnu.org>
9922 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9923 `safe-local-variable' if the value is a string or a function, as
9924 documented and implemented on 2010-04-02.
9926 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
9928 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9929 when method is 'kill.
9931 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
9933 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9934 condition in default directory check.
9935 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9936 Kill ispell process when killing its associated buffer.
9938 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9940 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9941 but we aren't using it.
9943 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9945 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9946 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9948 2010-04-24 Glenn Morris <rgm@gnu.org>
9950 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9951 Ignore VCS-ignore files, and deleted nextstep preferences files.
9952 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9953 (authors-ambiguous-files): New list.
9954 (authors-valid-file-names): Add some deleted files.
9955 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9956 (authors-disambiguate-file-name): New function. (Bug#5501)
9957 (authors-canonical-file-name): Doc fix.
9958 Don't warn about obsolete files.
9959 (authors-canonical-file-name, authors-scan-el):
9960 Use authors-disambiguate-file-name.
9962 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9963 Add autoload cookies.
9964 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9965 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9966 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9967 They have definitions / compiler macros in cl.el.
9968 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9969 Replace manual autoloads with generated ones.
9970 (htmlfontify-unload-rgb-file): Remove autoload.
9971 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9973 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9975 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9976 (byte-compile-setq-default): Optimize for the
9977 single-var case and don't call byte-compile-form in this case to avoid
9978 inf-loop with byte-compile-set-default.
9980 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9982 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
9984 Implement SELINUX backends.
9986 * net/tramp.el (tramp-file-name-handler-alist):
9987 Add `file-selinux-context' and `set-file-selinux-context'.
9988 (tramp-handle-file-selinux-context)
9989 (tramp-handle-set-file-selinux-context): New defuns.
9990 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9991 Handle PRESERVE-SELINUX-CONTEXT.
9993 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9994 Add `file-selinux-context' and `set-file-selinux-context'.
9995 (tramp-gvfs-handle-file-selinux-context)
9996 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9997 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9999 * net/ange-ftp.el (ange-ftp-copy-file):
10000 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10001 * net/tramp-imap.el (tramp-imap-handle-copy-file):
10002 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10003 Add PRESERVE-SELINUX-CONTEXT.
10005 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10007 Synchronize with Tramp repository.
10009 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10010 (tramp-action-process-alive, tramp-action-out-of-band)
10011 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10012 (tramp-exists-file-name-handler): Fix docstring.
10013 (with-progress-reporter): New defmacro.
10014 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10015 (tramp-maybe-open-connection): Use it.
10017 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
10019 Detect ssh 'ControlMaster' argument automatically in some cases.
10021 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10022 (tramp-default-method): Use it.
10024 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10026 * net/tramp.el (tramp-handle-copy-file): Add new optional
10027 parameter `preserve-selinux-context'.
10028 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10030 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10032 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10033 Ensure, that non remote files are still checked. Oops.
10035 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
10039 * icomplete.el (icomplete-completions): Use `non-essential'.
10041 * net/tramp.el (tramp-connectable-p): New defun.
10042 (tramp-handle-expand-file-name)
10043 (tramp-completion-handle-file-name-all-completions)
10044 (tramp-completion-handle-file-name-completion): Use it.
10046 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10048 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10050 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
10052 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10054 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10056 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10059 * info.el (info-tool-bar-map): Add labels.
10061 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10063 * cus-edit.el (custom-commands): Add labels for tool bar.
10064 (custom-buffer-create-internal, Custom-mode): Adjust for
10065 labels in custom-commands.
10067 * dynamic-setting.el: Renamed from font-setting.el.
10069 2010-04-21 John Wiegley <jwiegley@gmail.com>
10071 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10072 toggles the use of virtual buffers.
10073 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
10074 (ido-toggle-virtual-buffers): New function.
10076 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
10078 Use `define-derived-mode'; fix window selection; doc fixes.
10079 * play/tetris.el (tetris, tetris-update-speed-function)
10080 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
10081 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
10082 (tetris-rotate-next, tetris-end-game, tetris-start-game)
10083 (tetris-pause-game): Fix typos in docstrings.
10084 (tetris-mode-map, tetris-null-map):
10085 Move initialization into declaration.
10086 (tetris-mode): Define with `define-derived-mode';
10087 set show-trailing-whitespace to nil.
10088 (tetris): Prefer window already displaying the "*Tetris*" buffer.
10090 2010-04-21 Karel Klíč <kklic@redhat.com>
10092 * files.el (backup-buffer): Handle SELinux context, and return it
10093 if a backup was made by renaming.
10094 (backup-buffer-copy): Set SELinux context to the target file.
10095 (basic-save-buffer): Set SELinux context of the newly written file.
10096 (basic-save-buffer-1): Now it also returns any SELinux context.
10097 (basic-save-buffer-2): Set SELinux context of the newly created file,
10099 * net/tramp.el (tramp-file-name-for-operation):
10100 Add file-selinux-context.
10102 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10104 Make the log-edit comments use RFC822 format throughout.
10106 * vc.el (vc-checkin, vc-modify-change-comment):
10107 Adjust to new vc-start/finish-logentry.
10108 (vc-find-conflicted-file): New command.
10109 (vc-transfer-file): Adjust to new vc-checkin.
10110 (vc-next-action): Improve scoping.
10112 * vc-hg.el (vc-hg-log-edit-mode): Remove.
10113 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
10115 * vc-git.el (vc-git-log-edit-mode): Remove.
10116 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
10117 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
10119 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
10120 (vc-start-logentry): Remove argument `extra'.
10121 (vc-finish-logentry): Remove extra args.
10123 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
10124 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
10125 (vc-bzr-conflicted-files): New function.
10127 * log-edit.el (log-edit-extra-flags)
10128 (log-edit-before-checkin-process): Remove.
10129 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
10130 (log-edit-headers-alist): New var.
10131 (log-edit-header-contents-regexp): New const.
10132 (log-edit-match-to-eoh): New function.
10133 (log-edit-font-lock-keywords): Use them.
10134 (log-edit): Insert a "Summary:" header as default.
10135 (log-edit-mode): Mark font-lock rules as case-insensitive.
10136 (log-edit-done): Cleanup headers.
10137 (log-view-process-buffer): Remove.
10138 (log-edit-extract-headers): New function to replace it.
10140 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
10142 * subr.el (default-direction-reversed): Remove obsolescence info.
10144 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10146 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
10149 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
10150 I.e. include text after point in the completion region.
10151 Also, return nil when we're not after/in a symbol.
10153 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
10154 default enable-multibyte-characters.
10156 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10158 * international/mule.el: Help the user choose a valid coding-system.
10159 (read-buffer-file-coding-system): New function.
10160 (set-buffer-file-coding-system): Use it. Prompt the user if the
10161 coding-system cannot encode all the chars.
10163 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
10164 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
10165 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
10166 Don't use *vc-bzr-shelve*.
10168 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
10170 Fix the version number for added files.
10171 * vc-hg.el (vc-hg-working-revision): Check if the file is
10172 registered after hg parent fails (Bug#5961).
10174 2010-04-19 Glenn Morris <rgm@gnu.org>
10176 * htmlfontify.el (htmlfontify-buffer)
10177 (htmlfontify-copy-and-link-dir): Autoload entry points.
10179 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
10181 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
10182 name relative to the project root (Bug#5960).
10184 2010-04-19 Glenn Morris <rgm@gnu.org>
10186 * vc-git.el (vc-git-print-log): Doc fix.
10188 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
10190 * ido.el (ido-file-internal): Fix 2009-12-02 change.
10192 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
10194 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
10195 default settings (Bug#5928).
10197 2010-04-19 Glenn Morris <rgm@gnu.org>
10199 * progmodes/fortran.el (fortran-match-and-skip-declaration):
10201 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
10203 2010-04-19 Kenichi Handa <handa@m17n.org>
10205 * language/indian.el (malayalam-composable-pattern): Fix previous
10206 change (add U+0D4D "SIGN VIRAMA").
10207 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
10208 (tamil-composable-pattern): Fix typo in the regexp.
10209 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
10210 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
10211 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10213 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
10215 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
10216 paragraph-separate (Bug#5821).
10218 2010-04-19 Juri Linkov <juri@jurta.org>
10220 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
10222 * info.el (Info-find-node-2): Comment out code that skips
10224 (Info-mouse-follow-link): New command.
10225 (Info-link-keymap): New keymap.
10226 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
10227 Return a string with links instead of inserting breadcrumbs
10228 to the Info buffer.
10229 (Info-fontify-node): Comment out code that inserts breadcrumbs.
10230 Instead of putting the `invisible' text property over the Info
10231 header, make an overlay over the Info header with the `invisible'
10232 property and `after-string' set to the string returned by
10233 `Info-breadcrumbs'.
10235 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
10237 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
10238 Reported by monkey@sandpframing.com.
10240 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10242 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
10243 (tmm-get-keymap): Add key-binding shortcuts now that they're not
10244 available in the "keyseq cache" any more.
10246 * custom.el (defcustom): Add edebug spec.
10248 2010-04-18 Juri Linkov <juri@jurta.org>
10250 Test for special mode-class in view-buffer instead of view-file (bug#5513).
10252 * view.el (view-file, view-buffer): Move test for special mode-class
10253 from view-file to view-buffer.
10255 * tar-mode.el (tar-extract): Turn if's into one cond
10256 like in arc-mode.el.
10258 2010-04-18 Juri Linkov <juri@jurta.org>
10260 Add 7z archive format support (bug#5475).
10262 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
10263 (archive-7z-extract): New defcustom.
10264 (archive-find-type): Add magic string for 7z.
10265 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
10266 If `stderr-file' is non-nil, use `(t stderr-file)' for the
10267 `buffer' arg of `call-process'.
10268 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
10269 call the function `archive-7z-extract' with the variable
10270 `archive-7z-extract' let-bound to `archive-zip-extract'.
10271 (archive-7z-summarize, archive-7z-extract): New functions.
10273 * international/mule.el (auto-coding-alist):
10274 * files.el (auto-mode-alist): Add 7z file extension.
10276 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10278 * loadup.el: Setup hash-cons for pure data.
10280 Fix duplicate entries in cedet's loaddefs.el files.
10281 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
10282 Should make most file-local generated-autoload-file unnecessary.
10283 (print-readably): Silence warnings.
10284 (autoload-find-destination): Take load-name as an arg to make sure
10285 it's the same as the one that will be in the file.
10286 (autoload-generate-file-autoloads): Adjust to above changes.
10287 Try to make the dataflow a bit simpler.
10289 * cvs-status.el (cvs-refontify): Remove unused.
10291 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
10293 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
10295 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
10296 twos-complement mode.
10298 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
10300 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10301 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
10302 (calc-inverse): Add "Option" to message, as appropriate.
10303 (calc-hyperbolic): Add "Option" to message, as appropriate.
10304 (calc-option, calc-is-option): New functions.
10306 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
10307 (calc-option-prefix-help): New function.
10309 * calc/calc-misc.el (calc-help): Add "Option" entry.
10311 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
10312 (calc-option-flag): New variable.
10313 (calc-do): Set `calc-option-flag to nil.
10314 (calc-set-mode-line): Add "Opt " as appropriate.
10316 2010-04-16 Juri Linkov <juri@jurta.org>
10318 Move scrolling commands from simple.el to window.el
10319 because their primitives are implemented in window.c.
10321 * simple.el (scroll-error-top-bottom)
10322 (scroll-up-command, scroll-down-command, scroll-up-line)
10323 (scroll-down-line, scroll-other-window-down)
10324 (beginning-of-buffer-other-window, end-of-buffer-other-window):
10325 * window.el (scroll-error-top-bottom)
10326 (scroll-up-command, scroll-down-command, scroll-up-line)
10327 (scroll-down-line, scroll-other-window-down)
10328 (beginning-of-buffer-other-window, end-of-buffer-other-window):
10329 Move from simple.el to window.el because their primitives are
10330 implemented in window.c.
10332 2010-04-16 Juri Linkov <juri@jurta.org>
10334 * isearch.el (isearch-lookup-scroll-key): Check both
10335 `isearch-scroll' and `scroll-command' properties.
10336 (scroll-up, scroll-down): Remove `isearch-scroll' property.
10338 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
10340 * simple.el (scroll-up-command, scroll-down-command)
10341 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
10343 2010-04-15 Juri Linkov <juri@jurta.org>
10345 * simple.el (scroll-up-command, scroll-down-command)
10346 (scroll-up-line, scroll-down-line): Put `scroll-command'
10347 property on the these symbols. Remove them from
10348 `scroll-preserve-screen-position-commands'.
10350 * mwheel.el (mwheel-scroll): Put `scroll-command' and
10351 `isearch-scroll' properties on the `mwheel-scroll' symbol.
10352 Remove it from `scroll-preserve-screen-position-commands'.
10354 * isearch.el (isearch-allow-scroll): Doc fix.
10356 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
10358 * net/tramp.el (tramp-error-with-buffer): Don't show the
10359 connection buffer when we are in completion mode.
10360 (tramp-file-name-handler): Catch the error for some operations
10361 when we are in completion mode. This gives the user the chance to
10362 correct the file name in the minibuffer.
10364 2010-04-15 Glenn Morris <rgm@gnu.org>
10366 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
10368 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
10370 Simplify by using `define-derived-mode'.
10371 * info.el (Info-mode):
10372 * calendar/todo-mode.el (todo-mode):
10373 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
10374 (gomoku-mode-map): Move initialization into declaration.
10376 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
10379 * ido.el (ido-file-name-all-completions-1):
10380 * minibuffer.el (minibuffer-completion-help):
10381 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
10383 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10385 * simple.el (non-essential): New var.
10387 Add a new field `location' to bookmarks for non-file bookmarks.
10388 * bookmark.el (bookmark-location): Use the new field, if present.
10389 (bookmark-insert-location): Undo last change, not needed any more.
10390 * man.el (Man-bookmark-make-record):
10391 * woman.el (woman-bookmark-make-record): Add `location' field.
10393 2010-04-14 Juri Linkov <juri@jurta.org>
10395 * simple.el (scroll-error-top-bottom): New defcustom.
10396 (scroll-up-command, scroll-down-command): Use it. Doc fix.
10398 * emulation/pc-select.el (pc-select-override-scroll-error):
10399 Obsolete in favor of `scroll-error-top-bottom'.
10401 2010-04-14 Juri Linkov <juri@jurta.org>
10403 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
10404 `scroll-up-command' and `M-v' to `scroll-down-command'.
10406 * emulation/cua-rect.el (cua--init-rectangles):
10407 * forms.el (forms--change-commands):
10408 * image-mode.el (image-mode-map):
10409 Remap scroll-down-command and scroll-up-command
10410 in addition to scroll-down and scroll-up.
10412 2010-04-14 Juri Linkov <juri@jurta.org>
10414 * mwheel.el (scroll-preserve-screen-position-commands):
10415 Add mwheel-scroll to this list of commands.
10417 * simple.el (scroll-preserve-screen-position-commands):
10418 Add scroll-up-command, scroll-down-command, scroll-up-line,
10419 scroll-down-line to this list of commands.
10421 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10423 * obsolete/complete.el: Move from lisp/complete.el.
10425 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
10427 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
10428 to the minor mode function now turns the mode ON unconditionally.
10430 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10432 * vc-dir.el (vc-dir-kill-line): New command.
10433 (vc-dir-mode-map): Bind it to C-k.
10435 * bookmark.el (bookmark-insert-location): Handle a nil filename.
10437 * woman.el: Add bookmark declarations to silence the compiler.
10438 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
10439 step to compatibility between man and woman bookmarks.
10440 Adjust for Man-default-bookmark-title renaming.
10441 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
10443 * man.el: Add bookmark declarations to silence the compiler.
10444 (Man-name-local-regexp): Make it match NAME as well.
10445 (Man-getpage-in-background): Return the buffer.
10446 (Man-notify-when-ready): Use `case'.
10447 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
10448 Don't hardcode "NAME". Simplify.
10449 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
10450 Rename from Man-bookmark-make-record.
10451 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
10452 we have the actual man-args. Use Man-getpage-in-background rather
10453 than `man' since the arg is already processed. Let bookmark.el do the
10454 window handling. Only wait for the relevant process.
10455 Don't forget to autoload.
10457 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
10459 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10461 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
10463 (woman-mode): Setup bookmark support.
10465 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
10466 (man-bookmark-jump): New functions.
10467 (Man-mode): Setup bookmark support.
10469 2010-04-10 Jari Aalto <jari.aalto@cante.net>
10471 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
10472 recognize ssh-keygen prompt (Bug#2817).
10474 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
10476 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
10478 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
10480 Synchronize with Tramp repository.
10482 * net/tramp.el (tramp-completion-function-alist)
10483 (tramp-file-name-regexp, tramp-chunksize)
10484 (tramp-local-coding-commands, tramp-remote-coding-commands):
10486 (tramp-remote-process-environment): Use `format' instead of `concat'.
10487 (tramp-handle-directory-files-and-attributes)
10488 (tramp-get-remote-path): Use `copy-tree'.
10489 (tramp-handle-file-name-all-completions): Backward/ XEmacs
10490 compatibility: Use `completion-ignore-case' if
10491 `read-file-name-completion-ignore-case' does not exist.
10492 (tramp-do-copy-or-rename-file-directly): Do not use
10493 `tramp-handle-file-remote-p'.
10494 (tramp-do-copy-or-rename-file-out-of-band):
10495 Use `tramp-compat-delete-directory'.
10496 (tramp-do-copy-or-rename-file-out-of-band)
10497 (tramp-compute-multi-hops, tramp-maybe-open-connection):
10498 Use `format-spec-make'.
10499 (tramp-find-foreign-file-name-handler)
10500 (tramp-advice-make-auto-save-file-name)
10501 (tramp-set-auto-save-file-modes): Remove superfluous check for
10502 `stringp'. This is done inside `tramp-tramp-file-p'.
10503 (tramp-debug-outline-regexp): New defconst.
10504 (tramp-get-debug-buffer): Use it.
10505 (tramp-check-for-regexp): Use (forward-line 1).
10506 (tramp-set-auto-save-file-modes): Adapt version check.
10508 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
10509 Wrap call of `featurep' for 2nd argument.
10510 (tramp-compat-make-temp-file): Simplify fallback implementation.
10511 (tramp-compat-copy-tree): Remove function.
10512 (tramp-compat-delete-directory): Provide implementation for older
10515 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
10516 Do not use `tramp-fish-handle-file-attributes.
10518 * net/trampver.el: Update release number.
10520 2010-04-10 Glenn Morris <rgm@gnu.org>
10522 * progmodes/compile.el (compilation-save-buffers-predicate):
10523 Add missing :version tag.
10525 2010-04-09 Sam Steingold <sds@gnu.org>
10527 * progmodes/compile.el (compilation-save-buffers-predicate):
10528 Remove the "autoload" cookie.
10530 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
10531 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
10532 and `bug-reference-prog-mode' can be used in hooks directly.
10534 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10536 Add --author support to git commit.
10537 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
10538 (vc-git-log-edit-mode): New minor mode.
10539 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
10542 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
10544 * vc-hooks.el, vc-git.el: Improve documentation comments.
10546 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10548 Fix some of the problems in defsubst* (bug#5728).
10549 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
10550 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
10552 2010-04-07 Sam Steingold <sds@gnu.org>
10554 * progmodes/compile.el (compilation-save-buffers-predicate):
10555 New custom variable.
10556 (compile, recompile): Pass it to `save-some-buffers'.
10558 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
10560 * wid-edit.el (widget-choose): Move cursor to the second line of
10561 the buffer (Bug#5695).
10563 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10565 Add new VC methods: vc-log-incoming and vc-log-outgoing.
10566 * vc.el (vc-print-log-setup-buttons): New function split out from
10567 vc-print-log-internal.
10568 (vc-log-internal-common): New function, a parametrized version of
10569 vc-print-log-internal.
10570 (vc-print-log-internal): Just call vc-log-internal-common with the
10572 (vc-incoming-outgoing-internal):
10573 (vc-log-incoming, vc-log-outgoing): New functions.
10574 (vc-log-view-type): New permanent local variable.
10576 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
10578 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
10579 of the dynamic bound vc-short-log.
10580 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
10582 * vc-git.el (vc-git-log-outgoing): New function.
10583 (vc-git-log-view-mode): Use vc-log-view-type instead
10584 of the dynamic bound vc-short-log.
10586 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
10587 of the dynamic bound vc-short-log. Highlight the tag.
10588 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
10589 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
10590 (vc-hg-incoming-mode): Remove.
10591 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
10593 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10595 Fix default-directory for vc-root-diff.
10596 * vc.el (vc-root-diff): Bind default-directory to the root
10597 directory for the diff command.
10599 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
10601 * progmodes/verilog-mode.el (verilog-forward-sexp):
10602 (verilog-calc-1): Support "disable fork" and "fork wait" multi
10603 word keywords, suggested by Steve Pearlmutter.
10604 (verilog-pretty-declarations): Support lineup of declarations in
10606 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
10607 fix bug for /* / comments.
10608 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
10609 Speed up and simplfy as this is never called with a bound.
10610 (verilog-pretty-declarations): Enhance to line up declarations
10611 inside a parameter list, suggested by Alan Morgan.
10612 (verilog-pretty-expr): Tune assignment regular expression match
10613 string for corner cases; also use markers instead of character
10614 number as indent changes the later.
10616 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
10618 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
10619 as missing keyword.
10620 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
10621 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
10622 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
10623 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
10625 (verilog-keywords):
10626 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
10627 1800-2009 keywords, including "global.".
10629 2010-04-06 John Wiegley <jwiegley@gmail.com>
10631 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
10632 appearing in buffer list (if a live buffer name matched a recentf
10633 file basename). Should use uniquify to offer a real solution.
10635 2010-04-06 John Wiegley <jwiegley@gmail.com>
10637 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
10638 comment to code, and add a :version tag.
10639 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
10641 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
10643 Enable recentf-mode if using virtual buffers.
10644 * ido.el (recentf-list): Declare for byte-compiler.
10645 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
10646 (ido-make-buffer-list): Simplify.
10647 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
10649 2010-04-05 Juri Linkov <juri@jurta.org>
10651 Scrolling commands which scroll a line instead of full screen.
10652 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10654 * simple.el (scroll-up-line, scroll-down-line): New commands.
10655 Put property isearch-scroll=t on them.
10657 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10660 2010-04-05 Juri Linkov <juri@jurta.org>
10662 Scrolling commands which do not signal errors at top/bottom.
10663 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10665 * simple.el (scroll-up-command, scroll-down-command): New commands.
10666 Put property isearch-scroll=t on them.
10668 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10669 `scroll-down-command' and [next] from `scroll-up' to
10670 `scroll-up-command'.
10672 * emulation/cua-base.el: Put property CUA=move on
10673 `scroll-up-command' and `scroll-down-command'.
10674 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10675 and `scroll-down-command' to `cua-scroll-down'.
10677 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
10679 * help.el (describe-mode): Return nil.
10681 2010-04-04 John Wiegley <jwiegley@gmail.com>
10683 * ido.el (ido-use-virtual-buffers): New variable to indicate
10684 whether "virtual buffer" support is enabled for IDO.
10685 (ido-virtual): Face used to indicate virtual buffers in the list.
10686 (ido-buffer-internal): If a buffer is chosen, and no such buffer
10687 exists, but a virtual buffer of that name does (which would be why
10688 it was in the list), recreate the buffer by reopening the file.
10689 (ido-make-buffer-list): If virtual buffers are being used, call
10690 `ido-add-virtual-buffers-to-list' before the make list hook.
10691 (ido-virtual-buffers): New variable which contains a copy of the
10692 current contents of the `recentf-list', albeit pared down for the
10693 sake of speed, and with proper faces applied.
10694 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10695 create a list of "virtual buffers" to present to the user in
10696 addition to the currently open set. Note that this logic could
10697 get rather slow if that list is too large. With the default
10698 `recentf-max-saved-items' of 200, there is little speed penalty.
10700 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10702 * font-lock.el: Require CL when compiling.
10703 (font-lock-turn-on-thing-lock): Use `case'.
10705 2010-04-03 Eli Zaretskii <eliz@gnu.org>
10707 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10710 2010-04-02 Juri Linkov <juri@jurta.org>
10712 * ehelp.el (electric-help-orig-major-mode):
10713 New buffer-local variable.
10714 (electric-help-mode): Set it to original major-mode. Doc fix.
10715 (with-electric-help): Use `electric-help-orig-major-mode' instead
10716 of (default-value 'major-mode). Doc fix.
10717 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10719 2010-04-02 Sam Steingold <sds@gnu.org>
10721 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10722 `vc-hg-command' with a list of flags.
10724 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10725 Also accept "patch" and "RFE".
10726 (bug-reference-fontify): `bug-reference-url-format' can also be a
10727 function to be able to handle the bug kind.
10728 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10730 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
10732 * tmm.el (tmm-get-keymap): Check with symbolp before passing
10733 value to fboundp, it may not be a symbol.
10735 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10737 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10739 2010-03-31 Juri Linkov <juri@jurta.org>
10741 * simple.el (next-line, previous-line): Re-throw a signal
10742 with `signal' instead of using `ding'.
10743 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10745 2010-03-31 Juri Linkov <juri@jurta.org>
10747 * simple.el (keyboard-escape-quit): Raise deselecting the active
10748 region higher than exiting the minibuffer.
10749 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10751 2010-03-31 Juri Linkov <juri@jurta.org>
10753 * image.el (image-animated-p): Use `image-metadata' instead of
10754 `image-extension-data'. Get GIF extenstion data from metadata
10755 property `extension-data'.
10757 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10759 * simple.el (append-to-buffer): Simplify.
10761 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
10763 * textmodes/artist.el (artist-mode): Fix typo in docstring.
10764 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
10766 2010-03-31 Kenichi Handa <handa@m17n.org>
10768 * language/sinhala.el (composition-function-table): Fix regexp for
10769 the new Unicode specification.
10771 * language/indian.el (devanagari-composable-pattern)
10772 (tamil-composable-pattern, kannada-composable-pattern)
10773 (malayalam-composable-pattern): Adjust for the new Unicode
10775 (bengali-composable-pattern, gurmukhi-composable-pattern)
10776 (gujarati-composable-pattern, oriya-composable-pattern)
10777 (telugu-composable-pattern): New variables to cope with the new
10778 Unicode specification. Use them in composition-function-table.
10780 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10782 Make tmm-menubar work for the Buffers menu again (bug#5726).
10783 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10784 vectors rather than cons cells, as used in menu-bar-update-buffers.
10786 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10788 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10789 (js-insert-and-indent): Revert 2009-08-15 change, restoring
10790 electric punctuation for "{}();,:" (Bug#5586).
10792 * mail/sendmail.el (mail-default-directory): Doc fix.
10794 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10796 * mail/sendmail.el (mail-default-directory): Doc fix.
10798 2010-03-31 Eli Zaretskii <eliz@gnu.org>
10800 * subr.el (version-regexp-alist, version-to-list)
10801 (version-list-<, version-list-=, version-list-<=)
10802 (version-list-not-zero, version<, version<=, version=): Doc fix.
10805 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
10807 * vc.el (vc-root-diff): Doc fix.
10809 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10811 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10813 * simple.el (append-to-buffer): Fix last change.
10815 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10817 * simple.el (append-to-buffer): Ensure that point is preserved if
10818 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
10821 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10823 * files.el (auto-mode-case-fold): Change default to t.
10825 2010-03-30 Juri Linkov <juri@jurta.org>
10827 * dired-x.el (dired-omit-mode): Doc fix.
10829 2010-03-30 Juri Linkov <juri@jurta.org>
10831 * replace.el (occur-accumulate-lines): Move occur-engine related
10832 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10833 to be located after `occur-engine'.
10835 2010-03-30 Juri Linkov <juri@jurta.org>
10837 Make occur handle multi-line matches cleanly with context.
10838 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10840 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10841 (occur-engine): Add local variables `ret', `prev-after-lines',
10842 `prev-lines'. Use more arguments for `occur-context-lines'.
10843 Set first elem of its returned list to `data', and the second elem
10844 to `prev-after-lines'. Don't print the separator line.
10845 In the end, print remaining context after-lines.
10846 (occur-context-lines): Add new arguments `begpt', `endpt',
10847 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10848 after-lines of the previous match with before-lines of the
10849 current match and not overlap them. Return a list with two
10850 values: the output line and the list of context after-lines.
10852 2010-03-30 Juri Linkov <juri@jurta.org>
10854 * replace.el (occur-accumulate-lines): Fix a bug where the first
10855 context line at the beginning of the buffer was missing.
10857 2010-03-30 Eli Zaretskii <eliz@gnu.org>
10859 * files.el: Make bidi-display-reordering safe variable for boolean
10862 2010-03-29 Phil Hagelberg <phil@evri.com>
10863 Chong Yidong <cyd@stupidchicken.com>
10865 * subr.el: Extend progress reporters to perform "spinning".
10866 (progress-reporter-update, progress-reporter-do-update):
10867 Handle non-numeric value arguments.
10868 (progress-reporter--pulse-characters): New var.
10870 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
10872 * progmodes/compile.el (compilation-start): Fix regexp detection
10873 of initial cd command (Bug#5771).
10875 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10877 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10879 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
10881 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10882 * progmodes/gdb-mi.el: Restore.
10883 * progmodes/gdb-ui.el: Remove.
10884 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10886 2010-03-25 Glenn Morris <rgm@gnu.org>
10888 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10889 all dired buffers, even tramp ones. (Bug#5755)
10891 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10893 Add "union tags" in mpc.el.
10894 * mpc.el: Remove backward compatibility code.
10895 (mpc-browser-tags): Change default.
10896 (mpc--find-memoize-union-tags): New var.
10897 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10898 (mpc-cmd-find): Handle the case where the playlist does not exist.
10900 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10901 (mpc-cmd-add): Use mpc-cmd-flush.
10902 (mpc-tagbrowser-tag-name): New fun.
10903 (mpc-tagbrowser-buf): Use it.
10904 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10906 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10909 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10910 Use replace-regexp-in-string.
10911 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10912 (makefile-imake-mode-syntax-table): Move init into defvar.
10913 (makefile-mode): Use define-derived-mode.
10915 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10916 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10917 not be present any more.
10919 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10921 * faces.el (set-face-attribute): Fix typo in docstring.
10922 (face-valid-attribute-values): Reflow docstring.
10924 2010-03-24 Glenn Morris <rgm@gnu.org>
10926 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10928 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10930 * indent.el (indent-for-tab-command): Doc fix.
10932 2010-03-24 Alan Mackenzie <acm@muc.de>
10934 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10935 Fix off-by-one error. Fixes bug #5747.
10937 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10939 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10940 (image-dired-read-comment): Doc fix.
10942 * json.el (json-object-type, json-array-type, json-key-type)
10943 (json-false, json-null, json-read-number):
10944 * minibuffer.el (completion-in-region-functions):
10945 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10946 (cal-tex-cursor-week):
10947 * emacs-lisp/trace.el (trace-function):
10948 * eshell/em-basic.el (eshell/printnl):
10949 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10950 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10951 * obsolete/levents.el (allocate-event, event-key, event-object)
10952 (event-point, event-process, event-timestamp, event-to-character)
10953 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10954 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10955 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10956 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10957 (reftex-highlight-selection): Fix typos in docstrings.
10959 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10961 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10963 2010-03-24 Glenn Morris <rgm@gnu.org>
10965 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10966 2008-02-13 without comment; mark it obsolete.
10967 (rmail-highlight-headers): Use rmail-highlight-face once more.
10969 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10971 * woman.el (woman2-process-escapes): Only consume the newline if
10972 the filler character is on a line by itself (Bug#5729).
10974 2010-03-24 Kenichi Handa <handa@m17n.org>
10976 * language/indian.el (devanagari-composable-pattern): Add more
10979 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10981 * net/trampver.el: Update release number.
10983 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10985 * net/tramp.el (tramp-find-executable):
10986 Use `tramp-get-connection-buffer'. Make the regexp for checking
10987 output of "wc -l" more robust.
10988 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10989 (tramp-open-connection-setup-interactive-shell): Remove workaround
10990 for OpenSolaris bug, it is not needed anymore.
10992 2010-03-24 Glenn Morris <rgm@gnu.org>
10994 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10996 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
10998 * files.el (auto-mode-alist): Accept more verilog file patterns.
11000 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11002 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11004 2010-03-24 Glenn Morris <rgm@gnu.org>
11006 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11007 log-edit-before-checkin-process.
11009 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11011 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
11013 * vc-dispatcher.el (vc-start-logentry): Doc fix.
11014 (log-view-process-buffer, log-edit-extra-flags): Declare.
11016 * log-edit.el (log-edit-before-checkin-process): Doc fix.
11018 2010-03-23 Sam Steingold <sds@gnu.org>
11020 Fix bug#5620: recalculate all markers on compilation buffer
11021 modifications, not on file modifications.
11022 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11023 variable: the buffer modification time, for buffers not associated with
11025 (compilation-mode): Create it.
11026 (compilation-filter): Update it.
11027 (compilation-next-error-function): Use it instead of
11028 `visited-file-modtime' for timestamp.
11030 2010-03-23 Juri Linkov <juri@jurta.org>
11032 Implement Occur multi-line matches.
11033 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11035 * replace.el (occur): Doc fix.
11036 (occur-engine): Set `begpt' to the beginning of the first line.
11037 Set `endpt' to the end of the last match line. At first, count
11038 line numbers between `origpt' and `begpt'. Split out code from
11039 `out-line' variable to new let-bindings `match-prefix' and
11040 `match-str'. In `out-line' add non-numeric prefix to all
11041 non-first lines of multi-line matches. Finally, count lines
11042 between `begpt' and `endpt' and add to `lines'.
11044 2010-03-23 Juri Linkov <juri@jurta.org>
11046 * replace.el (occur-accumulate-lines, occur-engine):
11047 Use `occur-engine-line' instead of duplicate code.
11048 (occur-engine-line): New function created from duplicate code
11049 in `occur-accumulate-lines' and `occur-engine'.
11051 * replace.el (occur-engine-line): Add optional arg `keep-props'.
11052 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11054 2010-03-23 Juri Linkov <juri@jurta.org>
11056 * finder.el: Remove TODO tasks.
11058 * info.el (Info-finder-find-node): Add node "all"
11059 with all package info. Handle a list of multiple keywords
11060 separated by comma.
11061 (info-finder): In interactive use with a prefix argument,
11062 use `completing-read-multiple' to read a list of keywords
11063 separated by comma.
11065 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11067 Add a new completion style `substring'.
11068 * minibuffer.el (completion-basic--pattern): New function.
11069 (completion-basic-try-completion, completion-basic-all-completions):
11071 (completion-substring--all-completions)
11072 (completion-substring-try-completion)
11073 (completion-substring-all-completions): New functions.
11074 (completion-styles-alist): New style `substring'.
11076 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11078 Get rid of .elc files after removal of the corresponding .el.
11079 * Makefile.in (compile-clean): New target.
11080 (compile-main): Use it.
11082 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
11084 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
11085 don't do make there. When compiling with separate object dir, there
11086 is no Makefile there.
11088 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11090 Get rid of the ELCFILES abomination, again.
11091 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11092 (all, compile): Don't call compile-last.
11093 (compile-main): Build the "elcfiles" list dynamically.
11094 (compile-targets): New (internal) target.
11096 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
11098 * Makefile.in (top_srcdir): Define.
11099 (abs_top_builddir): Define.
11100 (srcdir): Don't append `/..'.
11101 (EMACS): Use ${abs_top_builddir}.
11102 (all, compile, compile-always, compile-last): Don't set emacswd.
11103 (update-subdirs, update-authors): Use $(top_srcdir) instead of
11105 (lisp): Use $(srcdir) instead of @srcdir@.
11107 2010-03-21 Juri Linkov <juri@jurta.org>
11109 Fix message of multi-line occur regexps and multi-buffer header lines.
11110 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
11112 * replace.el (occur-1): Don't display regexp if it is longer
11113 than window-width. Use `query-replace-descr' to display regexp.
11114 (occur-engine): Don't display regexp in the buffer header for
11115 multi-buffer occur. Display a separate header line with total
11116 match count and regexp for multi-buffer occur.
11117 Use `query-replace-descr' to display regexp.
11119 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11121 * net/secrets.el: Fix parenthesis.
11122 (secrets-enabled): Fix parenthesis.
11124 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11126 Use more relative file and directory names.
11127 * Makefile.in (EMACS): Arrange for it to work when we chdir.
11128 (setwins, setwins_almost, setwins_for_subdirs):
11129 Don't `cd'; output relative names.
11130 (all, compile, compile-always, compile-last): Set emacswd.
11131 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
11132 Just cd to the lisp source dir so we can use relative file names.
11134 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
11136 2010-03-20 Glenn Morris <rgm@gnu.org>
11138 * textmodes/rst.el: Use faces for font-lock customization, and make the
11139 old -face variables obsolete.
11140 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
11141 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
11142 (rst-block-face, rst-external-face, rst-definition-face)
11143 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
11144 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
11146 (rst-font-lock-keywords-function): Update for above changes.
11148 2010-03-20 Juri Linkov <juri@jurta.org>
11151 * obsolete/s-region.el: Move to obsolete.
11153 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
11155 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
11157 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
11159 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
11161 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
11163 Add special markup processing for commit logs.
11164 * log-edit.el (log-edit-extra-flags): New variable.
11165 (log-edit): Add new argument MODE. Use that mode when non-nil
11166 instead of the log-view-mode.
11167 (log-view-process-buffer): New function.
11169 * vc.el: Document that the checkin method takes optional
11170 arguments. Document new backend specific method: log-view-mode.
11171 (vc-default-log-edit-mode): New function.
11172 (vc-checkin): Use a backend specific log-view-mode.
11173 Pass extra arguments to the checkin method.
11174 (vc-modify-change-comment): Pass a dummy extra argument.
11176 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
11178 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
11179 (vc-finish-logentry): Process the log buffer before passing it
11180 down. Pass log-edit-extra-flags.
11182 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
11184 (log-edit-extra-flags, log-edit-before-checkin-process):
11187 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
11189 (log-edit-extra-flags, log-edit-before-checkin-process):
11191 (vc-hg-log-edit-mode): New derived mode.
11193 * vc-arch.el (vc-arch-checkin):
11194 * vc-cvs.el (vc-cvs-checkin):
11195 * vc-git.el (vc-git-checkin):
11196 * vc-mtn.el (vc-mtn-checkin):
11197 * vc-rcs.el (vc-rcs-checkin):
11198 * vc-sccs.el (vc-sccs-checkin):
11199 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
11201 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11203 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
11206 2010-03-19 Glenn Morris <rgm@gnu.org>
11208 * password-cache.el (password-cache, password-cache-expiry): Autoload.
11210 2010-03-18 Glenn Morris <rgm@gnu.org>
11212 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
11214 * replace.el (query-replace-history): Give it a doc string.
11215 (map-query-replace-regexp): Use query-replace-from-history-variable
11216 and query-replace-to-history-variable.
11218 * mail/hashcash.el (declare-function): Remove duplicate definition.
11220 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11221 Make it an obsolete alias for report-emacs-bug-address.
11222 (message-strip-special-text-properties): Declare.
11223 (report-emacs-bug): Remove test for a pretest bug address.
11224 Combine message-mode-specific code.
11226 * mail/supercite.el: Don't require sendmail.
11227 (mh-in-header-p): Declare rather than using with-no-warnings.
11228 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
11229 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
11231 * calendar/cal-french.el: Convert to utf-8.
11233 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
11236 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
11238 * net/secrets.el (secrets-enabled): New variable. Use it instead
11241 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
11243 * net/secrets.el (top): Register the D-Bus signals only when the
11244 service "org.freedesktop.secrets" can be pinged.
11245 Provide subfeature `enabled'.
11247 2010-03-14 Juri Linkov <juri@jurta.org>
11249 Add finder unknown keywords.
11251 * finder.el (finder-unknown-keywords): New function.
11253 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
11254 to create a Finder node with unknown keywords.
11256 2010-03-14 Juri Linkov <juri@jurta.org>
11258 * finder.el (finder-compile-keywords): Replace `princ' with
11259 `prin1' on a list of symbols interned from keyword strings.
11261 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
11262 a comma, then split keywords using a comma and optional whitespace.
11263 Otherwise, split by whitespace.
11271 * progmodes/mixal-mode.el: Fix keywords.
11273 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
11275 * Makefile.in (ELCFILES): Add net/secrets.elc.
11277 * net/secrets.el: New file.
11279 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11281 * facemenu.el (list-colors-display, list-colors-print): New arg
11282 callback. Use it to allow selecting colors.
11284 * wid-edit.el (widget-image-insert): Insert image prop even if the
11285 current display is non-graphic.
11286 (widget-field-value-set): New fun.
11287 (editable-field): Use it.
11288 (widget-field-value-get): Clean up unused var.
11289 (widget-color-value-create, widget-color--choose-action):
11290 New funs. Allow using list-colors-display to choose color.
11292 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11294 * cus-edit.el: Resort topmost custom groups.
11295 (custom-buffer-sort-alphabetically): Default to t.
11296 (customize-apropos): Use apropos-parse-pattern.
11297 (custom-search-field): New var.
11298 (custom-buffer-create-internal): Add custom-apropos search field.
11299 (custom-add-parent-links): Don't display parent doc.
11300 (custom-group-value-create): Don't sort top-level custom group.
11301 (custom-magic-value-create): Show visibility button before option name.
11303 (custom-variable-state): New fun, from custom-variable-state-set.
11304 (custom-variable-state-set): Use it.
11305 (custom-group-value-create): Hide options with standard values
11306 using the :hidden-states property. Use progress reporter.
11308 (custom-show): Simplify.
11309 (custom-visibility): Disable images by default.
11310 (custom-variable): New property :hidden-states.
11311 (custom-variable-value-create): Enable images for
11312 custom-visibility widgets. Use :hidden-states property to
11313 determine initial visibility.
11315 * wid-edit.el (widget-image-find): Give images center ascent.
11316 (visibility): Add :on-image and :off-image properties.
11317 (widget-visibility-value-create): Use them.
11319 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11321 * cus-edit.el (processes): Remove from development group.
11322 (oop, hypermedia): Delete group.
11323 (comm): Promote to top-level group.
11325 * net/browse-url.el (browse-url):
11326 * net/xesam.el (xesam):
11327 * net/tramp.el (tramp):
11328 * net/goto-addr.el (goto-address):
11329 * net/ange-ftp.el (ange-ftp): Put in comm group.
11331 * view.el (view): Remove from editing group.
11333 * uniquify.el (uniquify): Put in files group.
11335 * net/browse-url.el (browse-url):
11336 * ps-print.el (postscript): Put in external group.
11338 * cus-edit.el (outlines):
11339 * textmodes/text-mode.el (text-mode-hook):
11340 * textmodes/table.el (table):
11341 * textmodes/picture.el (picture):
11342 * outline.el (outlines): Put in wp group.
11344 * nxml/nxml-mode.el (nxml): Remove from wp group.
11346 * net/tramp-imap.el (tramp-imap): Put in tramp group.
11348 * mail/metamail.el (metamail): Remove from hypermedia group.
11350 * cus-edit.el (abbrev):
11351 * whitespace.el (whitespace):
11352 * vcursor.el (vcursor):
11353 * reveal.el (reveal):
11354 * hl-line.el (hl-line): Put in convenience group.
11356 * epg-config.el (epg): Put in data group.
11358 * emulation/pc-select.el (pc-select): Put in emulations group.
11360 * calculator.el (calculator): Put in applications group.
11362 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
11364 Add .dir-locals.el support for file-less buffers.
11365 * files.el (hack-local-variables): Split out code to apply local
11366 variable settings ...
11367 (hack-local-variables-apply): ... here. New function.
11368 (hack-dir-local-variables): Use the default directory for when the
11369 buffer does not have an associated file.
11370 (hack-dir-local-variables-non-file-buffer): New function.
11371 * diff-mode.el (diff-mode):
11372 * vc-annotate.el (vc-annotate-mode):
11373 * vc-dir.el (vc-dir-mode):
11374 * log-edit.el (log-edit-mode):
11375 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
11377 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
11379 Add support for shelving snapshots and for showing shelves.
11380 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
11381 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
11383 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11384 (vc-bzr-extra-menu-map): Map them.
11386 2010-03-11 Glenn Morris <rgm@gnu.org>
11388 * cus-edit.el (customize-changed-options-previous-release):
11391 * image.el (image-animate-max-time): Fix :version tag.
11393 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
11397 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11399 * vc-git.el (vc-git-revision-table): Include remote branches.
11401 2010-03-10 Kim F. Storm <storm@cua.dk>
11403 Animated image API.
11404 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
11406 * image.el (image-animate-max-time): New defcustom.
11407 (image-animated-types): New defconst.
11408 (create-animated-image, image-animate-timer)
11409 (image-animate-start, image-animate-stop, image-animate-timeout)
11410 (image-animated-p): New functions.
11412 * image-mode.el (image-toggle-display-image):
11413 Replace `create-image' with `create-animated-image'.
11415 2010-03-09 Miles Bader <miles@gnu.org>
11417 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
11418 instead of "format:"; this ensures that the output is
11419 newline-terminated.
11421 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
11423 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
11424 that all errors are caught, and that the return value is always a
11427 2010-03-08 Kenichi Handa <handa@m17n.org>
11429 * language/misc-lang.el (windows-1256): New coding system.
11430 (cp1256): New alias of windows-1256 (bug#5690).
11432 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
11434 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
11435 call to rfc822-bad-address. (Bug#5692)
11437 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
11439 * vc-git.el (vc-git-annotate-extract-revision-at-line):
11440 Use vc-git-root as default directory for revision path (Bug#5657).
11442 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
11444 * calculator.el (calculator): Don't bind split-window-keep-point
11447 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11449 * vc-git.el: Re-flow to fit into 80 columns.
11450 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
11451 Remove spurious `quote' element in each case alternative.
11452 (vc-git-show-log-entry): Use prog1.
11453 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
11455 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11457 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
11459 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
11461 * macros.el (insert-kbd-macro): Look up keyboard macro using the
11462 definition, not the name (Bug#5481).
11464 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
11466 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
11467 argument with a local variable. (Bug#5670)
11469 2010-03-02 Juri Linkov <juri@jurta.org>
11471 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
11473 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
11475 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
11476 error when FILENAME and NEWNAME are existing remote directories.
11478 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
11479 parameter DIR-FLAG.
11481 2010-03-02 Glenn Morris <rgm@gnu.org>
11483 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
11484 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
11486 2010-03-01 Kenichi Handa <handa@m17n.org>
11488 * language/burmese.el (burmese-composable-pattern): Rename from
11489 myanmar-composable-pattern.
11491 * international/characters.el (script-list):
11492 * international/fontset.el (script-representative-chars):
11493 Change myanmar to burmese.
11494 (otf-script-alist): Likewise.
11495 (setup-default-fontset): Likewise. Re-fix :otf spec.
11497 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11499 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
11501 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
11503 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
11505 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
11507 * net/tramp.el (tramp-handle-write-region): START can be a string.
11508 Take care in the checks. Reported by Dan Davison
11509 <davison@stats.ox.ac.uk>.
11511 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
11513 * net/dbus.el (dbus-introspect, dbus-get-property)
11514 (dbus-set-property, dbus-get-all-properties):
11515 Use `dbus-call-method' when noninteractive. (Bug#5645)
11517 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
11519 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
11520 * emacs-lisp/elint.el (elint-add-required-env):
11521 * calendar/icalendar.el (icalendar--add-diary-entry):
11522 * calc/calcalg2.el (math-tracing-integral):
11523 * files.el (recover-session-finish): Use with-current-buffer
11524 instead of save-excursion.
11526 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11528 Fix in-buffer completion when after-change-functions modify the buffer.
11529 * minibuffer.el (completion--replace): New function.
11530 (completion--do-completion): Use it and use relative movement.
11532 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
11534 * international/fontset.el (setup-default-fontset): Fix :otf spec.
11536 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
11538 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
11539 Allow the characters _<> in the stack entry (Bug#5653).
11541 2010-02-26 Kenichi Handa <handa@m17n.org>
11543 * language/burmese.el: Fix entries in composition-function-table.
11544 (myanmar-composable-pattern): New variable.
11546 * international/fontset.el (setup-default-fontset): Add an entry
11549 * international/characters.el (script-list): Add Myanmar
11552 2010-02-26 Glenn Morris <rgm@gnu.org>
11554 * custom.el (custom-initialize-delay): Doc fix.
11556 * mail/sendmail.el (send-mail-function): Autoload the call
11557 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
11559 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
11561 * files.el (hack-local-variables-filter): For eval forms, also
11562 check safe-local-variable-p (Bug#5636).
11564 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
11566 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
11567 setting the modes by `ignore-errors'. It might fail, for example
11568 if the file is not owned by the user but the group.
11569 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
11571 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
11573 * files.el (directory-listing-before-filename-regexp):
11574 Use stricter matching for iso-style dates, to avoid false matches with
11575 date-like filenames (Bug#5597).
11577 * htmlfontify.el (htmlfontify): Doc fix.
11579 * eshell/eshell.el (eshell): Doc fix.
11581 * startup.el (fancy-about-screen): In mode-line, apply
11582 mode-line-buffer-id face only to the buffer name (Bug#5613).
11584 2010-02-20 Kevin Ryde <user42@zip.com.au>
11586 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11587 In `watcom' anchor regexp to start of line, to avoid slowness
11590 2010-02-20 Eli Zaretskii <eliz@gnu.org>
11592 * subr.el (remove-yank-excluded-properties): Explain in a comment
11593 why `category' property is removed.
11595 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
11597 * isearch.el (isearch-update-post-hook, isearch-update):
11598 Revert 2010-02-17 change.
11600 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
11602 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
11603 (icalendar--convert-weekly-to-ical)
11604 (icalendar--convert-yearly-to-ical)
11605 (icalendar--convert-block-to-ical)
11606 (icalendar--convert-cyclic-to-ical)
11607 (icalendar--convert-anniversary-to-ical): Take care of time
11608 specifications where hour has 1-digit only (Bug#5549).
11610 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
11612 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
11613 of disassemble output in GDB 7.1.
11615 2010-02-19 Glenn Morris <rgm@gnu.org>
11617 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
11618 property. (Bug#5593)
11620 2010-02-18 Sam Steingold <sds@gnu.org>
11622 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11624 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11626 Use abbreviated file names in bookmarks (bug#5591).
11627 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
11628 calls to expand-file-name.
11629 (bookmark-relocate): Use abbreviated file names in bookmarks.
11630 (bookmark-load): Use abbreviated file names in messages.
11632 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
11634 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
11635 expand "." and "..". Reported by Thierry Volpiatto
11636 <thierry.volpiatto@gmail.com>.
11638 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
11640 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
11641 permissions of the temporary file to "0600". In case the remote
11642 file has no read permissions for the owner, there might be
11643 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
11645 22010-02-18 Glenn Morris <rgm@gnu.org>
11647 * emacs-lisp/authors.el (authors-renamed-files-alist):
11648 Add entries for INSTALL.CVS.
11650 2010-02-17 Mark A. Hershberger <mah@everybody.org>
11652 * vc-bzr.el: Fix typo in Known Bugs section.
11654 * isearch.el (isearch-update-post-hook): New hook.
11655 (isearch-update): Use the new hook.
11657 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
11659 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11660 Fix errors in copying directories.
11661 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11662 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11663 (tramp-handle-delete-file)
11664 (tramp-handle-dired-recursive-delete-directory)
11665 (tramp-handle-write-region): Flush also the cache for the upper
11668 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
11670 * simple.el (save-interprogram-paste-before-kill): Doc fix.
11672 * cus-edit.el (hardware): Doc fix.
11674 * man.el (man): Add to external custom group.
11676 * delim-col.el (columns): Move to wp custom group.
11678 * doc-view.el (doc-view): Add to data custom group.
11680 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11682 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11683 by ispell-parse-output (Bug#5575).
11685 2010-02-16 Kenichi Handa <handa@m17n.org>
11687 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11688 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11689 (skkdic-convert): Use `euc-japan' coding system for writing.
11691 2010-02-16 Glenn Morris <rgm@gnu.org>
11693 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11694 tex-main-file before using it. (Bug#5562)
11696 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11698 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11699 warnings, since it is annoying for the user to see them each time he
11702 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
11704 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11705 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11706 instead of PROC for caching "first-password-request". Otherwise,
11707 new processes would not profit from passwords already entered.
11709 * net/tramp-cache.el (tramp-dump-connection-properties):
11710 Don't save "first-password-request" property.
11712 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
11714 * outline.el (outline-head-from-level):
11715 * simple.el (with-wrapper-hook):
11716 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11717 (elint-defun, elint-buffer-env, elint-top-form-logged)
11718 (elint-unbound-variable):
11719 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11720 Fix typos in docstrings.
11722 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
11724 * files.el (insert-directory): When WILDCARD-REGEXP and
11725 FULL-DIRECTORY-P are nil, insert the file entry instead of the
11726 whole directory. (Bug#5551)
11728 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
11729 dired's alignment sanity. (Bug#5516)
11731 2010-02-14 Juri Linkov <juri@jurta.org>
11733 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11734 Remove remaining ^H with their preceding chars. (Bug#5566)
11736 2010-02-13 Glenn Morris <rgm@gnu.org>
11738 * simple.el (transpose-subr): Give it a doc-string.
11740 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11743 2010-02-12 Juri Linkov <juri@jurta.org>
11745 * arc-mode.el (archive-unique-fname): Make directories for nested
11746 archives. (Bug#5540)
11748 2010-02-12 Juri Linkov <juri@jurta.org>
11750 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
11752 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11754 * subr.el (copy-overlay): Handle deleted overlays.
11756 * man.el (Man-completion-table): Don't signal an error if we can't run
11757 manual-program (bug#4056).
11759 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
11761 * textmodes/artist.el (artist-mt): Fix typos in docstring.
11763 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11765 * info.el (Info-bookmark-jump): Simplify.
11767 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11768 (bookmark-default-handler): Accept new bookmark field `buffer'.
11770 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
11772 * iswitchb.el (iswitchb-completions): Revert last change.
11774 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
11776 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
11777 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11778 This prevents file names like "~/" being listed literally.
11780 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11782 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11783 Remove dead code. (Bug#5546)
11785 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
11787 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11788 correctly (Bug#5548).
11790 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
11792 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11793 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11795 2010-02-08 Kenichi Handa <handa@m17n.org>
11797 * international/mule-util.el (with-coding-priority): Add autoload
11798 cookie for putting `lisp-indent-function'.
11800 2010-02-07 Glenn Morris <rgm@gnu.org>
11802 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11803 Move F2003 named interfaces from keywords-2 to keywords-1, and
11804 use function-name-face rather than constant-face.
11805 Simplify "abstract interface" regexp.
11807 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
11809 * eshell/esh-util.el (eshell-file-attributes): New optional arg
11810 ID-FORMAT. Pass it to `file-attributes'.
11812 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11814 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
11816 * faces.el (set-face-attribute): Allow calling
11817 internal-set-lisp-face-attribute with 'unspecified family and
11818 foundry argument (Bug#5536).
11820 2010-02-07 Glenn Morris <rgm@gnu.org>
11822 * progmodes/f90.el (f90-font-lock-keywords-2)
11823 (f90-looking-at-type-like, f90-looking-at-program-block-end):
11824 Handle F2003 named interfaces.
11826 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
11828 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11829 beg and end before calling c-get-state-before-change-functions.
11831 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
11833 * vc-bzr.el (vc-bzr-dir-extra-headers):
11834 Disable the pending merges header.
11836 2010-02-05 Juri Linkov <juri@jurta.org>
11838 * doc-view.el (doc-view-mode):
11839 * image-mode.el (image-mode): Put property mode-class=special.
11842 2010-02-05 Mark A. Hershberger <mah@everybody.org>
11844 * vc-svn.el (vc-svn-revision-table): New function.
11846 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
11848 * net/ange-ftp.el (ange-ftp-insert-directory):
11849 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11850 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11851 Handle also directories. (Bug#5478)
11853 2010-02-05 Glenn Morris <rgm@gnu.org>
11855 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11857 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
11859 * startup.el (command-line-1): Convert options beginning with a
11860 single dash as well (Bug#5519).
11862 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11864 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11865 * minibuffer.el (completion-initials-expand): Only check the presence
11866 of delims *within* the boundaries, since otherwise the / delim is
11867 always found for files.
11869 Fix up various corner case problems.
11870 * doc-view.el (doc-view-last-page-number): New function.
11871 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11872 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11873 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11874 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11875 (doc-view-convert-current-doc): Don't create the resolution.el file
11877 (doc-view-pdf/ps->png): Do it here instead.
11878 (doc-view-already-converted-p): Check that resolution.el is present.
11879 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11880 windows that are not yet showing images.
11882 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
11884 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11885 `dired-uncache' for every elemnt which is an absolute file name.
11887 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11888 directory, handle its directory component.
11889 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11890 function is called permanently and creates noise, otherwise.
11892 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11893 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11894 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11896 2010-02-04 David Burger <dburger@google.com> (tiny change)
11898 * macros.el (apply-macro-to-region-lines):
11899 Minor simplification. (Bug#5485)
11901 2010-02-04 Glenn Morris <rgm@gnu.org>
11903 * mail/rmail.el (rmail-show-message-1): Handle malformed
11904 quoted-printable text. (Bug#5441)
11906 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11908 * simple.el (visual-line-mode): Capitalize lighter.
11910 2010-02-03 John Wiegley <jwiegley@gmail.com>
11912 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11913 list of files considered for "virtual buffer" completions.
11915 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
11917 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11918 also in case of (and (not full) (not wildcard)). This is needed
11919 when dired is called with a list of files, which are not in
11920 `default-directory'. (Bug#5478)
11922 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11924 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11926 2010-02-02 Juri Linkov <juri@jurta.org>
11928 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11929 from unidiff to allow function-line after @@.
11931 2010-02-02 Juri Linkov <juri@jurta.org>
11933 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11934 '(RCS SCCS) with inverted condition.
11936 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
11938 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11941 2010-02-01 Juri Linkov <juri@jurta.org>
11943 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11944 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11945 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11946 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11948 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11950 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11951 (doc-view-revert-buffer): New command.
11952 (doc-view-mode-map): Use it.
11954 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11956 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11957 pending merge is detected.
11959 2010-01-31 Juri Linkov <juri@jurta.org>
11961 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11962 beginning of interactive spec like all other grep commands do.
11963 Put "all" in front of "gz". (Bug#5260)
11965 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11967 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11969 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
11971 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11972 regexp is incorrect (Bug#5476).
11974 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
11976 * net/tramp.el (tramp-handle-insert-directory): Handle also
11977 symlinks, when FILENAME is not in `default-directory'.
11979 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11981 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11982 FILE is not in `default-directory'. (Bug#5478)
11984 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11985 of SWITCHES. Handle the case, FILENAME is not in
11986 `default-directory'. (Bug#5478)
11987 (tramp-register-file-name-handlers): Add safe-magic property.
11989 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
11991 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11994 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11996 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11997 (flymake-master-make-header-init): Add other C++ filename masks.
11998 (flymake-find-possible-master-files)
11999 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12001 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12003 Fix some busybox annoyances.
12005 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12006 not responding." string.
12007 (tramp-open-connection-setup-interactive-shell): Dump stty
12008 settings. Enable "neveropen" arg for all `tramp-send-command'
12009 calls. Handle "=" in variable values properly.
12010 (tramp-find-inline-encoding): Raise an error, when no encoding is
12012 (tramp-wait-for-output): Check, whether PROC buffer is available.
12013 Remove spurious " ^H" sequences, sent by busybox.
12014 (tramp-get-ls-command): Suppress coloring, if possible.
12016 2010-01-28 Glenn Morris <rgm@gnu.org>
12018 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
12020 * log-edit.el (log-edit-strip-single-file-name): Add missing
12021 :safe, :group, and :version tags.
12023 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
12025 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12026 buffers. (Bug#5477)
12028 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
12030 * files.el (delete-directory): Handle moving to trash without
12031 first doing recursion (Bug#5436).
12033 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
12035 * vc-hooks.el (vc-path): Mark as obsolete.
12037 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
12039 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
12042 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
12044 (vc-bzr-log-view-mode): Adjust regexp for the above change.
12046 2010-01-25 Mark A. Hershberger <mah@everybody.org>
12048 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
12050 * vc-bzr.el (vc-bzr-revision-table): New function.
12052 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
12054 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12055 diff-index command. This requires at least git-1.5.5. (Bug#1589).
12057 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12059 Remove support for adding --signoff on commit.
12060 Future support will use an incompatible generic mechanism.
12061 * vc-git.el (vc-git-add-signoff): Remove variable.
12062 (vc-git-toggle-signoff): Remove function.
12063 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12065 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12066 Rename from xterm-set-background-mode. Return t if the background mode
12068 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12069 earlier, call it again in case the background mode has changed.
12071 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
12073 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
12076 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
12078 * emacs-lisp/assoc.el (aelement): Doc fix.
12079 (aput, adelete, amake): Use lexical-let (Bug#5450).
12081 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
12083 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
12084 is the same as subprogram call, not declaration. (Bug#5435).
12086 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
12088 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
12089 (tramp-smb-maybe-open-connection): Use it.
12091 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
12093 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
12095 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12097 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
12098 just because we see "encoding: 8bit".
12099 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
12101 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
12103 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
12105 2010-01-22 Eli Zaretskii <eliz@gnu.org>
12107 * jka-compr.el (jka-compr-load): If load-file is not in
12108 load-history, try its file-truename version. (bug#5447)
12110 2010-01-21 Alan Mackenzie <acm@muc.de>
12112 Fix a situation where deletion of a cpp construct throws an error.
12113 * progmodes/cc-engine.el (c-invalidate-state-cache):
12114 Before invoking c-with-all-but-one-cpps-commented-out, check that the
12115 special cpp construct is still in the buffer.
12116 (c-parse-state): Record the special cpp with markers, not numbers.
12118 2010-01-21 Kenichi Handa <handa@m17n.org>
12120 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
12121 process last-command-event, as it is now decoded first (Bug#5380).
12123 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
12125 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
12127 2010-01-20 Glenn Morris <rgm@gnu.org>
12129 * indent.el (tab-always-indent): Fix custom-type.
12131 2010-01-19 Alan Mackenzie <acm@muc.de>
12133 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
12134 buffer throws "args out of range".
12135 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
12136 playing the role of delimiter.
12138 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
12140 * progmodes/ada-mode.el: Fix bug#5400.
12141 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
12142 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
12143 changed. Delete RECURSIVE parameter; never used. Improve doc string.
12144 Improve comments in "is" portion. Handle null procedure declaration.
12145 (ada-move-to-end): Improve doc string.
12147 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
12149 * ido.el (ido-cur-list): Initialize to nil.
12150 Remove obsolete information from commentary.
12151 (ido-choice-list): Initialize to nil.
12152 (ido-get-bufname): Reject minibuffers.
12153 (ido-make-buffer-list): If "default" is a nonexistent
12154 buffer, ignore it, as per the function's comment.
12155 (ido-kill-buffer-internal): New function.
12156 (ido-kill-buffer-at-head): Use it.
12157 (ido-visit-buffer): Likewise.
12159 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
12161 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
12163 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
12165 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
12166 Fix typos in chart titles.
12168 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
12169 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
12170 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
12171 (describe-class, eieio-describe-generic, describe-generic):
12172 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
12173 (eieio-speedbar-expand):
12174 * emulation/viper-cmd.el (viper-exec-form-in-vi)
12175 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
12176 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
12177 (viper-del-backward-char-in-replace, viper-backward-indent)
12178 (viper-brac-function, viper-register-to-point, viper-submit-report):
12179 * net/tramp.el (tramp-remote-coding-commands):
12180 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
12181 Fix typos in docstrings.
12183 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12185 * mail/sendmail.el (mail-yank-original): Set the mark if the
12186 specified function for yanking does not do it.
12188 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
12190 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
12192 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
12193 resyncing a directory.
12195 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
12197 * progmodes/ada-mode.el: Fix bug#1920.
12198 (ada-ident-re): Delete ., allow multibyte characters.
12199 (ada-goto-label-re): New; matches goto labels.
12200 (ada-block-label-re): New; matches block labels.
12201 (ada-label-re): New; matches both.
12202 (ada-named-block-re): Deleted; callers changed to use
12203 `ada-block-label-re' instead.
12204 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
12205 Use `ada-block-label-re'.
12206 (ada-indent-on-previous-lines): Improve handling of goto labels.
12207 (ada-get-indent-block-start): Special-case block label.
12208 (ada-get-indent-label): Split into `ada-indent-block-label' and
12209 `ada-indent-goto-label'.
12210 (ada-goto-stmt-start, ada-goto-next-non-ws):
12211 Optionally ignore goto labels.
12212 (ada-goto-next-word): Simplify.
12213 (ada-indent-newline-indent-conditional): Insert newline before
12214 trying to fix indentation; doc fix.
12216 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
12218 * calc/calc.el (calc-command-flags): Give it an initial value.
12220 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12222 * files.el (minibuffer-with-setup-hook):
12223 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
12224 (artist-key-draw-continously, artist-key-do-continously-continously)
12225 (artist-key-set-point-continously, artist-mouse-draw-continously):
12226 Fix typos in docstrings.
12228 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
12230 * nxml/nxml-mode.el (nxml-extend-after-change-region):
12231 Never return t (Bug#3898).
12233 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
12235 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
12236 can parse the output of the external commands (Bug#5279).
12238 2010-01-16 Jari Aalto <jari.aalto@cante.net>
12240 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
12242 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
12244 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
12246 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
12248 * startup.el (command-line): Remove unused --icon-type arg.
12249 Handle --display arg, passing it to command-line-1 (Bug#5392).
12251 2010-01-16 Mario Lang <mlang@delysid.org>
12253 * emacs-lisp/chart.el (chart-translate-namezone):
12254 * textmodes/artist.el (artist-compute-popup-menu-table):
12255 Remove duplicated words in doc-strings.
12257 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
12259 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
12260 to mairix-search to suppress threading (Bug#5342).
12262 2010-01-15 Kenichi Handa <handa@m17n.org>
12264 * international/mule-cmds.el (canonicalize-coding-system-name):
12265 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
12267 2010-01-15 Glenn Morris <rgm@gnu.org>
12269 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
12271 * wid-edit.el (widget-keymap): Doc fix.
12273 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
12274 former seems to be more widely accepted by various svn versions.
12276 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
12278 * find-cmd.el (find-constituents):
12279 * vc-arch.el (vc-arch-root):
12280 * window.el (window-body-height, pop-up-frames):
12281 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
12282 * progmodes/ada-stmt.el (ada-if):
12283 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
12284 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
12285 (ispell-encoding8-command, ispell-aspell-supports-utf8)
12286 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
12288 * progmodes/flymake.el (flymake-post-syntax-check):
12289 Fix typo in error message.
12291 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
12293 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
12294 which is always a string. (Bug#5313)
12296 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
12298 * progmodes/ada-xref.el (ada-default-prj-properties):
12299 Simplify previous change.
12301 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12303 * progmodes/ada-xref.el (ada-default-prj-properties):
12304 Default ada_project_path to $ADA_PROJECT_PATH.
12306 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12308 * progmodes/ada-mode.el (ada-create-keymap):
12309 Override `narrow-to-defun' with `ada-narrow-to-defun'.
12311 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12313 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
12314 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
12315 (ada-get-current-indent, ada-imenu-generic-expression)
12316 (ada-which-function): Check for it.
12318 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12320 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
12321 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
12323 2010-01-14 Glenn Morris <rgm@gnu.org>
12325 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
12327 2010-01-14 Kenichi Handa <handa@m17n.org>
12329 * composite.el (auto-composition-mode): Make it a buffer local
12330 variable (permanent-local).
12331 (auto-composition-function): Set the default value to
12332 auto-compose-chars.
12333 (auto-composition-mode): Make it a simple function, not a minor mode.
12334 (global-auto-composition-mode): Likewise.
12335 (turn-on-auto-composition-if-enabled): Delete it.
12337 2010-01-13 Karl Fogel <kfogel@red-bean.com>
12339 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
12341 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
12343 * files.el (copy-directory): Compute target for recursive
12344 directories with identical names. (Bug#5343)
12346 2010-01-12 Glenn Morris <rgm@gnu.org>
12348 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12349 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
12351 2010-01-11 Sam Steingold <sds@gnu.org>
12353 * imenu.el (imenu-default-create-index-function): Detect infinite
12354 loops caused by imenu-prev-index-position-function.
12356 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
12358 * htmlfontify.el (htmlfontify-load-rgb-file)
12359 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
12360 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
12361 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
12362 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
12363 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
12364 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
12365 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
12366 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12367 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
12368 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
12369 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
12370 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
12371 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
12372 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
12373 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
12374 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
12375 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
12376 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
12377 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
12378 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
12379 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
12380 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
12381 backslash-quoting from parentheses, etc.
12383 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
12385 * progmodes/js.el: Autoload javascript-mode alias.
12387 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
12389 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
12390 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
12391 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
12392 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
12393 Fix typos in docstrings.
12394 (ffap-url-regexp): Doc fix.
12395 (ffap-at-mouse): Fix typo in message.
12397 2010-01-11 Glenn Morris <rgm@gnu.org>
12399 * version.el (emacs-copyright): Set copyright year to 2010.
12401 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
12403 * format.el (format-annotate-function): Only set
12404 write-region-post-annotation-function after running to-fn so as not to
12405 affect nested write-region calls (bug#5273).
12407 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
12409 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
12412 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
12414 * man.el (Man-goto-section): Signal error if the section is not
12417 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
12419 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
12420 URLs with a leading triple slash in the file: scheme. (Bug#5345)
12422 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
12424 * progmodes/compile.el: Don't treat compile-command as safe if
12425 compilation-read-command might be nil (Bug#4218).
12427 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
12429 * startup.el (command-line-1): Use orig-argi to check for ignored X and
12432 2010-01-08 Kenichi Handa <handa@m17n.org>
12434 * international/fontset.el (build-default-fontset-data):
12435 Exclude characters in scripts kana, hangul, han, or cjk-misc.
12437 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
12439 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
12440 to `create-file-buffer' as it expects, not just a buffer name.
12441 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
12442 to help uniquify. (Bug#3224)
12444 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
12446 * font-setting.el (font-setting-change-default-font): Use user-spec
12449 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12451 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
12453 2010-01-05 Tom Tromey <tromey@redhat.com>
12455 * progmodes/python.el (python-font-lock-keywords):
12456 Handle qualified decorators (Bug#881).
12458 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
12460 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
12461 in a lightweight checkout.
12463 2010-01-05 Kenichi Handa <handa@m17n.org>
12465 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
12467 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
12469 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
12471 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
12473 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
12474 checkouts. (Bug#618)
12475 (vc-bzr-log-view-mode): Also highlight the author.
12476 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
12477 (vc-bzr-shelve-menu-map):
12478 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
12479 (vc-bzr-shelve-apply): Make prompt more explicit.
12481 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12483 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
12484 They are valid characters in URL paths (rfc3986), and at least
12485 Firefox does not understand the encoded version (Bug#3166).
12487 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
12489 * progmodes/octave-mod.el (octave-end-keywords)
12490 (octave-block-begin-or-end-regexp, octave-block-match-alist):
12491 Add "end" keyword (Bug#3061).
12492 (octave-end-as-array-index-p): New function.
12493 (calculate-octave-indent): Use it.
12495 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12497 * bookmark.el: Consistently put the text property on the bookmark name.
12498 (bookmark-bmenu-marks-width): Bump back to 2, to include
12500 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
12501 property on the bookmark name, instead of not putting it at all.
12502 (bookmark-bmenu-list): Fix where we put the text property.
12504 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12506 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
12507 for showing buffer modified state (as added in the previous change).
12509 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12511 * bookmark.el: Show modified state of bookmark buffer more accurately.
12512 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
12513 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
12514 (with-buffer-modified-unmodified): New macro.
12515 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12516 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
12517 Use new macro to preserve the buffer modified state.
12519 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12521 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
12522 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
12523 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
12524 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
12525 (bookmark-bmenu-rename, bookmark-bmenu-locate)
12526 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
12527 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
12529 2010-01-02 Eli Zaretskii <eliz@gnu.org>
12531 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12532 Make the lines in the generated doc string shorter. (Bug#4668)
12534 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
12536 * net/rcirc.el: Add follow-link binding (Bug#4738).
12538 2010-01-02 Eli Zaretskii <eliz@gnu.org>
12540 * Makefile.in (bzr-update): Rename from cvs-update.
12541 (cvs-update): New target for backward compatibility.
12543 * makefile.w32-in (bzr-update): Rename from cvs-update.
12544 (cvs-update): New target for backward compatibility.
12546 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12548 * bookmark.el: Remove gratuitous gratitude.
12550 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12552 * bookmark.el (bookmark-bmenu-any-marks): New function.
12553 (bookmark-bmenu-save): Clear buffer modification if no marks.
12555 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12557 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
12558 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
12559 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
12560 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
12562 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
12563 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
12564 To: emacs-devel {_AT_} gnu.org
12565 Subject: bookmark.el bug report
12566 Date: Mon, 28 Dec 2009 14:19:16 +0800
12567 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
12569 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12571 * bookmark.el: Improvements suggested by Drew Adams:
12572 (bookmark-bmenu-ensure-position): New name for
12573 `bookmark-bmenu-check-position'. Just ensure the position,
12574 don't return any meaningful value.
12575 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
12578 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
12580 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
12581 (bookmark-yank-point, bookmark-bmenu-check-position):
12582 Fix typos in docstrings.
12583 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
12584 (bookmark-name-from-full-record, bookmark-get-position)
12585 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
12586 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
12587 Remove useless quoting of parenthesis, etc. in docstrings.
12589 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
12590 (ediff-append-custom-diff): Fix typo in error message.
12591 (ediff-meta-mark-equal-files): Fix typos in messages.
12593 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
12595 * net/imap-hash.el (imap-hash-make): Doc fix.
12596 (imap-hash-test): Fix typo in error message; reflow docstring.
12597 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
12598 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
12599 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
12600 Fix typos in docstrings.
12601 (imap-hash-open-connection): Fix typo in error message.
12603 * play/gomoku.el (gomoku): Fix typos in docstring.
12605 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
12606 (gdb-jsonify-buffer): Fix typos in docstring.
12607 (gdb-goto-breakpoint): Fix typo in error message.
12608 ("Display Other Windows"): Fix typo in help message.
12609 (gdb-speedbar-expand-node): Fix typo in question.
12611 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
12612 (idlwave-html-system-help-location, idlwave-html-help-location)
12613 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
12614 (idlwave-help-browser-generic-args, idlwave-help-directory)
12615 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
12616 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
12617 (idlwave-online-help, idlwave-help-html-link)
12618 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
12619 Fix typos in docstrings.
12620 (idlwave-help-with-source, idlwave-help-find-routine-definition):
12622 (idlwave-help-assistant-start): Fix typo in error message.
12624 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
12625 (octave-electric-space): Fix typos in docstrings.
12627 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12629 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
12631 2010-01-01 Juri Linkov <juri@jurta.org>
12633 * comint.el (comint-input-ring-size): Make it a defcustom and
12634 increase the default to 500 (Bug#5148).
12636 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
12638 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
12639 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
12640 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12642 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
12644 Show working revision correctly for mercurial.
12645 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
12646 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
12648 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
12650 Declare some functions for the byte-compiler.
12651 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12652 (speedbar-timer-fn, speedbar-change-expand-button-char)
12653 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12655 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
12657 This changeset reverts GDB Graphical Interface to use annotations.
12658 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12660 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12662 Make vc-dir work on subdirectories of the bzr root.
12663 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12664 Return file names relative to it.
12665 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12666 relative directory to vc-bzr-after-dir-status.
12668 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
12670 * font-lock.el (font-lock-refresh-defaults): New function, which
12671 can be used to let font-lock react to external changes in
12672 variables like font-lock-defaults and keywords.
12673 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12675 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12677 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12679 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12681 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
12683 Supersede color.diff settings in git log (bug#5211).
12685 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12686 escape chars in its output when the user has color.diff set to `always'.
12687 This fix works on git 1.4.2 and newer (released on 2006-08-13).
12689 2009-12-26 Kevin Ryde <user42@zip.com.au>
12691 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12692 node. Keep previous "Index" name to work with past coreutils too.
12694 * man.el (man): Revise docstring a bit to show -a and -l as
12695 examples. Add -k description since support for it has otherwise
12696 been a secret. (Further to bug#3717.)
12697 (Man-bgproc-sentinel): When "-k foo" produces no output show error
12698 "no matches" rather than "Can't find manpage", as the latter reads
12699 like -k was interpreted as a page name, which is not so. (Bug#5431)
12701 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
12703 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12704 switches. Check also for //SUBDIRED// line.
12706 2009-12-25 Kenichi Handa <handa@m17n.org>
12708 * language/indian.el (devanagari-composable-pattern): Fix to
12709 handle ZWNJ and ZWJ. Use it in composition-function-table for
12711 (malayalam-composable-pattern): Fix previous change.
12713 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12715 * ps-print.el (ps-face-attributes): It was not returning the
12716 attribute face for faces specified as string. Reported by harven
12717 <harven@free.fr>. (Bug#5254)
12718 (ps-print-version): New version 7.3.5.
12720 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
12722 * calendar/icalendar.el (icalendar--convert-tz-offset):
12723 Fix timezone names.
12724 (icalendar--convert-tz-offset): Fix the "last-day-problem".
12725 (icalendar--add-diary-entry): Remove the trailing blank that
12726 diary-make-entry inserts.
12728 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
12730 Make `file-expand-wildcards' work for remote files.
12732 * files.el (file-expand-wildcards): In case of remote files, check
12733 only local file name part for wildcards. Provide feature 'files
12734 and subfeature 'remote-wildcards. (Bug#5198)
12736 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12737 if there is already an established connection.
12738 (tramp-advice-file-expand-wildcards): Remove it.
12740 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12741 (tramp-advice-file-expand-wildcards): Move from tramp.el.
12742 Activate advice for older GNU Emacs versions. (Bug#5237)
12744 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
12746 Some doc fixes (more needed).
12748 * find-cmd.el (find-constituents): Reflow docstring.
12749 (find-cmd, find-prune, find-command): Fix typos in docstrings.
12750 (find-generic): Doc fix.
12752 2009-12-17 Juri Linkov <juri@jurta.org>
12754 Fix regression from 23.1 to allow multiple modes in Local Variables.
12756 * files.el (hack-local-variables-filter): While ignoring duplicates,
12757 don't take `mode' into account.
12758 (hack-local-variables-filter, hack-dir-local-variables):
12759 Don't remove duplicate `mode' from local-variables-alist (like `eval').
12761 2009-12-17 Juri Linkov <juri@jurta.org>
12763 Make `dired-diff' safer. (Bug#5225)
12765 * dired-aux.el (dired-diff): Signal an error when `file' equals to
12766 `current' or when `file' is a directory of the `current' file.
12768 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
12770 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12771 unconditionally preloaded files.
12773 2009-12-16 Juri Linkov <juri@jurta.org>
12775 Revert to old 23.1 logic of using the file at the mark as default.
12776 * dired-aux.el (dired-diff): Use the file at the mark as default
12777 if it's not the same as the current file, and the target dir is
12778 the current dir or the mark is active. Add the current file
12779 as the arg of `dired-dwim-target-defaults'. Use the default file
12780 in the prompt. (Bug#5225)
12782 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
12784 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12785 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12786 (tramp-check-for-regexp): Check also, when an echoing shell stops
12787 to echo sent commands.
12789 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12791 * Makefile.in: Revert last change (Bug#5191).
12793 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
12795 * vc-hg.el (vc-hg-print-log): Fix argument order.
12796 (vc-hg-working-revision): Make sure the command is executed in a
12797 known environment so that we can parse the output. (Bug#4417)
12799 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12801 * progmodes/python.el (python-symbol-completions): Remove text
12802 properties from symbol string before calling python-send-receive.
12804 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
12806 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12807 when there are values for both file and line. (Bug#5060)
12809 2009-12-14 Juri Linkov <juri@jurta.org>
12811 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12812 whitespace after the file name of the first line of unified format,
12813 because git-diff doesn't output whitespace and file modification time
12814 after the file name.
12816 2009-12-14 David Kastrup <dak@gnu.org>
12818 * info.el (Info-hide-cookies-node): Before hiding a cookie,
12819 check if it already has the `display' property added by
12820 `Info-display-images-node', and not put the `invisible' property
12823 2009-12-13 Glenn Morris <rgm@gnu.org>
12825 * mail/emacsbug.el (message-sort-headers): Define for compiler.
12826 (report-emacs-bug): In message-mode, sort manually before storing
12827 original report text. (Bug#5178)
12828 Remove superfluous save-excursion.
12830 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
12832 * net/dbus.el (dbus-property-handler): Filter lambda forms out
12833 when responding to "GetAll" properties.
12835 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
12837 * simple.el (compose-mail): Remove mail-setup-with-from from
12838 customization checks.
12840 2009-12-12 Eli Zaretskii <eliz@gnu.org>
12842 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12843 RAR archives created on Unix systems.
12845 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12847 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12848 the varalias that was accidentally removed by the 2009-11-19 change
12851 2009-12-12 Kenichi Handa <handa@m17n.org>
12853 * language/indian.el (indian-compose-regexp): New function.
12854 (malayalam-composable-pattern): Fix the pattern.
12855 (composition-function-table): Set malayalam-composable-pattern for
12856 Malayalam characters.
12858 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
12860 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12861 rather than down-mouse-1, based on follow-link conventions.
12863 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12866 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
12868 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12869 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12870 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12871 (verilog-leap-to-head, verilog-backward-token):
12872 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
12874 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12876 * progmodes/verilog-mode.el (verilog-auto-lineup)
12877 (verilog-nameable-item-re): Cleanup user-visible spelling and
12878 documentation errors. One reported by Gary Delp.
12879 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12880 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12881 package, bug195. Reported by Pierre-David Pfister.
12883 2009-12-11 Glenn Morris <rgm@gnu.org>
12885 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12887 * mail/emacsbug.el: No longer require sendmail.
12888 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12889 (report-emacs-bug-orig-text): Doc fix.
12890 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12891 New local variables, to adapt to different mail-user-agents.
12892 (report-emacs-bug): Fix test for a gnu.org address.
12893 Use overlays for emphasis, since font-lock defeats 'face property.
12894 Pretest bugs also end up at the newsgroup these days.
12895 Stop message-mode stripping text properties.
12896 Set and use the new buffer-local variables.
12897 (report-emacs-bug-hook): Add doc-string.
12898 Remove some unnecessary save-excursions and simplify.
12899 Use the appropriate hook and send-command.
12901 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12902 capitalization of some menu entries.
12904 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12906 * whitespace.el (whitespace-display-char-on):
12907 Ensure `buffer-display-table' is unique when two or more windows are
12908 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12911 2009-12-10 Eli Zaretskii <eliz@gnu.org>
12913 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12914 characters in the Attribute field.
12916 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12918 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12920 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12922 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12923 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12924 Disregard autoload-excludes.
12925 (update-directory-autoloads): Obey autoload-excludes here instead.
12926 But don't store its contents in no-autoloads and remove entries that
12927 refer to excludes files.
12929 2009-12-10 Glenn Morris <rgm@gnu.org>
12931 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12932 (expand-mail-aliases): Define for compiler.
12934 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12935 Define for compiler.
12937 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12938 appropriate for the mail-user-agent in use.
12940 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
12942 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12944 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12946 Fix short log parsing and fontification.
12947 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12948 Fix fontification for the [merge] label.
12950 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12952 Drop some properties to avoid surprises (bug#5002).
12953 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12954 (hfy-fontify-buffer): Use it.
12956 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12959 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12960 Adjust all callers.
12961 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12962 args compulsory. Adjust callers.
12963 (ffap-gopher-at-point): Remove unused var `name'.
12965 Get rid of the ELCFILES abomination.
12966 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12967 (compile-elcfiles): New phony target.
12968 (compile-main): Compute ELCFILES dynamically.
12969 (compile-clean): New target to remove left-over elc files.
12970 (compile, all): Use it.
12972 2009-12-09 Kenichi Handa <handa@etlken>
12974 * international/mule-diag.el: Require help-mode instead of help-fns.
12976 2009-12-09 Kenichi Handa <handa@m17n.org>
12978 * international/mule-cmds.el (ucs-names): Supply sufficiently
12979 fine ranges instead of pre-calculating accurate ranges.
12980 Iterate with bigger gc-cons-threshold.
12982 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12984 Add support for stashing a snapshot of the current tree.
12985 * vc-git.el (vc-git-stash-snapshot): New function.
12986 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12988 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12990 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12991 instead of `(beginning|end)-of-line'.
12993 2009-12-08 Glenn Morris <rgm@gnu.org>
12995 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12997 * Makefile.in (ELCFILES): Regenerate.
12999 2009-12-07 Juri Linkov <juri@jurta.org>
13001 Don't lazy-highlight the comint output in history Isearch mode.
13003 * comint.el (comint-history-isearch-search): Instead of
13004 `comint-line-beginning-position', use `comint-after-pmark-p'
13005 to check if point if before the process mark, and go to
13006 `process-mark' in this case.
13008 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13010 * textmodes/tex-mode.el (latex-complete)
13011 (latex-indent-or-complete): Remove.
13012 (latex-mode): Set completion-at-point-functions instead.
13014 Provide a standard completion command and hook it into TAB.
13015 * minibuffer.el (completion-at-point-functions): New var.
13016 (completion-at-point): New command.
13017 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
13018 * progmodes/python.el (python-mode-map): Use completion-at-point.
13019 (python-completion-at-point): Rename from python-partial-symbol and
13020 adjust for use in completion-at-point-functions.
13021 (python-mode): Setup completion-at-point for Python completion.
13022 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13023 extracted from lisp-complete-symbol.
13024 (lisp-complete-symbol): Use it.
13025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13026 setup completion-at-point for Elisp completion.
13027 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13028 Use completion-at-point.
13029 * ielm.el (ielm-map): Use completion-at-point.
13030 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
13031 * progmodes/sym-comp.el: Move to...
13032 * obsolete/sym-comp.el: Move from progmodes.
13034 2009-12-07 Eli Zaretskii <eliz@gnu.org>
13036 Prevent save-buffer in Rmail buffers from using the coding-system
13037 of the current message, and from clobbering the encoding mnemonics
13038 in the mode line (Bug#4623).
13040 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
13042 (rmail-message-encoding): New variable.
13043 (rmail-write-region-annotate): Record the encoding of the current
13044 message in rmail-message-encoding.
13045 (rmail-after-save-hook): New function, restores the encoding of
13046 the current message after the message collection is saved.
13048 2009-12-07 Juri Linkov <juri@jurta.org>
13050 * progmodes/grep.el (grep-read-files): Use `completing-read'
13051 instead of `read-string'. Set its `collection' arg to
13052 `read-file-name-internal'. (Bug#4301)
13054 2009-12-07 Juri Linkov <juri@jurta.org>
13056 Correctly restore original Isearch point. (Bug#4994)
13058 * isearch.el (isearch-mode): Move `isearch-push-state' after
13059 `(run-hooks 'isearch-mode-hook)'.
13060 (isearch-cancel): When `isearch-push-state-function' is defined,
13061 let-bind `isearch-cmds' to the first state (the last element of
13062 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13063 function and restores the original point). Otherwise, move point
13064 to `isearch-opoint'.
13066 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13068 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13069 chars that don't have names, so the table can be built much faster at
13072 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
13074 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
13075 change. Suggested by David Kastrup.
13077 * simple.el (compose-mail): Check for incompatibilities and warn.
13078 (compose-mail-user-agent-warnings): New option.
13080 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13082 Support showing a single log entry from vc-annotate.
13083 * vc.el (print-log): Add a new argument: START-REVISION.
13084 (vc-print-log-internal): Add a new optional argument and
13085 pass it to the backend.
13086 (vc-print-log, vc-print-root-log): Adjust callers.
13087 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
13088 buffer already displays the requested log entry, use it.
13089 Otherwise display only the log entry in question.
13090 * vc-svn.el (vc-svn-print-log):
13091 * vc-mtn.el (vc-mtn-print-log):
13092 * vc-hg.el (vc-hg-state):
13093 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
13094 (vc-git-show-log-entry): Return t on success.
13095 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
13096 (vc-bzr-show-log-entry): Return t on success.
13097 * vc-rcs.el (vc-rcs-print-log):
13098 * vc-sccs.el (vc-sccs-print-log):
13099 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
13101 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13103 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
13104 Add menus to the meta mode. (Bug#5043)
13106 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
13108 * ediff-init.el (ediff-event-key): Use event-to-character instead of
13111 * ediff.el (ediff-buffers-internal): Add unwind-protect.
13113 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
13115 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
13116 Berbain <raphael.berbain@gmail.com>.
13118 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
13120 (tramp-initial-end-of-output): New defconst.
13121 (tramp-methods, tramp-find-shell)
13122 (tramp-open-connection-setup-interactive-shell)
13123 (tramp-maybe-open-connection): Use it.
13124 (tramp-shell-prompt-pattern, tramp-wait-for-output):
13125 Handle existence of `#' and `$'.
13127 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13128 Use `tramp-initial-end-of-output'.
13130 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13132 Get the background mode from the terminal for xterm, and set
13134 * term/xterm.el (xterm-set-background-mode): New function.
13135 (terminal-init-xterm): Use it in case xterm supports background
13136 color queries. Recompute faces after getting the background
13139 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
13141 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
13142 number comment back on its own line, for easier parsing.
13144 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13146 Make it work for non-file buffers (bug#5102).
13147 * doc-view.el (doc-view-current-cache-dir):
13148 Use doc-view-buffer-file-name rather than buffer-file-name.
13149 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
13151 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
13153 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
13154 author field is too short.
13156 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
13158 * vc-git.el (vc-git-print-log): Handle a limit argument.
13159 Display the short log in graph form and with labels.
13160 (vc-git-log-view-mode): Handle labels.
13162 Make vc-revert change VC state from 'added to 'unregistered.
13163 * vc-git.el (vc-git-revert): Call git reset first.
13165 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
13167 * net/newst-backend.el, net/newst-plainview.el:
13168 * net/newst-reader.el, net/newst-ticker.el:
13169 * net/newst-treeview.el, net/newsticker.el:
13170 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
13172 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
13174 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
13176 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
13177 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
13178 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13179 Update annotation regexp.
13181 * simple.el (beginning-of-visual-line): Constrain to field
13182 boundaries (Bug#5106).
13184 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
13186 * xml.el (xml-substitute-numeric-entities):
13187 Move newsticker--decode-numeric-entities in newst-backend.el to
13188 xml-substitute-numeric-entities in xml.el. (Bug#5008)
13189 * net/newst-backend.el (newsticker--parse-generic-feed)
13190 (newsticker--parse-generic-items)
13191 (newsticker--decode-numeric-entities):
13192 Move newsticker--decode-numeric-entities in newst-backend.el to
13193 xml-substitute-numeric-entities in xml.el. (Bug#5008)
13195 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
13197 * progmodes/js.el (js--js-not): Add null to the list of values.
13199 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
13201 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
13203 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13205 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13206 delimiter if it is at the end of the current line.
13207 (bibtex-generate-url-list): Fix docstring.
13209 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13211 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
13212 minibuffer's content with itself.
13213 Fold the confirm-after-completion case into the `confirm' case.
13214 (completion-pcm-word-delimiters): Add : and / to the delimiters.
13216 2009-12-06 Kevin Ryde <user42@zip.com.au>
13218 * ffap.el (ffap-rfc-path): Make this a defcustom since
13219 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
13221 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
13222 manuals, similar to existing setup for help-mode. (Bug#3913.)
13224 2009-12-05 Juri Linkov <juri@jurta.org>
13226 Save and restore dired buffer's point positions too. (Bug#4880)
13228 * dired.el (dired-save-positions): Return in the first element
13229 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
13231 (dired-restore-positions): First restore buffer's position.
13232 While restoring window's positions, check if window still displays
13233 the original buffer.
13235 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
13237 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
13240 * shell.el (shell): Require ansi-color (Bug#5113).
13242 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
13244 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
13246 2009-12-05 Alan Mackenzie <acm@muc.de>
13248 * progmodes/cc-mode.el (c-before-hack-hook)
13249 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
13250 `c-file-style' to work again. This reversion restores the current
13251 software to its state in Emacs 23.1. (Bug#4146)
13253 2009-12-05 Kevin Ryde <user42@zip.com.au>
13255 * textmodes/sgml-mode.el (sgml-lexical-context):
13256 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
13258 2009-12-05 Juri Linkov <juri@jurta.org>
13260 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
13261 for virtual nodes. (Bug#4147)
13262 (Info-find-node-2): Set `Info-current-node-virtual' to nil
13263 when moving from a virtual node.
13264 (Info-mode-menu): Add `Info-virtual-index' to the menu.
13265 (Info-mode): Add `Info-virtual-index' to the docstring.
13267 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13269 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
13270 track of the buffer position of the end of a BibTeX entry as this
13271 position may change during reformatting.
13272 (bibtex-format-entry): Remove whitespace before processing
13273 numerical fields so that we recognize the latter properly.
13274 (bibtex-reformat): Do not use push which changes the global value
13275 of bibtex-entry-format.
13276 (bibtex-field-braces-alist, bibtex-field-strings-alist)
13277 (bibtex-field-re-init): Replace only space characters by regexp
13279 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
13280 (bibtex-initialize): Also update bibtex-strings.
13281 (bibtex-kill-field): Preserve white space at end of entry.
13282 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
13283 Update bibtex-reference-keys.
13285 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13287 * minibuffer.el (completion-pcm--merge-try): Also consider placing
13288 point after a star, if that's the only place where modifications can
13291 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
13293 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
13296 2009-12-04 Juri Linkov <juri@jurta.org>
13298 * proced.el (proced): Call `(proced-update t)' to update process
13299 information instead of only running proced-post-display-hook.
13300 (proced-send-signal): Add a leading space to the buffer name
13301 " *Marked Processes*" to make this buffer ephemeral.
13303 2009-12-04 Juri Linkov <juri@jurta.org>
13305 * dired.el (dired-auto-revert-buffer): New defcustom.
13306 (dired-internal-noselect): Use it.
13308 2009-12-04 Juri Linkov <juri@jurta.org>
13310 Change roles of modes and functions in image-mode.el (Bug#5062).
13312 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
13313 in `auto-mode-alist'.
13314 (image-mode-previous-major-mode): New variable.
13315 (image-minor-mode-map): Rename from `image-mode-text-map'.
13316 (image-mode): Move graceful error-handling code from
13317 `image-minor-mode' to here. On errors call `image-mode-as-text'.
13318 (image-minor-mode): Remove all image-handling code.
13319 Replace `image-mode-text-map' with `image-minor-mode-map'.
13320 Check for `image-type' in mode-line format string.
13321 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
13322 (image-mode-as-text): New function with most code from
13323 `image-mode-maybe'.
13324 (image-toggle-display-text): Move code that removes image
13325 properties from `image-toggle-display' to here.
13326 (image-toggle-display-image): New function with code that adds
13327 image properties copied from `image-toggle-display'.
13328 (image-toggle-display): Remove most code with leaving only code
13329 that toggles between `image-mode-as-text' and `image-mode'.
13331 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
13333 * net/newst-treeview.el
13334 (newsticker--treeview-list-highlight-start): Restored call to
13335 save-excursion: Selected item was stuck.
13336 (newsticker--treeview-list-select): New.
13337 (newsticker--treeview-item-show-text)
13338 (newsticker--treeview-item-show)
13339 (newsticker--treeview-item-update): Use new
13340 newsticker-treeview-item-mode.
13341 (newsticker-treeview-update): Keep current item.
13342 (newsticker-treeview-next-new-or-immortal-item): Doc change.
13343 (newsticker--treeview-first-feed): Doc change.
13344 (newsticker-treeview-list-menu)
13345 (newsticker-treeview-item-menu): Add menu entries.
13346 (newsticker-treeview-item-mode): New.
13348 * net/newst-backend.el (newsticker-customize): Delete other
13351 2009-12-04 Sam Steingold <sds@gnu.org>
13353 * log-view.el (log-view-mode-map): "q" calls quit-window,
13354 like in all the other non-self-insert buffers.
13356 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
13359 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
13360 key decoding rather than do it manually via last-input-event +
13362 (term-exec): Use delete-and-extract-region.
13363 (term-handle-ansi-terminal-messages): Remove unused var `end'.
13364 (term-process-pager): Remove unused var `i'.
13365 (term-dynamic-simple-complete): Make obsolete.
13366 (serial-update-config-menu): Remove unused vars `y' and `str'.
13367 (term-update-mode-line): Remove unused var `temp'.
13369 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13371 Limit the number of log entries displayed by default.
13372 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
13373 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
13374 using a prefix argument.
13376 2009-12-03 Glenn Morris <rgm@gnu.org>
13378 * progmodes/idlwave.el (class): Restore still useful declaration.
13380 2009-12-03 Alan Mackenzie <acm@muc.de>
13382 Enhance `c-parse-state' to run efficiently in "brace deserts".
13384 * progmodes/cc-mode.el (c-basic-common-init):
13385 Call c-state-cache-init.
13386 (c-neutralize-syntax-in-and-mark-CPP): Rename from
13387 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
13388 placing `category' properties value 'c-cpp-delimiter at its boundaries.
13390 * progmodes/cc-langs.el (c-before-font-lock-function):
13391 c-extend-and-neutralize-syntax-in-CPP has been renamed
13392 c-neutralize-syntax-in-and-mark-CPP.
13394 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
13395 with `category' properties now, not `syntax-table' ones.
13397 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
13398 enhanced (but slower) version of c-end-of-macro that won't land
13399 inside a literal or on another awkward character.
13400 (c-state-cache-too-far, c-state-cache-start)
13401 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
13402 (c-state-nonlit-pos-cache-limit, c-state-point-min)
13403 (c-state-point-min-lit-type, c-state-point-min-lit-start)
13404 (c-state-min-scan-pos, c-state-brace-pair-desert)
13405 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
13406 buffer local variables.
13407 (c-state-literal-at, c-state-lit-beg)
13408 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
13409 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
13410 (c-state-cache-top-paren, c-state-cache-after-top-paren)
13411 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
13412 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
13413 (c-renarrow-state-cache)
13414 (c-append-lower-brace-pair-to-state-cache)
13415 (c-state-push-any-brace-pair, c-append-to-state-cache)
13416 (c-remove-stale-state-cache)
13417 (c-remove-stale-state-cache-backwards, c-state-cache-init)
13418 (c-invalidate-state-cache-1, c-parse-state-1)
13419 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
13420 (c-parse-state): Enhance and refactor.
13421 (c-debug-parse-state): Amend to deal with all the new variables.
13423 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
13424 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
13425 modify to use category text properties rather than syntax-table ones.
13426 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
13427 to switch off/on the syntactic paren property of C++ template
13428 delimiters using the category property.
13429 (c-with-<->-as-parens-suppressed): Macro to invoke code with
13430 template delims suppressed.
13431 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
13432 New constant/macros which apply category properties to the start
13433 and end of preprocessor constructs.
13434 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
13435 "comment out" the syntactic value of characters in preprocessor
13437 (c-with-cpps-commented-out)
13438 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
13439 with characters in all or all but one preprocessor constructs
13442 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13444 * proced.el (proced-filter-alist): Use regexp-quote.
13446 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
13449 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
13450 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
13451 arguments. Expand `default-directory'.
13453 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
13454 the benefit of returning an expanded localname.
13455 (tramp-tramp-file-p): Handle the case NAME is not a string.
13457 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13459 Add support for bzr shelve/unshelve.
13460 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13461 (vc-bzr-extra-menu-map): New variables.
13462 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
13463 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
13464 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
13465 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
13466 (vc-bzr-dir-extra-headers): Display shelves.
13468 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
13470 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13472 * textmodes/bibtex.el (bibtex-complete-internal):
13473 Use completion-in-region.
13474 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
13476 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13478 Support applying stashes. Improve UI.
13479 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
13480 (vc-git-stash-apply, vc-git-stash-pop)
13481 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
13482 (vc-git-stash-menu): New functions.
13483 (vc-git-stash-menu-map): New variable.
13484 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
13486 2009-12-03 Glenn Morris <rgm@gnu.org>
13488 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
13489 (vc-print-log-internal): Fix previous change.
13490 (vc-revert): Correct pluralization.
13492 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13494 * progmodes/make-mode.el (makefile-special-targets-list): No need for
13495 it to be an alist any more.
13496 (makefile-complete): Use completion-in-region.
13498 * progmodes/octave-mod.el (octave-complete-symbol):
13499 Use completion-in-region.
13502 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
13503 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
13504 (idlwave-complete-class): Don't quote lambda.
13505 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
13506 (idlwave-mode-map): Move initialization into declaration.
13507 (idlwave-action-and-binding): Use backquotes.
13508 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
13510 (idlwave-is-pointer-dereference): Remove unused var `pos'.
13511 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
13512 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
13513 `parts', and `all-parts'.
13514 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
13515 (idlwave-convert-xml-system-routine-info): Remove unused string
13517 (idlwave-display-user-catalog-widget): Use dolist.
13518 (idlwave-scanning-lib): Declare dynamically-scoped var.
13519 (idlwave-scan-library-catalogs): Remove unused var `flags'.
13520 (completion-highlight-first-word-only): Declare to silence bytecomp.
13521 (idlwave-popup-select): Tighten scope of `resp'.
13522 (idlwave-find-struct-tag): Remove unused var `beg'.
13523 (idlwave-after-load-rinfo-hook): Declare.
13524 (idlwave-sintern-class-info): Remove unused var `taglist'.
13525 (idlwave-find-class-definition): Remove unused var `list'.
13526 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
13527 (idlwave-what-module-find-class): Remove unused var `classes'.
13529 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
13531 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
13533 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13535 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
13536 buffers visited. Remove redundant current-buffer-saving.
13538 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13540 Use completion-in-buffer and remove uses of dynamic scoping.
13541 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
13542 (pascal-buffer-to-use, pascal-flag): Don't declare.
13543 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
13544 (pascal-get-completion-decl, pascal-keyword-completion):
13545 Add `pascal-str' argument, save-excursion,
13546 return the found completions, and don't filter with pascal-pred.
13547 (pascal-completion-cache): New var.
13548 (pascal-completion): Don't switch buffer any more (it was never
13549 necessary). Don't save-excursion any more (it's done by the called
13550 subroutines). Use a cache to avoid redundant computations.
13551 Use complete-with-action rather than pascal-completion-response and
13552 let it apply the predicate as well.
13553 (pascal-complete-word): Use completion-in-buffer when
13554 pascal-toggle-completions is nil.
13555 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
13557 (pascal-comp-defun): Don't change buffer any more.
13558 Use complete-with-action rather than pascal-completion-response and
13559 let it apply the predicate as well.
13560 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
13563 2009-12-02 Kenichi Handa <handa@m17n.org>
13565 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
13566 shape for all Indic scripts.
13568 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13570 Use completion-in-buffer.
13571 * wid-edit.el (widget-field-text-end): New function.
13572 (widget-field-value-get): Use it.
13573 (widget-string-complete, widget-file-complete)
13574 (widget-color-complete): Use it and completion-in-region.
13575 (widget-complete): Don't narrow the buffer.
13577 2009-12-02 Glenn Morris <rgm@gnu.org>
13579 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
13580 (rmail-select-summary): Use rmail-pop-to-buffer.
13581 * mail/rmailsum.el: Replace all pop-to-buffer calls with
13582 rmail-pop-to-buffer, to prevent horizontal splits.
13584 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
13585 save-excursion with save-current-buffer.
13586 Widen before searching. (Bug#5093)
13587 (diary-list-sexp-entries): Remove superfluous save-excursion.
13589 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
13591 * woman.el (woman-make-bufname): Handle man-pages with "." in the
13594 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
13596 * ido.el (ido-file-internal): Handle filenames at point that do
13597 not have a directory part. (Bug#5049)
13599 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
13601 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
13602 (mpc-songs-jump-to, mpc-resume): Doc fixes.
13604 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
13606 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
13607 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
13610 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13612 * comint.el (comint-insert-input): Ignore clicks to the right of
13613 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
13615 * vc.el (vc-print-log-internal): Don't wait for the process to
13616 terminate before setting up the major mode.
13618 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
13621 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
13624 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
13626 2009-12-01 Glenn Morris <rgm@gnu.org>
13628 * window.el (window--display-buffer-2): Fix previous changes.
13630 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
13632 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
13634 2009-12-01 Glenn Morris <rgm@gnu.org>
13636 * Makefile.in (ELCFILES): Add mpc.elc.
13638 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13640 * mpc.el: New file.
13642 2009-12-01 Glenn Morris <rgm@gnu.org>
13644 * window.el (window-to-use): Define for compiler.
13646 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
13647 consistent with others (no final period).
13649 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13650 (rmail-mime-show): Downcase the encoding. (Bug#5070)
13652 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13654 Make vc-print-log buttons work.
13655 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13657 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
13659 * savehist.el (savehist-autosave-interval): Allow setting to nil
13660 through customize. (Bug#5056)
13662 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
13664 Fix references to jit-lock properties.
13665 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13666 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13667 (perl-font-lock-special-syntactic-constructs):
13668 Quote jit-lock-defer-multiline property.
13670 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13672 * vc-git.el (vc-git-registered): Call vc-git-root only once.
13674 2009-11-30 Juri Linkov <juri@jurta.org>
13676 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13677 value `buffer' of `multi-isearch-next-buffer-current-function'.
13678 Use `(current-buffer)' when `buffer' is nil.
13679 (multi-isearch-next-buffer-from-list): Don't fallback to
13680 `(current-buffer)' when `buffer' is nil. (Bug#4947)
13682 2009-11-30 Juri Linkov <juri@jurta.org>
13684 * misearch.el (multi-isearch-read-buffers): Move canonicalization
13685 of buffers with `get-buffer' to `multi-isearch-buffers'.
13686 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13687 Canonicalize BUFFERS with `get-buffer'. Doc fix.
13688 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13689 FILES with `expand-file-name' converting relative file names
13690 to absolute. Doc fix. (Bug#4727)
13692 2009-11-30 Juri Linkov <juri@jurta.org>
13694 * misearch.el (multi-isearch-read-buffers)
13695 (multi-isearch-read-matching-buffers): New functions.
13696 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13697 Use them in the `interactive' spec. Doc fix.
13698 (multi-isearch-read-files, multi-isearch-read-matching-files):
13700 (multi-isearch-files, multi-isearch-files-regexp):
13701 Use them in the `interactive' spec. Doc fix. (Bug#4725)
13703 2009-11-30 Juri Linkov <juri@jurta.org>
13705 * doc-view.el (doc-view-continuous):
13706 Rename from `doc-view-continuous-mode'.
13707 (doc-view-menu): Move "Toggle display" to the top.
13708 Add submenu "Continuous" with radio buttons "Off"/"On"
13709 and "Save as Default".
13710 (doc-view-scroll-up-or-next-page)
13711 (doc-view-scroll-down-or-previous-page)
13712 (doc-view-next-line-or-next-page)
13713 (doc-view-previous-line-or-previous-page):
13714 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
13716 2009-11-30 Juri Linkov <juri@jurta.org>
13718 * comint.el (comint-mode-map): Rebind `M-r' from
13719 `comint-previous-matching-input' to
13720 `comint-history-isearch-backward-regexp'.
13721 Unbind `M-s' to allow global key binding `M-s'.
13722 Add menu items for `comint-history-isearch-backward' and
13723 `comint-history-isearch-backward-regexp'. (Bug#3746)
13725 2009-11-30 Juri Linkov <juri@jurta.org>
13727 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13728 For def=recenter, replace `recenter' with `recenter-top-bottom'
13729 that is called with `this-command' and `last-command' let-bound
13730 to `recenter-top-bottom'. When the last `def' was not `recenter',
13731 set `recenter-last-op' to nil. (Bug#4981)
13733 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13735 Minor cleanup and simplification.
13736 * filecache.el (file-cache-add-directory)
13737 (file-cache-add-directory-recursively)
13738 (file-cache-add-from-file-cache-buffer)
13739 (file-cache-delete-file-regexp, file-cache-delete-directory)
13740 (file-cache-files-matching-internal, file-cache-display): Use dolist.
13741 (file-cache-temp-minibuffer-message): Delete function.
13742 (file-cache-minibuffer-complete): Use minibuffer-message instead.
13744 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13745 Don't signal an error when bumping into EOB in tr, s, or y.
13747 2009-11-29 Juri Linkov <juri@jurta.org>
13749 * startup.el (fancy-about-text): Fix wording of Guided Tour.
13752 * descr-text.el (describe-char-unidata-list): Use lowercase name
13753 for "Unicode name" like in other tags.
13755 2009-11-29 Juri Linkov <juri@jurta.org>
13757 * ediff-util.el (ediff-minibuffer-with-setup-hook):
13758 New compatibility macro.
13759 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13761 2009-11-29 Juri Linkov <juri@jurta.org>
13763 Add defcustom to define the cycling order of `recenter-top-bottom'.
13766 * window.el (recenter-last-op): Doc fix.
13767 (recenter-positions): New defcustom.
13768 (recenter-top-bottom): Rewrite to use `recenter-positions'.
13769 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13771 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
13773 Improve integration of Tramp and ange-ftp in eshell.
13775 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
13776 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
13777 (eshell/sudo): Flatten args. Let-bind `default-directory'.
13779 * eshell/esh-util.el (top): Require also Tramp when compiling.
13780 (eshell-directory-files-and-attributes): Check for FTP remote
13782 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13783 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13784 (eshell-file-attributes): Handle ".". Return `entry'.
13786 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13787 (ange-ftp-directory-files-and-attributes)
13788 (ange-ftp-real-directory-files-and-attributes): New defuns.
13790 * net/tramp.el (tramp-maybe-open-connection): Open the remote
13791 shell with "exec" when possible. This prevents trailing prompts
13792 in `start-file-process'.
13794 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13796 Try and remove assumptions about point-min==1.
13797 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13798 (rng-compute-mode-line-string): Show the validation percentage in
13799 terms of the narrowed text, not the widened text.
13800 (rng-do-some-validation): Don't catch internal errors when debugging.
13801 (rng-first-error): Simplify.
13802 (rng-after-change-function): Remove work around. AFAIK the bug has
13803 been fixed a while ago.
13805 * image-mode.el (image-minor-mode): Exit more gracefully when the image
13806 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13808 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13810 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13811 `cd' doesn't always do it for us (bug#5067).
13813 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13814 on 2009-10-25 as part of some other change (bug#5067).
13816 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13818 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13820 (byte-compile-warnings): Use byte-compile-warning-types.
13821 (byte-compile-save-excursion): Warn about use of set-buffer right
13822 after save-excursion.
13824 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13825 the excursion as well.
13827 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
13829 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13830 providing a Tramp related implementation of "su" and "sudo".
13831 (eshell-unix-initialize): Add "su" and "sudo".
13833 2009-11-27 Daiki Ueno <ueno@unixuser.org>
13835 * net/socks.el (socks-send-command): Convert binary request to
13836 unibyte before sending. This fixes mishandling of some port
13837 numbers such as 129.
13839 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13841 * help.el (describe-bindings-internal): Remove `interactive'.
13843 * man.el (Man-completion-table): Trim a terminating "(".
13844 Remove the space between name page a section.
13845 Add the command's description on the `help-echo' property.
13846 Remove `process-connection-type' binding since it's unused by
13848 Provide completion for the "<section> <name>" format as well.
13849 (Man-default-man-entry): Remove spurious var shadowing the argument.
13851 2009-11-26 Kevin Ryde <user42@zip.com.au>
13853 * log-view.el: Add "Keywords: tools", since its other keywords
13854 aren't in finder-known-keywords, and following vc.el.
13856 * sha1.el (sha1-string-external): default-directory "/" in case
13857 otherwise non-existent. process-connection-type pipe for touch of
13858 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13860 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13862 Misc coding convention cleanups.
13863 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13864 hfy-init-kludge-hooks.
13865 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13866 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13867 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13869 (hfy-slant, hfy-weight): Use tables rather than code.
13870 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13871 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13872 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13873 (hfy-face-to-css): Remove `nconc' with single arg.
13874 (hfy-p-to-face-lennart): Use `or'.
13875 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13876 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13877 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13878 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13879 (hfy-force-fontification): Use run-hooks.
13881 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13883 Various minor fixes.
13884 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13885 Javascript belongs in the header, not the body.
13886 (hfy-javascript): Remove.
13887 (hfy-fontify-buffer): Don't insert it any more.
13888 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13889 Fix bug in invis handling when there were no invis props in a chunk.
13891 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13893 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13895 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13897 * finder.el (finder-mode-map): Add a menu.
13899 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
13901 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13902 "unsigned" structs.
13904 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13905 fork" statement better.
13907 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13909 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13910 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13911 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13912 Reported by Clay Douglass.
13914 (verilog-auto-inst, verilog-auto-star-safe)
13915 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13916 Fix removing "// Interfaces" when saving .* expansions.
13917 Reported by Pierre-David Pfister.
13919 2009-11-26 Glenn Morris <rgm@gnu.org>
13921 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13924 2009-11-25 Johan Bockgård <bojohan@gnu.org>
13926 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13927 Really use previous revision.
13929 2009-11-25 Kevin Ryde <user42@zip.com.au>
13931 * man.el (Man-completion-table): default-directory "/" in case
13932 doesn't otherwise exist. process-environment COLUMNS=999 so as
13933 not to truncate long names. process-connection-type pipe to avoid
13934 any chance of hitting the pseudo-tty TIOCGWINSZ.
13935 (man): completion-ignore-case t for friendliness and since man
13936 itself is case-insensitive on the command line.
13937 Further to Bug#3717.
13939 * arc-mode.el: Add "Keywords: files", so the details in its
13940 commentary can be reached from finder-by-keyword.
13941 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13942 editing mode, but it's comms related and sgml-mode.el has "comm"
13944 * textmodes/bibtex-style.el: Add "Keywords: tex".
13945 * international/isearch-x.el, international/ja-dic-cnv.el:
13946 * international/ja-dic-utl.el, international/kkc.el:
13947 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13949 2009-11-25 Juri Linkov <juri@jurta.org>
13951 * man.el (Man-completion-table): Modify regexp to include
13952 section names to completion strings. (Bug#3717)
13954 2009-11-25 Juri Linkov <juri@jurta.org>
13956 Search recursively in gzipped files. (Bug#4982)
13958 * progmodes/grep.el (grep-highlight-matches): Add new options
13959 `always' and `auto'. Doc fix.
13960 (grep-process-setup): Check `grep-highlight-matches' for
13961 `auto-detect' to determine the need to compute grep defaults.
13962 Move Windows/DOS specific --colors settings handling
13963 to `grep-compute-defaults'. Check `grep-highlight-matches'
13964 to get the value of "--color=".
13965 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13966 has the value `auto-detect'. Move Windows/DOS specific settings
13967 from `grep-process-setup'.
13968 (zrgrep): New command with alias `rzgrep'.
13970 2009-11-25 Juri Linkov <juri@jurta.org>
13972 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13973 to nil instead of switching off view-mode. (Bug#4896)
13975 2009-11-25 Juri Linkov <juri@jurta.org>
13977 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13979 * mwheel.el (mwheel-scroll-up-function)
13980 (mwheel-scroll-down-function): New defvars.
13981 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13982 `scroll-up', and `mwheel-scroll-down-function' instead of
13985 * doc-view.el (doc-view-scroll-up-or-next-page)
13986 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13987 Use this ARG in the call to image-scroll-up/image-scroll-down.
13988 Change `interactive' spec to "P". Goto next/previous page only
13989 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13990 SPC/DEL case). Doc fix.
13991 (doc-view-next-line-or-next-page)
13992 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13994 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13995 `doc-view-scroll-up-or-next-page', and buffer-local
13996 `mwheel-scroll-down-function' to
13997 `doc-view-scroll-down-or-previous-page'.
13999 2009-11-25 Juri Linkov <juri@jurta.org>
14001 Provide additional default values (directories at other Dired
14002 windows) via M-n in the minibuffer of some Dired commands.
14004 * dired-aux.el (dired-diff, dired-compare-directories)
14005 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14006 `minibuffer-default' in `minibuffer-with-setup-hook'.
14007 (dired-dwim-target-directory): Find a window that displays Dired
14008 buffer instead of failing when the next window is not Dired.
14009 Use `get-window-with-predicate' to find for the next Dired window.
14010 (dired-dwim-target-defaults): New function.
14012 * ediff-util.el (ediff-read-file-name):
14013 Use `dired-dwim-target-defaults' to set `minibuffer-default'
14014 in `minibuffer-with-setup-hook'.
14016 2009-11-25 Juri Linkov <juri@jurta.org>
14018 Provide additional default values (file name at point or at the
14019 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
14021 * minibuffer.el (read-file-name-defaults): New function.
14022 (read-file-name): Reset `minibuffer-default' to nil when
14023 it duplicates initial input `insdef'.
14024 Bind `minibuffer-default-add-function' to lambda that
14025 calls `read-file-name-defaults' in `minibuffer-selected-window'.
14026 (minibuffer-insert-file-name-at-point): New command.
14028 * files.el (file-name-at-point-functions): New defcustom.
14029 (find-file-default): Remove defvar.
14030 (find-file-read-args): Don't use `find-file-default'.
14031 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14032 to `read-file-name'.
14033 (find-file-literally): Use `read-file-name' with
14034 `confirm-nonexistent-file-or-buffer'.
14036 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14038 * dired.el (dired-read-dir-and-switches):
14039 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14040 to `read-file-name'.
14041 (dired-file-name-at-point): New function.
14042 (dired-mode): Add hook `dired-file-name-at-point' to
14043 `file-name-at-point-functions'.
14045 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14047 Really make the *Completions* window soft-dedicated (bug#5030).
14048 * window.el (window--display-buffer-2): Add `dedicated' argument.
14049 (display-buffer): Pass it when needed so the dedicated flag is set
14050 after calling set-window-buffer, which would otherwise reset it.
14052 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14054 * progmodes/meta-mode.el (meta-complete-symbol):
14055 * progmodes/etags.el (complete-tag):
14056 * mail/mailabbrev.el (mail-abbrev-complete-alias):
14057 Use completion-in-region.
14059 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14060 (dabbrev-completion): Use completion-in-region.
14061 (dabbrev--abbrev-at-point): Simplify regexp.
14063 * abbrev.el (abbrev--before-point): Use word-motion functions
14064 if :regexp is not specified (bug#5031).
14066 * subr.el (string-prefix-p): New function.
14068 * man.el (Man-completion-cache): New var.
14069 (Man-completion-table): Use it.
14071 * vc.el (vc-print-log-internal): Make `limit' optional for better
14072 compatibility (e.g. with vc-annotate.el).
14074 2009-11-24 Kevin Ryde <user42@zip.com.au>
14076 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
14077 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
14079 * emacs-lisp/elint.el (elint-add-required-env): Better error message
14080 when .el source file not found or other error.
14082 2009-11-24 Markus Triska <markus.triska@gmx.at>
14084 * linum.el (linum-update-window): Ignore intangible (bug#4996).
14086 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
14088 Handle the [back] button properly (bug#4979).
14089 * descr-text.el (describe-text-properties): Add a `buffer' argument.
14090 Use help-setup-xref, help-buffer, and with-help-window.
14091 (describe-char): Add `buffer' argument.
14092 Pass proper command to help-setup-xref. Don't meddle with
14093 help-xref-stack-item directly.
14094 (describe-text-category): Use with-help-window and help-buffer.
14096 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
14097 for the displayed buffer (bug#4887).
14099 * man.el (Man-completion-table): New function.
14102 2009-11-24 David Reitter <david.reitter@gmail.com>
14104 * vc-git.el (vc-git-registered): Use checkout directory (where
14105 .git is) rather than the file's directory and a relative path spec
14106 to work around a bug in git.
14108 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
14110 Improve handling of processes on remote hosts.
14112 * eshell/esh-util.el (eshell-path-env): New defvar.
14113 (eshell-parse-colon-path): New defun.
14114 (eshell-file-attributes): Use `eshell-parse-colon-path'.
14116 * eshell/esh-ext.el (eshell-search-path):
14117 Use `eshell-parse-colon-path'.
14118 (eshell-remote-command): Remove argument HANDLER.
14119 (eshell-external-command): Check for FTP remote connection.
14121 * eshell/esh-proc.el (eshell-gather-process-output):
14122 Use `file-truename', in order to start also symlinked files.
14123 Apply `start-file-process' instead of `start-process'.
14124 Shorten `command' to the local file name part.
14126 * eshell/em-cmpl.el (eshell-complete-commands-list):
14127 Use `eshell-parse-colon-path'.
14129 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
14131 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
14132 to `eshell-directory-change-hook'.
14134 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
14136 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
14137 because it could be enabled automatically if view-read-only is non-nil.
14139 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
14141 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
14142 made on 2009-11-22.
14144 2009-11-24 Glenn Morris <rgm@gnu.org>
14146 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
14147 deleted variable bookmark-bmenu-bookmark-column.
14149 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
14151 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
14153 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
14155 * net/browse-url.el (browse-url-filename-alist): On Windows, add
14156 two slashes to the "file:" prefix.
14157 (browse-url-file-url): De-munge Cygwin filenames before passing
14158 them to Windows browser.
14159 (browse-url-default-windows-browser): Use call-process.
14161 2009-11-23 Juri Linkov <juri@jurta.org>
14163 Implement DocView Continuous mode. (Bug#4896)
14164 * doc-view.el (doc-view-continuous-mode): New defcustom.
14165 (doc-view-mode-map): Bind C-n/<down> to
14166 `doc-view-next-line-or-next-page', C-p/<up> to
14167 `doc-view-previous-line-or-previous-page'.
14168 (doc-view-next-line-or-next-page)
14169 (doc-view-previous-line-or-previous-page): New commands.
14171 2009-11-23 Juri Linkov <juri@jurta.org>
14173 Implement Isearch in comint input history. (Bug#3746)
14174 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
14175 `isearch-mode-hook'.
14176 (comint-history-isearch): New defcustom.
14177 (comint-history-isearch-backward)
14178 (comint-history-isearch-backward-regexp): New commands.
14179 (comint-history-isearch-message-overlay): New buffer-local variable.
14180 (comint-history-isearch-setup, comint-history-isearch-end)
14181 (comint-goto-input, comint-history-isearch-search)
14182 (comint-history-isearch-message, comint-history-isearch-wrap)
14183 (comint-history-isearch-push-state)
14184 (comint-history-isearch-pop-state): New functions.
14186 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
14188 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
14190 (tramp-handle-make-symbolic-link)
14191 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
14193 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
14194 (tramp-handle-process-file): Use it.
14196 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14198 * window.el (move-to-window-line-last-op): Remove.
14199 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
14201 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
14203 Make M-r mirror the new cycling behavior of C-l.
14204 * window.el (move-to-window-line-last-op): New var.
14205 (move-to-window-line-top-bottom): New command.
14206 (global-map): Bind M-r move-to-window-line-top-bottom.
14208 2009-11-23 Sven Joachim <svenjoac@gmx.de>
14210 * dired-x.el (dired-guess-shell-alist-default):
14211 Support xz format. (Bug#4953)
14213 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
14215 * emulation/viper-cmd.el: Use viper-last-command-char instead of
14216 last-command-char/last-command-event.
14217 (viper-prefix-arg-value): Do correct conversion of event-char for
14220 * emulation/viper-util.el, emulation/viper.el:
14221 Use viper-last-command-char instead of
14222 last-command-char/last-command-event.
14224 * ediff-init.el, ediff-mult.el, ediff-util.el:
14225 Replace last-command-char and last-command-event
14226 with (ediff-last-command-char) everywhere.
14228 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
14229 created in fundamental mode.
14231 * ediff.el (ediff-version): Revert the change of interactive-p to
14232 called-interactively-p.
14234 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
14236 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
14237 generation from word-movement command names.
14239 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
14241 * cus-start.el (all): Add native condition for font-use-system-font.
14243 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
14245 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
14246 Correct the patch from 2009-11-18. (Bug#3910)
14248 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
14250 * progmodes/subword.el: Rename from lisp/subword.el.
14252 * subword.el: Rename to progmodes/subword.el.
14254 * Makefile.in (ELCFILES): Adapt to subword.el move.
14256 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14257 Stefan Monnier <monnier@iro.umontreal.ca>
14259 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
14260 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
14261 (bookmark-bmenu-show-filenames): Use push.
14262 (bookmark-bmenu-hide-filenames): Use local var instead of
14263 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
14264 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
14265 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
14266 filenames now that the bookmark names are always available.
14268 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14270 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
14271 (bookmark-search-pattern): Move and leave unbound.
14272 (bookmark-bmenu-mode-map): Change binding.
14273 (bookmark-read-search-input): Simplify.
14274 Don't use text-char-description. Don't error on non-char events.
14275 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
14276 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
14277 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
14278 Use a local var for the timer.
14279 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
14280 (i.e. bookmark-bmenu-search).
14282 2009-11-21 Glenn Morris <rgm@gnu.org>
14284 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
14286 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
14288 * net/browse-url.el (browse-url-default-windows-browser):
14289 Use cygstart for cygwin.
14291 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
14293 * bookmark.el: Formatting and doc fixes only:
14294 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
14295 (bookmark-bmenu-search): Wrap to fit within 80 columns.
14296 Minor grammar and punctuation fixes in doc string.
14297 (bookmark-read-search-input): Adjust to fit within 80 columns.
14299 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
14301 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
14302 (c-backward-into-nomenclature): Adapt to subword renaming.
14304 * subword.el (subword-forward, subword-backward, subword-mark)
14305 (subword-kill, subword-backward-kill, subword-transpose)
14306 (subword-downcase, subword-upcase, subword-capitalize)
14307 (subword-forward-internal, subword-backward-internal):
14308 Rename from forward-subword, backward-subword, mark-subword,
14309 kill-subword, backward-kill-subword, transpose-subwords,
14310 downcase-subword, upcase-subword, capitalize-subword,
14311 forward-subword-internal, backward-subword-internal.
14313 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14315 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
14317 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
14319 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
14320 (bookmark-bmenu-filter-alist-by-regexp)
14321 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
14322 (bookmark-bmenu-search): New command.
14323 (bookmark-bmenu-mode-map): Bind it.
14325 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
14327 * progmodes/cc-cmds.el: declare-functioned forward-subword and
14328 backward-subword to quit the byte-compiler.
14330 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
14332 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
14334 * progmodes/cc-cmds.el (c-update-modeline)
14335 (c-forward-into-nomenclature, c-backward-into-nomenclature):
14336 Refer to subword.el functions instead of cc-subword.el.
14338 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
14339 subword.el functions instead of cc-subword.el.
14341 * progmodes/cc-subword.el: Rename to subword.el.
14342 * subword.el: Rename from progmodes/cc-subword.el.
14343 (subword-mode-map): Rename from c-subword-mode-map.
14344 (subword-mode): Rename from c-subword-mode.
14345 (global-subword-mode): New global minor mode.
14346 (forward-subword): Rename from c-forward-subword.
14347 (backward-subword): Rename from c-backward-subword.
14348 (mark-subword): Rename from c-mark-subword.
14349 (kill-subword): Rename from c-kill-subword.
14350 (backward-kill-subword): Rename from c-backward-kill-subword.
14351 (transpose-subwords): Rename from c-tranpose-subword.
14352 (downcase-subword): Rename from c-downcase-subword.
14353 (capitalize-subword): Rename from c-capitalize-subword.
14354 (forward-subword-internal): Rename from c-forward-subword-internal.
14355 (backward-subword-internal): Rename from c-backward-subword-internal.
14357 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14359 * vc.el (vc-deduce-fileset): Allow non-state changing operations
14360 from a dired buffer.
14361 (vc-dired-deduce-fileset): New function.
14362 (vc-root-diff, vc-print-root-log): Use it.
14364 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
14365 nil LIMIT argument to vc-print-log-internal.
14367 2009-11-20 Glenn Morris <rgm@gnu.org>
14369 * Makefile.in (ELCFILES): Regenerate.
14371 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
14373 * calc/calc.el (calc-set-mode-line):
14374 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14375 (math-format-number): Rename `math-format-complement-signed' to
14376 `math-format-twos-complement'.
14378 * calc/calc-bin.el (math-format-twos-complement): Rename from
14379 math-format-complement-signed.
14380 (calc-radix): Rename `calc-complement-signed-mode' to
14381 `calc-twos-complement-mode'.
14382 (calc-octal-radix, calc-hex-radix): Add an argument for
14385 * calc/calc-embed.el (calc-embedded-mode-vars):
14386 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14388 * calc/calc-ext.el (calc-init-extensions):
14389 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14390 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
14392 * calc/calc-units.el (math-build-units-table-buffer):
14393 Let `calc-twos-complement-mode' be nil.
14395 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
14398 * calc/calc-vec.el (calcFunc-vunpack):
14399 * calc/calc-aent.el (calc-do-calc-eval):
14400 * calc/calc-forms.el (math-format-date):
14401 * calc/calc-graph.el (calc-graph-plot):
14402 * calc/calc-math.el (math-use-emacs-fn):
14403 * calc/calccomp.el (math-compose-expr):
14404 Let `calc-twos-complement-mode' be nil.
14406 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14408 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
14409 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
14410 * minibuffer.el (completion-in-region-functions): New hook.
14411 (completion-in-region): New function.
14412 * emacs-lisp/lisp.el (lisp-complete-symbol):
14413 * pcomplete.el (pcomplete-std-complete): Use it.
14415 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14417 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
14418 (latex-complete-alist): New vars.
14419 (latex-string-prefix-p, latex-complete-bibtex-keys)
14420 (latex-complete-envnames, latex-complete-refkeys)
14421 (latex-complete-data): New functions.
14422 (latex-complete, latex-indent-or-complete): New commands.
14424 * window.el (display-buffer-mark-dedicated): New var.
14425 (display-buffer): Obey it.
14426 * minibuffer.el (minibuffer-completion-help): Use it.
14428 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
14430 * filecache.el (file-cache-add-file): Use push and cons.
14431 (file-cache-delete-file-regexp): Use push.
14432 (file-cache-complete): Use completion-in-region.
14434 * simple.el (with-wrapper-hook): Fix thinko.
14436 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
14437 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
14438 Use with-current-buffer and string-to-number.
14439 (hfy-fallback-colour-values): Use assoc-string.
14440 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
14441 (hfy-face-at): Remove unused var `found-face'.
14442 (hfy-compile-stylesheet): Remove unused var `css'.
14443 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
14445 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
14446 Use with-current-buffer.
14447 (hfy-text-p): Use expand-file-name and fewer setq.
14449 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
14451 * htmlfontify.el, hfy-cmap.el: New files.
14453 2009-11-19 Juri Linkov <juri@jurta.org>
14455 * minibuffer.el (completions-format): New defcustom.
14456 (completion--insert-strings): Implement vertical format.
14458 * simple.el (switch-to-completions): Move point to the first
14459 completion when point was at the beginning of the buffer.
14461 2009-11-19 Juri Linkov <juri@jurta.org>
14463 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
14465 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
14467 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
14469 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
14470 (mail-signature): Change default to t.
14471 (mail-from-style): Deprecate `system-default' value.
14472 (mail-insert-from-field): For default value of mail-from-style,
14473 default to `angles' unless `angles' needs quoting and `parens'
14475 (mail-citation-prefix-regexp): Use citation regexp from
14478 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
14480 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
14481 Set variables for computing the prompt for reading password.
14483 2009-11-19 Glenn Morris <rgm@gnu.org>
14485 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
14487 * textmodes/flyspell.el (sgml-lexical-context): Declare.
14489 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
14490 (newsticker-treeview-listwindow-height): Fix custom type.
14492 2009-11-19 Kenichi Handa <handa@m17n.org>
14494 * descr-text.el (describe-char-padded-string): Compose with TAB
14495 only if there's a font for CH.
14496 (describe-char): Fix the condition for detecting a trivial composition.
14498 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
14500 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
14501 more accurate version of the regexp. (Bug#3910)
14503 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
14505 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
14507 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
14509 * font-setting.el (font-use-system-font): Declare for byte-compiler.
14510 (font-setting-change-default-font): Fix typo in docstring.
14512 2009-11-18 Alan Mackenzie <acm@muc.de>
14514 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
14516 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
14518 * font-setting.el (font-use-system-font): Move ...
14520 * cus-start.el (all): ... to here.
14522 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
14524 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
14525 Don't set `ad-return-value' if `ad-do-it' doesn't.
14527 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
14530 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
14532 * menu-bar.el: Put "Use system font" in Option-menu.
14533 (menu-bar-options-save): Add font-use-system-font.
14535 * loadup.el: If feature system-font-setting or font-render-setting is
14536 there, load font-setting.
14538 * Makefile.in (ELCFILES): Add font-settings.el.
14539 * font-setting.el: New file.
14541 2009-11-17 Glenn Morris <rgm@gnu.org>
14543 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
14545 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
14546 Preserve point in the list buffer. (Bug#4939)
14548 (newsticker--treeview-list-update-highlight)
14549 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
14551 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14553 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
14556 * calc/calc-ext.el (calc-init-extensions): Remove references to
14559 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
14561 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
14562 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14565 2009-11-16 Kevin Ryde <user42@zip.com.au>
14567 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14568 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
14570 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
14571 (lm-keywords-list): Allow comma-only separator like "foo,bar".
14572 Ignore trailing spaces by omit-nulls to split-string (fixing
14573 regression from Emacs 21 due to the incompatible split-string
14574 change). (Bug #4928.)
14576 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14578 * vc.el (vc-log-show-limit): Default to 2000.
14579 (vc-print-log-internal): Insert buttons to request more entries
14580 when limiting the output.
14582 * vc-sccs.el (vc-sccs-print-log):
14583 * vc-rcs.el (vc-rcs-print-log):
14584 * vc-cvs.el (vc-cvs-print-log):
14585 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
14588 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
14590 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
14591 error when `tramp-gvfs-dbus-event-vector' is set.
14592 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
14594 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14596 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
14598 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
14600 * net/dbus.el (dbus-unregister-service): New defun.
14601 (dbus-register-property): Register the handlers of
14602 "org.freedesktop.DBus.Properties" for SERVICE.
14603 (dbus-property-handler): Fix docstring.
14605 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14607 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
14608 Quote doc string reference in defvaralias as it is not in special form.
14609 (byte-compile-output-docform): Doc fix.
14611 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14613 * calc/calc.el (math-2-word-size, math-half-2-word-size)
14614 (calc-complement-signed-mode): New variables.
14615 (calc-set-mode-line): Add indicator for twos-complements.
14616 (math-format-number): Format twos-complement notation.
14618 * calc/calc-bin.el (calc-word-size): Reset the variables
14619 `math-2-word-size' and `math-half-2-word-size'.
14620 (math-format-complement-signed, math-symclip, calcFunc-symclip)
14621 (calc-symclip): New functions.
14623 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
14625 * calc/calc-embed.el (calc-embedded-mode-vars):
14626 Add `calc-complement-signed-mode' to the list of modes.
14628 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
14629 (calc-b-oper-keys): Add `calc-symclip' to list.
14631 * calc/calc-ext.el (math-read-number-fancy): Read complement
14633 (calc-init-extensions): Add binding for `calc-symclip'.
14634 Add autoload for `calcFunc-symclip' and `calc-symclip'.
14636 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
14638 (calc-modes-menu): Add item for twos complement mode.
14640 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
14642 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14644 * register.el (jump-to-register, insert-register): Handle Semantic
14645 tags. From commented-out advice in semantic/senator.el.
14647 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14649 * vc.el (vc-log-show-limit): New variable.
14650 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
14651 when using a prefix argument.
14652 (vc-print-log-internal): Add new argument LIMIT.
14654 * vc-svn.el (vc-svn-print-log):
14655 * vc-mtn.el (vc-mtn-print-log):
14656 * vc-hg.el (vc-hg-print-log):
14657 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14658 pass it to the log command when set. Make the BUFFER argument
14661 * vc-sccs.el (vc-sccs-print-log):
14662 * vc-rcs.el (vc-rcs-print-log):
14663 * vc-git.el (vc-git-print-log):
14664 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14665 ignore it. Make the BUFFER argument non-optional
14667 * bindings.el (mode-line-buffer-identification): Do not purecopy.
14669 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14671 * dired.el (dired-mode-map): Move encryption items to "Operate"
14674 * strokes.el (strokes-update-window-configuration): Make strokes
14675 buffer current before erasing (Bug#4906).
14677 2009-11-15 Juri Linkov <juri@jurta.org>
14679 * simple.el (set-mark-default-inactive): Add :type, :group
14680 and :version. (Bug#4876)
14682 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
14684 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14685 (archive-unique-fname): ... here. (Bug#4929)
14687 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14689 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14692 * novice.el (disabled-command-function): Add useful args.
14693 Setup the help buffer so that [back] works.
14694 Remove redundant call to help-mode.
14695 (disabled-command-function): Use `case'.
14696 (en/disable-command): New function extracted from enable-command.
14697 (enable-command, disable-command): Use it.
14699 2009-11-14 Glenn Morris <rgm@gnu.org>
14701 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14702 constants. (Bug#4913)
14704 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14706 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14708 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14709 defined in C that have no doc-strings. (Bug#1063)
14711 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
14713 * cus-edit.el (data, files):
14714 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
14716 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
14718 * simple.el (shell-command): Doc fix (Bug#4891).
14720 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14722 2009-11-14 Glenn Morris <rgm@gnu.org>
14724 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14725 statements for vc-diff, emerge-quit, and rmail-cease-edit.
14726 If they are already loaded, eval-after-load will do the right thing.
14728 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14731 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14733 * simple.el (x-selection-owner-p): Declare.
14734 (read-mail-command): Use custom radio type rather than choice.
14735 (completion-no-auto-exit): Doc fix.
14737 * custom.el (defgroup):
14738 * epg-config.el (epg): Doc fixes.
14740 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14742 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14743 * international/ccl.el (define-ccl-program): Do not purecopy the
14744 docstring, defconst does it anyway.
14746 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14748 * add-log.el (add-change-log-entry): Avoid displaying the changelog
14751 * x-dnd.el (x-dnd-maybe-call-test-function):
14752 * window.el (split-window-vertically):
14753 * whitespace.el (whitespace-help-on):
14754 * vc-rcs.el (vc-rcs-consult-headers):
14755 * userlock.el (ask-user-about-lock-help)
14756 (ask-user-about-supersession-help):
14757 * type-break.el (type-break-force-mode-line-update):
14758 * time-stamp.el (time-stamp-conv-warn):
14759 * terminal.el (te-set-output-log, te-more-break, te-filter)
14760 (te-sentinel, terminal-emulator):
14761 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14762 (term-write-input-ring, term-check-source, term-start-output-log):
14763 (term-display-buffer-line, term-dynamic-list-completions):
14764 (term-ansi-make-term, serial-term):
14765 * subr.el (selective-display):
14766 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14767 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14768 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14769 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14770 (speedbar-remove-localized-speedbar-support)
14771 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14772 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14773 (speedbar-buffers-line-directory):
14774 * simple.el (shell-command-on-region, append-to-buffer)
14775 (prepend-to-buffer):
14776 * shadowfile.el (shadow-save-todo-file):
14777 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14778 (scroll-bar-maybe-set-window-start):
14779 * sb-image.el (speedbar-image-dump):
14780 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14781 (load-save-place-alist-from-file):
14782 * ps-samp.el (ps-print-message-from-summary):
14783 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14784 (ps-background-image, ps-begin-job, ps-do-despool):
14785 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14786 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14787 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14788 (pr-call-process, pr-file-list, pr-interface-save):
14789 * novice.el (disabled-command-function)
14790 (enable-command, disable-command):
14791 * mouse.el (mouse-buffer-menu-alist):
14792 * mouse-copy.el (mouse-kill-preserving-secondary):
14793 * macros.el (kbd-macro-query):
14794 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14795 * informat.el (batch-info-validate):
14796 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14797 * hippie-exp.el (try-expand-dabbrev-visible):
14798 * help-mode.el (help-make-xrefs):
14799 * help-fns.el (describe-variable):
14800 * generic-x.el (bat-generic-mode-run-as-comint):
14801 * finder.el (finder-mouse-select):
14802 * find-dired.el (find-dired-sentinel):
14803 * filesets.el (filesets-file-close):
14804 * files.el (list-directory):
14805 * faces.el (list-faces-display, describe-face):
14806 * facemenu.el (list-colors-display):
14807 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14808 * epg.el (epg--process-filter, epg-cancel):
14809 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14810 (epa--read-signature-type):
14811 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14812 (emerge-file-names):
14813 * ehelp.el (electric-helpify):
14814 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14815 * ediff-vers.el (rcs-ediff-view-revision):
14816 * ediff-util.el (ediff-setup):
14817 * ediff-mult.el (ediff-append-custom-diff):
14818 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14820 * echistory.el (Electric-command-history-redo-expression):
14821 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14822 * disp-table.el (describe-display-table):
14823 * dired.el (dired-find-buffer-nocreate):
14824 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14825 * dabbrev.el (dabbrev--same-major-mode-p):
14826 * chistory.el (list-command-history):
14827 * apropos.el (apropos-documentation):
14828 * allout.el (allout-obtain-passphrase):
14829 (allout-copy-exposed-to-buffer):
14830 (allout-verify-passphrase): Use with-current-buffer.
14832 2009-11-13 Glenn Morris <rgm@gnu.org>
14834 * Makefile.in (ELCFILES): Regenerate.
14836 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
14838 * net/dbus.el (dbus-registered-objects-table): Rename from
14839 `dbus-registered-functions-table', because it contains also properties.
14840 (dbus-unregister-object): Unregister also properties.
14841 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14842 Use a timeout of 500 msec, in order to not block.
14843 (dbus-register-property, dbus-property-handler): New defuns.
14845 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14847 * simple.el (minibuffer-default-add-completions): Drop deprecated
14850 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14852 * textmodes/artist.el (artist-mouse-choose-operation):
14853 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14854 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14855 (artist-compute-up-event-key): New function.
14856 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14858 2009-11-13 Kenichi Handa <handa@m17n.org>
14860 * language/japan-util.el: Make sure that the value of jisx0208
14861 property is jisx0208 character.
14863 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14865 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14866 car or each item, not the whole list.
14868 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14870 * minibuffer.el (minibuffer-completion-help):
14871 Use minibuffer-hide-completions.
14873 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
14875 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14876 (dired-revert): Use them (bug#4880).
14878 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14880 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14882 2009-11-12 Juri Linkov <juri@jurta.org>
14884 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14886 (find-file-literally-at-point): Alias of `ffap-literally'.
14888 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14890 * textmodes/ispell.el (ispell-skip-region-alist):
14891 * textmodes/css-mode.el (auto-mode-alist):
14892 * progmodes/compile.el (auto-mode-alist):
14893 * international/mule.el (ctext-non-standard-encodings-alist)
14894 (ctext-non-standard-encodings-regexp):
14895 * simple.el (shell-command-switch, text-read-only):
14896 * replace.el (occur-mode-map):
14897 * paths.el (rmail-file-name):
14898 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14899 * find-file.el (ff-special-constructs):
14900 * files.el (file-name-handler-alist):
14901 * composite.el: Purecopy strings.
14903 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14905 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14907 * widget.el (define-widget): Purecopy the docstring.
14908 * international/mule-cmds.el (charset): Do not purecopy the
14909 docstring here, define-widget does it.
14911 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14912 * textmodes/bibtex-style.el (auto-mode-alist):
14913 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14914 * progmodes/compile.el (compile-command):
14915 * language/korea-util.el (default-korean-keyboard):
14916 * international/mule-conf.el (file-coding-system-alist):
14917 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14918 * tooltip.el (tooltip-frame-parameters):
14919 * newcomment.el (comment-end, comment-padding):
14920 * dired.el (dired-trivial-filenames):
14921 * comint.el (comint-file-name-prefix): Purecopy initial values.
14923 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
14925 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14926 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14928 (tramp-advice-make-auto-save-file-name)
14929 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14930 after removing the advice.
14932 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14934 * progmodes/grep.el (grep-regexp-alist):
14935 * international/mule-cmds.el (iso-2022-control-alist):
14936 * emacs-lisp/timer.el (timer-duration-words):
14937 * subr.el (version-separator, version-regexp-alist):
14938 * minibuffer.el (completion-styles-alist):
14939 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14940 Change defvars to defconsts.
14942 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14943 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14944 * international/mule-conf.el: Allow to be byte compiled.
14946 * international/mule.el (define-charset): Purecopy props.
14947 (load-with-code-conversion): Purecopy doc string and file name.
14948 (put-charset-property): Purecopy strings.
14949 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14951 * international/mule-cmds.el (register-input-method): Purecopy arguments.
14952 (define-char-code-property): Correctly purecopy the table.
14954 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14956 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14958 * subr.el (add-hook): Purecopy strings.
14959 (eval-after-load): Purecopy load-history-regexp and the form.
14961 * custom.el (custom-declare-group): Purecopy load-file-name.
14963 * subr.el (menu-bar-separator): New defconst.
14964 * net/eudc.el (eudc-tools-menu):
14965 * international/mule-cmds.el (set-coding-system-map)
14966 (mule-menu-keymap):
14967 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14968 * vc-hooks.el (vc-menu-map):
14969 * replace.el (occur-mode-map):
14970 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14971 (menu-bar-edit-menu, menu-bar-goto-menu)
14972 (menu-bar-custom-menu, menu-bar-showhide-menu)
14973 (menu-bar-options-menu, menu-bar-tools-menu)
14974 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14975 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14976 (menu-bar-help-menu):
14977 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14978 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14980 * term/x-win.el (x-gtk-stock-map):
14981 * progmodes/vera-mode.el (auto-mode-alist):
14982 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14983 (inferior-lisp-program, inferior-lisp-load-command):
14984 * progmodes/hideshow.el (hs-special-modes-alist):
14985 * progmodes/gud.el (same-window-regexps):
14986 * progmodes/grep.el (grep-program, find-program, xargs-program):
14987 * net/telnet.el (same-window-regexps):
14988 * net/rlogin.el (same-window-regexps):
14989 * language/ethiopic.el (font-ccl-encoder-alist):
14990 * vc-sccs.el (vc-sccs-master-templates):
14991 * vc-rcs.el (vc-rcs-master-templates):
14992 * subr.el (cl-assertion-failed):
14993 * simple.el (next-error-overlay-arrow-position):
14994 * lpr.el (lpr-command):
14995 * locate.el (locate-ls-subdir-switches):
14996 * info.el (same-window-regexps, info)
14997 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14998 * image-mode.el (image-mode, auto-mode-alist):
14999 * hippie-exp.el (hippie-expand-ignore-buffers):
15000 * format.el (format-alist):
15001 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15003 * facemenu.el (facemenu-keybindings):
15004 * dired.el (dired-listing-switches, dired-chown-program):
15005 * diff.el (diff-switches, diff-command):
15006 * cus-edit.el (same-window-regexps):
15007 * bindings.el (mode-line-mule-info)
15008 (mode-line-buffer-identification): Purecopy strings.
15010 2009-11-11 Juri Linkov <juri@jurta.org>
15012 * simple.el (dired-get-filename) <declare-function>:
15013 Tell the byte-compiler about dired-get-filename.
15014 (shell-command): In Dired mode, get filename from the current line
15015 as the default value.
15017 2009-11-10 Glenn Morris <rgm@gnu.org>
15019 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15020 * calendar/holidays.el, progmodes/cperl-mode.el:
15021 Update x-popup-menu declarations.
15023 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15024 (list-load-path-shadows): Use dolist.
15025 (list-load-path-shadows): Use with-current-buffer.
15027 2009-11-10 Juri Linkov <juri@jurta.org>
15029 * minibuffer.el (read-file-name): Support a list of default values
15030 in `default-filename'. Use the first file name where only one
15031 element is required. Doc fix.
15033 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
15035 * net/dbus.el (dbus-unregister-object): Release service, if no
15036 other method is registered for it.
15038 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
15040 * bookmark.el (bookmark-completing-read): Sort bookmark names if
15041 bookmark-sort-flag is non-nil (Bug#4653).
15043 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
15045 * emulation/cua-base.el: Add CUA property to some CC mode commands
15048 2009-11-08 Kevin Ryde <user42@zip.com.au>
15050 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
15051 at end of sentence (Bug#4818).
15053 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
15055 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15056 Handle "see declaration of" MSFT statements (Bug#4100).
15058 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
15060 * net/tramp.el (tramp-advice-make-auto-save-file-name)
15061 (tramp-advice-file-expand-wildcards): Unload via
15062 `ad-remove-advice'.
15064 * net/trampver.el: Update release number.
15066 2009-11-08 Kevin Ryde <user42@zip.com.au>
15068 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15071 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
15073 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
15074 in order to keep context in SELinux.
15076 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
15078 * dired-aux.el (dired-query): Place cursor in echo area and allow
15081 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
15082 menu item if not on a directory (Bug#4701).
15084 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
15086 Sync with Tramp 2.1.17.
15088 * net/tramp.el (tramp-handle-copy-directory): Don't use
15089 `file-remote-p' (due to compatibility).
15091 * net/tramp-compat.el (tramp-compat-copy-directory)
15092 (tramp-compat-delete-directory): New defuns.
15094 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15095 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15096 Use `tramp-compat-delete-directory'.
15098 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
15099 (tramp-smb-handle-delete-directory):
15100 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
15102 * net/trampver.el: Update release number.
15104 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
15106 * tar-mode.el (tar-copy): Call write-region on the right buffer
15109 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
15110 by hand, if necessary (Bug#4878).
15112 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
15114 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
15115 align size column (Bug#4839).
15117 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
15120 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
15122 * progmodes/ld-script.el (auto-mode-alist):
15123 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
15125 * cus-face.el (custom-declare-face): Purecopy face spec.
15127 2009-11-06 Kenichi Handa <handa@m17n.org>
15129 * international/uni-bidi.el: Re-generated.
15130 * international/uni-category.el: Re-generated.
15131 * international/uni-combining.el: Re-generated.
15132 * international/uni-mirrored.el: Re-generated.
15134 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
15136 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
15137 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
15138 (tex-start-options, slitex-run-command, latex-run-command)
15139 (tex-run-command, tex-directory):
15140 * textmodes/ispell.el (ispell-html-skip-alists)
15141 (ispell-tex-skip-alists, ispell-tex-skip-alists):
15142 * textmodes/fill.el (adaptive-fill-first-line-regexp):
15143 (adaptive-fill-regexp):
15144 * textmodes/dns-mode.el (auto-mode-alist):
15145 * progmodes/python.el (interpreter-mode-alist):
15146 * progmodes/etags.el (tags-compression-info-list):
15147 * progmodes/etags.el (tags-file-name):
15148 * net/browse-url.el (browse-url-galeon-program)
15149 (browse-url-firefox-program):
15150 * mail/sendmail.el (mail-signature-file)
15151 (mail-citation-prefix-regexp):
15152 * international/mule-conf.el (eight-bit):
15153 * international/latexenc.el (latex-inputenc-coding-alist):
15154 * international/fontset.el (x-pixel-size-width-font-regexp):
15155 * emacs-lisp/warnings.el (warning-type-format):
15156 * emacs-lisp/trace.el (trace-buffer):
15157 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
15158 (emacs-lisp-mode-map):
15159 * calendar/holidays.el (holiday-solar-holidays)
15160 (holiday-bahai-holidays, holiday-islamic-holidays)
15161 (holiday-christian-holidays, holiday-hebrew-holidays)
15162 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
15163 (hebrew-holidays-1, holiday-oriental-holidays)
15164 (holiday-general-holidays):
15165 * x-dnd.el (x-dnd-known-types):
15166 * tool-bar.el (tool-bar):
15167 * startup.el (site-run-file):
15168 * shell.el (shell-dumb-shell-regexp):
15169 * rfn-eshadow.el (file-name-shadow-tty-properties)
15170 (file-name-shadow-properties):
15171 * paths.el (remote-shell-program, news-directory):
15172 * mouse.el ([C-down-mouse-3]):
15173 * menu-bar.el (menu-bar-tools-menu):
15174 * jka-cmpr-hook.el (jka-compr-load-suffixes)
15175 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
15176 (jka-compr-compression-info-list):
15177 * isearch.el (search-whitespace-regexp):
15178 * image-file.el (image-file-name-extensions):
15179 * find-dired.el (find-ls-option):
15180 * files.el (directory-listing-before-filename-regexp)
15181 (directory-free-space-args, insert-directory-program)
15182 (list-directory-brief-switches, magic-fallback-mode-alist)
15183 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
15184 (automount-dir-prefix):
15185 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
15186 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
15187 (face-font-registry-alternatives, face-font-registry-alternatives)
15188 (face-font-family-alternatives):
15189 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
15190 (facemenu-foreground-menu, facemenu-face-menu):
15191 * epa-hook.el (epa-file-name-regexp):
15192 * dnd.el (dnd-protocol-alist):
15193 * textmodes/rst.el (auto-mode-alist):
15194 * button.el (default-button): Purecopy strings.
15196 2009-11-06 Glenn Morris <rgm@gnu.org>
15198 * Makefile.in (ELCFILES): Update.
15200 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15202 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
15203 * emacs-lisp/levents.el: Move to obsolete/levents.el.
15205 * nxml/xsd-regexp.el (xsdre-gen-categories):
15206 * nxml/xmltok.el (xmltok-parse-entity):
15207 * nxml/rng-parse.el (rng-parse-validate-file):
15208 * nxml/rng-maint.el (rng-format-manual)
15209 (rng-manual-output-force-new-line):
15210 * nxml/rng-loc.el (rng-save-schema-location-1):
15211 * nxml/rng-cmpct.el (rng-c-parse-file):
15212 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
15213 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
15215 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
15217 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
15218 Remove extra save-excursions and make-variable-buffer-local's.
15219 Suggested by Stefan Monnier.
15221 (verilog-getopt-file, verilog-module-inside-filename-p)
15222 (verilog-set-define): Merge GNU 1.35 and repair changes from
15223 switching to using with-current-buffer.
15225 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
15226 being treated as a number and confusing AUTORESET.
15227 Reported by Dan Dever.
15229 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
15230 Add verilog-auto-ignore-concat to fix backward compatibility with
15231 older verilog-modes. Reported by Dan Katz.
15233 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
15234 containing closing anchors "...$".
15236 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
15237 Reported by Wade Smith.
15239 (verilog-batch-execute-func): Comment on function usage.
15241 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
15243 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
15246 (verilog-label-re, verilog-calc-1): Support proper indent of named
15249 (verilog-backward-token, verilog-basic-complete-re)
15250 (verilog-beg-of-statement, verilog-indent-re): Support proper
15251 indent of the assert statement at the beginning of a block of text.
15253 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
15254 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
15257 2009-11-05 Glenn Morris <rgm@gnu.org>
15259 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
15260 Emacs 19. (Bug#1531)
15261 (byte-compile-fix-header): Update for the above change.
15262 Drop test for epoch::version.
15264 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
15265 * cus-dep.el (custom-make-dependencies):
15266 * finder.el (finder-compile-keywords):
15267 Use autoload-rubric's feature argument.
15269 * calendar/diary-lib.el (top-level): Make load behave more like require.
15271 * vc-git.el (vc-git-stash-map): Move definition before use.
15273 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15275 * custom.el (custom-declare-group): Purecopy standard-value.
15276 (custom-declare-group): Purecopy custom-prefix.
15278 * international/mule.el (load-with-code-conversion):
15279 Call do-after-load-evaluation unconditionally.
15281 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
15283 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15285 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
15287 2009-11-04 Glenn Morris <rgm@gnu.org>
15289 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
15290 (byte-compile-compatibility): Remove option.
15291 (byte-compile-close-variables, byte-compile-fix-header)
15292 (byte-compile-insert-header, byte-compile-output-docform)
15293 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
15294 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
15295 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
15296 (byte-compile-insert, byte-compile-defun):
15297 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
15298 (byte-defop-compiler19): Remove.
15299 Without byte-compile-compatibility, the 'emacs19-opcode property is not
15300 used by anything. Replace all calls with byte-defop-compiler.
15302 2009-11-04 Juri Linkov <juri@jurta.org>
15304 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
15305 (menu-bar-options-menu): Don't quote the `prop' arg of
15306 `menu-bar-make-mm-toggle'.
15308 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
15310 * calendar/calendar.el (cal-loaddefs):
15311 * calendar/diary-lib.el (diary-loaddefs):
15312 * calendar/holidays.el (hol-loaddefs):
15313 * eshell/esh-module.el (esh-groups): Load rather than require.
15315 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
15317 * calendar/todo-mode.el (todo-add-category): Don't hardcode
15319 (todo-top-priorities): Only display-buffer when called interactively.
15320 (todo-item-start): Don't save excursion point.
15321 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
15322 (todo-insert-item-here, todo-file-item, todo-remove-item):
15323 Adjust uses of todo-item-start and todo-item-end.
15325 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
15326 (autoload-rubric): Don't use any more.
15328 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
15329 and only put a prop if it is non-nil.
15331 2009-11-03 Juri Linkov <juri@jurta.org>
15333 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
15334 (menu-bar-options-menu): Fix list quoting (Bug#4429).
15336 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
15337 and "Menu" to make top-level menu item visually one unit (like
15338 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
15339 multi-word menu items). Fix :help string for quit-window.
15341 2009-11-03 Glenn Morris <rgm@gnu.org>
15343 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
15344 (byte-compile-file-form-define-abbrev-table)
15345 (byte-compile-file-form-custom-declare-variable)
15346 (byte-compile-variable-ref, byte-compile-defvar):
15347 Whether or not a warning is enabled should only affect whether we issue
15348 the warning, not whether or not we collect the relevant data.
15349 Eg warnings can be turned on and off throughout the course of a file.
15351 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
15352 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
15354 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
15356 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
15357 * play/mpuz.el (mpuz-create-buffer):
15358 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
15359 (lm-print-y,s,noise, lm-print-w0, lm-init):
15360 * play/gomoku.el (gomoku-prompt-for-move):
15361 * play/fortune.el (fortune-in-buffer):
15362 * play/dissociate.el (dissociated-press):
15363 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
15364 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
15365 * mail/supercite.el (sc-eref-show):
15366 * mail/smtpmail.el (smtpmail-send-it):
15367 * mail/rmailsum.el (rmail-summary-next-labeled-message)
15368 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
15369 (rmail-summary-undelete-many, rmail-summary-rmail-update)
15370 (rmail-summary-goto-msg, rmail-summary-expunge)
15371 (rmail-summary-get-new-mail, rmail-summary-search-backward)
15372 (rmail-summary-add-label, rmail-summary-output-menu)
15373 (rmail-summary-output-body):
15374 * mail/rfc822.el (rfc822-addresses):
15375 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
15376 * mail/mailpost.el (post-mail-send-it):
15377 * mail/hashcash.el (hashcash-generate-payment):
15378 * mail/feedmail.el (feedmail-run-the-queue)
15379 (feedmail-queue-send-edit-prompt-help-first)
15380 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
15381 (feedmail-deduce-address-list):
15382 * eshell/esh-ext.el (eshell-remote-command):
15383 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
15384 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
15385 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
15386 (viper-save-string-in-file, viper-valid-marker):
15387 * emulation/viper-keym.el (viper-toggle-key):
15388 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
15389 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
15390 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
15391 * emulation/viper-cmd.el (viper-exec-form-in-vi)
15392 (viper-exec-form-in-emacs, viper-brac-function):
15393 * emulation/viper.el (viper-delocalize-var):
15394 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
15395 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
15396 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
15397 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
15398 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
15399 * emulation/edt.el (edt-electric-helpify):
15400 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15401 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
15402 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
15403 (cua-indent-to-global-mark-column):
15404 * calendar/diary-lib.el (calendar-mark-1):
15405 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
15406 Use with-current-buffer.
15407 * emulation/viper.el (viper-delocalize-var): Use dolist.
15409 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
15411 * comint.el (comint-replace-by-expanded-history-before-point):
15412 Replace !! with the previous input string literally (Bug#1795).
15414 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
15416 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
15417 to be made up of whitespace.
15419 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
15421 * minibuffer.el (read-file-name): Don't use file dialogs for
15422 remote directories (Bug#99).
15424 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
15426 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
15428 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
15430 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
15431 instead of deleting the window or frame.
15433 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
15435 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
15436 Support face colors.
15438 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
15439 New function. Support face colors (Bug#1168).
15440 (tex-common-initialization): Use it.
15442 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
15443 mode allows it (Bug#1168).
15445 2009-10-31 Juri Linkov <juri@jurta.org>
15447 * facemenu.el (list-colors-display): Don't mark buffer as
15448 modified (Bug#3948).
15450 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
15452 * international/mule-diag.el (list-character-sets-1):
15453 Minor message fix (Bug#3526).
15455 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
15456 Fix face property (Bug#4834).
15457 (etags-list-tags, etags-tags-apropos-additional)
15458 (etags-tags-apropos, tags-select-tags-table): Add follow-link
15461 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
15464 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15466 * textmodes/two-column.el (2C-split):
15467 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
15468 * textmodes/tex-mode.el (tex-set-buffer-directory):
15469 * textmodes/spell.el (spell-region, spell-string):
15470 * textmodes/reftex.el (reftex-erase-buffer):
15471 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
15472 * textmodes/reftex-toc.el (reftex-toc-promote-action):
15473 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
15474 (reftex-select-item):
15475 * textmodes/reftex-ref.el (reftex-label-info-update)
15476 (reftex-offer-label-menu):
15477 * textmodes/reftex-index.el (reftex-index-change-entry)
15478 (reftex-index-phrases-info):
15479 * textmodes/reftex-global.el (reftex-create-tags-file)
15480 (reftex-save-all-document-buffers, reftex-ensure-write-access):
15481 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
15482 (reftex-view-crossref-from-bibtex):
15483 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
15484 (reftex-extract-bib-entries-from-thebibliography)
15485 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
15486 * textmodes/refbib.el (r2b-capitalize-title):
15487 (r2b-convert-buffer, r2b-help):
15488 * textmodes/page-ext.el (pages-directory)
15489 (pages-directory-goto-with-mouse):
15490 * textmodes/bibtex.el (bibtex-validate-globally):
15491 * textmodes/bib-mode.el (bib-capitalize-title):
15492 * textmodes/artist.el (artist-clear-buffer, artist-system):
15493 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
15494 (local-set-scheme-interaction-buffer, xscheme-process-filter)
15495 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
15496 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
15497 (xscheme-send-control-g-interrupt, xscheme-start-process)
15498 (xscheme-process-sentinel, xscheme-cd):
15499 * progmodes/verilog-mode.el (verilog-read-always-signals)
15500 (verilog-set-define, verilog-getopt-file)
15501 (verilog-module-inside-filename-p):
15502 * progmodes/sh-script.el:
15503 * progmodes/python.el (python-pdbtrack-get-source-buffer)
15504 (python-pdbtrack-grub-for-buffer, python-execute-file):
15505 * progmodes/octave-inf.el (inferior-octave):
15506 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15507 (idlwave-shell-compile-helper-routines, idlwave-set-local)
15508 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
15509 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
15510 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
15511 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
15512 (idlwave-shell-filter, idlwave-shell-examine-highlight)
15513 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
15514 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
15515 (idlwave-shell-examine-display, idlwave-shell-run-region)
15516 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
15517 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
15518 * progmodes/idlw-help.el (idlwave-help-get-special-help)
15519 (idlwave-help-get-help-buffer):
15520 * progmodes/gud.el (gud-basic-call, gud-find-class)
15521 (gud-tooltip-activate-mouse-motions-if-enabled):
15522 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15523 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
15524 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
15525 (ebrowse-tags-next-file):
15526 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
15527 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
15528 (ebnf-eps-finish-and-write):
15529 * progmodes/cpp.el (cpp-edit-save):
15530 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
15531 * progmodes/cc-defs.el (c-emacs-features):
15532 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
15533 (antlr-directory-dependencies):
15534 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
15535 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
15536 (ada-find-any-references, ada-make-filename-from-adaname)
15537 (ada-make-body-gnatstub):
15538 * obsolete/rnews.el (news-list-news-groups):
15539 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
15540 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
15541 * net/rcirc.el (rcirc-debug):
15542 * net/newst-treeview.el (newsticker--treeview-list-add-item)
15543 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
15544 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
15545 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
15546 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
15547 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
15548 (newsticker--treeview-list-clear-highlight)
15549 (newsticker--treeview-list-update-highlight)
15550 (newsticker--treeview-list-highlight-start)
15551 (newsticker--treeview-tree-update-highlight)
15552 (newsticker--treeview-get-selected-item)
15553 (newsticker-treeview-mark-list-items-old)
15554 (newsticker--treeview-set-current-node):
15555 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15556 * net/newst-backend.el (newsticker--get-news-by-funcall)
15557 (newsticker--get-news-by-wget, newsticker--image-get)
15558 (newsticker--image-sentinel):
15559 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
15560 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
15561 (eudc-ph-close-session):
15562 * net/eudc.el (eudc-save-options):
15563 * language/thai-word.el (thai-update-word-table):
15564 * language/japan-util.el (japanese-string-conversion):
15565 * international/titdic-cnv.el (tsang-quick-converter)
15566 (ziranma-converter, ctlau-converter):
15567 * international/mule-cmds.el (describe-language-environment):
15568 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
15569 (skkdic-convert-postfix, skkdic-convert-prefix):
15570 (skkdic-convert-okuri-nasi, skkdic-convert):
15571 * emacs-lisp/re-builder.el (reb-update-overlays):
15572 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
15573 * emacs-lisp/gulp.el (gulp-send-requests):
15574 * emacs-lisp/find-gc.el (trace-call-tree):
15575 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
15576 (eieio-describe-generic):
15577 * emacs-lisp/eieio-base.el (eieio-persistent-read):
15578 * emacs-lisp/edebug.el (edebug-outside-excursion):
15579 * emacs-lisp/debug.el (debugger-make-xrefs):
15580 * emacs-lisp/cust-print.el (custom-prin1-to-string):
15581 * emacs-lisp/chart.el (chart-new-buffer):
15582 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
15583 Use with-current-buffer.
15584 * textmodes/artist.el (artist-system): Don't call
15585 copy-sequence on a fresh string.
15586 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
15588 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
15590 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
15591 is no item to edit. (Bug#4820)
15592 (todo-top-priorities): Restore point and restore narrowing in Todo
15595 2009-10-31 Glenn Morris <rgm@gnu.org>
15597 * net/ange-ftp.el (top-level): Don't require dired when compiling.
15598 (comint-last-output-start, comint-last-input-start)
15599 (comint-last-input-end): Don't defvar when compiling.
15600 (ange-ftp-process-file): Use bound-and-true-p.
15602 * pcmpl-rpm.el (top-level): Move provide statement to end.
15603 (pcmpl-rpm): Remove unused custom group.
15605 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
15607 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
15609 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15610 (byte-compile-warnings): Add `constants' as an option.
15611 (byte-compile-callargs-warn, byte-compile-arglist-warn)
15612 (display-call-tree): Update for byte-compile-fdefinition possibly
15613 returning `(macro lambda ...)'. (Bug#4778)
15614 (byte-compile-variable-ref, byte-compile-setq-default):
15615 Respect `constants' member of byte-compile-warnings.
15617 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15619 * vc-bzr.el (vc-bzr-revision-keywords): New var.
15620 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
15623 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15625 * textmodes/ispell.el (ispell-skip-region-alist):
15626 * international/mule-conf.el (eight-bit):
15627 * international/fontset.el (font-encoding-alist):
15628 * startup.el (pure-space-overflow-message):
15629 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
15630 * paths.el (gnus-nntp-service, rmail-spool-directory)
15631 (term-file-prefix):
15632 * files.el (save-some-buffers-action-alist):
15633 * cmuscheme.el (same-window-buffer-names):
15634 * ielm.el (same-window-buffer-names):
15635 * shell.el (same-window-buffer-names):
15636 * mail/sendmail.el (same-window-buffer-names):
15637 * progmodes/inf-lisp.el (same-window-buffer-names):
15638 * bindings.el (mode-line-client)
15639 (mode-line-column-line-number-mode-map):
15640 * language/tibetan.el (tibetan-precomposition-rule-regexp)
15641 (tibetan-precomposed-regexp): Purecopy string arguments.
15643 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15645 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
15646 (calcDigit-nondigit):
15647 * calc/calc-yank.el (calc-copy-to-buffer):
15648 * calc/calc-units.el (calc-invalidate-units-table):
15649 * calc/calc-trail.el (calc-trail-yank):
15650 * calc/calc-store.el (calc-insert-variables):
15651 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15652 * calc/calc-prog.el (calc-read-parse-table):
15653 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15654 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15655 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15656 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15657 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15658 (calc-graph-name, calc-graph-find-command, calc-graph-view)
15659 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15660 * calc/calc-ext.el (calc-realign):
15661 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15662 (calc-embedded-finish-edit, calc-embedded-make-info)
15663 (calc-embedded-finish-command, calc-embedded-stack-change):
15664 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15666 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15667 shell-dynamic-complete-filename in preference to
15668 comint-dynamic-complete-filename.
15670 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15671 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15672 Don't consider whether the display supports colors.
15673 (bookmark-import-new-list): Use dolist.
15674 (bookmark-bmenu-mode-map): Move initialization into declaration.
15675 (bookmark-bmenu-list): Use dolist, simplify.
15676 (bookmark-show-all-annotations): Use save-selected-window and dolist.
15677 (menu-bar-final-items): Use push.
15679 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15681 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15682 it works on remote files.
15683 (vc-hg-diff): Don't pass any `--cwd' argument.
15685 2009-10-27 Kevin Ryde <user42@zip.com.au>
15687 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15688 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15689 (Further to Bug#3921).
15691 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
15693 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15694 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15695 calling `tramp-imap-put-file'. Add file size to the call.
15696 (tramp-imap-get-file-entries): Compute also user name, file size,
15698 (tramp-imap-handle-insert-directory): Insert uid and gid.
15699 (tramp-imap-handle-file-attributes): Transform uid and gid
15700 according to `id-format'.
15701 (tramp-imap-put-file): New optional parameter SIZE. Encode file
15702 size in header X-Size.
15704 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
15706 * simple.el (transpose-subr): Give clearer error when the mark
15707 is not set. (Bug#4807)
15709 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
15711 * net/tramp.el (tramp-perl-file-truename): New defconst.
15712 Perl code contributed by yary <not.com@gmail.com> (tiny change).
15713 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15714 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15715 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15717 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15718 Ignore `dired-call-process'.
15719 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15721 2009-10-26 Julian Scheid <julians37@gmail.com>
15723 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15724 (tramp-get-remote-readlink): New defun.
15725 (tramp-handle-file-truename): Use it.
15726 (tramp-handle-file-exists-p): Check file-attributes cache, assume
15727 file exists if cache value present.
15728 (tramp-check-cached-permissions): New defun.
15729 (tramp-handle-file-readable-p): Use it.
15730 (tramp-handle-file-writable-p): Likewise.
15731 (tramp-handle-file-executable-p): Likewise.
15732 (tramp-handle-file-name-all-completions): Try using Perl to get
15733 partial completions. When perl not available, combine `cd' and
15734 `ls' into single remote operation and use shell expansion to get
15735 partial remote directory contents. Set `file-exists-p' cache for
15736 directory and any files returned by ls. Change cache handling to
15737 support partial directory contents. Use error message emitted by
15738 remote `cd' or Perl code for local tramp-error.
15739 (tramp-do-copy-or-rename-file-directly): Avoid separate
15740 tramp-send-command-and-check call.
15741 (tramp-handle-process-file): Merge three remote ops into one.
15742 Do not flush all caches when `process-file-side-effects' is set.
15743 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15744 file-attributes shows uid/gid to be set already.
15746 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15748 * textmodes/tex-mode.el (tex-dvi-view-command)
15749 (tex-show-queue-command, tex-open-quote):
15750 * progmodes/ruby-mode.el (auto-mode-alist)
15751 (interpreter-mode-alist): Purecopy strings.
15753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15755 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15756 string for the hook, keymap and abbrev table.
15758 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15760 * x-dnd.el (x-dnd-xdnd-to-action):
15761 * startup.el (fancy-startup-text, fancy-about-text): Change to
15762 defconst from defvar.
15764 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15766 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15767 Purecopy initialization strings.
15769 * mail/sendmail.el (mail-header-separator)
15770 (mail-personal-alias-file):
15771 * mail/rmail.el (rmail-default-dont-reply-to-names)
15772 (rmail-ignored-headers, rmail-retry-ignored-headers)
15773 (rmail-highlighted-headers, rmail-secondary-file-directory)
15774 (rmail-secondary-file-regexp):
15775 * files.el (null-device, file-name-invalid-regexp)
15776 (locate-dominating-stop-dir-regexp)
15777 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
15778 (interpreter-mode-alist): Use mapcar instead of mapc.
15780 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15782 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15783 (completion-ignored-extensions):
15784 (debug-ignored-errors): Purecopy strings.
15786 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15788 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15789 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15790 (pcomplete--here): Use push.
15792 * subr.el (all-completions): Declare the 4th arg obsolete.
15794 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15796 * pcomplete.el (pcomplete-unquote-argument-function): New var.
15797 (pcomplete-unquote-argument): New function.
15798 (pcomplete--common-suffix): Always pay attention to case.
15799 (pcomplete--table-subvert): Quote and unquote the text.
15800 (pcomplete--common-quoted-suffix): New function.
15801 (pcomplete-std-complete): Use it and pcomplete-begin.
15803 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15804 we're inside a dedicated or minibuffer window.
15806 2009-10-24 Karl Fogel <kfogel@red-bean.com>
15808 * bookmark.el: Update documentation, especially documentation
15809 of `bookmark-alist' and of the bookmark file format.
15810 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
15812 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
15814 * mail/emacsbug.el (report-emacs-bug): Clarify that the
15815 keybindings apply to the mail buffer (Bug#4003). Shrink help
15818 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15819 (global-whitespace-mode, global-whitespace-newline-mode)
15820 (whitespace-toggle-options, global-whitespace-toggle-options):
15821 Doc fix (Bug#3660).
15823 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15824 of xmltok-start before the end tag was inserted (Bug#2840).
15826 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15827 patterns that are preceded by an open-paren (Bug#1320).
15829 2009-10-24 Sven Joachim <svenjoac@gmx.de>
15831 * files.el (delete-directory): Delete symlinks to directories with
15832 delete-file (Bug#4739).
15834 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15836 * vc.el (vc-backend-for-registration): Rename from
15837 vc-get-backend-for-registration. Update callers.
15839 * international/mule-cmds.el (set-language-info-alist):
15841 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15842 (charset): Purecopy the name.
15843 (define-char-code-property): Purecopy string arguments.
15845 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15846 Purecopy string arguments.
15848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15849 * ediff-hook.el (menu-bar-ediff-menu):
15850 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15851 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15853 2009-10-24 Glenn Morris <rgm@gnu.org>
15855 * comint.el (comint-dynamic-list-completions):
15856 * term.el (term-dynamic-list-completions): Use choose-completion rather
15857 than obsolete alias mouse-choose-completion.
15859 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15860 file-cache-choose-completion.
15861 (file-cache-choose-completion): Handle an optional event argument.
15862 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15864 * progmodes/octave-mod.el (octave-complete-symbol):
15865 Use choose-completion if mouse-choose-completion is ever removed.
15867 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15870 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15873 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15875 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15877 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15878 Ignore `pred' now that we receive one.
15879 Handle test-completion specially.
15881 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15883 * vc.el (vc-responsible-backend): Throw an error if not backend is
15884 found. Remove the REGISTER argument. Move the code dealing with
15886 (vc-get-backend-for-registration): ... here. New function.
15887 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15888 of vc-responsible-backend, pass the file name instead of the
15891 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15893 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15895 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15896 (pcomplete-comint-setup): Don't modify a global var via
15897 accidental side-effects.
15898 (pcomplete-shell-setup): Adjust call accordingly.
15899 (pcomplete-parse-comint-arguments): Use push.
15901 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
15903 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15904 Allow uncapitalized info node names (Bug#3921).
15906 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15907 to the DEBUG file (Bug#3781).
15909 2009-10-23 Jari Aalto <jari.aalto@cante.net>
15911 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15912 dictionary entry (Bug#4579).
15914 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
15916 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15917 from `rfn-eshadow-update-overlay-hook' when unloading.
15918 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15919 "rsyncc". Adjust doc string.
15920 (tramp-temp-buffer-file-name): New buffer-local defvar.
15921 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15922 Keep temporary file when indicated by method ("rsync" and
15924 (tramp-handle-write-region): Handle APPEND.
15925 (tramp-delete-temp-file-function): New defun. Added to
15926 `kill-buffer-hook'.
15928 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
15930 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15932 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15934 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15935 (color-name-rgb-alist, tty-standard-colors)
15936 (tty-color-mode-alist): Change to defconst.
15938 * simple.el (mark-inactive): Purecopy message.
15940 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15941 (global-map, yank-menu):
15942 * textmodes/ispell.el (ispell-menu-map):
15943 * net/eudc.el (eudc-tools-menu):
15944 * international/mule-cmds.el (describe-language-environment-map)
15945 (setup-language-environment-map, set-coding-system-map)
15946 (mule-menu-keymap):
15947 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15948 * replace.el (occur-mode-map):
15949 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15951 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15953 * calc/calc.el (math-read-number, math-read-number-simple):
15954 Use `save-match-data'.
15956 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15958 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15959 rather than fiddling with global-map bindings, since it should only
15960 affect per-terminal settings.
15961 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15963 * minibuffer.el (completion-table-with-terminator): Allow to specify
15964 the terminator-regexp.
15966 * simple.el (switch-to-completions): Look for *Completions* in other
15969 * pcomplete.el: Allow the use of completion-tables.
15970 (pcomplete-std-complete): New command.
15971 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15972 (pcomplete--here): Use a function for `form' rather than an expression,
15973 so it can be byte-compiled.
15974 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15975 Add edebug declaration.
15976 (pcomplete-show-completions): Remove unused var `curbuf'.
15977 (pcomplete-do-complete, pcomplete-stub):
15978 Don't assume `completions' is a list of strings any more.
15980 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
15982 * find-dired.el (find-name-arg): Fix typo in docstring.
15984 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15986 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15987 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15989 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15992 * comint.el (comint-read-input-ring, comint-write-input-ring)
15993 (comint-substitute-in-file-name)
15994 (comint-dynamic-complete-as-filename)
15995 (comint-dynamic-simple-complete)
15996 (comint-dynamic-list-filename-completions)
15997 (comint-dynamic-list-completions)
15998 (comint-redirect-results-list-from-process): Minor simplifications.
16000 2009-10-21 Kevin Ryde <user42@zip.com.au>
16002 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16003 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16004 the first form. And insert a blank line after ";;; Code" since
16005 that's usual style. (Bug#4612)
16007 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16009 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16011 * minibuffer.el (completion-table-with-terminator): Properly implement
16012 boundaries, in case `terminator' appears in the suffix.
16013 (completion--embedded-envvar-table): Don't return boundaries if
16014 there's no valid completion. Simplify.
16015 (completion-file-name-table): New completion table extracted from
16016 completion--file-name-table.
16017 (completion--file-name-table): Use it.
16018 (read-file-name-predicate): Declare obsolete.
16019 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16020 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16021 completion-file-name-table, and use the `pred' argument.
16022 * files.el (locate-file-completion-table): Use the `pred' arg rather
16023 than read-file-name-predicate.
16024 (abbreviate-file-name): Use \` rather than ^ for BOS.
16026 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16028 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16029 vc-responsible-backend to register, it causes problems.
16031 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16033 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16035 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
16037 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16038 (tramp-smb-handle-file-attributes): Use it.
16039 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
16040 (tramp-smb-handle-insert-directory): Use `mapc' rather than
16041 `mapcar'. Use `tramp-smb-get-stat-capability'.
16042 Add `dired-filename' text properties.
16043 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
16044 (tramp-smb-maybe-open-connection): Simplify check for smbclient
16047 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16049 * subr.el (read-key-delay): Reduce to 0.01.
16050 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16053 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16055 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16057 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16058 (Info-menu): Remove unused vars `last' and `completions'.
16059 (Info-index-nodes): Remove unused var `node'.
16061 * info.el (Info-complete-menu-item): Use complete-with-action.
16063 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16065 Make vc-annotate work through copies and renames.
16066 * vc-annotate.el (vc-annotate-extract-revision-at-line):
16067 Return the file name too.
16068 (vc-annotate-revision-at-line)
16069 (vc-annotate-find-revision-at-line)
16070 (vc-annotate-revision-previous-to-line)
16071 (vc-annotate-show-log-revision-at-line): Update to get the file
16072 name from vc-annotate-extract-revision-at-line.
16073 (vc-annotate-show-diff-revision-at-line-internal): Change the
16074 argument to mean whether to show a file diff or not. Get the file
16075 name from vc-annotate-extract-revision-at-line.
16076 (vc-annotate-show-diff-revision-at-line):
16077 Update vc-annotate-show-diff-revision-at-line call.
16078 (vc-annotate-warp-revision): Add an optional file argument.
16080 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
16081 (vc-git-annotate-extract-revision-at-line): Also return the file
16084 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
16085 command. Remove unused code.
16086 (vc-hg-annotate-re): Update to match --follow output.
16087 (vc-hg-annotate-extract-revision-at-line): Also return the file
16090 * vc.el: Update annotate-extract-revision-at-line documentation.
16092 2009-10-18 Kevin Ryde <user42@zip.com.au>
16094 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
16095 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
16097 * net/browse-url.el (browse-url): Identify alist with "consp and
16098 not functionp" and let all other things go down the `apply' leg,
16099 as suggested by Stefan. (Further to bug#4531.)
16101 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
16103 * minibuffer.el (read-file-name): Check for repeat before putting
16104 a default argument in file-name-history (Bug#4657).
16106 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
16107 read syntax (Bug#4737).
16109 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
16111 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16113 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
16114 (html-tag-alist, html-tag-help): Add descriptions for undocumented
16115 entries and make note of obsolete tags.
16117 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16119 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
16121 2009-10-18 Glenn Morris <rgm@gnu.org>
16123 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
16124 grep, so that binary files (eg international/uni-bidi.el) can match.
16125 Remove test for "UnicodeData" files, since it is hopefully unnecessary
16126 now, and in any case the file header format has changed.
16128 2009-10-17 Glenn Morris <rgm@gnu.org>
16130 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
16131 (flyspell-get-word, flyspell-large-region)
16132 (flyspell-auto-correct-previous-word): Doc/error message fixes.
16134 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
16136 * Makefile.in (ELCFILES): Add ede/shell.
16138 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16140 * term/common-win.el (x-colors): Purecopy it.
16142 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16144 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
16145 permissive for when the buffer is empty.
16146 (tar-header-block-tokenize): Decode the username and groupname.
16147 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
16149 2009-10-17 Eric Ludlam <zappo@gnu.org>
16151 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
16152 contains multibyte characters, choose first applicable coding
16153 system automatically.
16155 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16157 * international/mule-cmds.el (select-safe-coding-system): If the file
16158 has a coding cookie, use it regardless of any other setting (bug#4712).
16160 2009-10-17 Glenn Morris <rgm@gnu.org>
16162 * foldout.el (foldout-mouse-swallow-events):
16163 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
16165 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
16166 (dired-keep-marker-copy, dired-keep-marker-hardlink)
16167 (dired-keep-marker-symlink, dired-dwim-target)
16168 (dired-copy-preserve-time): Do not autoload these defcustoms.
16170 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
16171 messages from messing up the file coding. (Bug#4623)
16173 2009-10-17 Jari Aalto <jari.aalto@cante.net>
16175 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
16176 if no match is found for the current dictionary. (Bug#4578)
16178 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
16179 optional, since that is how it is documented, and this is often called
16180 with a nil argument. (Bug#4577)
16181 (flyspell-external-point-words, flyspell-auto-correct-word)
16182 (flyspell-correct-word-before-point, flyspell-word-search-forward)
16183 (flyspell-word-search-backward): Remove nil argument in calls to
16184 flyspell-get-word, since it is not needed now.
16186 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
16188 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
16190 2009-10-16 Glenn Morris <rgm@gnu.org>
16192 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
16194 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
16196 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
16197 (ange-ftp-file-size): New function.
16198 (ange-ftp-file-attributes): Use it.
16200 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
16202 * net/tramp-smb.el (tramp-smb-version): New defvar.
16203 (tramp-smb-maybe-open-connection): Use it, in order to avoid
16206 2009-10-16 Glenn Morris <rgm@gnu.org>
16208 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
16209 Maybe copy some custom properties from old to new name. (Bug#4706)
16211 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
16213 * subr.el (error, sit-for, start-process-shell-command)
16214 (start-file-process-shell-command): Set the calling convention
16215 after the function definition.
16217 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16219 * subr.el (error, sit-for, start-process-shell-command)
16220 (start-file-process-shell-command): Use the new
16221 set-advertised-calling-convention feature.
16223 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
16225 * international/ucs-normalize.el (ucs-normalize-version):
16227 (check-range): Adjust for Unicode 5.2.
16229 2009-10-15 Juri Linkov <juri@jurta.org>
16231 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
16232 to the `menu-item' format.
16234 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
16236 * net/tramp.el (tramp-replace-environment-variables): Do not fail
16237 if the environment variable does not exist.
16239 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16240 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
16242 (tramp-smb-handle-add-name-to-file)
16243 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16244 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16245 (tramp-smb-handle-file-attributes)
16246 (tramp-smb-do-file-attributes-with-stat)
16247 (tramp-smb-handle-file-local-copy)
16248 (tramp-smb-handle-insert-directory)
16249 (tramp-smb-handle-make-directory)
16250 (tramp-smb-handle-make-directory-internal)
16251 (tramp-smb-handle-make-symbolic-link)
16252 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
16253 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
16254 (tramp-smb-maybe-open-connection): Apply the changed parameters.
16255 (tramp-smb-read-file-entry): Read Disk names in compressed format.
16256 Handle long file names.
16257 (tramp-smb-get-cifs-capabilities): Check, whether the connection
16258 process is running.
16259 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
16260 Read share names with "-g" option.
16262 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
16264 * net/rcirc.el (rcirc-view-log-file): New command.
16265 (rcirc-track-minor-mode-map): Remove C-c ` binding.
16266 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
16269 2009-10-15 Glenn Morris <rgm@gnu.org>
16271 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
16272 from the second command-line argument.
16273 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
16274 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
16275 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
16276 w32-batch-update-autoloads.
16277 * emacs-lisp/autoload.el (autoload-make-program): New variable.
16278 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
16280 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
16281 the headers cannot be located. Simplify, subtracting superflous
16284 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16286 Replace completion-base-size by completion-base-position to fix bugs
16287 such as (bug#4699).
16288 * simple.el (completion-base-position): New var.
16289 (completion-base-size): Mark as obsolete.
16290 (choose-completion): Make it work for mouse events as well.
16291 Pass the new base-position to choose-completion-string.
16292 (choose-completion-guess-base-position): New function, extracted from
16293 choose-completion-delete-max-match.
16294 (choose-completion-delete-max-match): Use it. Make obsolete.
16295 (choose-completion-string): Use the new base-position info.
16296 (completion-root-regexp): Delete.
16297 (completion-setup-function): Preserve completion-base-position.
16298 Eliminate obsolete base-size manipulation.
16299 * minibuffer.el (display-completion-list): Don't mess with base-size.
16300 (minibuffer-completion-help): Set completion-base-position instead.
16301 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
16303 * textmodes/bibtex.el (bibtex-complete):
16304 * emacs-lisp/crm.el (crm--choose-completion-string):
16305 Adjust to new calling convention.
16306 * complete.el (partial-completion-mode): Use minibufferp to avoid
16307 bumping into incompatible change to choose-completion-string-functions.
16308 * ido.el (ido-choose-completion-string): Make its calling convention
16310 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
16311 base-size manipulation.
16312 (comint-dynamic-list-input-ring): Use dotimes and push.
16313 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
16314 fundamental-mode. Use `or'.
16316 2009-10-14 Juri Linkov <juri@jurta.org>
16318 * misearch.el (multi-isearch-next-buffer-from-list)
16319 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
16321 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16323 * Makefile.in (compile-onefile): Load `bytecomp' rather than
16326 * minibuffer.el (completion-pcm--merge-completions): Make sure the
16327 string we return is all made up of text from the completions rather
16328 than part from the completions and part from the input (bug#4219).
16330 * ido.el (ido-everywhere): Use define-minor-mode.
16332 * buff-menu.el (list-buffers, ctl-x-map):
16333 Mark the entry points with ;;;###autoload cookies.
16335 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
16337 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
16338 correctly in the detached head case.
16339 (vc-git-print-log): Remove unused binding.
16341 * vc.el (vc-responsible-backend): When a directory is passed for
16342 for registration create a VC repository if no backend is
16343 responsible for the directory argument.
16344 (vc-deduce-fileset): Tell vc-responsible-backend to register.
16346 * vc.el: Move comments about RCS and SCCS ...
16348 * vc-sccs.el: ... here, respectively.
16350 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16352 * minibuffer.el (completion--file-name-table): Return nil if there's
16353 no file completion, even if substitute-in-file-name changed
16354 the string (bug#4708).
16356 2009-10-13 Juri Linkov <juri@jurta.org>
16358 * files-x.el (read-file-local-variable-value): Don't filter out
16359 minor modes from mode name completion (bug#4664).
16361 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
16363 * international/mule-cmds.el (ucs-names): Remove exclusion of
16364 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
16366 2009-10-13 Kenichi Handa <handa@m17n.org>
16368 * international/uni-name.el: Regenerated.
16370 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
16372 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
16373 should be automatically buffer-local, but isn't.)
16375 2009-10-12 Sam Steingold <sds@gnu.org>
16377 * progmodes/compile.el (compilation-next-error-function): Fix the
16378 timestamps if the buffer has been visited before.
16379 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
16380 non-anchored patterns, like the perl one (bug#3928).
16382 2009-10-12 Glenn Morris <rgm@gnu.org>
16384 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
16387 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
16389 * proced.el (proced-unload-function): New function.
16391 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
16392 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
16395 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
16397 2009-10-11 Juri Linkov <juri@jurta.org>
16399 * files-x.el (read-file-local-variable-value):
16400 Provide default value only for bound variables (bug#4664).
16402 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
16404 * net/tramp.el (tramp-local-host-p): Function shall return nil for
16405 connection methods like smb.
16407 * net/tramp-cache.el (tramp-flush-connection-property): The hash
16410 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16411 (tramp-smb-file-name-handler-alist): Add handlers for
16412 `add-name-to-file', `make-symbolic-link'.
16413 (tramp-smb-handle-add-name-to-file)
16414 (tramp-smb-do-file-attributes-with-stat)
16415 (tramp-smb-handle-make-symbolic-link)
16416 (tramp-smb-get-cifs-capabilities): New defuns.
16417 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16418 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16419 (tramp-smb-handle-file-local-copy)
16420 (tramp-smb-handle-make-directory-internal)
16421 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
16422 The file name syntax depends on cifs capabilities.
16423 (tramp-smb-handle-file-attributes):
16424 Call `tramp-smb-do-file-attributes-with-stat' if possible.
16425 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
16426 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
16428 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
16430 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
16431 (eieio-defclass): Apply deftype handler and setf-method properties
16433 (eieio-add-new-slot): Avoid union function from cl library.
16434 (eieio--typep): New function.
16435 (eieio-perform-slot-validation): Use it.
16437 2009-10-10 Karl Fogel <kfogel@red-bean.com>
16439 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
16440 Update documentation to refer to the variables documented in r1.135.
16443 2009-10-10 Karl Fogel <kfogel@red-bean.com>
16445 * bookmark.el (Info-suffix-list): Remove this unused variable.
16446 (bookmark-current-point): Remove this obsolete variable.
16447 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
16448 Adjust for removal of bookmark-current-point.
16450 (bookmarks-already-loaded, bookmark-current-buffer)
16451 (bookmark-yank-point): Document. (Bug#4188)
16453 2009-10-10 Glenn Morris <rgm@gnu.org>
16455 * frame.el (frame-height): Doc fix.
16457 * calendar/calendar.el (calendar-split-width-threshold): New option.
16458 (calendar-basic-setup): Use calendar-split-width-threshold.
16460 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
16462 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
16463 Ideographic Supplement" range (U+1F200..U+1F2FF).
16465 2009-10-09 Karl Fogel <kfogel@red-bean.com>
16467 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
16468 since the list will have been rebuilt anyway. (Bug#4349)
16470 2009-10-09 Karl Fogel <kfogel@red-bean.com>
16472 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
16473 (bookmark-bmenu-execute-deletions): Don't save here, as
16474 bookmark-delete will now do so if necessary.
16475 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
16478 2009-10-09 Glenn Morris <rgm@gnu.org>
16480 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
16482 2009-10-09 Karl Fogel <kfogel@red-bean.com>
16484 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
16485 (bookmark-jump-other-window): Just invoke bookmark-jump with new
16486 argument now, so the two function's behaviors will match. (Bug#3645)
16488 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
16490 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
16491 (tramp-file-name-real-host, tramp-file-name-port):
16492 Apply `save-match-data'.
16494 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
16495 case both directories are remote.
16496 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
16497 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
16499 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
16501 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
16503 2009-10-07 Glenn Morris <rgm@gnu.org>
16505 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
16508 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
16510 * files-x.el (read-file-local-variable): Include some
16511 non-user-variables in the completion table (bug#4664).
16513 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
16515 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
16518 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16519 (tramp-smb-file-name-handler-alist): Add handler for
16520 `copy-directory', `expand-file-name', `set-file-modes'.
16521 (tramp-smb-handle-copy-directory)
16522 (tramp-smb-handle-expand-file-name)
16523 (tramp-smb-handle-set-file-modes): New defuns.
16524 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
16525 (tramp-smb-handle-file-attributes): Simplify check for retrieving
16527 (tramp-smb-handle-insert-directory): Don't flush the cache.
16528 (tramp-smb-maybe-open-connection): Check for samba client and
16531 2009-10-07 Eli Zaretskii <eliz@gnu.org>
16533 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
16534 to not error out of search for "^lisp=" fails.
16536 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
16538 * makefile.w32-in (WINS_UPDATES): New macro.
16539 (custom-deps, finder-data, autoloads): Use it.
16541 2009-10-07 Glenn Morris <rgm@gnu.org>
16543 * Makefile.in (autoloads): Revert previous change.
16544 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
16545 the list of preloaded files passed on the command-line, get
16546 it from src/Makefile.
16548 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
16549 show the original buffer rather than a random one.
16551 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
16553 * help.el (describe-no-warranty): Place point in a slightly better
16554 position in the GPLv3 text.
16556 2009-10-06 Sam Steingold <sds@gnu.org>
16558 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
16559 the comm attribute is present before calling regexp-quote.
16561 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
16563 * play/animate.el (animate-string): For good effect, make sure
16564 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
16566 * play/animate.el (animate-sequence, animate-birthday-present):
16567 * misc.el (butterfly): Don't set `indent-tabs-mode'.
16569 2009-10-06 Glenn Morris <rgm@gnu.org>
16571 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
16573 * emacs-lisp/autoload.el (autoload-excludes): New variable.
16574 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
16575 (batch-update-autoloads): Process a string value of autoload-excludes,
16576 set during the build process.
16577 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
16579 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
16580 inside with-parsed... macro so that `v' is defined.
16582 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
16583 * progmodes/fortran.el (fortran-end-of-block)
16584 (fortran-beginning-of-block):
16585 Also push mark in the macro case.
16587 * emerge.el (emerge-show-file-name):
16588 * calc/calc.el (calc-quit):
16589 * calc/calc-misc.el (calc-big-or-small):
16590 * calc/calc-graph.el (calc-graph-view):
16591 * calc/calc-ext.el (calc-reset):
16592 * calendar/calendar.el (calendar-basic-setup):
16593 Use window-full-height-p.
16595 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
16596 header we don't understand, don't insert another. (Bug#4624)
16597 If changing mime charset, insert the new one in the right place.
16599 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
16601 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16602 (cal-tex-cursor-month): Correctly increment the end date for diary and
16603 holiday listing. (Bug#4626)
16605 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16607 * help-fns.el (describe-function-1): Don't burp if the function is not
16610 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
16612 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
16613 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
16614 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
16615 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
16617 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
16618 (eieio-default-superclass): Reflow docstrings.
16619 (this, class-option-assoc, defclass, eieio-class-un-autoload)
16620 (eieio-unbind-method-implementations, defmethod)
16621 (eieio-validate-slot-value, eieio-validate-class-slot-value)
16622 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
16623 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
16624 (eieio-slot-originating-class-p, eieio-slot-name-index)
16625 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
16626 (constructor, initialize-instance, no-next-method, object-print)
16627 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
16628 Fix typos in docstrings.
16629 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
16630 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
16631 (next-method-p): Doc fixes.
16632 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
16633 Fix typos in error messages.
16634 (eieio-defmethod): Fix typo in description of generic method.
16636 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
16637 (eieio-persistent-save-interactive, slot-missing):
16638 Fix typos in docstrings.
16639 (eieio-instance-inheritor-slot-boundp): Doc fix.
16641 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
16642 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
16644 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
16645 (eieio-custom-object-apply-reset):
16646 Fix typos in docstrings and error messages.
16648 * emacs-lisp/eieio-datadebug.el (data-debug-show):
16649 Fix typo in docstring.
16651 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16652 (eieio-browse-tree): Doc fix.
16653 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16654 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16655 Fix typos in docstrings.
16657 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16658 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16659 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16660 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16663 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16665 * vc-hg.el (log-view-vc-backend): Declare for compiler.
16666 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16667 Set log-view-vc-backend so that diff can work.
16669 * log-view.el (log-view-diff): Use vc-diff-internal instead of
16671 (vc-diff-internal): Autoload this instead of vc-version-diff.
16673 2009-10-05 Eli Zaretskii <eliz@gnu.org>
16675 * simple.el (eval-expression): Doc fix.
16677 * progmodes/cwarn.el (cwarn-mode): Doc fix.
16679 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
16681 * files.el (directory-files-no-dot-files-regexp): New defconst.
16682 (delete-directory): Use it.
16683 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
16685 * net/tramp.el (tramp-verbose): Fix docstring.
16686 (tramp-methods): Add recursive option to `tramp-copy-args'.
16687 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
16688 "scp1_old", "scp2_old", "rsync", "rsyncc".
16689 (tramp-default-method): Check also for `auth-source-user-or-password'.
16690 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16691 Add handler for `copy-directory'.
16692 (tramp-handle-copy-directory): New defun.
16693 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16694 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16695 Optimize sent command.
16697 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16699 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16700 window if necessary.
16702 * calendar/calendar.el (calendar-basic-setup): Don't call
16703 switch-to-buffer in a dedicated window.
16705 2009-10-05 Karl Fogel <kfogel@red-bean.com>
16707 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16708 don't do anything related to relocating, just return nil.
16709 (bookmark-error-no-filename): New error.
16710 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16711 bookmark has no file. Don't even attempt to handle things that
16712 are not files; the whole point of custom handlers is to keep that
16713 knowledge elsewhere anyway. Tighten some comments.
16714 (bookmark-file-or-variation-thereof): Remove now-unused function.
16715 (bookmark-location): Doc string fix.
16718 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16720 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16721 don't use a file dialog, because they usually don't know how to read
16722 a directory target from the user. (Bug#4230)
16723 Also, make sure the prompt can display directories as well as files.
16725 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16727 * bookmark.el (bookmark-set, bookmark-buffer-name):
16728 Improve doc strings. (Bug#1193)
16730 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16732 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16733 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16734 (bookmark-get-annotation, bookmark-set-annotation)
16735 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16736 (bookmark-set-position, bookmark-get-front-context-string)
16737 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16738 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16739 (bookmark-jump-other-window, bookmark-handle-bookmark)
16740 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16741 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16742 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16743 Improve doc strings to say whether bookmark can be a string or
16744 a record or both, and make other consistency and clarity fixes.
16745 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16746 (bookmark-default-annotation-text, bookmark-yank-word)
16747 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16748 (bookmark-import-new-list, bookmark-maybe-rename)
16749 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16750 (bookmark-bmenu-bookmark): Give these doc strings.
16751 (bookmark-bmenu-check-position): Give this a doc string, but also
16752 add a FIXME comment about how the function may be pointless.
16753 (bookmark-default-handler): Rework doc string and change a
16754 parameter name, to clarify that this takes a bookmark record
16755 not a bookmark name.
16756 (bookmark-set): Change a parameter name to indicate its meaning,
16757 and improve the doc string a bit.
16760 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16762 * bookmark.el (bookmark-alist): Document the new `handler' element
16763 in the param alist.
16764 (bookmark-make-record-function): Adjust documentation for above.
16767 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16769 * info.el (Info-bookmark-make-record): Document this function.
16770 (Info-bookmark-jump): Document with a doc string, not just a comment.
16773 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
16775 * files.el (copy-directory): New defun.
16777 * dired-aux.el (dired-copy-file-recursive): Use it.
16779 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
16781 * files-x.el (modify-dir-local-variable)
16782 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16785 * recentf.el (recentf-unload-function): New function.
16787 2009-10-04 Glenn Morris <rgm@gnu.org>
16789 * window.el (window-full-height-p): Add doc string.
16791 2009-10-04 Martin Rudalics <rudalics@gmx.at>
16793 * window.el (window-full-height-p): New function. (Bug#4543)
16795 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
16797 * vc.el: Remove commented out code.
16798 (vc-derived-from-dir-mode): Remove, unused.
16799 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16801 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
16803 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16804 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
16805 there could be recursive loading when `default-directory' is a
16806 remote file name. (Bug#4614)
16808 2009-10-03 Glenn Morris <rgm@gnu.org>
16810 * calendar/calendar.el (calendar-basic-setup): Handle the case where
16812 (calendar-generate-window): Test for shrinkability rather than width.
16814 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16815 reusing existing buffers, in case we happen to visit two files with the
16816 same basename. (Bug#4593)
16818 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16820 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16821 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16822 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16823 subdirs of cedet as well.
16824 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16826 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16828 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16829 Obey advertised-signature-table.
16831 * help-fns.el (help-function-arglist): Don't check
16832 advertised-signature-table.
16833 (describe-function-1): Do it here instead so it also applies to subrs.
16835 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
16837 * simple.el (start-file-process): Say in the doc-string, that file
16838 handlers might not support pty association, if PROGRAM is nil.
16840 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16841 HOST and USER are strings. They are nil, when there are
16842 incomplete entries in ~/.netrc, for example.
16843 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16844 root directory ("device busy" error otherwise).
16846 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16847 Flush file properties of created directory.
16849 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16851 * makefile.w32-in (WINS_BASIC): Remove cedet.
16852 (WINS_CEDET): Add cedet.
16853 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16855 2009-10-02 Kevin Ryde <user42@zip.com.au>
16857 * net/browse-url.el (browse-url): Pass any symbol in
16858 browse-url-browser-function to `apply', since if you've mistakenly put
16859 an unbound symbol then the error is clearer. (Bug#4531)
16861 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16863 * allout.el (allout-init, allout-back-to-current-heading)
16864 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16865 (allout-ascend, allout-up-current-level, allout-end-of-level)
16866 (allout-previous-visible-heading, allout-forward-current-level)
16867 (allout-backward-current-level, allout-show-children):
16868 * apropos.el (apropos-describe-plist):
16869 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16870 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16871 * completion.el (add-completion, add-permanent-completion):
16872 * descr-text.el (describe-text-category, describe-char):
16873 * desktop.el (desktop-lazy-abort):
16874 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16875 * dired.el (dired-build-subdir-alist):
16876 * ediff.el (ediff-version):
16877 * elide-head.el (elide-head, elide-head-show):
16878 * emerge.el (emerge-version):
16880 * face-remap.el (variable-pitch-mode):
16881 * faces.el (describe-face):
16882 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16884 * files.el (find-file-existing, auto-save-mode):
16885 * font-lock.el (font-lock-fontify-buffer):
16886 * help-fns.el (describe-function, describe-variable)
16887 (describe-syntax, describe-categories):
16888 * help.el (view-lossage, describe-bindings, describe-key)
16890 * hexl.el (hexl-current-address):
16891 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16892 * info.el (Info-goto-emacs-key-command-node):
16893 * log-edit.el (log-edit-insert-cvs-template)
16894 (log-edit-insert-cvs-rcstemplate):
16895 * menu-bar.el (menu-bar-mode):
16896 * mouse.el (mouse-appearance-menu):
16897 * newcomment.el (comment-indent-new-line):
16898 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16899 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16900 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16901 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16902 * recentf.el (recentf-mode):
16903 * savehist.el (savehist-mode, savehist-save):
16904 * shadowfile.el (shadow-copy-files):
16905 * simple.el (kill-ring-save, next-line, previous-line)
16906 (normal-erase-is-backspace-mode):
16907 * strokes.el (strokes-update-window-configuration)
16908 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16909 (strokes-xpm-for-stroke):
16910 * time.el (emacs-uptime, emacs-init-time):
16911 * tutorial.el (tutorial--describe-nonstandard-key)
16912 (tutorial--detailed-help):
16913 * type-break.el (type-break-mode)
16914 (type-break-mode-line-message-mode, type-break-query-mode)
16915 (type-break-guesstimate-keystroke-threshold):
16916 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16917 * version.el (emacs-version):
16918 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16919 * winner.el (winner-mode):
16920 * calendar/timeclock.el (timeclock-in, timeclock-out)
16921 (timeclock-status-string, timeclock-change)
16922 (timeclock-workday-remaining-string)
16923 (timeclock-workday-elapsed-string)
16924 (timeclock-when-to-leave-string):
16925 * calendar/todo-mode.el (todo-add-category):
16926 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16927 * emacs-lisp/autoload.el (update-file-autoloads):
16928 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16929 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16930 (checkdoc-message-text, checkdoc-defun):
16931 * emacs-lisp/debug.el (debugger-list-functions):
16932 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16933 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16934 (eieio-describe-generic):
16935 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16936 * emacs-lisp/shadow.el (list-load-path-shadows):
16937 * emulation/cua-base.el (cua-mode):
16938 * emulation/edt.el (edt-set-scroll-margins):
16939 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16940 (tpu-toggle-regexp, tpu-toggle-search-direction)
16941 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16942 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16943 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16944 (viper-set-parsing-style-toggling-macro)
16945 (viper-set-emacs-state-searchstyle-macros):
16946 * emulation/viper.el (viper-set-hooks):
16947 * eshell/esh-mode.el (eshell-truncate-buffer):
16948 * international/mule-cmds.el (prefer-coding-system)
16949 (describe-input-method, describe-language-environment):
16950 * international/mule-diag.el (list-character-sets)
16951 (describe-character-set, describe-coding-system)
16952 (describe-fontset, list-fontsets, list-input-methods):
16953 * mail/sendmail.el (mail-signature):
16954 * net/ange-ftp.el (ange-ftp-copy-file):
16955 * net/browse-url.el (browse-url):
16956 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16957 * net/quickurl.el (quickurl-add-url):
16958 * net/rcirc.el (names, topic):
16959 * net/xesam.el (xesam-mode):
16960 * play/5x5.el (5x5-new-game):
16961 * play/yow.el (apropos-zippy):
16962 * progmodes/ada-mode.el (ada-mode-version):
16963 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16965 (f90-beginning-of-block):
16966 * progmodes/fortran.el (fortran-end-of-block)
16967 (fortran-beginning-of-block):
16968 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16969 * progmodes/python.el (python-describe-symbol, python-shell):
16970 * term/ns-win.el (ns-print-buffer):
16971 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16972 * textmodes/flyspell.el (flyspell-mode-on):
16973 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16974 (pages-directory-for-addresses):
16975 * textmodes/table.el (table-recognize-cell)
16976 (table-query-dimension, table-generate-source)
16977 (table-insert-sequence, table--warn-incompatibility):
16978 * textmodes/tex-mode.el (tex-validate-buffer):
16979 * textmodes/texinfmt.el (texinfmt-version)
16980 (texinfo-format-buffer):
16981 Use `called-interactively-p' instead of `interactive-p'.
16983 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16985 * image-mode.el (image-toggle-display):
16986 * emacs-lisp/elp.el (elp-instrument-function):
16987 * emacs-lisp/advice.el (ad-make-advised-definition):
16988 * emacs-lisp/easy-mmode.el (define-minor-mode):
16989 * net/browse-url.el (browse-url-maybe-new-window):
16990 * progmodes/sh-script.el (sh-learn-buffer-indent):
16991 Pass new argument 'any to `called-interactively-p'.
16993 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
16995 * international/uni-bidi.el:
16996 * international/uni-category.el:
16997 * international/uni-combining.el:
16998 * international/uni-comment.el:
16999 * international/uni-decimal.el:
17000 * international/uni-decomposition.el:
17001 * international/uni-digit.el:
17002 * international/uni-lowercase.el:
17003 * international/uni-mirrored.el:
17004 * international/uni-name.el:
17005 * international/uni-numeric.el:
17006 * international/uni-old-name.el:
17007 * international/uni-titlecase.el:
17008 * international/uni-uppercase.el:
17009 Regenerate from Unicode 5.2.0 data.
17011 2009-10-01 Glenn Morris <rgm@gnu.org>
17013 * Makefile.in (ELCFILES): Regenerate.
17015 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17017 * subr.el (interactive-p): Mark obsolete.
17018 (called-interactively-p): Make the optional-ness of `kind' obsolete.
17019 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17020 advertised-signature-table for subroutines as well.
17022 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17023 (set-advertised-calling-convention): New function.
17024 (make-obsolete, define-obsolete-function-alias)
17025 (make-obsolete-variable, define-obsolete-variable-alias):
17026 Make the optional-ness of `when' obsolete.
17027 (define-obsolete-face-alias): Make `when' non-optional.
17028 * help-fns.el (help-function-arglist):
17029 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17030 Use advertised-signature-table.
17032 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
17034 * files.el (delete-directory): New defun. The original function
17035 in fileio.c has been renamed to `delete-directory-internal'.
17037 * dired.el (dired-delete-file): Call `delete-directory' with
17038 RECURSIVE parameter.
17040 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
17041 parameter RECURSIVE. Implementation is missing.
17043 * net/tramp.el (tramp-handle-make-directory): Flush upper
17044 directory's file properties.
17045 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
17046 (tramp-handle-dired-recursive-delete-directory): Flush directory
17047 properties after the remove command only.
17049 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17050 Handle optional parameter RECURSIVE.
17052 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17053 Handle optional parameter RECURSIVE.
17055 * net/tramp-smb.el (tramp-smb-errors): Add error message for
17056 connection timeout.
17057 (tramp-smb-handle-delete-directory): Handle optional parameter
17060 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17062 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17063 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17064 (byte-compile-defmacro): Use backquotes.
17066 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17068 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17069 has no associated file.
17070 (vc-resynch-buffer): Use vc-dir-buffers.
17072 2009-10-01 Glenn Morris <rgm@gnu.org>
17074 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
17075 (chart-file-count):
17076 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
17077 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
17078 * emacs-lisp/eieio-opt.el (eieio-describe-class):
17079 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
17080 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
17081 (eieio-copy-parents-into-subclass, make-instance, class-children)
17082 (eieio-generic-form):
17084 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
17085 match-data. (Bug#4555).
17087 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
17088 rather than parsing it as a regexp. This relaxes the layout
17089 requirements and makes errors easier to detect.
17090 (check-declare-verify): Check file is regular.
17091 (check-declare-directory): Doc fix.
17092 * subr.el (declare-function): Doc fix.
17094 * ibuffer.el (ibuffer-format-qualifier):
17095 * isearch.el (hi-lock-regexp-okay):
17096 * calc/calc.el (math-zerop):
17097 * mail/uce.el (rmail-msgbeg, rmail-msgend):
17098 * term/w32-win.el (setup-default-fontset, set-fontset-font):
17099 Remove unused declarations.
17101 2009-09-30 Eric Ludlam <zappo@gnu.org>
17103 * emacs-lisp/eieio.el (boolean-p): Delete.
17105 2009-09-30 Glenn Morris <rgm@gnu.org>
17107 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
17109 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
17110 filename is not a string.
17112 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
17114 * files.el (safe-local-eval-forms): Fix typo.
17116 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
17118 * vc-hooks.el (vc-dir-buffers): New var.
17119 (vc-state-refresh): New function.
17120 (vc-state): Use it.
17121 (vc-after-save): Always ask the backend to recompute the new state.
17122 Always call vc-dir if necessary, using vc-dir-buffers.
17123 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
17124 Use vc-dir-buffers.
17125 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
17126 (vc-dir-prepare-status-buffer, vc-dir-update)
17127 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
17128 Don't call expand-file-name on default-directory.
17130 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
17132 * speedbar.el (speedbar-item-delete):
17133 * calc/calc-prog.el (calc-kbd-if):
17134 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
17136 * epa.el (epa-key-list-mode-map):
17137 * hi-lock.el (hi-lock-menu): Fix typos in menus.
17139 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
17140 (hs-show-hook): Fix typo in docstring.
17142 2009-09-29 Glenn Morris <rgm@gnu.org>
17144 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
17145 file-name-nondirectory call preventing location of cedet files.
17146 (check-declare-verify): Use literal search rather than re-search.
17147 Add basic defmethod and defclass, and define-overloadable-function.
17149 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17150 Use tramp-compat-file-attributes rather than nonexistent
17151 tramp-compat-handle-file-attributes.
17153 * Makefile.in (lisptagsfiles4): New.
17154 (AUTOGENEL): Add cedet loaddefs files.
17155 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
17156 (update-elclist, compile-always, backup-compiled-files)
17157 (bootstrap-clean): Add yet another directory level.
17158 (update-elclist): Use LC_COLLATE rather than COLLATE.
17159 (ELCFILES): Update, via `make update-elclist'.
17161 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
17163 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
17164 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
17165 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
17167 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
17169 * Makefile.in (lisptagsfiles3): Define.
17170 (TAGS, TAGS-LISP): Use it.
17171 (update-elclist): Add third directory level to look for elc files.
17172 (compile-always): Likewise.
17173 (backup-compiled-files): Likewise.
17174 (bootstrap-clean): Likewise.
17175 (ELCFILES): Update.
17177 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
17179 * Makefile.in (ELCFILES): Add CEDET files.
17181 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
17183 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
17185 * net/tramp.el (top): Require tramp-imap.
17187 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17188 Use `tramp-compat-handle-file-attributes'.
17190 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17192 * net/tramp-imap.el: New package.
17194 2009-09-28 Eric Ludlam <zappo@gnu.org>
17196 * emacs-lisp/chart.el:
17197 * emacs-lisp/eieio-base.el:
17198 * emacs-lisp/eieio-comp.el:
17199 * emacs-lisp/eieio-custom.el:
17200 * emacs-lisp/eieio-datadebug.el:
17201 * emacs-lisp/eieio-opt.el:
17202 * emacs-lisp/eieio-speedbar.el:
17203 * emacs-lisp/eieio.el: New files.
17205 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17207 * whitespace.el (whitespace-trailing-regexp)
17208 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
17211 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
17213 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
17216 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
17217 menu-bar-ediff-menu.
17219 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
17220 define-overloadable-function.
17222 * progmodes/autoconf.el: Provide autoconf as well, so that this
17223 file can be `require'd.
17225 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
17227 * emacs-lisp/autoload.el (generated-autoload-feature)
17228 (generated-autoload-load-name): New vars.
17229 (autoload-rubric, autoload-generate-file-autoloads): Use them.
17230 (make-autoload): Recognize define-overloadable-function and
17231 defclass forms (for EIEIO).
17233 * Makefile.in (update-subdirs): Exclude cedet directory.
17235 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
17237 * term/ns-win.el: Don't set the region face background. (Bug#4381)
17239 * faces.el: Default light-background background for region face to
17240 ns_selection_color under NS.
17242 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
17244 * net/imap-hash.el: New library, see NEWS.
17246 * Makefile.in (ELCFILES): Add imap-hash.el.
17248 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
17250 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
17251 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
17252 * help-macro.el (make-help-screen): Avoid using an ambiguous function
17253 definition where the docstring could be taken for the return value.
17255 2009-09-26 Glenn Morris <rgm@gnu.org>
17257 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
17258 Add option to only show images below a certain size.
17259 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
17260 save-excursion calls.
17262 2009-09-26 Eli Zaretskii <eliz@gnu.org>
17264 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
17265 subdirectories) and eieio.
17267 2009-09-26 Alan Mackenzie <acm@muc.de>
17269 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17270 Correct buggy bracketing. (Bug#4289)
17272 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
17273 character constants (as case labels). (Bug#4289)
17275 2009-09-25 Juri Linkov <juri@jurta.org>
17277 * files.el (safe-local-eval-forms): Allow time-stamp in
17278 before-save-hook (Bug#4554).
17280 2009-09-25 Drew Adams <drew.adams@oracle.com>
17282 * menu-bar.el (list-buffers-directory): Doc fix.
17284 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
17286 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
17287 Try and avoid copying twice the same paragraph.
17288 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
17289 Remove save-excursion.
17290 (log-edit-changelog-entry): Do it here instead.
17292 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
17294 * bs.el (bs--get-file-name): Use `list-buffers-directory'
17295 when available, instead of hardcoding mode names. Doc fix.
17297 * menu-bar.el (list-buffers-directory): Add docstring.
17298 Make automatically buffer-local.
17300 * dired.el (dired-mode):
17301 * files.el (cd-absolute):
17302 * pcvs.el (cvs-temp-buffer):
17303 * pcvs-util.el (cvs-get-buffer-create):
17304 * shell.el (shell-mode):
17305 * vc-dir.el (vc-dir-mode):
17306 Don't make `list-buffers-directory' buffer local.
17308 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
17310 * comint.el (comint-exec, comint-run, make-comint):
17311 Doc fixes (Bug#4542).
17313 2009-09-25 Glenn Morris <rgm@gnu.org>
17315 * mail/rmailmm.el (rmail-mime): New custom group.
17316 Move all defcustoms in this file into this group.
17317 (rmail-mime-media-type-handlers-alist): Revert previous change.
17318 (rmail-mime-show-images): New option.
17319 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
17320 references to it, since it wasn't actually used for anything.
17321 (rmail-mime-insert-image): New function.
17322 (rmail-mime-image): Use rmail-mime-insert-image.
17323 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
17324 obey the value of `rmail-mime-show-images' option. Print the size of
17327 2009-09-25 David Engster <deng@randomsample.de>
17329 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
17331 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17333 * whitespace.el: Does not highlight trailing spaces While point is
17334 at end of line. Does not highligt spaces at beginning of buffer
17335 while point is at beginning of buffer. Does not highlight spaces
17336 at end of buffer while point is at end of buffer. (Bug#4177)
17338 (whitespace-display-mappings): Adjust initialization.
17339 (whitespace-point, whitespace-font-lock-refontify): New vars.
17340 (whitespace-color-on, whitespace-color-off): Adjust code.
17341 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
17342 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17343 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
17345 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
17347 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
17349 * textmodes/sgml-mode.el: Remove xml-mode alias.
17351 * files.el (auto-mode-alist, conf-mode-maybe)
17352 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
17354 2009-09-24 Alan Mackenzie <acm@muc.de>
17356 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
17357 c-forward-conditionals, but it doesn't move point and doesn't set
17359 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
17360 (c-down-conditional-with-else, c-backward-conditional)
17361 (c-forward-conditional): Refactor to use c-scan-conditionals.
17363 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
17365 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
17366 (help-default-arg-highlight): Remove.
17367 (help-highlight-arg): New function.
17368 (help-do-arg-highlight): Use it.
17369 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
17371 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17373 * term.el (term-set-scroll-region, term-handle-ansi-escape):
17374 Undo last change, which didn't fix the problem and introduced others.
17376 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
17378 * progmodes/gdb-mi.el: Don't require speedbar.
17379 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
17381 2009-09-24 Glenn Morris <rgm@gnu.org>
17383 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
17385 * term/ns-win.el (ns-reg-to-script): Define for compiler.
17387 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
17388 there is no newline after the final mime boundary. (Bug#4539)
17389 Move markers on insertion so that any buttons inserted don't end up in
17390 the next part of a multipart message.
17391 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
17392 (rmail-mime-bulk-handler): Optionally handle images.
17393 (rmail-mime-image): New button action.
17394 (rmail-mime-image-handler): New function.
17395 (rmail-mime-mode): New mode.
17396 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
17398 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17400 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
17401 than just dropping elements from it (bug#4504).
17403 * term.el (term-set-scroll-region): Don't move cursor any more.
17404 (term-handle-ansi-escape): Call term-goto here instead.
17405 Suggested by Ivan Kanis <apple@kanis.eu>.
17407 * term.el: Require CL.
17408 (term-ansi-reset): New function.
17409 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
17410 (term-handle-colors-array): Simplify.
17412 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
17414 * allout.el (allout-overlay-interior-modification-handler)
17415 (allout-obtain-passphrase):
17416 * epa-file.el (epa-file-write-region):
17417 * ps-print.el (ps-begin-job):
17418 * vc-hooks.el (vc-toggle-read-only):
17419 * vc-rcs.el (vc-rcs-rollback):
17420 * vc-sccs.el (vc-sccs-rollback):
17421 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
17422 (vc-version-diff, vc-revert, vc-rollback):
17423 * wdired.el (wdired-check-kill-buffer):
17424 * emacs-lisp/authors.el (authors):
17425 * net/socks.el (socks-open-connection):
17426 * net/zeroconf.el (zeroconf-service-add-hook):
17427 * obsolete/vc-mcvs.el (vc-mcvs-register):
17428 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
17429 (gdb-select-frame):
17430 * progmodes/grep.el (lgrep, rgrep):
17431 * progmodes/idlw-help.el (idlwave-help-check-locations)
17432 (idlwave-help-html-link, idlwave-help-assistant-open-link):
17433 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17434 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
17435 (reftex-toc-rename-label): Fix typos in error messages.
17437 * dired-aux.el (dired-do-shell-command): Reflow docstring.
17438 (dired-copy-how-to-fn): Doc fix.
17439 (dired-files-attributes, dired-read-shell-command):
17440 Fix typos in docstrings.
17442 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
17443 (dired-x-find-file-other-window): Reflow docstrings.
17444 (dired-omit-marker-char, dired-read-shell-command)
17445 (dired-x-submit-report): Fix typos in docstrings.
17447 * shell.el (shell-mode-hook):
17448 * view.el (View-scroll-line-forward):
17449 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
17450 Fix typos in docstrings.
17452 * net/dig.el (dig-invoke): Fix typo in docstring.
17453 (query-dig): Reflow docstring.
17455 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
17456 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
17457 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
17458 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
17459 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
17460 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
17461 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
17462 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
17463 (idlwave-completion-map, idlwave-current-indent)
17464 (idlwave-custom-ampersand-surround, idlwave-customize)
17465 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
17466 (idlwave-define-abbrev, idlwave-determine-class-special)
17467 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
17468 (idlwave-end-block-reg, idlwave-end-of-statement)
17469 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
17470 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
17471 (idlwave-explicit-class-listed, idlwave-file-header)
17472 (idlwave-fill-paragraph, idlwave-find-class-definition)
17473 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
17474 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
17475 (idlwave-in-quote, idlwave-indent-action-table)
17476 (idlwave-indent-expand-table, idlwave-indent-line)
17477 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
17478 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
17479 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
17480 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
17481 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
17482 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
17483 (idlwave-outlawed-buffers, idlwave-popup-select)
17484 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
17485 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
17486 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
17487 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
17488 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
17489 (idlwave-statement-type, idlwave-struct-skip)
17490 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
17491 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
17492 (idlwave-what-module-find-class): Fix typos in docstrings.
17493 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
17494 (idlwave-calculate-cont-indent, idlwave-expand-equal)
17495 (idlwave-find-module, idlwave-find-structure-definition)
17496 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
17497 (idlwave-list-load-path-shadows, idlwave-next-statement)
17498 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
17499 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
17500 (idlwave-template): Reflow docstrings.
17502 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
17503 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
17504 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
17505 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
17506 (idlwave-shell-display-line, idlwave-shell-display-wframe)
17507 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
17508 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
17509 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
17510 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
17511 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
17512 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
17513 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
17514 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
17515 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
17516 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
17517 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
17518 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
17519 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
17520 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
17521 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
17522 Fix typos in docstrings.
17523 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
17524 (idlwave-shell-hide-output, idlwave-shell-mode)
17525 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
17528 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
17530 2009-09-24 Ivan Kanis <apple@kanis.eu>
17532 * term.el (term-bold-attribute): New var.
17533 (term-handle-colors-array): Use it.
17535 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
17537 * progmodes/gdb-mi.el (gdb-version): New variable.
17538 (gdb-non-stop-handler): Set gdb-version.
17539 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
17540 Condition "--thread" option on gdb-version.
17541 (gdb-invalidate-threads): Remove unused argument.
17543 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17545 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
17546 to looking-back to avoid ridiculous slow down in large files (bug#4511).
17548 2009-09-23 Glenn Morris <rgm@gnu.org>
17550 * mail/rmail.el (rmail-reply): Don't try to add a References header when
17551 replying to mail without References or Message-Id. (Bug#4525)
17553 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
17555 * term/ns-win.el (ns-reg-to-script): New variable.
17557 2009-09-23 Daiki Ueno <ueno@unixuser.org>
17559 * epg.el (epg-wait-for-status): Preserve existing 'error results.
17561 2009-09-22 Sam Steingold <sds@gnu.org>
17563 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
17564 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
17565 to 1 because hg returns status 1 when nothing is found.
17566 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
17568 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17570 * textmodes/fill.el: Convert to utf-8 encoding.
17571 (fill-french-nobreak-p): Remove redundant » and « inherited from our
17574 * add-log.el (change-log-fill-forward-paragraph): New function.
17575 (change-log-mode): Use it so fill-region DTRT.
17576 Set fill-indent-according-to-mode here rather than in
17577 change-log-fill-paragraph.
17578 (change-log-fill-paragraph): Remove.
17580 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
17582 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
17583 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
17585 2009-09-22 Glenn Morris <rgm@gnu.org>
17587 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
17588 the scroll-bar scroll the calendar window rather than the buffer.
17590 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
17591 commands that move point (as opposed to scrolling).
17593 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
17595 * emacs-lisp/elint.el (elint): New custom group.
17596 (elint-log-buffer): Make it a defcustom.
17597 (elint-scan-preloaded, elint-ignored-warnings)
17598 (elint-directory-skip-re): New options.
17599 (elint-builtin-variables): Doc fix.
17600 (elint-preloaded-env): New variable.
17601 (elint-unknown-builtin-args): Add an entry for encode-time.
17602 (elint-extra-errors): Make it a variable rather than a constant.
17603 (elint-preloaded-skip-re): New constant.
17604 (elint-directory): Skip files matching elint-directory-skip-re.
17605 (elint-features): New variable, local to linted buffers.
17606 (elint-update-env): Initialize elint-features. Possibly add
17607 elint-preloaded-env to the buffer's environment.
17608 (elint-get-top-forms): Bind elint-current-pos, for log messages.
17610 (elint-init-form): New function, extracted from elint-init-env.
17611 Make non-list forms a warning rather than an error.
17612 Add the mode-map for define-derived-mode. Handle define-minor-mode,
17613 easy-menu-define, put that adds an error-condition, and provide.
17614 When requiring cl, also require cl-macs. Really require cl, to handle
17615 some cl macros. Store required libraries in the list elint-features,
17616 so as not to re-load them. Treat cc-require like require.
17617 (elint-init-env): Call elint-init-form to do the work.
17618 Handle eval-and-compile and such like.
17619 (elint-add-required-env): Do not clear messages.
17620 (elint-special-forms): Add handlers for function, defalias, if, when,
17622 (elint-form): Add optional argument to ignore elint-special-forms,
17623 useful to prevent recursive calls from handlers. Doc fix.
17624 Respect elint-ignored-warnings.
17625 (elint-form): Respect elint-ignored-warnings.
17626 (elint-bound-variable, elint-bound-function): New variables.
17627 (elint-unbound-variable): Respect elint-bound-variable.
17628 (elint-get-args): Respect elint-bound-function.
17629 (elint-check-cond-form): Add some simple handling for (f)boundp and
17631 (elint-check-defalias-form): New handler.
17632 (elint-check-let-form): Make an empty let a warning rather than an
17634 (elint-check-setq-form): Make an empty setq a warning rather than an
17635 error. Respect elint-ignored-warnings.
17636 (elint-check-defvar-form): Accept null doc-strings.
17637 (elint-check-conditional-form): New handler. Does some simple-minded
17638 checking of featurep and (f)boundp tests.
17639 (elint-put-function-args): New function.
17640 (elint-initialize): Use elint-scan-doc-file rather than
17641 elint-find-builtin-variables. Use elint-put-function-args.
17642 Possibly scan preloaded-file-list.
17643 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
17644 extend to handle functions as well.
17646 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
17648 * linum.el (linum-delete-overlays, linum-update-window):
17649 Do not modify the right margin. (Bug#3971)
17651 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
17653 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17654 Use nxml-mode instead of xml-mode.
17656 2009-09-21 Kevin Ryde <user42@zip.com.au>
17658 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
17660 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17662 * net/dig.el (dig-mode): Use define-derived-mode.
17664 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
17666 * vc-dispatcher.el (vc-do-command): Return the process object in
17667 the asynchronous case. Use when instead of if. Do not run
17668 vc-exec-after to display a message if not enabled. (Bug#4463)
17670 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17671 properties to the stash strings.
17672 (vc-git-stash-list): Return a list of strings.
17673 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17674 (vc-git-stash-show-at-point): New functions.
17675 (vc-git-stash-map): New keymap.
17677 * register.el (ctl-x-r-map): Define the keys here instead of
17680 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
17682 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17683 list, to workaround performance problem (bug#4485).
17685 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
17687 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17689 2009-09-20 Daiki Ueno <ueno@unixuser.org>
17691 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17692 Document that this option is not recommended to use.
17694 2009-09-19 Glenn Morris <rgm@gnu.org>
17696 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17699 * calc/calc-alg.el (var):
17700 * calc/calcalg2.el (var): Define for compiler.
17702 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
17704 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17705 Doc fix (Bug#3932).
17707 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17709 * time-stamp.el (time-stamp-month-dd-yyyy)
17710 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17711 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17712 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17713 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17714 Remove functions that have been obsolete since 1995 (Bug#4436).
17716 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17717 indent buffer only if called interactively (Bug#4452).
17719 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
17720 Eli Zaretskii <eliz@gnu.org>
17722 This fixes bug#4197 (merged to bug#865, though not identical).
17723 * server.el (server-auth-dir): Add docstring note about FAT32.
17724 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17725 but warn against using them.
17727 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
17729 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17730 older GDB where there is no has_more field.
17732 2009-09-19 Glenn Morris <rgm@gnu.org>
17734 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17736 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
17738 * files.el (auto-mode-alist): Change default for XML files to nXML
17741 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
17743 * server.el (server-ensure-safe-dir): Pass 'integer
17744 to `file-attributes', as suggested.
17746 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17748 * dired-aux.el (dired-query-alist): Remove spurious backslash.
17749 (dired-query): Use read-key.
17751 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
17753 * cus-start.el (ns-use-qd-smoothing): Remove.
17755 2009-09-18 Glenn Morris <rgm@gnu.org>
17757 * allout.el (top-level): Remove unnecessary progn.
17759 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17761 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17762 definition of abbrev table.
17764 * speedbar.el (speedbar-track-mouse):
17765 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17766 * net/eudc.el (eudc-expand-inline):
17767 * net/newst-backend.el (newsticker--cache-read-feed):
17768 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
17769 condition-case handlers.
17771 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
17773 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17774 (gdb-var-list): Add an element for has_more field.
17775 (gdb-non-stop-handler): Enable pretty printing for STL containers.
17776 (gdb-var-create-handler, gdb-var-list-children-handler-1)
17777 (gdb-var-update-handler-1): Parse output of dynamic variable
17778 objects (STL containers).
17779 (gdb-var-delete-1): Pass var1 as an explicit second argument.
17780 (gdb-get-field): Delete alias. Use bindat-get-field directly.
17782 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17784 (gud-speedbar-buttons): Make node expandable if expression "has more"
17787 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
17789 * startup.el (emacs-quick-startup): Remove variable and all uses.
17790 (command-line): Set `inhibit-x-resources' instead.
17791 (command-line-1): Use `inhibit-x-resources' instead.
17793 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
17795 * subr.el: Fix last change to avoid using the `unless' macro,
17796 which breaks bootstrapping.
17798 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17800 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17801 extended definitions, in case we reload subr.el after having
17803 (eval-next-after-load): Mark as obsolete.
17805 2009-09-17 Juri Linkov <juri@jurta.org>
17807 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17808 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17809 (menu-bar-showhide-menu, menu-bar-tools-menu)
17810 (menu-bar-describe-menu, menu-bar-help-menu)
17811 (minibuffer-local-completion-map, minibuffer-local-map):
17814 2009-09-17 Glenn Morris <rgm@gnu.org>
17816 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17817 arguments, whether or not it has a handler.
17819 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17821 * simple.el (hard-newline): Give it a doc-string.
17823 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17824 (lisp-mode-syntax-table): Give them doc-strings.
17826 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17828 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17829 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17830 (menu-bar-options-menu, menu-bar-showhide-menu)
17831 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17832 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17833 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17834 (menu-bar-options-menu, menu-bar-tools-menu)
17835 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17836 (menu-bar-help-menu):
17837 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17840 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17841 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17842 calls for the menu names and :help.
17844 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17846 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17847 to :minor-mode-function (bug#4455).
17849 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17851 * startup.el (command-line): Initialize the window-system after
17852 processing the command-line.
17854 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17855 page-delimiter matches the empty string.
17857 2009-09-16 Glenn Morris <rgm@gnu.org>
17859 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17860 byte-compile-not-obsolete-var. It's a list now.
17861 (byte-compile-not-obsolete-funcs): New variable.
17862 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17863 byte-compile-not-obsolete-funcs.
17864 (byte-compile-variable-ref, byte-compile-defvar): Update for
17865 byte-compile-not-obsolete-vars name-change and list nature.
17866 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17867 and variables behind (f)boundp tests.
17868 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17870 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17872 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17874 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17876 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17877 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17880 2009-09-15 Stephen Eglen <stephen@gnu.org>
17882 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17883 the virtual-buffers, use the name of the buffer specified by
17884 find-file-noselect, as the match may be a symlink. (This was a
17885 problem if the target and the symlink had different names.)
17887 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17889 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17891 * desktop.el (desktop-path): Check user-emacs-directory.
17893 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17895 * loadup.el: Use after-load-functions to GC after loading each file.
17896 Remove the explicit GC calls that used to be sprinkled around.
17898 * subr.el (after-load-functions): New hook.
17899 (do-after-load-evaluation): Run it. Use string-match-p to detect
17900 `obsolete' packages, rather than painfully extracting the relevant
17903 2009-09-15 Glenn Morris <rgm@gnu.org>
17905 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17906 free variable `doc'.
17908 * dired.el (dired-mode-map): Add menu entry for async shell command.
17910 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17911 variables, also consider the .elc files, since the .el files are
17912 normally gzipped (subsequent code locates the .el.gz from the .elc).
17914 * calc/calc-prog.el (arglist): Define for compiler.
17916 * calendar/diary-lib.el (diary-display-function): Change the default to
17918 (body): Define for compiler.
17920 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17921 (byte-compile-file-form, byte-compile-lambda)
17922 (byte-compile-top-level-body, byte-compile-form)
17923 (byte-compile-variable-ref, byte-compile-setq)
17924 (byte-compile-setq-default, byte-compile-body)
17925 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17926 (batch-byte-compile): Give some more local variables with common names
17927 a "bytecomp-" prefix to avoid masking warnings about free variables.
17929 * startup.el (command-line-1): Give local variables with common names a
17930 distinguishing prefix, so as not to hide free variable warnings during
17933 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17934 clever and add a suffix to make a unique name, just let the user decide
17935 whether or not to overwrite it. If the input is a directory, write the
17936 default filename to that directory. (Bug#4388)
17937 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17938 is a filename-as-a-directory.
17940 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17942 * textmodes/page.el (what-page): Don't move to beginning of line.
17943 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17945 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17947 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17949 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17951 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17952 * help.el (help-for-help-internal): Add purecopy calls for text.
17954 * vc.el (top): print-log method now takes an optional SHORTLOG
17955 argument. Add a new method: root.
17956 (vc-root-diff, vc-print-root-log): New functions.
17957 (vc-log-short-style): New variable.
17958 (vc-print-log-internal): Add support for showing short logs.
17960 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17961 vc-print-root-log and vc-print-root-diff.
17963 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17964 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17965 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17968 * vc-cvs.el (vc-cvs-print-log):
17969 * vc-mtn.el (vc-mtn-print-log):
17970 * vc-rcs.el (vc-rcs-print-log):
17971 * vc-sccs.el (vc-sccs-print-log):
17972 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17973 that is ignored for now.
17975 * vc-mtn.el (vc-mtn-annotate-command):
17976 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17978 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17980 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17981 to function-key-map, and give them ascii-character property.
17982 * term/x-win.el (x-alternatives-map):
17983 * term/ns-win.el (ns-alternatives-map):
17984 * term/internal.el (msdos-key-remapping-map):
17985 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17987 2009-09-14 Glenn Morris <rgm@gnu.org>
17989 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17990 temp-buffers (2009-09-12).
17992 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17994 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17995 the new read-key function.
17997 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17999 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18000 is defined (Bug#4405).
18002 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18004 * recentf.el (recentf-cleanup): Use a hash table to find
18005 duplicates (Bug#4407).
18007 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
18009 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18010 kp-0 to ascii equivalents (Bug#4325).
18012 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18014 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18016 * eshell/em-hist.el:
18017 * eshell/em-dirs.el (eshell-complete-user-reference):
18018 Declare pcomplete functions and variables to avoid compiler warnings.
18020 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
18022 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18023 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18024 * eshell/em-alias.el (eshell-aliases-file):
18025 * eshell/em-hist.el (eshell-history-file-name):
18026 Use expand-file-name instead of concat to make file names (Bug#4308).
18028 2009-09-13 Glenn Morris <rgm@gnu.org>
18030 * ediff-merg.el (ediff-do-merge):
18031 * filesets.el (filesets-run-cmd):
18032 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18033 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18034 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18035 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18036 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18037 Replace empty `let's with `progn'.
18039 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18041 * mail/sendmail.el (send-mail-function):
18042 * tooltip.el (tooltip-mode):
18043 * simple.el (transient-mark-mode):
18044 * rfn-eshadow.el (file-name-shadow-mode):
18045 * frame.el (blink-cursor-mode):
18046 * font-core.el (global-font-lock-mode):
18047 * files.el (temporary-file-directory)
18048 (small-temporary-file-directory, auto-save-file-name-transforms):
18049 * epa-hook.el (auto-encryption-mode):
18050 * composite.el (global-auto-composition-mode):
18051 Use custom-initialize-delay.
18052 * startup.el (command-line): Don't explicitly call
18053 custom-reevaluate-setting for all the above vars.
18054 * custom.el (custom-initialize-safe-set)
18055 (custom-initialize-safe-default): Delete.
18057 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18059 * term/x-win.el (x-initialize-window-system):
18060 * term/w32-win.el (w32-initialize-window-system):
18061 * term/ns-win.el (ns-initialize-window-system): Don't call
18062 mouse-wheel-mode since it's enabled globally by default already.
18064 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18065 actually define the variable, but only silences the byte-compiler.
18066 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18067 before looking it up.
18068 (mouse-wheel-scroll-amount): Also reset the bindings if this value
18071 2009-09-12 Glenn Morris <rgm@gnu.org>
18073 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
18075 (elint-add-required-env): Don't beep on error.
18076 (elint-forms): In case of error, return ENV unchanged.
18077 (elint-init-env): Skip non-list forms.
18078 (elint-log): Handle unknown file positions.
18080 2009-09-12 Daiki Ueno <ueno@unixuser.org>
18082 * epg.el (epg-make-context): Add autoload cookie.
18083 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
18084 (epg-decrypt-string, epg-start-verify, epg-verify-file)
18085 (epg-verify-string, epg-start-sign, epg-sign-file)
18086 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
18087 (epg-encrypt-string, epg-start-export-keys)
18088 (epg-export-keys-to-file, epg-export-keys-to-string)
18089 (epg-start-import-keys, epg-import-keys-from-file)
18090 (epg-import-keys-from-string, epg-start-receive-keys)
18091 (epg-receive-keys, epg-import-keys-from-server)
18092 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
18093 (epg-sign-keys, epg-start-generate-key)
18094 (epg-generate-key-from-file, epg-generate-key-from-string):
18095 Remove autoload cookie.
18097 2009-09-12 Eli Zaretskii <eliz@gnu.org>
18099 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
18100 reevaluation of trash-directory.
18102 * mwheel.el: Fix last change.
18103 (mouse-wheel-mode): New defvar.
18104 (mouse-wheel-mode): Remove autoload cookie.
18106 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18108 * mwheel.el (mwheel-installed-bindings): New var.
18109 (mouse-wheel-mode): Use it, so as to make sure we really remove all
18110 the bindings we set last time. Use custom-initialize-delay.
18111 * loadup.el: Load mwheel after term/*-win.el.
18112 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
18113 and mouse-wheel-up-event now that their first evaluation is done
18114 sufficiently late to be correct.
18116 * startup.el (tutorial-directory): Make it a defcustom.
18117 Use custom-initialize-delay rather than eval-at-startup to set it.
18118 * image.el (image-load-path): Make it a defcustom.
18119 Use custom-initialize-delay rather than eval-at-startup to set it.
18120 * subr.el (eval-at-startup): Remove.
18121 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
18123 * subr.el (do-after-load-evaluation): Warn the user after loading an
18126 2009-09-12 Glenn Morris <rgm@gnu.org>
18128 * proced.el (proced-mark-alt): Remove alias.
18129 (proced-mode-map): Remove proced-mark-alt.
18131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
18132 Elint file and directory. Remove initialization entry.
18134 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
18136 (elint-current-buffer): Set mode-line-process.
18137 (elint-init-env): Handle define-derived-mode.
18138 Fix declare-function with unspecified arglist. Guard against odd
18139 defalias statements (eg iso-insert's 8859-1-map).
18140 (elint-add-required-env): Use a temp buffer.
18141 (elint-form): Just print the function/macro name, not the whole form.
18142 Return env unchanged if we fail to parse a macro.
18143 (elint-forms): Guard against parse errors.
18144 (elint-output): New function, to handle batch mode.
18145 (elint-log-message): Add optional argument. Use elint-output.
18146 (elint-set-mode-line): New function.
18148 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
18150 * emacs-lisp/elp.el (elp-not-profilable): Add more
18151 functions (Bug#4233).
18153 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
18155 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
18156 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
18158 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
18160 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
18161 (gdb-var-list-children): Use json parsing.
18163 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
18165 * progmodes/js.el (js--proper-indentation): Handle the case where
18166 char-before is null. Reported by Deniz Dogan.
18168 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
18170 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
18172 2009-09-11 Daiki Ueno <ueno@unixuser.org>
18174 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
18175 (epg-digest-algorithm-alist): Add SHA224.
18176 (epg-context-set-passphrase-callback)
18177 (epg-context-set-progress-callback): Add description about
18180 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18182 * custom.el (custom-delayed-init-variables): New var.
18183 (custom-initialize-delay): New function.
18184 * startup.el (command-line): "Re"evaluate all vars in
18185 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
18186 explicitly any more.
18187 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
18188 to avoid creating a ~/.emacs.d at build-time (bug#4347).
18190 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
18192 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
18194 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
18195 (gdb-var-update-handler): Use json parsing.
18197 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
18199 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
18200 decode annotated text, regardless of language environment. (Bug#2741)
18202 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18204 * Makefile.in (autoloads): Make rmail.el writable as well.
18206 2009-09-11 Glenn Morris <rgm@gnu.org>
18208 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
18210 * dired.el: Regenerate with extracted autoloads.
18211 * Makefile.in (autoloads): Make dired.el writable.
18213 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
18214 * ibuffer.el: Regenerate with extracted autoloads.
18215 * Makefile.in (autoloads): Make ibuffer.el writable.
18217 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
18218 * version.el (emacs-copyright, emacs-major-version)
18219 (emacs-minor-version): Reformat doc-strings for make-docfile.
18221 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
18222 functions and variables, since they must be stuff specific to some other
18224 (apropos-print): Make mouse-click message less specific about button.
18226 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
18227 that records where a macro was defined.
18228 * help-fns.el (describe-function-1): Mention if a function has a
18230 * help-mode.el (help-function-cmacro): New button.
18232 * locate.el (top-level): Always require dired.
18233 (locate-mode-map): Initialize inside the defvar.
18235 * net/ange-ftp.el (dired-compress-file): Declare.
18236 (ange-ftp-dired-compress-file): Add doc string.
18238 * term/ns-win.el (x-display-name, x-setup-function-keys):
18239 Unify doc-strings with X versions.
18241 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18243 * emulation/crisp.el (crisp-mode-map): Move initialization
18245 (crisp-mode): Use define-minor-mode.
18247 * progmodes/xscheme.el (xscheme-evaluation-commands):
18248 Put a :advertised-binding property rather than using
18249 advertised-xscheme-send-previous-expression.
18250 (advertised-xscheme-send-previous-expression): Declare obsolete.
18251 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
18253 (crisp-mode): Add corresponding bindings to
18254 undo's :advertised-binding instead.
18255 * dired.el (dired-mode-map): Put a :advertised-binding property rather
18256 than using dired-advertised-find-file.
18257 (dired-advertised-find-file):
18258 * simple.el (advertised-undo):
18259 * wid-edit.el (advertised-widget-backward): Declare obsolete.
18260 (widget-keymap): Put a :advertised-binding property rather
18261 than using advertised-widget-backward.
18262 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
18263 than using advertised-undo.
18264 * tutorial.el (tutorial--default-keys): Adjust accordingly.
18266 2009-09-10 Simon South <ssouth@slowcomputing.org>
18268 * progmodes/delphi.el (delphi-tab): Indent region when Transient
18269 Mark mode is enabled and region is active; otherwise indent or
18270 insert TAB as usual.
18271 (delphi-mode): Update description of TAB-key binding.
18273 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18275 * subr.el (define-key-rebound-commands): Mark obsolete.
18276 * startup.el (precompute-menubar-bindings): Remove.
18277 (normal-top-level): Remove obsolete code that tried to precompute
18279 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
18280 define-key-rebound-commands and precompute-menubar-bindings.
18282 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18284 * net/imap.el (imap-interactive-login): Better messages.
18285 (imap-open): Fix bug with renamed buffer on reconnect.
18286 (imap-authenticate): Add buffer-local imap-last-authenticator variable
18287 for easier debugging and cleaner code. On successful (guessed based on
18288 server capabilities) secondary authentication, set imap-state
18290 (imap-last-authenticator): Define imap-last-authenticator as a variable
18293 2009-09-10 Glenn Morris <rgm@gnu.org>
18295 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
18297 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
18298 (byte-compile-file-form-autoload): Don't warn about unknown functions
18299 where the autoload statement comes after the use.
18300 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
18301 that any handlers inside the body (eg require) are in turn respected.
18303 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
18306 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
18307 and syntax and abbrev tables basic docs, if they don't have any.
18309 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
18311 * international/mule-cmds.el (top-level): Require cl when compiling.
18312 (view-hello-file): Use default-value rather than
18313 default-enable-multibyte-characters.
18315 * progmodes/fortran.el: Move all safe and risky properties into the
18318 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
18319 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
18320 * mail/undigest.el:
18321 Put autoloads in rmail.el rather than loaddefs.el.
18322 * mail/rmail.el: Regenerate with extracted autoloads.
18324 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
18325 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
18327 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
18329 Reported in thread for Bug#4375.
18330 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
18331 "-data-evaluate-expression" instead of print.
18332 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
18333 (gdb-tooltip-print): Parse output from above MI command.
18334 (gdb): Revert 2009-08-11 change. User should detach inferior
18337 Remove the word "separate" from IO functions as inferior
18338 output is now never displayed in the GUD buffer.
18340 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
18342 * startup.el (command-line-normalize-file-name): On Windows and
18343 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
18345 2009-09-10 Juri Linkov <juri@jurta.org>
18347 * isearch.el (isearch-text-char-description): Propertize escape
18348 character sequences with the `escape-glyph' face. (Bug#4344)
18350 * simple.el (shell-command): Set asynchronous process filter to
18351 `comint-output-filter'. (Bug#4343)
18353 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
18354 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
18355 the list. Move "asm" to the bottom.
18356 (grep-find-ignored-directories): Add `choice' with nil value
18357 to empty the list easily.
18358 (grep-find-ignored-files): New option.
18359 (grep-files-history): Set to nil by default instead of '("ch" "el").
18360 (grep-compute-defaults): Add "<X>" to `grep-template'.
18361 (grep-read-files): Bind new local variables `default-alias' and
18362 `default-extension'. Use a list of default values for the file prompt.
18363 (lgrep): Add `--exclude=' command line options composed from
18364 `grep-find-ignored-files'.
18365 (rgrep): Add `-name' command line options composed from
18366 `grep-find-ignored-files'. (Bug#4301)
18368 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
18370 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
18373 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
18375 * calendar/time-date.el (autoload):
18376 Expand define-obsolete-function-alias into defalias and make-obsolete
18377 for old Emacsen that Gnus supports.
18378 (with-no-warnings): Define it for old Emacsen.
18379 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
18381 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
18382 float-time is available; suppress compile warning for time-to-seconds.
18384 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
18386 * net/imap.el (imap-message-map): Docstring fix.
18388 2009-09-09 Glenn Morris <rgm@gnu.org>
18390 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
18391 line numbers too. (Bug#4374)
18393 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
18395 * smerge-mode.el (smerge-remove-props, smerge-refine):
18396 Use with-silent-modifications (bug#4342).
18398 * subr.el (with-silent-modifications): New macro.
18400 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
18402 * files.el (top-level): Require `cl' when compiling.
18404 2009-09-07 Glenn Morris <rgm@gnu.org>
18406 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
18408 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
18409 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
18411 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
18413 * vc-git.el (vc-git-annotate-command): Use separator to parse
18414 arguments correctly.
18416 2009-09-06 Eli Zaretskii <eliz@gnu.org>
18418 * proced.el (proced-mode): Doc fix.
18420 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
18422 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
18424 (tramp-do-file-attributes-with-ls): Check for file existence at
18426 (tramp-do-file-attributes-with-stat): Likewise.
18427 (tramp-convert-file-attributes): Return nil when attr is nil.
18429 2009-09-05 Glenn Morris <rgm@gnu.org>
18431 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
18432 properties to this button.
18433 (diary-fancy-display): Don't extend the button to the final newline.
18434 (diary-fancy-display-mode): Continue to define "q" as a local key.
18436 * calendar/cal-china.el (holiday-chinese): Make it slightly more
18439 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
18441 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
18442 (byte-compile-dest-file-function): New option.
18443 (byte-compile-dest-file): Doc fix.
18444 Obey byte-compile-dest-file-function.
18445 (byte-compile-cl-file-p): New function.
18446 (byte-compile-eval): Only suppress noruntime warnings about cl functions
18447 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
18448 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
18449 than for file being previously loaded.
18450 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
18451 (byte-compile-file-form-require): Handle the case where requiring a file
18452 indirectly causes CL to be loaded.
18454 2009-09-05 Karl Fogel <kfogel@red-bean.com>
18456 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
18457 before killing the old buffer, since by the time `kill-buffer' is
18458 run so many buffer variables have been set to nil that it may not
18459 behave as expected. (Bug#4061)
18461 2009-09-05 Karl Fogel <kfogel@red-bean.com>
18463 * files.el (find-alternate-file): If the old buffer is modified
18464 and visiting a file, behave similarly to `kill-buffer' when
18465 killing it, thus reverting to the pre-1.878 behavior; see
18466 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
18467 for discussion. Also, consult `buffer-file-name' as a variable
18468 not as a function, for consistency with the rest of the code.
18470 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
18472 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
18473 also when adding a new directory.
18475 * net/tramp-compat.el (tramp-compat-line-beginning-position):
18478 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
18480 * files.el (locate-file-completion-table): Make it provide boundary
18481 information, so partial-completion works better.
18483 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
18485 * mail/footnote.el (Footnote-text-under-cursor):
18486 Check footnote-text-marker-alist before using it (bug#4324).
18488 2009-09-04 Glenn Morris <rgm@gnu.org>
18490 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
18491 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
18492 * play/solitaire.el, play/tetris.el:
18493 Remove leading * from defcustom and defface docs.
18495 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
18497 (diary-fancy-overriding-map): New variable.
18498 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
18501 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
18504 2009-09-03 Glenn Morris <rgm@gnu.org>
18506 * arc-mode.el (archive-mode):
18507 * dos-fns.el (set-default-process-coding-system):
18508 * man.el (Man-getpage-in-background):
18509 * menu-bar.el (menu-bar-describe-menu):
18510 * server.el (server-process-filter):
18511 * startup.el (command-line):
18512 * tar-mode.el (tar-header-block-tokenize, tar-extract):
18513 * w32-fns.el (set-default-process-coding-system):
18514 * x-dnd.el (x-dnd-handle-file-name):
18515 * international/mule-cmds.el (mule-menu-keymap)
18516 (set-default-coding-systems, language-info-alist, set-language-info)
18517 (set-language-environment, standard-display-european-internal)
18518 (set-locale-environment):
18519 * international/mule-diag.el (mule-diag):
18520 * mail/emacsbug.el (report-emacs-bug):
18521 * mail/rmail.el (rmail-mode):
18522 * mail/sendmail.el (mail-setup):
18523 Use default-value rather than default-enable-multibyte-characters.
18525 * progmodes/f90.el: Move all safe properties into the defcustoms.
18526 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
18528 * calendar/appt.el (appt-check):
18529 * calendar/diary-lib.el (diary-set-header, diary-live-p)
18530 (diary-check-diary-file, diary-list-entries)
18531 (diary-include-other-diary-files, diary-simple-display)
18532 (diary-fancy-display, diary-print-entries)
18533 (diary-mark-included-diary-files, diary-make-entry):
18534 Don't call substitute-in-file-name on diary-file.
18536 2009-09-03 Eduard Wiebe <usenet@pusto.de>
18537 Stefan Monnier <monnier@iro.umontreal.ca>
18539 * mail/footnote.el (footnote-prefix): Make it a defcustom.
18540 (footnote-mode-map): Move initialization into the declaration.
18541 (footnote-minor-mode-map): Define it rather than changing global-map.
18542 (footnote-mode): Use define-minor-mode.
18544 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
18546 * net/tramp.el (tramp-handle-file-attributes-with-ls)
18547 (tramp-do-file-attributes-with-perl)
18548 (tramp-do-file-attributes-with-stat): Rename from
18549 `tramp-handle-file-attributes-with-*'.
18550 (tramp-handle-file-attributes): Use them.
18551 (tramp-do-directory-files-and-attributes-with-perl)
18552 (tramp-do-directory-files-and-attributes-with-stat): Rename from
18553 `tramp-handle-directory-files-and-attributes-with-*'.
18554 (tramp-handle-directory-files-and-attributes): Use them.
18555 (tramp-method-out-of-band-p): Additional parameter SIZE.
18556 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
18557 (tramp-handle-write-region): Use it.
18558 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
18559 (tramp-handle-vc-registered): Check, whether the first run did
18560 return files to be tested.
18561 (tramp-advice-make-auto-save-file-name): Do not call directly
18562 `tramp-handle-make-auto-save-file-name', because this would bypass
18563 the locking mechanism.
18565 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
18566 (file-remote-p, process-file, start-file-process, set-file-times)
18567 (tramp-compat-file-attributes): Compatibility functions shall not
18568 call directly `tramp-handle-*', because this would bypass the
18570 (tramp-compat-number-sequence): New defun.
18572 2009-09-02 Glenn Morris <rgm@gnu.org>
18574 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
18575 alias for float-time.
18576 (time-to-number-of-days): In Emacs, use float-time.
18577 * net/newst-backend.el (time-add): Suppress warnings from compat
18579 * time.el (emacs-uptime, emacs-init-time):
18580 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
18581 Use float-time rather than time-to-seconds.
18583 * minibuffer.el (completion-initials-expand): Fix typo.
18585 * faces.el (modeline, modeline-inactive, modeline-highlight)
18586 (modeline-buffer-id):
18587 * info.el (info-menu-5): Mark these face aliases as obsolete.
18589 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
18591 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
18593 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
18594 no "--thread" option.
18595 (gdb-stopped): Don't print "Switched to thread" message when it is
18598 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18600 * minibuffer.el (completion-try-completion)
18601 (completion-all-completions): Remove ill-defined (and
18602 mistakenly installed and luckily never used nor documented)
18603 `completion-styles' property.
18604 (completion-initials-expand, completion-initials-all-completions)
18605 (completion-initials-try-completion): New functions.
18606 (completion-styles-alist): Add doc to each entry.
18607 Add new `initials' entry.
18609 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
18611 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
18612 MI command -var-evaluate-expression.
18613 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
18614 and tweak for case of string child.
18615 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
18617 2009-09-01 Glenn Morris <rgm@gnu.org>
18619 * add-log.el (change-log-date-face, change-log-name-face)
18620 (change-log-email-face, change-log-file-face, change-log-list-face)
18621 (change-log-conditionals-face, change-log-function-face)
18622 (change-log-acknowledgement-face):
18623 * cus-edit.el (custom-invalid-face, custom-rogue-face)
18624 (custom-modified-face, custom-set-face, custom-changed-face)
18625 (custom-saved-face, custom-button-face, custom-button-pressed-face)
18626 (custom-documentation-face, custom-state-face, custom-comment-face)
18627 (custom-comment-tag-face, custom-variable-tag-face)
18628 (custom-variable-button-face, custom-face-tag-face)
18629 (custom-group-tag-face-1, custom-group-tag-face):
18630 * diff-mode.el (diff-header-face, diff-file-header-face)
18631 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18632 (diff-added-face, diff-changed-face, diff-function-face)
18633 (diff-context-face, diff-nonexistent-face):
18634 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18635 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
18636 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18637 (Info-title-4-face):
18638 * isearch.el (isearch-lazy-highlight-face):
18639 * log-view.el (log-view-file-face, log-view-message-face):
18640 * paren.el (show-paren-match-face, show-paren-mismatch-face):
18641 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18642 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18644 * smerge-mode.el (smerge-mine-face, smerge-other-face)
18645 (smerge-base-face, smerge-markers-face):
18646 * wid-edit.el (widget-documentation-face, widget-button-face)
18647 (widget-field-face, widget-single-line-field-face)
18648 (widget-inactive-face, widget-button-pressed-face):
18649 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18650 (woman-addition-face):
18651 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18652 (eshell-ls-executable-face, eshell-ls-readonly-face)
18653 (eshell-ls-unreadable-face, eshell-ls-special-face)
18654 (eshell-ls-missing-face, eshell-ls-archive-face)
18655 (eshell-ls-backup-face, eshell-ls-product-face)
18656 (eshell-ls-clutter-face):
18657 * eshell/em-prompt.el (eshell-prompt-face):
18658 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18659 * obsolete/old-whitespace.el (whitespace-highlight-face):
18660 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18661 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18662 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18663 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18664 (antlr-font-lock-literal-face):
18665 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18666 (ebrowse-root-class-face, ebrowse-file-name-face)
18667 (ebrowse-default-face, ebrowse-member-attribute-face)
18668 (ebrowse-member-class-face, ebrowse-progress-face):
18669 * progmodes/make-mode.el (makefile-space-face):
18670 * progmodes/sh-script.el (sh-heredoc-face):
18671 * textmodes/flyspell.el (flyspell-incorrect-face)
18672 (flyspell-duplicate-face):
18673 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18674 * textmodes/texinfo.el (texinfo-heading-face):
18675 Mark face aliases with "-face" suffix as obsolete.
18677 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18680 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18681 (eudc-bob-sound-menu): Use defvar rather than defconst, since
18682 easy-menu-define wants to modify these.
18684 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18686 * net/browse-url.el (browse-url-file-url):
18687 * term/internal.el (dos-codepage-setup):
18688 Use default-value rather than default-enable-multibyte-characters.
18690 * progmodes/etags.el (etags-goto-tag-location):
18691 * progmodes/flymake.el (flymake-highlight-line)
18692 (flymake-goto-file-and-line, flymake-goto-line):
18693 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18694 (gdb-goto-breakpoint):
18695 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18696 * progmodes/python.el (python-find-function)
18697 (python-pdbtrack-track-stack-file):
18698 * progmodes/verilog-mode.el (verilog-surelint-off):
18699 * term/ns-win.el (ns-open-file-select-line):
18700 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18701 Use forward-line rather than goto-line.
18703 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18704 * textmodes/reftex-index.el (reftex-display-index):
18705 * textmodes/reftex-ref.el (reftex-offer-label-menu):
18706 * textmodes/reftex-toc.el (reftex-toc):
18707 Remove unnecessary bindings of default-major-mode (all are followed by
18708 major-mode check and possible mode switch).
18710 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18712 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18713 Handle watchpoints (bug#4282).
18714 (def-gdb-thread-buffer-command): Enable thread to be selected by
18715 clicking without selecting threads buffer first.
18716 (gdb-current-context-command): Use selected frame so that "up",
18717 "down" etc work in the GUD buffer.
18718 (gdb-update): Find selected frame before rendering stack buffer.
18719 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18721 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18723 * progmodes/sym-comp.el (displayed-completions): Remove.
18724 (symbol-complete): Use minibuffer-complete.
18726 2009-08-31 Glenn Morris <rgm@gnu.org>
18728 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18730 * apropos.el (apropos-symbols-internal):
18731 Handle (obsolete) face aliases.
18733 * faces.el (describe-face): Adjust the output format to be more like
18734 describe-variable, and to mention (obsolete) face aliases.
18735 Adjust the whitespace so that help-setup-xref works.
18737 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18738 * calendar/diary-lib.el (diary-button-face):
18739 Mark these face aliases as obsolete.
18741 * calendar/calendar.el (calendar-today): Doc fix.
18743 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18745 * progmodes/gdb-mi.el (gdb-control-all-threads)
18746 (gdb-control-current-thread): Force tool bar update.
18747 (gdb-non-stop-handler): New function.
18748 (gdb-init-1): Use it to test if non-stop mode is supported.
18749 Remove unused gdbmi buffer type.
18751 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
18753 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18754 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
18756 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
18758 * comint.el (comint-exec-1): Check command is non-null first.
18759 Part of gdb-mi.el change (2009-08-28).
18761 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18763 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18765 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
18767 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18768 instead of `dolist' to avoid a recursive require when bootstrapping.
18770 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18772 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18774 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18776 * net/imap.el (imap-send-command): Simplify.
18777 (imap-wait-for-tag): point-max -> buffer-size.
18779 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18781 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18782 with constant argument.
18784 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18786 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18788 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18789 Change default, since most of our files don't have a history.
18790 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18793 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18796 * calc/calc.el: Improve commenting convention.
18797 (calc-digit-map, toplevel): Simplify.
18799 * comint.el (comint-insert-input): Be careful to only set point if we
18800 don't delegate to some other command.
18802 * proced.el (proced-signal-list): Make it an alist.
18803 (proced-grammar-alist): Capitalize names.
18804 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18805 Disable undo manually and make it read-only.
18806 Use completion-annotate-function.
18808 * minibuffer.el (minibuffer-message): If the current buffer is not
18809 a minibuffer, insert the message in the echo area rather than at the
18811 (completion-annotate-function): New variable.
18812 (minibuffer-completion-help): Use it.
18813 (completion--embedded-envvar-table): Environment vars are
18814 always case-sensitive.
18816 2009-08-30 Glenn Morris <rgm@gnu.org>
18818 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18819 from fortran-current-defun.
18820 (fortran-beginning-of-subprogram): Be more precise about finding the
18821 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
18822 (fortran-end-of-subprogram): Simplify.
18823 (fortran-current-defun): Use fortran-start-prog-re.
18825 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
18827 * subr.el (do-after-load-evaluation): Simplify.
18829 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18831 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18833 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
18834 (vc-rcs-print-log): Use it.
18836 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18838 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18840 * paths.el (abbrev-file-name): Move to abbrev.el.
18841 * abbrev.el (abbrev-file-name): Move from paths.el.
18842 Obey user-emacs-directory.
18843 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18844 user-emacs-directory.
18845 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18846 abbrev-file-name and calc-settings-file any more.
18847 * startup.el (command-line): Recompute abbrev-file-name and
18848 abbreviated-home-dir.
18849 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18850 of the special code for when C-h bindings haven't been changed.
18851 (display-startup-echo-area-message): Use with-current-buffer.
18852 (command-line-1): Use a list of strings, rather than a list of lists
18853 of strings for longopts.
18855 * files.el (get-free-disk-space): Use / for default-directory.
18857 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18858 Use with-current-buffer.
18860 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18861 Recognize immutable variables like most-positive-fixnum.
18862 (byte-compile-setq-default): Check and warn if trying to assign
18863 to an immutable variable, or a non-variable.
18865 * progmodes/cc-vars.el (c-comment-continuation-stars):
18866 * progmodes/cc-engine.el (c-looking-at-bos):
18867 * progmodes/cc-cmds.el (c-toggle-auto-state)
18868 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18869 (c-comment-line-break-function): Add version of obsolescence.
18871 2009-08-28 Juri Linkov <juri@jurta.org>
18873 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18874 associated with `archive-mode'.
18876 * image.el (image-type-header-regexps): Use only JPEG magic number
18877 to determine JPEG images, and don't use `image-jpeg-p' because
18878 Emacs can display non-JFIF non-Exif JPEG images.
18880 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18882 * arc-mode.el (archive-mode):
18883 * emacs-lisp/re-builder.el (re-builder-unload-function):
18884 Protect against the default value of `major-mode' being nil.
18886 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18888 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18889 Fix typos in docstrings.
18891 * progmodes/js.el (js--macro-decl-re): Doc fix.
18892 (js--plain-method-re, js--split-name): Refloc docstring.
18893 (js--class-styles, js--make-merged-item, js--splice-into-items):
18894 Fix typos in docstrings; reflow docstrings.
18895 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18896 (js--variable-decl-matcher, js--inside-pitem-p)
18897 (js--parse-state-at-point, js--get-all-known-symbols)
18898 (js--symbol-history, js-find-symbol, js--js-references)
18899 (js--moz-interactor, js--js-encode-value, js--read-tab):
18900 Fix typos in docstrings.
18902 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18904 * textmodes/reftex.el (reftex-get-file-buffer-force):
18905 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18906 * emulation/viper.el (viper-go-away, viper-set-hooks):
18907 * emacs-lisp/re-builder.el (re-builder-unload-function):
18908 * emacs-lisp/bytecomp.el (byte-compile-file):
18909 * ses.el (ses-unload-function):
18910 * hexl.el (hexl-find-file):
18911 * files.el (normal-mode):
18912 * ehelp.el (with-electric-help):
18913 * autoinsert.el (auto-insert-alist):
18914 * arc-mode.el (archive-mode):
18915 Use (default-value 'major-mode) instead of default-major-mode.
18917 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18918 * international/mule.el (load-with-code-conversion):
18919 * emacs-lisp/debug.el (debug):
18920 * ediff-vers.el (ediff-rcs-get-output-buffer):
18921 * dired.el (dired-internal-noselect): Don't let-bind
18922 default-major-mode around code that doesn't use it.
18923 E.g. buffer creation via get-buffer-create doesn't use it.
18925 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
18927 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18928 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18929 when writing the temp file. Otherwise, epa-file gets confused.
18930 (tramp-register-file-name-handlers): Make it a defun. Move also
18931 `epa-file-handler' to the front of `file-name-handler-alist'.
18933 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18935 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18936 start right after a ^M.
18937 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18938 (tramp-completion-file-name-regexp-separate)
18939 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18940 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18941 Don't modify last-coding-system-used by accident.
18942 (tramp-completion-file-name-handler): Apply the checks here,
18943 instead during registration.
18944 (tramp-register-file-name-handlers): Rename from
18945 `tramp-register-file-name-handler'. Register both
18946 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18947 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
18949 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
18951 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18952 Remove variable ...
18953 (gdb-init-1, gdb-display-separate-io-buffer)
18954 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18956 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18957 (gdb-inferior-filter): Use comint-output-filter to stop
18958 echoing and remove ^M characters.
18960 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18962 * emulation/viper-init.el (viper-restore-cursor-type):
18963 * emulation/cua-base.el (cua--update-indications):
18964 Replace default-cursor-type with (default-value 'cursor-type).
18966 * mail/sendmail.el (mail-recover-1):
18967 * international/mule-diag.el (describe-current-coding-system-briefly)
18968 (describe-current-coding-system):
18969 * international/mule-cmds.el (select-safe-coding-system)
18970 (select-message-coding-system)
18971 (set-language-environment-coding-systems, set-locale-environment):
18972 * hexl.el (hexl-insert-multibyte-char):
18973 * dos-w32.el (find-buffer-file-type-coding-system):
18974 * simple.el (what-cursor-position):
18975 Replace uses of default-buffer-file-coding-system
18976 with (default-value 'buffer-file-coding-system).
18978 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18979 Replace uses of default-cursor-in-non-selected-windows
18980 with (default-value 'cursor-in-non-selected-windows).
18981 Use with-current-buffer.
18983 * mail/feedmail.el: Use CL macros.
18984 (feedmail-run-the-queue, feedmail-send-it-immediately):
18985 * dos-w32.el (find-buffer-file-type): Replace uses of
18986 default-buffer-file-type with (default-value 'buffer-file-type).
18988 2009-08-28 Glenn Morris <rgm@gnu.org>
18990 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18991 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18992 Use default-value of major-mode rather than default-major-mode.
18994 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18996 * Makefile.in (update-elcfiles): Report left over elc files.
18998 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18999 expand-file-name and with-current-buffer.
19000 (mail-get-names, mail-directory): Use with-current-buffer.
19002 * vc.el (vc-read-revision): New function.
19003 (vc-version-diff, vc-merge): Use it.
19005 2009-08-27 Sam Steingold <sds@gnu.org>
19007 * simple.el (kill-do-not-save-duplicates): New user option.
19008 (kill-new): When it is non-nil, and the new string is the same as
19009 the latest kill, set replace to t to avoid duplicates in kill-ring.
19011 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
19013 * net/tramp.el (tramp-handle-process-file): Do not flush all
19014 caches when `process-file-side-effects' is set.
19015 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
19016 instead of `tramp-find-file-exists-command'.
19017 Unset `process-file-side-effects'.
19019 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
19021 * net/tramp.el (tramp-methods): New method "rsyncc".
19022 (top): Add completion function for "rsyncc".
19023 (tramp-message-show-message): New defvar.
19024 (tramp-message, tramp-error): Use it.
19025 (tramp-do-copy-or-rename-file-directly): Extend check for direct
19027 (tramp-do-copy-or-rename-file-out-of-band): Handle new
19028 `tramp-methods' entry `copy-env' of "rsyncc".
19029 (tramp-vc-registered-read-file-names): New defconst.
19030 (tramp-vc-registered-file-names): New defvar.
19031 (tramp-handle-vc-registered): Implement optimization strategy.
19032 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19033 (tramp-vc-file-name-handler): New defun.
19034 (tramp-get-ls-command, tramp-get-test-command)
19035 (tramp-get-file-exists-command, tramp-get-remote-ln)
19036 (tramp-get-remote-perl, tramp-get-remote-stat)
19037 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
19039 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
19040 (tramp-cache-inhibit-cache): Extend doc string. It allows also
19042 (tramp-get-file-property): Check for timestamps in
19043 `tramp-cache-inhibit-cache'.
19044 (tramp-set-file-property): Write timestamp.
19046 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19048 * language/japan-util.el (japanese-symbol-table): Add entries for
19051 * international/characters.el: Add category `j' to cp932-2-byte.
19053 2009-08-27 Kenichi Handa <handa@m17n.org>
19055 * international/fontset.el (build-default-fontset-data): New macro.
19056 (setup-default-fontset): Use build-default-fontset-data for CJK,
19057 tibetan, ethiopic, and ipa.
19059 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19061 * cus-start.el (default-major-mode): Customize `major-mode' instead.
19062 (enable-multibyte-characters): Not customizable any more.
19064 * subr.el (default-mode-line-format, default-header-line-format)
19065 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19066 (default-direction-reversed, default-truncate-lines)
19067 (default-left-margin, default-tab-width, default-case-fold-search)
19068 (default-left-margin-width, default-right-margin-width)
19069 (default-left-fringe-width, default-right-fringe-width)
19070 (default-fringes-outside-margins, default-scroll-bar-width)
19071 (default-vertical-scroll-bar, default-indicate-empty-lines)
19072 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19073 (default-fringe-cursor-alist, default-scroll-up-aggressively)
19074 (default-scroll-down-aggressively, default-fill-column)
19075 (default-cursor-type, default-buffer-file-type)
19076 (default-cursor-in-non-selected-windows)
19077 (default-buffer-file-coding-system, default-major-mode)
19078 (default-enable-multibyte-characters): Mark as obsolete.
19080 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
19082 * vc-dir.el (vc-dir-update): Remove debug helper.
19084 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
19086 2009-08-26 Sam Steingold <sds@gnu.org>
19088 * simple.el (save-interprogram-paste-before-kill): New user option.
19089 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
19090 save the interprogram-paste into kill-ring before overriding it
19091 with the Emacs kill.
19093 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19095 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
19096 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
19097 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
19098 and move to vc-rcs.el.
19099 (vc-default-next-revision): Rename to vc-rcs-next-revision and
19101 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
19102 (vc-rcs-update-changelog): Remove.
19103 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19104 and move to vc-rcs.el.
19106 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
19107 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
19109 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
19110 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
19111 vc.el, renamed to be RCS specific.
19113 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
19115 (vc-cvs-update-changelog): Move here from vc.el.
19117 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
19120 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19122 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
19124 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19126 * vc-git.el (vc-git-register): Use "git add" for directories.
19127 (vc-git-stash, vc-git-stash-show): New functions.
19128 (vc-git-extra-menu-map): Bind them.
19130 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
19131 directory correctly in case the item is a directory itself.
19133 * vc.el: Document the desired behavior for reverted files in the
19135 (vc-default-prettify-state-info): Remove function, unused.
19137 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
19139 2009-08-26 Glenn Morris <rgm@gnu.org>
19141 * bindings.el (standard-mode-line-format): Reposition dashes in
19142 which-func entry. (Bug#4217)
19144 * files.el (enable-local-variables, enable-local-eval)
19145 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
19147 (auto-mode-alist, ignored-local-variables)
19148 (save-some-buffers-action-alist): Move risky declarations to the
19150 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
19151 (font-lock-defaults, format-alist, imenu--index-alist)
19152 (imenu-generic-expression, input-method-alist, minor-mode-alist)
19153 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
19154 (mode-line-modified, mode-line-mule-info, mode-line-position)
19155 (mode-line-process, mode-line-remote, outline-level)
19156 (parse-time-rules, rmail-output-file-alist)
19157 (special-display-buffer-names, vc-mode):
19158 Move risky declarations to the relevant files.
19159 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
19160 (mode-line-modified, mode-line-process, mode-line-position)
19161 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
19162 * font-core.el (font-lock-defaults):
19163 * format.el (format-alist):
19164 * vc-hooks.el (vc-mode):
19165 * window.el (special-display-buffer-names):
19166 * international/mule-cmds.el (input-method-alist):
19167 Define riskiness here (dumped file) rather than in files.el.
19168 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
19169 * imenu.el (imenu-generic-expression, imenu--index-alist):
19170 * outline.el (outline-level):
19171 * time.el (display-time-string):
19172 * calendar/parse-time.el (parse-time-rules):
19173 * mail/rmailout.el (rmail-output-file-alist):
19174 Autoload riskiness here, rather than placing in files.el.
19176 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
19178 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
19180 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
19182 * simple.el (process-file-side-effects): New defvar.
19184 * dired-aux.el (dired-show-file-type):
19185 * vc.el (vc-diff-internal):
19186 * vc-arch.el (vc-arch-diff):
19187 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
19188 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
19189 * vc-git.el (vc-git-registered, vc-git-working-revision)
19190 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
19191 (vc-git--empty-db-p):
19192 * vc-hooks.el (vc-user-login-name):
19193 * vc-svn.el (vc-svn-registered, vc-svn-state)
19194 (vc-svn-dir-extra-headers, vc-svn-find-revision):
19195 * progmodes/grep.el (grep-probe): Let-bind
19196 `process-file-side-effects' with nil.
19198 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
19200 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
19201 daemon. Replace ping by checking for running service for bluez
19202 and zeroconf. (Bug#4239)
19204 2009-08-25 Kevin Ryde <user42@zip.com.au>
19206 * net/dig.el (dig): Add autoload cookie.
19208 2009-08-25 Glenn Morris <rgm@gnu.org>
19210 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
19211 load-history for absolute file-names.
19212 (byte-compile-file-form-require): Warn about use of the cl package.
19214 * format.el (format-alist): Doc fix.
19216 * play/bubbles.el (top-level): Don't require cl at run-time.
19218 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
19221 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
19223 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
19225 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
19227 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
19229 * calc/calc-alg.el (math-trig-rewrite)
19230 (math-hyperbolic-trig-rewrite): New functions.
19231 (calc-simplify): Simplify trig functions when asked.
19233 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19235 * diff-mode.el (diff-find-source-location): Avoid goto-line.
19237 2009-08-24 Kenichi Handa <handa@m17n.org>
19239 * language/ind-util.el (mapthread): Delete it.
19240 (combinatorial): New function.
19241 (indian--puthash-cv): Use combinatorial instead of mapthread.
19243 2009-08-22 Kevin Ryde <user42@zip.com.au>
19245 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
19246 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
19247 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
19248 Clarify docstring that the value is strings not symbols.
19249 (checkdoc-list-of-strings-p): New function.
19251 2009-08-22 Glenn Morris <rgm@gnu.org>
19253 * files.el (auto-mode-alist):
19254 * hippie-exp.el (he-concat-directory-file-name):
19255 * lpr.el (lpr-windows-system, printer-name):
19256 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
19257 * ps-print.el (ps-windows-system):
19258 * startup.el (command-line):
19259 * emulation/viper-ex.el (viper-glob-function):
19260 * international/mule-cmds.el (set-language-environment-coding-systems):
19261 * net/ange-ftp.el (ange-ftp-write-region):
19262 * obsolete/fast-lock.el (fast-lock-cache-name):
19263 Remove code for defunct system-types emx, macos, mswindows, next-mach,
19264 unisoft-unix, vax-vms, win32, w32.
19266 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
19267 given name if the pattern is not more specific.
19269 * calendar/lunar.el (lunar-phase-names): New option.
19270 (lunar-phase): Doc fix.
19271 (lunar-cycles-per-year): New constant.
19272 (lunar-index): New function.
19273 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
19274 (lunar-phase-name): Use lunar-phase-names.
19275 (calendar-lunar-phases): Use format.
19276 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
19278 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
19279 Copy imenu-example--name-and-position function here for own use.
19280 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
19282 * bs.el (bs--redisplay):
19283 * cus-edit.el (custom-redraw):
19284 * ibuffer.el (ibuffer-bury-buffer):
19285 * server.el (server-goto-line-column):
19286 * startup.el (command-line-1):
19287 * strokes.el (strokes-xpm-for-stroke):
19288 * term.el (term-display-buffer-line):
19289 * view.el (View-goto-line):
19290 * calc/calc.el (calc-do, calc-trail-buffer):
19291 * play/gamegrid.el (gamegrid-add-score-insecure):
19292 * progmodes/ada-mode.el (ada-compile-goto-error):
19293 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
19294 (ebrowse-select-1st-to-9nth):
19295 * progmodes/cperl-mode.el (cperl-time-fontification):
19296 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
19297 * progmodes/gud.el (gud-display-line):
19298 (idlwave-shell-display-line):
19299 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
19300 * progmodes/make-mode.el (makefile-browser-toggle):
19301 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
19302 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
19303 * textmodes/picture.el (picture-draw-rectangle):
19304 * textmodes/reftex-index.el (reftex-index-goto-letter):
19305 (reftex-select-jump-to-previous):
19306 * textmodes/reftex-sel.el (reftex-find-start-point)
19307 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
19308 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
19309 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
19310 * textmodes/tex-mode.el (tex-compilation-parse-errors):
19311 * textmodes/two-column.el (2C-associated-buffer):
19312 Use forward-line rather than goto-line.
19314 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
19317 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
19318 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
19319 (quick-check-list-to-regexp): Declare.
19321 * progmodes/make-mode.el (makefile-browser-insert-selection):
19322 Use goto-char rather than goto-line.
19324 * progmodes/prolog.el (compilation-error-regexp-alist)
19325 (compilation-forget-errors): Declare.
19327 2009-08-22 Juri Linkov <juri@jurta.org>
19329 * progmodes/grep.el (lgrep, rgrep): At the beginning
19330 set `dir' to `default-directory' unless `dir' is a non-nil
19331 readable directory. (Bug#4052)
19332 (lgrep, rgrep): Change a weird way to report an error
19333 from using `read-string' to using `error'.
19334 Instead of using interactive arguments in the function body,
19335 add new argument `confirm'.
19337 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19339 * textmodes/remember.el (remember-buffer):
19340 * progmodes/cperl-mode.el (cperl-vc-header-alist):
19341 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
19342 (icalendar-extract-ical-from-buffer):
19343 * net/newst-treeview.el (newsticker-groups-filename):
19344 * net/newst-backend.el (newsticker-cache-filename):
19345 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
19346 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
19347 (speedbar-add-ignored-path-regexp, speedbar-line-path)
19348 (speedbar-buffers-line-path, speedbar-path-line)
19349 (speedbar-buffers-line-path):
19350 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
19352 * epa.el (epa-display-verify-result):
19353 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
19355 2009-08-21 Glenn Morris <rgm@gnu.org>
19357 * progmodes/js.el (inferior-moz-process): Fix declaration.
19359 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
19361 * obsolete/rnewspost.el (news-mail-reply):
19362 Use goto-char rather than goto-line.
19364 * term/ns-win.el (ns-open-file-select-line):
19365 Use line-beginning-position rather than goto-line.
19367 * apropos.el (apropos-command):
19368 * ehelp.el (electric-helpify):
19369 * printing.el (pr-show-setup):
19370 * strokes.el (strokes-help):
19371 * tutorial.el (tutorial--describe-nonstandard-key)
19372 (tutorial--detailed-help):
19373 * woman.el (woman-mini-help, woman-display-extended-fonts):
19374 * calc/calc-help.el (calc-describe-key):
19375 * emulation/edt.el (edt-electric-helpify):
19376 * international/mule-diag.el (mule-diag):
19377 * play/yow.el (apropos-zippy):
19378 * progmodes/python.el (python-describe-symbol):
19379 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
19380 * textmodes/table.el (*table--cell-describe-mode)
19381 (*table--cell-describe-bindings):
19382 Use help-print-return-message rather than the now obsolete alias.
19384 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
19385 (calendar-cursor-to-visible-date):
19386 * play/5x5.el (5x5-position-cursor):
19387 * play/decipher.el (decipher):
19388 * play/gomoku.el (gomoku-goto-xy):
19389 * play/landmark.el (lm-goto-xy):
19390 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
19391 (mpuz-paint-digit):
19392 Use forward-line, not goto-line.
19394 * mail/rmail.el (rmail-obsolete): Delete custom group.
19395 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
19396 (rmail-remote-password, rmail-remote-password-required):
19397 Remove unneeded :set-after and :set properties.
19399 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
19401 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
19403 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
19405 * loadup.el: Remove leftover macos code.
19407 * vc-git.el (vc-git-annotate-command): Run asynchronously.
19408 Explicitly pass the date format to git blame so that user local
19409 so that the output format can be parsed.
19411 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
19413 * net/dbus.el (top): Don't check for (getenv
19414 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
19416 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
19418 * log-edit.el (log-edit-strip-single-file-name): New var.
19419 (log-edit-insert-changelog): Use it. Bug#3571
19421 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19423 * subr.el (read-passwd): Use read-key so keypad keys work as well.
19426 * help.el (help-print-return-message): Rename from
19427 print-help-return-message.
19429 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
19430 cvs-mode-map parent hack.
19431 (log-view-mode): Derive from special-mode.
19433 * linum.el (linum-mode): window-size-change-functions is redundant.
19434 Adapt to new window-configuration-change-hook behavior.
19435 (linum-after-size, linum-after-config): Remove.
19437 * imenu.el (imenu-example--name-and-position)
19438 (imenu-example--lisp-extract-index-name)
19439 (imenu-example--create-lisp-index, imenu-example--create-c-index):
19442 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
19443 (inferior-prolog-mode): Use it.
19444 (inferior-prolog-load-file): Reset list of errors.
19446 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19448 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
19450 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
19452 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
19454 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
19455 is running already.
19457 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19459 * subr.el (listify-key-sequence-1): Use normal syntax since those
19460 integers are nowadays always represented by the same (positive) number
19462 (read-key-empty-map): New const.
19463 (read-key-delay): New var.
19464 (read-key): New function.
19465 (force-mode-line-update): Use with-current-buffer.
19466 (locate-user-emacs-file): Don't forget to abbreviate the file name.
19467 (start-process-shell-command, start-file-process-shell-command):
19468 Discourage the use of command-args.
19470 2009-08-19 Glenn Morris <rgm@gnu.org>
19472 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
19474 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19476 * simple.el (choose-completion-string): Don't rely on
19477 minibuffer-completing-file-name and ad-hoc checks to decide whether
19478 to continue completion or not.
19480 * minibuffer.el (minibuffer-hide-completions): New function.
19481 (completion--do-completion): Use it.
19482 (completions-annotations): New face.
19483 (completion--insert-strings): Use it.
19484 (completion-pcm--delim-wild-regex): Add docstring.
19485 (completion-pcm--string->pattern): Add support for 0-width delimiters
19486 in completion-pcm--delim-wild-regex.
19488 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
19490 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
19491 Remove unused var `buffer-modified-p'.
19493 * minibuffer.el (completion--do-completion): Move point for the #b001
19494 case as well (bug#4176).
19495 (minibuffer-complete, minibuffer-complete-word): Don't move point.
19497 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
19499 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
19500 and :session buses.
19502 2009-08-18 Kenichi Handa <handa@m17n.org>
19504 * international/ucs-normalize.el (ucs-normalize-version):
19506 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
19507 (utf-8-hfs): Make it perform normalization on encoding too.
19509 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
19510 (sentence-end-without-space): Delete duplicated chars.
19511 (sentence-end-base): Likewise.
19513 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
19514 (html-mode): Delete duplicated chars from sentence-end-base.
19516 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
19517 (texinfo-mode): Delete duplicated chars from sentence-end-base.
19519 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
19521 * files.el (hack-one-local-variable): If the mode function is for
19522 a minor mode, pass it an argument (Bug#4148).
19524 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
19526 * net/tramp.el (tramp-register-completion-file-name-handler):
19527 Check also for (member 'partial-completion completion-styles).
19529 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19531 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
19534 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
19536 * progmodes/cperl-mode.el: Merge upstream 6.2.
19537 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
19538 (cperl-forward-re): Check cperl-brace-recursing.
19539 (cperl-highlight-charclass): New function.
19540 (cperl-find-pods-heres): Use it.
19541 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
19542 (cperl-beautify-regexp-piece): Fix column calculation.
19543 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
19544 (cperl-beautify-level): Don't process entire regexp.
19545 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
19547 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
19548 (cperl-init-faces): Build a list in the normal way.
19550 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19552 * calendar/parse-time.el (parse-time-string-chars): Save match
19555 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
19557 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
19558 (sql-product): Use it.
19559 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
19560 (sql-set-product): Add completion.
19561 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
19562 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
19563 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
19564 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
19565 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
19566 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
19567 (sql-highlight-db2-keywords): Remove.
19568 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
19569 (sql-highlight-product): Use derived-mode-p.
19570 (sql-set-sqli-buffer): Use with-current-buffer.
19571 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
19574 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
19576 * term.el: Fix commenting convention, turn comments into docstrings.
19578 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19580 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
19582 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
19584 * calendar/parse-time.el (parse-time-string-chars): Compute using
19585 character classes, to handle non-ascii characters (Bug#3190).
19587 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19589 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
19590 another heredoc if the user adds another < (Bug#3226).
19592 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19593 Don't initialize based on window-system (Bug#4124).
19595 * facemenu.el (facemenu-read-color): Use a completion function
19596 that accepts any defined color, such as RGB triplets (Bug#3677).
19598 * files.el (get-free-disk-space): Change fallback default
19599 directory to /. Expand DIR argument before switching to fallback.
19600 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
19602 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
19604 * files.el (load-library): Doc fix.
19606 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
19608 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
19609 (viper-if-string): Redefine C-s in the minibuffer to insert the last
19610 incremental search string.
19612 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
19615 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
19616 (ediff-merge-region-is-non-clash)
19617 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
19618 Also check if the job is really a merge job.
19620 * ediff.el (ediff-current-file): New function.
19622 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
19624 * progmodes/js.el: Edit docstrings throughout to follow Emacs
19626 (js-insert-and-indent): Delete function.
19627 (js-mode-map): Don't bind keys to js-insert-and-indent.
19628 (js-beginning-of-defun): Rename from js--beginning-of-defun.
19629 (js-end-of-defun): Rename from js--end-of-defun.
19630 (js-auto-indent-flag): Delete variable.
19632 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
19634 * progmodes/js.el: Remove proclaim statement.
19635 Defvar which-func-imenu-joiner-function to silence compiler.
19637 * files.el (auto-mode-alist): Use js-mode for .js files.
19639 * progmodes/js2-mode.el: Remove file.
19641 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
19643 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
19645 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
19647 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
19648 Karl Landstrom <karl.landstrom@brgeight.se>
19650 * progmodes/js.el: New file.
19652 2009-08-14 Mark A. Hershberger <mah@everybody.org>
19654 * timezone.el (timezone-parse-date): Add ability to understand ISO
19655 basic format (minimal separators) dates in addition to the
19656 already-supported extended format dates.
19658 2009-08-14 Eli Zaretskii <eliz@gnu.org>
19660 * international/ucs-normalize.el: Add a `coding' file variable.
19662 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19664 2009-08-14 Sam Steingold <sds@gnu.org>
19666 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19668 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
19670 * faces.el (help-argument-name): Define it here instead of
19671 help-fns.el, because in daemon mode help-fns.el may be loaded when
19672 faces are still uninitialized (Bug#1078).
19674 * help-fns.el (help-argument-name): Move defface to faces.el.
19676 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
19678 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19679 create buffer with a pty but no process so that GDB can make the
19680 inferior the controlling process.
19682 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
19684 * international/ucs-normalize.el: New file.
19686 2009-08-13 Richard Stallman <rms@gnu.org>
19688 * mail/rmail.el (rmail-get-attr-names):
19689 Accept an attribute header that is too short.
19691 * mail/rmail.el (rmail-forget-messages):
19692 Ignore nil elt in rmail-message-vector. Use dotimes.
19694 * progmodes/compile.el (compilation-goto-locus):
19695 Use next-error-move-function.
19697 * simple.el (next-error-move-function): New variable.
19699 2009-08-12 Juri Linkov <juri@jurta.org>
19701 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19702 always non-nil. (Bug#4052)
19704 * replace.el (read-regexp): Return empty string when
19705 `default-value' is nil.
19706 (keep-lines-read-args): Don't use empty string as the
19707 default value for `read-regexp'. (Bug#2495)
19709 2009-08-12 Juri Linkov <juri@jurta.org>
19711 * international/mule-cmds.el (ucs-insert): Change arguments
19712 from `arg' to `character', `count', `inherit' to be the same
19713 as in `insert-char'. Doc fix. (Bug#4039)
19715 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19717 2009-08-12 Juri Linkov <juri@jurta.org>
19719 * files-x.el: New file.
19721 * files.el: Move code that deals with adding/deleting
19722 file/directory-local variables to files-x.el.
19724 * Makefile.in (ELCFILES): Add files-x.elc.
19726 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
19728 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19729 to use `goto-line'.
19730 (gdb-place-breakpoints, gdb-get-location): Rewritten without
19732 (gdb-invalidate-disassembly): Do not refresh upon receiving
19733 'update signal. Instead, update all disassembly buffers only after
19735 (gdb): Send -target-detach when buffer is killed (Bug#3794).
19736 (gdb-starting): Move -data-list-register-names...
19737 (gdb-stopped): ...here so it's sent when first thread stops.
19738 (gdb-registers-handler-custom): Do nothing if register names are
19741 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19742 from `gdb-mi.el' to avoid extra tangling.
19744 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19745 change which breaks `gud-def' definitions used in `gdb'.
19746 (gdb-update-gud-running): No extra fuss for updating frame number.
19748 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19750 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19751 (describe-language-environment-map, setup-language-environment-map)
19752 (set-coding-system-map): Move initialization into declaration.
19753 (set-language-info-alist): Last arg to define-key-after can be skipped.
19755 * international/quail.el (quail-completion-1): Simplify.
19756 (quail-define-rules): Use slightly more compact code.
19757 (quail-insert-decode-map): Propertize keys, compact columns.
19759 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19762 2009-08-10 Miles Bader <miles@gnu.org>
19764 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19765 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19766 (js2-instance-member, js2-private-member, js2-private-function-call)
19767 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19768 (js2-magic-paren, js2-external-variable):
19769 Remove "-face" suffix from face names.
19770 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19771 (js2-highlight-undeclared-vars, js2-peek-token)
19772 (js2-parse-function-params, js2-mode-show-errors)
19773 (js2-mode-show-warnings, js2-make-magic-delimiter)
19774 (js2-mode-highlight-magic-parens): Update to use new face names.
19776 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
19778 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19779 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
19781 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
19783 * subr.el: Provide hashtable-print-readable.
19785 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19786 hs-c-like-adjust-block-beginning.
19787 (hs-hide-block-at-point): Stop hiding at the beginning of
19788 hs-block-end-regexp (Bug#700).
19790 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
19792 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19794 (gdb-registers-handler-custom): Do not fail when register names
19797 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19799 * progmodes/gdb-mi.el (gdb-control-all-threads)
19800 (gdb-control-current-thread): Interactive setters for
19801 `gdb-gud-control-all-threads' to use in menu.
19802 (gdb-show-run-p): Show «Go» when process is not active.
19803 (gud-tool-bar-map): Add non-stop/A,T indicator.
19804 Uses gud/thread.xpm and gud/all.xpm.
19806 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
19808 * net/net-utils.el (net-utils-font-lock-keywords): New var.
19809 (nslookup-font-lock-keywords): Make it a variable.
19810 (net-utils-mode): New mode for viewing diagnostic network output.
19811 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19812 (net-utils-run-simple): New function.
19813 (ifconfig, iwconfig, netstat, arp, route): Use it.
19815 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19817 * progmodes/gdb-mi.el (gdb-read-memory-custom)
19818 (gdb-memory-set-address, def-gdb-set-positive-number)
19819 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19820 after changing settings.
19821 (gdb-invalidate-disassembly): Update when first shown.
19822 (gdb-edit-locals-value): Fixed.
19823 (gdb-registers-handler-custom): Print registers in right order and
19824 allow changing register values (only for current thread yet).
19825 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19826 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19827 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19828 (gdb-locals-handler-custom, gdb-registers-handler-custom):
19829 Thread info in mode name.
19830 (gdb-registers-mode-map): TAB to switch to locals.
19832 2009-08-08 Eli Zaretskii <eliz@gnu.org>
19834 * mail/rmail.el (rmail-add-mbox-headers)
19835 (rmail-set-message-counters-counter): Search for
19836 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
19838 2009-08-08 Glenn Morris <rgm@gnu.org>
19840 * Makefile.in (ELCFILES): Update.
19842 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19844 * mail/sendmail.el (mail-yank-original):
19845 Set buffer-file-coding-system from the one used by the message whose
19848 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19849 to "windows" when "pgnuplot" is used.
19850 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19851 Don't call accept-process-output if "pgnuplot" is used.
19852 (calc-graph-init): Don't send -display and -geometry to
19853 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19854 running "pgnuplot -V" with shell-command-to-string.
19856 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19859 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19861 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19864 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19866 * vc-dispatcher.el (vc-resynch-window): Update comment.
19868 * term.el (term-handle-ansi-escape): Add comments with the
19869 terminfo capabilities implemented.
19871 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19873 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19874 (gdb-var-create-handler): Rewritten using JSON parser.
19875 (gdb-propertize-header): Move earlier.
19876 (gdb-set-header): Remove to avoid duplication.
19877 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19878 Refresh disassembly buffers only after threads list have been
19880 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19883 2009-08-04 Juri Linkov <juri@jurta.org>
19885 * files.el: Commands to add/delete file/directory-local variables.
19886 (read-file-local-variable, read-file-local-variable-value)
19887 (read-file-local-variable-mode, modify-file-local-variable)
19888 (modify-file-local-variable-prop-line)
19889 (modify-dir-local-variable): New functions.
19890 (add-file-local-variable, delete-file-local-variable)
19891 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19892 (add-dir-local-variable, delete-dir-local-variable)
19893 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19894 (copy-dir-locals-to-file-locals-prop-line): New commands.
19896 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
19898 * abbrev.el (insert-abbrev-table-description): Prettify output.
19899 Suggested by Karl Chen.
19901 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19903 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19904 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19905 (gdb-overlay-arrow-position, gdb-thread-position)
19906 (gdb-disassembly-position): Declare variables.
19907 (gdb-wait-for-pending): Function now.
19908 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19909 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19910 compilation goes smoothly.
19911 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19912 (gdb-non-stop-setting): New customization setting which replaces
19913 `gdb-non-stop' so changing it doesn't break active GDB session.
19914 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19915 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19916 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19917 (gdb-show-threads-by-default): New customization options.
19918 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19920 (gdb-get-buffer-create): Send buffers update signal when they are
19922 (gdb-invalidate-locals, gdb-invalidate-registers)
19923 (gdb-invalidate-breakpoints)
19924 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19925 (gdb-invalidate-memory): Accept update signal.
19926 (gdb-current-context-command): Use --frame option.
19927 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19928 Implement `gdb-frame-number' selection logic.
19929 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19930 whether to show GUD toolbar buttons.
19931 (gdb-thread-exited): Unselect current thread when it exits.
19932 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19933 (gdb-mark-line): Routine which sets overlay arrow or inverses
19934 video on fringeless displays.
19935 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19936 to build aligned columns of data in GDB buffers and set text
19937 properties line-by-line.
19938 (gdb-invalidate-breakpoints)
19939 (gdb-breakpoints-list-handler-custom)
19940 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19941 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19942 (gdb-registers-handler-custom): Align data columns.
19943 (gdb-locals-handler-custom): Now prints data like in variable
19945 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19946 Remove confusing buttons.
19947 (gdb-invalidate-threads): Append --frame.
19948 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19949 between breakpoints/threads buffers.
19950 (gdb-set-window-buffer): Now can ignore dedicated windows.
19951 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19952 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19953 (def-gdb-thread-buffer-gud-command): Replaces
19954 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19955 for fine thread control.
19956 (gdb-preempt-existing-or-display-buffer): New function used to
19957 display bound buffers without breaking window layout.
19958 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19959 (gdb-select-frame): New version of `gdb-frames-select' which now
19960 sets `gdb-frame-number' so commands may use --frame option instead
19961 of inner debugger state.
19962 (gdb-frame-handler): Do not set `gdb-frame-number'.
19963 (gdb-threads-mode-map): Select threads with mouse.
19965 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19966 avoid compilation warning.
19967 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19970 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19971 Argument `key' renamed to `buffer-type'.
19972 (gdb-current-context-buffer-name): Do not add thread info to
19973 buffer name when no thread is selected.
19974 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19975 command (bug 3794).
19976 (gdb-thread-selected): Handle `=thread-selected' notification.
19977 (gdb-wait-for-pending): New macro to deal with congestion problems.
19978 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19980 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19981 This fixes problem similar to one described in bug 3947.
19982 (gud-menu-map): More menu items.
19983 (gdb-init-1): Reset `gdb-thread-number' to nil.
19985 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19988 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19989 (gdb-current-context-command): Do not append --thread if
19990 `gdb-thread-number' is nil.
19991 (gdb-running-threads-count, gdb-stopped-threads-count):
19993 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19994 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19995 New customization options.
19996 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19998 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19999 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20000 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20001 set `gdb-thread-number' and update `gud-running' properly.
20002 (gdb-running): Update threads list when new threads appear.
20003 (gdb-stopped): Support non-stop operation and new thread switching
20005 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20006 (gdb-json-partial-output): New set of JSON routines.
20007 (def-gdb-auto-update-trigger): New `signal-list' optional
20009 (gdb-thread-list-handler-custom): Update `gud-running',
20010 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20011 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20012 (gdb-continue-thread, gdb-step-thread): New commands for fine
20013 thread execution control.
20014 (gud-menu-map): New menu items to switch non-stop options.
20015 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
20016 (gdb-send): Mimic RET properly (bug 3794).
20018 * progmodes/gdb-mi.el (gdb-rules-name-maker)
20019 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20021 (def-gdb-auto-update-handler): New nopreserve optional argument.
20022 (gdb-stack-list-frames-custom): Print stack from top to bottom.
20024 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
20025 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20026 (gdb-parent-mode): New mode to derive other GDB modes from.
20027 (gdb-display-disassembly-for-thread)
20028 (gdb-frame-disassembly-for-thread): New commands for threads
20031 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20032 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
20033 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20034 (gdb-update): We now store all GDB buffers in a list so that they
20035 can be updated by traversing a list instead of calling invalidate
20036 triggers explicitly.
20037 (def-gdb-trigger-and-handler): New macro to define trigger-handler
20038 pair for GDB buffer.
20039 (gdb-stack-buffer-name): Add thread information.
20040 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
20041 handle pending triggers.
20042 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
20043 (def-gdb-thread-buffer-simple-command)
20044 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
20045 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
20046 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
20047 New commands which show buffers bound to thread.
20048 (gdb-stack-list-locals-regexp): Remove unused regexp.
20050 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20051 (gdb-locals-buffer-name, gdb-registers-buffer-name)
20052 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20053 to (gud-comint-buffer) in *-buffer-name functions
20054 because (gdb-get-target-string) already does that.
20055 (gdb-locals-handler-custom, gdb-registers-handler-custom)
20056 (gdb-changed-registers-handler): Rewritten without regexps.
20058 * progmodes/gdb-mi.el: Basic thread selection support.
20059 (gdb-thread-number): New variable.
20060 (gdb-current-context-command): New macro which adds --thread
20062 (gdb-threads-mode-map): Select thread with SPC.
20063 (gdb-thread-list-handler-custom): Mark current thread with overlay
20064 arrow. Synchronize GDB thread and Emacs thread.
20065 (gdb-select-thread): New command which selects current thread.
20066 (gdb-invalidate-frames, gdb-invalidate-locals)
20067 (gdb-invalidate-registers): Use --thread option.
20069 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
20071 * net/tramp.el (top): Make check for tramp-gvfs loading more
20073 (tramp-handle-insert-file-contents): `unwind-protect' must be
20074 inside `with-parsed-tramp-file-name'.
20076 * net/tramp-gvfs.el (top): Remove superfluous message when loading
20079 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
20081 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
20082 directory if CLASSPATH is not set.
20084 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
20086 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
20088 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
20090 2009-08-02 Kevin Ryde <user42@zip.com.au>
20092 * net/newst-backend.el (newsticker--raw-url-list-defaults):
20093 Update freshmeat link. Delete newsforge.com as it seems gone.
20095 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
20097 * select.el (x-set-selection): Doc fix (Bug#4021).
20099 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
20101 * help-fns.el (describe-variable): Treat list return values from
20102 dir-locals-find-file properly (Bug#4005).
20104 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
20106 * net/tramp.el (tramp-debug-message): Print also microseconds.
20108 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
20110 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
20112 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
20113 (tramp-get-debug-buffer): Change `outline-regexp' according to new
20116 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
20117 (tramp-get-file-property): Use it.
20119 * autorevert.el (auto-revert-handler):
20120 Allow `auto-revert-tail-mode' for remote files.
20122 2009-08-02 Jason Rumney <jasonr@gnu.org>
20124 * minibuffer.el (read-file-name): Treat confirm options to
20125 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
20127 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
20129 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
20130 (font-lock-variable-name-face, font-lock-constant-face):
20131 Darken the colors for light backgrounds.
20133 2009-08-01 Eli Zaretskii <eliz@gnu.org>
20135 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
20136 month names. (Bug#3987)
20138 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
20140 * simple.el (line-move-finish): Pass whole number to
20141 line-move-to-column.
20142 (line-move-visual): Perform hscroll to the recorded position.
20144 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
20146 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
20148 2009-07-29 Alan Mackenzie <acm@muc.de>
20150 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
20152 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
20154 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
20155 (gdb-place-breakpoints): Use full path when setting breakpoints.
20157 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
20159 * calc/calc.el (calc-mode-map): Add keybinding for
20160 `calc-transpose-lines'.
20162 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
20164 * calc/calc-misc.el (calc-transpose-lines): New function.
20166 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
20168 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
20169 Simplify check for out-of-band methods.
20170 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
20171 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
20173 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20175 * vc-git.el (vc-git-checkin): Fix typo.
20177 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
20179 * progmodes/js2-mode.el: New file.
20181 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
20183 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
20184 (gud-menu-map): Adjust tooltip accordingly.
20186 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20188 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
20189 (vc-bzr-log-view-mode): Adjust log-view-file-re.
20191 * add-log.el (change-log-mode-map): Add a menu.
20193 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
20195 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
20196 function returns nil.
20197 (dbus-handle-event): Handle special return value :ignore.
20198 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
20200 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
20202 * view.el (view-mode-enable): Don't define Helper-return-blurb if
20205 2009-07-25 Eli Zaretskii <eliz@gnu.org>
20209 * w32-vars.el (x-select-enable-clipboard): Doc fix.
20211 * term/pc-win.el (x-display-name, x-colors)
20212 (x-select-enable-clipboard, x-select-text): Doc fix.
20214 * term/common-win.el (x-display-name, x-colors): Doc fix.
20216 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
20217 (xw-defined-colors): Doc fix.
20219 * w32-fns.el (x-select-text, x-setup-function-keys)
20220 (x-get-selection, x-set-selection): Doc fix.
20222 * term/x-win.el (x-select-text, x-setup-function-keys)
20223 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
20225 * select.el (x-set-selection): Doc fix.
20227 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
20229 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
20230 instead of "IsNSSSupportAvailable". Avahi ought to work also when
20231 "IsNSSSupportAvailable" method is not available.
20232 Reported by Steve Youngs <steve@sxemacs.org>.
20234 2009-07-24 Kenichi Handa <handa@m17n.org>
20236 * international/characters.el: Fix setting of category ?C, ?|, ?K,
20237 and ?H. Fix setting of case for Latin Extended and Greek Extended.
20238 (build-unicode-category-table): Fix range checks.
20240 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20242 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
20243 the buffer we try to sync is current when calling
20246 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
20247 not show up to date files.
20249 2009-07-24 Glenn Morris <rgm@gnu.org>
20251 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
20252 Add autoload cookies. If necessary, initialize.
20253 (elint-log): Handle non-file buffers.
20254 (elint-initialize): Add optional argument to reinitialize.
20255 (elint-find-builtin-variables): Save excursion.
20257 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
20262 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20264 * vc.el (vc-print-log-internal): New function, split out from ...
20265 (vc-print-log): ... here.
20266 (vc-dir-move-to-goal-column): Declare.
20268 * vc-git.el (vc-git-add-signoff): New variable.
20269 (vc-git-checkin): Use it.
20270 (vc-git-toggle-signoff): New function.
20271 (vc-git-extra-menu-map): Bind it to menu.
20272 (vc-git--run-command-string): Accept a nil FILE argument.
20273 (vc-git-stash-list): New function.
20274 (vc-git-dir-extra-headers): Use it.
20276 2009-07-23 Glenn Morris <rgm@gnu.org>
20278 * help-fns.el (describe-variable): Describe ignored and risky local
20279 variables in a similar way to that in which we describe safe ones.
20281 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
20282 (byte-compile-output-file-form, byte-compile-output-docform)
20283 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
20284 Give some more local variables with common names a "bytecomp-" prefix,
20285 so as not to shadow things during compilation.
20286 * emacs-lisp/cl-macs.el (load-time-value)
20287 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
20288 `outbuffer' to `bytecomp-outbuffer'.
20290 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
20291 since the next two variables cover them automatically now.
20292 (elint-builtin-variables, elint-autoloaded-variables): New.
20293 (elint-unknown-builtin-args): Remove all members, since they can be
20294 parsed automatically now.
20295 (elint-extra-errors): New.
20296 (elint-env-add-env, elint-env-add-macro): Use cadr.
20297 (elint-current-buffer): Use or. Change final message.
20298 (elint-get-top-forms): Use line-end-position.
20299 (elint-init-env): Use cadr. Handle autoload, declare-function,
20301 (elint-add-required-env): Doc fix. Use or. Standardize error.
20302 (regexp-assoc): Remove unused function.
20303 (elint-top-form): Set elint-current-pos, to record the start of the
20304 top-level form, for compilation-mode.
20305 (elint-form): Trap errors in macro expansion. Use dolist.
20306 (elint-unbound-variable): Use elint-builtin-variables and
20307 elint-autoloaded-variables.
20308 (elint-get-args): Use cadr, or.
20309 (elint-check-cond-form): Use dolist, cadr.
20310 (elint-check-condition-case-form): Doc fix. Use cadr.
20311 Use elint-extra-errors.
20312 (elint-log): New function.
20313 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
20314 Distinguish errors and warnings.
20315 (elint-log-message): Use with-current-buffer. Inhibit read-only.
20316 Use a bytecomp-style format.
20317 (elint-clear-log): Preserve default-directory. Inhibit read-only.
20318 (elint-get-log-buffer): Use compilation mode. Disable undo.
20319 Don't truncate lines.
20320 (elint-initialize): Set builtin and autoloaded variable lists.
20321 Only process elint-unknown-builtin-args if non-nil.
20322 (elint-find-builtin-variables, elint-find-autoloaded-variables):
20324 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
20326 2009-07-22 Kevin Ryde <user42@zip.com.au>
20328 * net/newst-backend.el (newsticker--parse-atom-1.0)
20329 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20330 (newsticker--parse-rss-1.0):
20331 * progmodes/idlwave.el (idlwave-mode):
20332 * progmodes/idlw-shell.el (idlwave-shell-mode):
20333 * progmodes/vera-mode.el (vera-mode):
20334 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
20335 * progmodes/vhdl-mode.el (vhdl-mode):
20336 * textmodes/table.el (table-generate-source)
20337 (table--warn-incompatibility):
20338 Hyperlink urls in docstrings with URL `...'.
20340 2009-07-22 Glenn Morris <rgm@gnu.org>
20342 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
20343 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
20344 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
20345 Remove leading * from defcustom docs.
20347 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
20349 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
20351 (list-load-path-shadows): Optionally, just return shadows as a string.
20353 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
20355 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
20357 * mail/rmailedit.el (rmail-edit-mode):
20358 Use auto-save-include-big-deletions.
20360 * mail/rmail.el (rmail-variables):
20361 Use auto-save-include-big-deletions.
20363 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
20366 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20368 * calc/calc.el (calc-undo-length): New variable.
20369 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
20371 2009-07-21 Richard Stallman <rms@gnu.org>
20373 * files.el (auto-save-mode): Handle buffer-save-size = -2
20376 2009-07-21 Glenn Morris <rgm@gnu.org>
20378 * textmodes/ispell.el (ispell-looking-back): Update declaration.
20380 * calendar/todo-mode.el (calendar-current-date): Update declaration.
20382 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
20383 silence compiler. Instead...
20384 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
20385 (ps-print-ensure-fontified): Update for above function name changes.
20387 * printing.el (pr-mh-get-msg-num, pr-mh-show)
20388 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
20389 silence compiler. Instead...
20390 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
20391 (mh-show-buffer): Only define for compiler.
20392 (pr-mh-current-message): Update for above function name changes.
20394 * files.el (abort-if-file-too-large): Explicitly pass `filename'
20396 (find-file-noselect, insert-file-1): Update for above change.
20398 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
20400 * mail/mailclient.el (mailclient-send-it): Fix message.
20402 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
20403 (edebug-eval): Check cl-debug-env is bound.
20404 (print-level, print-circle): Don't redefine built-in variables.
20406 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
20407 (custom-print-vectors): Remove old comments from doc.
20409 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
20410 (emerge-version): Make the variable an obsolete alias for the
20411 emacs-version variable. Make the function obsolete.
20412 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
20413 Emerge options, rather than merging in into the main Options menu.
20414 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
20415 and auto advance modes. Disable edit/fast items when not relevant.
20417 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20419 * term/vt420.el (terminal-init-vt420): Fix typo.
20421 2009-07-20 Sam Steingold <sds@gnu.org>
20423 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
20424 variable (removed from compile.el on 2004-03-11).
20426 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
20428 * files.el (hack-local-variables-filter): Fix last change.
20430 2009-07-19 Juri Linkov <juri@jurta.org>
20432 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
20433 (dir-local-variables-alist): New buffer-local variable.
20434 (hack-local-variables-filter): If variable is not dir-local,
20435 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
20436 because file-local overrides dir-local.
20437 (c-postprocess-file-styles) <declare-function>:
20438 Remove obsolete declaration.
20439 (hack-dir-local-variables): Add dir-local variable/value pair to
20440 `dir-local-variables-alist' and remove duplicates. Doc fix.
20442 * help-fns.el (describe-variable): Add information about
20443 file-local and dir-local variables.
20445 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
20447 * files.el (hack-local-variables-filter): Rewrite.
20449 2009-07-19 Glenn Morris <rgm@gnu.org>
20451 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
20452 Silence compiler by only defining on XEmacs.
20454 * international/mule.el (auto-coding-regexp-alist): Only match
20455 BABYL... at the start of buffer, not of lines. (Bug#3790)
20457 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
20458 non-calendar buffers (Bug#3862). Restore "not on a date" message.
20459 (cal-menu-context-mouse-menu): Doc fix.
20461 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
20463 * simple.el (mail-user-agent): Doc fix. Set :version tag.
20465 2009-07-18 Juri Linkov <juri@jurta.org>
20467 * info.el: Virtual Info keyword finder.
20468 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
20469 (Info-finder-file): New variable.
20470 (Info-finder-find-file): New function.
20471 (finder-known-keywords, finder-package-info)
20472 (find-library-name, lm-commentary): Use defvar and
20473 declare-function to silence compiler warnings.
20474 (Info-finder-find-node): New function.
20475 (info-finder): New command.
20477 * subr.el (process-kill-buffer-query-function): New function.
20478 (add-hook)<kill-buffer-query-functions>: Add hook
20479 `process-kill-buffer-query-function'.
20481 2009-07-18 Alan Mackenzie <acm@muc.de>
20483 * progmodes/cc-mode.el (c-before-hack-hook)
20484 (c-postprocess-file-styles): Give invocation of `c-set-style'
20485 DONT-OVERRIDE parameter of t. Already set style variables will
20486 thus not be overridden by style settings given by `c-file-syle'.
20488 * files.el (hack-local-variables-filter): Remove entries with
20489 duplicate keys from `file-local-variables-alist'.
20491 2009-07-18 Eli Zaretskii <eliz@gnu.org>
20493 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
20494 x-set-selection if display-selections-p returns nil for the
20497 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
20499 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
20501 2009-07-18 Eli Zaretskii <eliz@gnu.org>
20503 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
20504 Accept nil in addition to a regexp.
20505 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
20506 Accept nil in addition to a regexp.
20507 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
20508 buffers that have an associated file. Handle nil values of
20509 desktop-buffers-not-to-save and desktop-files-not-to-save.
20512 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
20513 (x-disown-selection-internal): New functions.
20515 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
20517 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
20519 (gdb-breakpoints-header): Move forward to avoid compiler warning.
20520 (gdb-make-header-line-mouse-map): Remove duplicate definition.
20522 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
20524 * simple.el (set-mark): Revert last change.
20526 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
20528 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
20529 rendering of pngs is not possible instead of messaging a long
20532 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
20534 * w32-fns.el (x-selection-owner-p): New function.
20536 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
20537 (mouse-yank-at-click, mouse-yank-primary):
20538 If select-active-regions is non-nil, deactivate the mark before
20541 * simple.el (deactivate-mark, set-mark): Only save selection if we
20544 2009-07-17 Kenichi Handa <handa@m17n.org>
20546 * case-table.el (describe-buffer-case-table): Fix for the case
20547 that KEY is a cons.
20549 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20551 * vc-rcs.el (vc-rcs-find-file-hook):
20552 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
20554 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
20556 * net/tramp.el (tramp-wait-for-output): Handle the case when
20557 commands do not return a newline but a null byte before the shell
20560 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20562 * term/ns-win.el (ns-set-alpha): Don't declare.
20563 (ns-set-background-alpha): Remove function.
20565 2009-07-16 Kevin Ryde <user42@zip.com.au>
20567 * emacs-lisp/copyright.el (copyright-update): Save match-data across
20568 y-or-n-p, for safety.
20570 2009-07-16 Richard Stallman <rms@gnu.org>
20572 * files.el (auto-save-mode): If buffer-saved-size is -2,
20575 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
20576 (rmail-retry-ignored-headers): Add more uninteresting fields.
20578 2009-07-15 Jari Aalto <jari.aalto@cante.net>
20580 * net/rcirc.el (rcirc): Use history variables.
20581 (rcirc-server-name-history, rcirc-nick-name-history)
20582 (rcirc-server-port-history): New variables.
20584 2009-07-15 Kenichi Handa <handa@m17n.org>
20586 * international/mule-cmds.el (set-language-environment-charset):
20587 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
20590 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
20591 Delete unibyte-display.
20593 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
20595 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
20597 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
20599 * simple.el (deactivate-mark): Optional argument FORCE.
20600 (set-mark): Use deactivate-mark.
20602 * info.el (Info-search): No need to check transient-mark-mode
20603 before calling deactivate-mark.
20605 * select.el (x-set-selection): Doc fix.
20606 (x-valid-simple-selection-p): Allow buffer values.
20607 (xselect--selection-bounds): Handle buffer values.
20608 Suggested by David De La Harpe Golden.
20610 * mouse.el (mouse-set-region, mouse-drag-track):
20611 Call copy-region-as-kill before setting the mark, to let
20612 select-active-regions work.
20614 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
20616 * simple.el (deactivate-mark): If select-active-regions is
20617 non-nil, copy the selection data into a string.
20618 (activate-mark): If select-active-regions is non-nil, set the
20619 selection to the current buffer.
20620 (set-mark): Update selection if select-active-regions is non-nil.
20622 * select.el (x-valid-simple-selection-p): Allow buffer values.
20624 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20626 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
20627 and more featureful message-mode.
20629 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
20631 * select.el (x-set-selection): Doc fix.
20632 (x-valid-simple-selection-p): Disallow selection data consisting
20633 of a list or cons of integers, since that is not used.
20634 (xselect--selection-bounds, xselect--int-to-cons): New functions.
20635 (xselect-convert-to-string, xselect-convert-to-length)
20636 (xselect-convert-to-filename, xselect-convert-to-charpos)
20637 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
20639 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
20641 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
20642 output in -break-info command (Emacs bug #3794).
20644 2009-07-14 Glenn Morris <rgm@gnu.org>
20646 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
20647 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20648 (edebug-print-length, edebug-print-level, edebug-print-circle)
20649 (edebug-sit-for-seconds, edebug-view-outside)
20650 (edebug-bounce-point, edebug-set-global-break-condition)
20651 (edebug-Go-nonstop-mode, edebug-trace-mode)
20652 (edebug-Trace-fast-mode, edebug-continue-mode)
20653 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20654 (edebug-visit-eval-list): Doc fixes.
20656 * subr.el (def-edebug-spec): Doc fix.
20658 2009-07-14 Kenichi Handa <handa@m17n.org>
20660 * international/characters.el: Fix setting of category ?C.
20662 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
20664 * term/ns-win.el (x-select-font): defalias x-select-font to
20665 ns-popup-font-panel instead of generate-fontset-menu.
20667 2009-07-12 Eli Zaretskii <eliz@gnu.org>
20669 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
20671 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
20673 * arc-mode.el (archive-find-type): Allow for a PK00 string before
20674 the PK\003\004 header (Bug#3770).
20676 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
20678 * pcomplete.el (pcomplete-comint-setup): Check for
20679 shell-dynamic-complete-filename too.
20681 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
20683 * simple.el (temporary-goal-column): Change the value for
20684 line-move-visual to a cons cell.
20685 (line-move-visual): Record or set the window hscroll, if
20686 necessary (Bug#3494).
20687 (line-move-1): Handle cons value of temporary-goal-column.
20689 2009-07-11 Kenichi Handa <handa@m17n.org>
20691 * international/mule-diag.el (describe-character-set): Don't show
20694 2009-07-10 Sam Steingold <sds@gnu.org>
20696 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20697 Omake sometimes indents the errors it prints, so allow all
20698 regexps to start with spaces.
20700 2009-07-10 Eli Zaretskii <eliz@gnu.org>
20702 * cus-edit.el (customize-changed-options-previous-release):
20703 Bump value to 22.1. (Bug#3804)
20705 2009-07-08 Sam Steingold <sds@gnu.org>
20707 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20708 to be a cons cell (test . ignored-directory) to selectively ignore
20709 some directories depending on the location of the search.
20711 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
20713 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20714 remote user is root, on the local host.
20715 (tramp-local-host-p): Either the local user or the remote user
20716 must be root. (Bug#3771)
20718 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20720 * progmodes/gdb-mi.el (gdb): Remove description of
20721 gdb-use-separate-io-buffer.
20722 (menu): Don't allow toggling of or enable
20723 gdb-use-separate-io-buffer from menubar.
20725 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20727 * mail/unrmail.el (unrmail): Make sure the message ends with two
20728 newlines (Bug#3769).
20730 2009-07-08 Glenn Morris <rgm@gnu.org>
20732 * calendar/calendar.el (calendar-current-date): Rework previous change.
20734 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
20736 * calendar/calendar.el (calendar-current-date):
20737 Add an optional argument giving an offset from today.
20739 2009-07-08 Glenn Morris <rgm@gnu.org>
20741 * tutorial.el (tutorial--describe-nonstandard-key):
20742 Adjust the message for when a key has been unbound.
20743 (help-with-tutorial): Hide the arch-tag.
20745 2009-07-08 Kenichi Handa <handa@m17n.org>
20747 * international/fontset.el (setup-default-fontset): For each
20748 script, append (not set) font-specs.
20750 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20753 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20755 * progmodes/gdb-mi.el (gdb-init-1): Move sending
20756 -data-list-register-names to ...
20757 (gdb-starting): ... here because GDB 7.0 requires execution to
20758 have started when using this MI command.
20759 (gdb-set-header): New function to distinguish select and
20760 unselected tabs in gdb buffers.
20761 (gdb-propertize-header): New macro that uses gdb-set-header.
20762 (gdb-breakpoints-header, gdb-locals-header): Use it.
20763 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20765 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
20767 * Makefile.in (ELCFILES): Remove fadr.elc.
20769 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
20771 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20772 may contain frame information, so `string-match' should be used.
20773 (gdb-update): Disassembly is invalidated through
20774 `gdb-get-selected-frame'.
20775 (gdb-pad-string): New function to pad string with spaces.
20776 (gdb-invalidate-disassembly): Invalidate only if the buffer
20778 (gdb-disassembly-handler-custom): Column alignment.
20779 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20781 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20783 (gdb-frame-handler): Match convention to for disassembly buffer
20785 (gdb-stack-list-frames-handler): Rewritten without regexps.
20786 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20787 not highlight breakpoints without line information.
20788 (gdb-input): Add trailing newline to command.
20790 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20792 (gdb-breakpoints-list-handler-custom): Replacement for
20793 `gdb-break-list-handler'. Using real parser instead of regexps
20795 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20796 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20797 to place breakpoints.
20798 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20800 (gdb-disassembly-handler-custom): Show overlay arrow.
20801 (gdb-disassembly-place-breakpoints): Show breakpoints in
20802 disassembly buffer.
20803 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20804 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20805 instead of parsing breakpoints buffer. Fixed old menu references
20810 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20811 (gdb-memory-address): New variable which holds top address of
20812 memory page shown in memory buffer.
20813 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20814 New customization variables.
20816 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20817 display the memory buffer.
20818 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20819 buffer display parameters.
20820 (def-gdb-memory-format, gdb-memory-format-binary)
20821 (gdb-memory-format-octal, gdb-memory-format-unsigned)
20822 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20823 Functions for setting memory buffer format.
20824 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20825 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20826 unit size used in memory buffer.
20827 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20828 Switch to next/previous page of memory buffer.
20829 Now using (bindat-get-field) instead of fadr functions.
20831 2009-07-07 Sam Steingold <sds@gnu.org>
20833 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20834 non-top-level files.
20836 2009-07-07 Kenichi Handa <handa@m17n.org>
20838 * international/mule-cmds.el (reset-language-environment):
20839 Put the highset priority to the charset iso-8859-1.
20841 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20843 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20844 to the end of the line when locating the block (Bug#700).
20846 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
20848 * net/tramp.el (tramp-handle-write-region): Flush file properties
20849 in case of short track.
20851 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
20853 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20854 Coded custom representation of verilog error regular expressions
20855 to work with Emacs-22's new format.
20856 (verilog-error-regexp-xemacs-alist): Coded custom representation
20857 of verilog error regular expressions to work with XEmacs format.
20858 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20859 error recognition into XEmacs.
20860 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20861 error recognition into Emacs-22.
20863 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20865 * woman.el: Remove stand-alone closing parentheses.
20866 (woman-file-name, woman2-format-paragraphs)
20867 (woman-leave-blank-lines): Code cleanup.
20868 (woman-use-own-frame): Change default to nil.
20869 (woman-italic, woman-bold, woman-unknown, woman-addition):
20870 Change defaults to inherit from default faces.
20871 (woman2-process-escapes): Consume the newline after a stand-alone
20872 filler character (Bug#3651).
20874 2009-07-06 Glenn Morris <rgm@gnu.org>
20876 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20877 (top-level): Move provide to the end.
20878 (ffap): Remove defunct URL from custom group.
20880 * subr.el (eval-after-load): Doc fix.
20882 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
20884 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20885 `calc-embedded-word' is called twice.
20887 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20889 * files.el (find-alternate-file-other-window, find-alternate-file):
20890 Obey confirm-nonexistent-file-or-buffer.
20892 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
20894 * dired-aux.el (dired-show-file-type): Handle remote files.
20896 2009-07-05 Jari Aalto <jari.aalto@cante.net>
20898 * desktop.el (desktop-globals-to-save):
20899 Add file-name-history (Bug#2750).
20901 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
20903 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20905 2009-07-04 Johan Bockgård <bojohan@gnu.org>
20907 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20908 property on entire argument since this is what eshell-lisp-command
20911 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
20913 * net/tramp-gvfs.el (tramp-gvfs-methods)
20914 (tramp-gvfs-zeroconf-domain)
20915 (tramp-bluez-discover-devices-timeout): Add version flag.
20916 (tramp-gvfs-handler-mounted-unmounted)
20917 (tramp-gvfs-connection-mounted-p): Polish handling of
20918 incompatibilities between GVFS 0.2 and 1.0.
20920 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20922 * cus-start.el (all): Add make-pointer-invisible.
20924 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20926 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20927 formatted correctly.
20929 2009-07-02 Juri Linkov <juri@jurta.org>
20931 * info.el: Virtual Info files and nodes.
20932 (Info-virtual-files, Info-virtual-nodes): New variables.
20933 (Info-current-node-virtual): New variable.
20934 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20936 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20937 to check for a virtual file instead of checking a fixed list
20939 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20940 instead of ad-hoc processing of "dir" and (apropos history toc).
20941 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20942 instead of ad-hoc processing of "dir" and (apropos history toc).
20943 Reread a file when moving from a virtual node.
20944 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20945 (Info-directory-toc-nodes, Info-directory-find-file)
20946 (Info-directory-find-node): New functions.
20947 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20948 (Info-history): Move part of code to
20949 `Info-history-find-node'.
20950 (Info-history-toc-nodes, Info-history-find-file)
20951 (Info-history-find-node): New functions.
20952 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20953 (Info-toc): Move part of code to `Info-toc-find-node'.
20954 (Info-toc-find-node): New function.
20955 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
20956 the current Info file name to references because now the node
20957 "*TOC*" belongs to the same Info manual.
20958 (Info-toc-build): Rename from `Info-build-toc'.
20959 (Info-toc-nodes): Rename input argument `file' to `filename'.
20960 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20961 instead of ad-hoc processing of ("dir" apropos history toc).
20962 (Info-index-nodes): Use Info-virtual-file-p
20963 to check for a virtual file instead of checking a fixed list
20965 (Info-index-node): Add check for `Info-current-node-virtual'.
20966 Raise `save-match-data' higher up the tree to contain
20967 `search-forward' too (bug fix).
20968 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20969 (Info-virtual-index-nodes): New variable.
20970 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20971 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20972 (Info-apropos-file, Info-apropos-nodes): New variables.
20973 (Info-apropos-toc-nodes, Info-apropos-find-file)
20974 (Info-apropos-find-node, Info-apropos-matches): New functions.
20975 (info-apropos): Move part of code to `Info-apropos-find-node' and
20976 `Info-apropos-matches'.
20977 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20978 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20979 for a virtual file instead of checking a fixed list of node names.
20981 * simple.el (async-shell-command): New command.
20983 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20985 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20986 instead of `mount-info'.
20988 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
20990 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20991 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20993 2009-07-02 Kenichi Handa <handa@m17n.org>
20995 * international/mule.el (set-keyboard-coding-system): Force *-unix
20996 coding-system to avoid eol conversion.
20998 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
21000 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21001 Add handler for `process-file', `shell-command' and
21002 `start-file-process'.
21003 (tramp-gvfs-handle-shell-command)
21004 (tramp-gvfs-handle-start-file-process)
21005 (tramp-gvfs-handle-process-file): New defuns.
21006 (tramp-synce-list-devices): Simplify check for existence of property.
21008 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21010 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21012 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
21014 * language/korean.el (set-language-info-alist): Add korean-cp949,
21017 2009-07-01 Kenichi Handa <handa@m17n.org>
21019 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21021 * international/encoded-kb.el: Deleted.
21023 * international/mule.el (set-keyboard-coding-system): Perform the
21024 necessary setup here instead of calling encoded-kbd-setup-display.
21026 2009-07-01 Glenn Morris <rgm@gnu.org>
21028 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21030 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
21032 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
21034 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
21036 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21037 Handle also the 'rename case, when setting file modes. (Bug#3712)
21038 (tramp-default-file-modes): Remove execute permissions.
21040 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
21041 (top): Add a default for "synce" in `tramp-default-user-alist'.
21042 Add completion function for "synce" method.
21043 (tramp-hal-service, tramp-hal-path-manager)
21044 (tramp-hal-interface-manager, tramp-hal-interface-device):
21046 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
21047 (tramp-synce-list-devices, tramp-synce-parse-device-names):
21050 * net/trampver.el: Update release number.
21052 2009-06-30 Kenichi Handa <handa@m17n.org>
21054 * international/fontset.el (setup-default-fontset): Add CJK fonts
21055 for symbols and the other miscellaneous characters.
21057 * language/korea-util.el (setup-korean-environment-internal):
21058 Make char-width-table suitable for Korean environments.
21059 (exit-korean-environment): Cancel above.
21061 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21062 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
21063 setup-function to make char-width-table suitable for respective
21064 environments, and an exit-function to cancel that.
21066 * language/japan-util.el (setup-japanese-environment-internal):
21067 Call use-cjk-char-width-table with arg `ja_JP'.
21069 * international/characters.el (cjk-char-width-table): Delete it.
21070 (cjk-char-width-table-list): New variable.
21071 (use-cjk-char-width-table): New arg local-name.
21072 (use-default-char-width-table): Fix for the case that Emacs is
21073 already using the default char-width-table.
21075 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
21077 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
21078 modes mandatory. (Bug#3712)
21080 2009-06-29 Alan Mackenzie <acm@muc.de>
21082 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
21083 correction between the visible width of TABs and their number of bytes.
21085 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
21087 * server.el (server-buffer-done): Prevent kill-buffer from
21088 prompting by clearing the buffer modification flag (Bug#3696).
21090 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
21092 * progmodes/verilog-mode.el (verilog-beg-of-statement)
21093 (verilog-endcomment-reason-re): Support unique case and priority case.
21094 (verilog-basic-complete-re): Support localparam lineup.
21095 (verilog-beg-of-statement-1): Fix for robustness, unique case.
21096 (verilog-set-auto-endcomments): Fix for unique case, always_comb
21098 (verilog-leap-to-case-head): Now support *nested* unique &
21099 priority case statements.
21100 (verilog-auto-lineup): Make just declarations the default (as it
21102 (verilog-leap-to-case-head): Support priority/unique case statements.
21103 (verilog-auto-lineup): Rework to give users radio buttons to
21104 select the various styles of automatic lineup.
21105 (verilog-error-regexp-alist): Rework to support the XEmacs style
21106 of error regular expressions from compilers, lint tools &
21107 simulators. Note that GNU Emacs has made it impossible for a mode
21108 to load such things.
21109 (electric-verilog-terminate-line, verilog-indent-declaration)
21110 (verilog-auto-wiure): Rework for radio button selection of
21111 auto-lineup selection of specification of auto lineup.
21112 (verilog-beg-of-statement-1): Redesign to support proper operation
21113 in additional code, based on testing with auto-lineup.
21114 (verilog-calculate-indent, assignments & declarations)
21115 (verilog-backward-token): Enhance to support auto-lineup of
21116 assignments & declarations.
21117 (verilog-in-directive-p, verilog-at-struct-p): New function for
21118 easy test of whether we are.
21119 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
21120 to support safe execution at almost anyline.
21121 (verilog-calc-1): Properly support indenting deep inside generate
21123 (verilog-init-font): Remove definition & use of verilog-init-font,
21124 as it is redundant with font-lock-defaults.
21125 (verilog-mode): Alter the definition of verilog-font-lock-defaults
21126 to avoid circular calls if syntax-ppss is a function (as is the
21127 case now in 22.x GNU Emacs) as that function would sometimes call
21128 itself, leading to (nearly) infinite recursion.
21129 (verilog-ovm-begin-re, verilog-ovm-end-re)
21130 (verilog-ovm-statement-re, verilog-leap-to-head)
21131 (verilog-backward-token): Add support for OVM macros. Some are
21132 complete statements, and others open and close scopes like begin
21134 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
21135 (verilog-defun-level-generate-only-re): Really fix the defun-list
21137 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
21138 coverpoint, constraint and cross statements.
21139 (verilog-defun-level-list, verilog-generate-defun-level-list)
21140 (verilog-all-defun-level-list): Redo these specifications - it is
21141 too hard to support eval-when compile aggregation of lists also
21142 built at when-compile time.
21143 (verilog-defun-level-list): Place defconsts of variables used in
21144 building regular expressions which are built in eval-when-compile
21145 bodies in the same eval-when-compile body to facilitate compile
21147 (verilog-beg-block-re-ordered): Support indenting
21148 virtual/protected tasks and functions.
21149 (verilog-defun-level-list, verilog-in-generate-region-p)
21150 (verilog-backward-ws&directives, verilog-calc-1): Speed up
21151 indentation of some module items (generate items).
21152 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
21153 across virtual/protected tasks and functions.
21155 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
21157 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
21158 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
21159 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
21160 in concatenations. Reported by Yishay Belkind.
21161 (verilog-auto-ascii-enum): Support one-hot state machines in
21162 AUTOASCIIENUM. Suggested by Lloyd Gomez.
21163 (verilog-auto-inst, verilog-auto-inst-port): Include interface
21164 modport in AUTOINST and add vl-modport for users.
21165 Reported by David Rogoff.
21166 (verilog-auto-inout-module, verilog-auto-inst)
21167 (verilog-decls-get-interfaces, verilog-insert-definition)
21168 (verilog-insert-one-definition, verilog-read-decls)
21169 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
21170 (verilog-sig-modport, verilog-signals-combine-bus)
21171 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
21172 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
21173 Suggested by David Rogoff.
21174 (verilog-repair-open-comma): Fix non-insertion of comma when
21175 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
21176 (verilog-make-width-expression): Simplify [A-1:0] expression
21177 widths to just {A{1'b0}}.
21178 (verilog-mode): Cleanup checkdoc warnings.
21179 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
21180 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
21181 inputs/outputs or data type. Suggested by Vasu Kandadi.
21182 (next-error-last-buffer): Fix byte-compiler warning.
21183 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
21184 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
21185 or shell command text during AUTO expansion. Suggested by Tad Truex.
21186 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
21187 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
21188 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
21189 in AUTOINOUT. Reported by Matthew Lovell.
21190 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
21191 causing use of <= assignments. Reported by Alex Reed.
21192 (verilog-read-decls): Fix triand, trior, wand, wor to be
21193 recognized by AUTOWIRE. Reported by Spencer Isaacson.
21194 (verilog-extended-complete-re): Support import "DPI-C" functions.
21195 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
21196 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
21197 (verilog-insert-date, verilog-insert-year)
21198 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
21199 Windows systems. Reported by Michael Potts.
21200 (verilog-read-module-name): Fix AUTOINST when the child module
21201 declaration's name is a tick define. Reported by Elliot Mednick.
21202 (verilog-read-decls): Fix V2K parameter bit subscripts getting
21203 passed to next parameter's definition. Reported by Bruce T.
21204 (verilog-read-decls): Fix detecting "parameter int" when using
21205 AUTOINSTPARAM. Reported by Bruce T.
21206 (verilog-goto-defun): Fix goto not finding modules unless first
21207 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
21208 (verilog-mode): Expand -f flag arguments on entry to mode so
21209 verilog-goto-defun will work. Reported by Lawrence Butcher.
21210 (verilog-getopt): Expand environment variables in -f file
21211 arguments. Suggested by Lawrence Butcher.
21212 (verilog-set-define): Fix "Symbol's value as variable is void"
21213 when reading enumerations.
21214 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
21215 Suggested by Stephen Peltan.
21216 (verilog-read-defines): Fix reading of enumerations in include
21217 files. Reported by Steve Peltan.
21219 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
21221 * files.el (trash-directory): Fix defcustom type.
21223 2009-06-28 Juri Linkov <juri@jurta.org>
21225 * help-fns.el (describe-function-1): Correctly locate adviced
21226 functions in hyperlink (Bug#2438).
21228 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
21230 * files.el (trash-directory): Change default to nil.
21231 (move-file-to-trash): If trash-directory is nil and
21232 system-move-file-to-trash is unbound, perform freedesktop-style
21235 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
21237 * files.el (move-file-to-trash): Add freedesktop trash
21240 2009-06-28 Glenn Morris <rgm@gnu.org>
21242 * autorevert.el (global-auto-revert-non-file-buffers)
21243 (global-auto-revert-mode): Doc fixes.
21245 2009-06-27 Johan Bockgård <bojohan@gnu.org>
21247 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
21249 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
21251 * faces.el (x-handle-named-frame-geometry): Ensure that we have
21252 opened an X connection before calling x-get-resource (Bug#3194).
21254 * play/doctor.el: Remove reference to obsolete website.
21255 (make-doctor-variables): Correct grammar mistake (Bug#2633).
21257 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
21259 Remove find-file-not-found-hook VC method. (Bug#2757)
21260 * vc-hooks.el (vc-file-not-found-hook)
21261 (vc-default-find-file-not-found-hook): Remove functions.
21262 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
21263 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
21266 * vc-git.el: Do not mention find-file-not-found-hook VC method.
21268 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
21270 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
21271 compatibility function for `looking-back'.
21273 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
21274 Use `ispell-looking-back'.
21276 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
21278 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
21279 rather than `filename'.
21281 2009-06-23 Miles Bader <miles@gnu.org>
21283 * face-remap.el (text-scale-set): New function.
21285 2009-06-23 Glenn Morris <rgm@gnu.org>
21287 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
21289 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
21291 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
21293 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
21295 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
21296 Simplify Persian conditionals.
21298 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
21299 variable `filename'.
21301 * comint.el (comint-insert-input): Doc fix.
21303 * Makefile.in (ELCFILES): Fix typo in previous change.
21305 2009-06-23 Miles Bader <miles@gnu.org>
21307 * cus-start.el: Add entry for `recenter-redisplay'.
21309 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21311 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
21312 Add an optional argument for the backend, use it instead of
21313 calling vc-backend.
21314 (vc-mode-line): Add an optional argument for the backend.
21315 Pass the backend to vc-state and vc-working-revision. Move code for
21316 special handling for vc-state being a buffer to ...
21318 * vc-rcs.el (vc-rcs-find-file-hook):
21319 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
21321 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
21322 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
21323 vc-stay-local-p and vc-mode-line calls.
21325 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
21326 (vc-cvs-diff, vc-cvs-annotate-command)
21327 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
21328 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
21329 vc-mode-line calls.
21331 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
21333 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
21334 backend when calling vc-mode-line.
21335 (vc-register): Do not create a closure for calling the vc register
21336 function, call it directly.
21338 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21340 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
21341 to make it obvious item can be clicked.
21343 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
21345 2009-06-23 Kenichi Handa <handa@m17n.org>
21347 * language/korea-util.el (korean-key-bindings): Change the binding
21348 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
21351 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
21353 Sync with Tramp 2.1.16.
21355 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
21357 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
21358 when a loading of a package fails. Completion function for rsync
21359 is `tramp-completion-function-alist-ssh'.
21360 (all): Replace all calls of `split-string' and
21361 `tramp-split-string' by `tramp-compat-split-string'.
21362 (tramp-default-method): Use `tramp-compat-process-running-p'.
21363 (tramp-default-proxies-alist): Allow also Lisp forms.
21364 (tramp-remote-path): Add choice "Private Directories".
21365 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
21366 (tramp-domain-regexp): Allow also "-", "_" and ".".
21367 (tramp-end-of-output): Remove newlines, and add "$" at the end.
21368 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
21369 (tramp-debug-message): Insert header line in debug buffer.
21370 (tramp-handle-directory-files-and-attributes-with-stat):
21371 Care about filenames with spaces, or starting with "-".
21372 (tramp-handle-dired-uncache): New defun.
21373 (tramp-handle-insert-directory): Don't flush the directory from
21374 cache, this is handled by `dired-uncache' now.
21375 (tramp-handle-insert-file-contents): Improve error handling.
21376 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21377 Quote `tramp-end-of-output'.
21378 (tramp-action-password): Improve trace message.
21379 (tramp-check-for-regexp): Both echoes must be present, before removing.
21380 (tramp-open-connection-setup-interactive-shell): Trace coding system.
21381 (tramp-compute-multi-hops): Eval cons cells of
21382 `tramp-default-proxies-alist'.
21383 (tramp-maybe-open-connection): Use the same command pattern for
21384 first hop and further hops.
21385 (tramp-wait-for-output): Remove handling of newlines.
21386 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
21387 (tramp-split-string): Remove function. It is handled in
21390 * net/tramp-cmds.el (tramp-bug):
21391 Recommend `tramp-cleanup-all-connections' in the bug mail.
21393 * net/tramp-compat.el (tramp-compat-split-string)
21394 (tramp-compat-process-running-p): New defuns.
21396 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
21397 for `dired-uncache'.
21399 * net/tramp-gvfs.el: New package.
21401 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
21402 Add handler for `dired-uncache'.
21403 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
21405 * net/trampver.el: Update release number. Make version check fit
21408 2009-06-22 Jim Meyering <meyering@redhat.com>
21410 Automatically handle .xz suffix (XZ-compressed files), too.
21411 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
21412 XZ is the successor to LZMA: <http://tukaani.org/xz/>
21414 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
21415 Nick Roberts <nickrob@snap.net.nz>
21417 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
21418 repository (http://sphinx.net.ru/hg/gdb-mi/).
21420 2009-06-22 Glenn Morris <rgm@gnu.org>
21422 * files.el (dir-locals-collect-mode-variables): Allow for any number of
21423 `mode' and `eval' entries. (Bug#3430)
21425 * Makefile.in (ELCFILES): Add fadr.elc.
21427 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
21428 differing behavior of \n and ^ in strings. (Bug#3385)
21430 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
21432 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
21434 (lisp-indent-function): Make it a defcustom.
21436 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
21438 * progmodes/gdb-ui.el: Replace with ...
21439 * progmodes/gdb-mi.el: ... this file.
21440 * progmodes/gud.el: Modify for gdb-mi.el.
21442 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
21444 * fadr.el: New file.
21446 See ChangeLog.14 for earlier changes.
21448 ;; Local Variables:
21452 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
21454 This file is part of GNU Emacs.
21456 GNU Emacs is free software: you can redistribute it and/or modify
21457 it under the terms of the GNU General Public License as published by
21458 the Free Software Foundation, either version 3 of the License, or
21459 (at your option) any later version.
21461 GNU Emacs is distributed in the hope that it will be useful,
21462 but WITHOUT ANY WARRANTY; without even the implied warranty of
21463 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21464 GNU General Public License for more details.
21466 You should have received a copy of the GNU General Public License
21467 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.